Releases: neo4j/graphql
[email protected]
@neo4j/[email protected]
Minor Changes
-
#5132
899b1b4
Thanks @darrellwarde! - Allows@populatedBy
to be used on fields of list type -
#5136
8e3ffea
Thanks @darrellwarde! - Allows@populatedBy
to be used on temporal fields
Patch Changes
-
#5132
899b1b4
Thanks @darrellwarde! - Adds schema validation so that@populatedBy
can only be used on fields of supported types -
#5132
899b1b4
Thanks @darrellwarde! - Fixes bug where non-numeric strings would evaluate to 0 as aBigInt
@neo4j/[email protected]
Patch Changes
- Updated dependencies [
899b1b4
,899b1b4
,8e3ffea
,899b1b4
]:- @neo4j/graphql@5.4.0
@neo4j/[email protected]
Patch Changes
-
#5103
05d83b2
Thanks @angrykoala! - Optimise schema generation for aggregations, reducing schema generation time -
#5085
c82f7b8
Thanks @angrykoala! - Validation warning on objects without resolver only appear under env variableDEBUG=@neo4j/graphql:graphql
-
#5104
bcc3719
Thanks @angrykoala! - Add feature optionexcludeDeprecatedFields
to reduce the schema size by removing autogenerated fields that have been deprecated:Usage:
const neoSchema = new Neo4jGraphQL({ typeDefs, driver, features: { excludeDeprecatedFields: { bookmark: true, negationFilters: true, arrayFilters: true, stringAggregation: true, aggregationFilters: true, }, }, });
This flag will remove the fields marked as
@deprecated
that have been autogenerated by the@neo4j/graphql
library to reduce the schema size and hence server startup time and performance. Note that user-defined deprecated fields are not removed. Some autogenerated fields may still be generated, particularly those that do not affect schema size.
@neo4j/[email protected]
Patch Changes
- Updated dependencies [
05d83b2
,c82f7b8
,bcc3719
]:- @neo4j/graphql@5.3.6
@neo4j/[email protected]
Patch Changes
- #5072
aec402e
Thanks @angrykoala! - Fix authorization with unions
@neo4j/[email protected]
Patch Changes
- Updated dependencies [
aec402e
]:- @neo4j/graphql@5.3.5
@neo4j/[email protected]
@neo4j/[email protected]
Patch Changes
-
#5039
2cff42d
Thanks @angrykoala! - Fix cypher generation on delete operations #5023 -
#5057
19d12a3
Thanks @MacondoExpress! - Fixes a bug where a custom Cypher query with an argument named phrase was interpreted as FullText query.
@neo4j/[email protected]
Patch Changes
-
#5041
d6aaf98
Thanks @MacondoExpress! - Fix a bug that caused OGM to fail when a Schema Configuration directive was applied to a Union type. -
Updated dependencies [
2cff42d
,19d12a3
]:- @neo4j/graphql@5.3.4