@neo4j/graphql@4.4.0
版本发布时间: 2023-10-27 20:49:38
neo4j/graphql最新发布版本:@neo4j/graphql@5.7.0(2024-09-27 22:43:48)
Minor Changes
-
#4194
39749a381
Thanks @angrykoala! - Beta support for Neo4j Change Data Capture based subscriptions usingNeo4jGraphQLSubscriptionsCDCEngine
Patch Changes
-
#4211
9324e6509
Thanks @MacondoExpress! - Fix label mapping for filters where the target node contains dynamic labels. -
#4195
3bbcefa54
Thanks @a-alle! - Fix #4170 - authorization variable name clash -
#4197
1fd192632
Thanks @darrellwarde! - Remove warning about Federation support being experimental. -
#4133
5bc958c9d
Thanks @MacondoExpress! - Fixed a bug that prevents@relayID
fields from being queried using the GraphQL alias and the Connection API. https://github.com/neo4j/graphql/issues/4158 -
#4218
896b11ca5
Thanks @angrykoala! - Fix missing custom cypher on unions -
#4177
0ba4f434b
Thanks @darrellwarde! - Improve debug logging of incoming GraphQL query and context, and decoding of bearer tokens.