Releases: neo4j/graphql
@neo4j/[email protected]
Patch Changes
-
#6811
f821f53Thanks @mjfwebb! - Add case insensitive support to Cypher filter -
4e90418Thanks @angrykoala! - Fix incorrect Cypher in authorization for create operations -
#6779
bdbb211Thanks @angrykoala! - Duration parser changed to support ISO strings ending in T, for example: "P-238DT"
@neo4j/[email protected]
@neo4j/[email protected]
Minor Changes
-
#6740
5cdb2ebThanks @luffy1727! - Add the ability to specify transaction configuration. e.g. timeoutconst transactionConfig = { timeout: 60 * 1000, metadata: { "my-very-own-metadata": "is very good!", }, }; const neoSchema = new Neo4jGraphQL({ typeDefs, driver }); const server = new ApolloServer({ schema: await neoSchema.getSchema(), }); await startStandaloneServer(server, { context: async ({ req }) => ({ req, transaction: transactionConfig }), });
@neo4j/[email protected]
@neo4j/[email protected]
Patch Changes
-
e1e4dacThanks @mjfwebb! - Fix a case where we were using .flatMap on an Iterable which works in node 22 but not in node 20. We currently support node 20. -
#6679
8fc6629Thanks @angrykoala! - Adds numeric and id resolvers to default fields, fixing nested int fields in@cypherfields -
#6647
c931a40Thanks @mjfwebb! - Fixes the case where Connection queries with@limitin the type would generate unnecessary cypher with extra node/edge projection. -
45ee01fThanks @mjfwebb! - Fixed a case where selecting pageInfo on a connection would only return totalCount. It now correctly returns the full pageInfo object. -
#6651
005d83aThanks @mjfwebb! - Update error messages where wording was grammatically incorrect
@neo4j/[email protected]
Patch Changes
- #6675
84b884aThanks @angrykoala! - Adds feature flagcypherDirective.disableGeneratedLimitto disable default limits to be applied on queries using@cypherdirective
@neo4j/[email protected]
Patch Changes
- Updated dependencies [
84b884a]:- @neo4j/[email protected]
@neo4j/[email protected]
Patch Changes
- #6622
3df1946Thanks @angrykoala! - Fix incorrect Cypher with authorization filters combined with authorization directive in a create operation
@neo4j/[email protected]
Patch Changes
- #6621
130722cThanks @angrykoala! - Fix incorrect Cypher with authorization filters combined with authorization directive in a create operation
@neo4j/[email protected]
Patch Changes
- Updated dependencies [
130722c]:- @neo4j/[email protected]