Releases: neo4j/graphql
@neo4j/graphql-toolbox@2.1.8
@neo4j/graphql-ogm@4.4.6
@neo4j/graphql@4.4.5
Patch Changes
-
#4449
2bb8f8b
Thanks @mjfwebb! - Fix: allow non-generated mutations on timestamp fieldsBefore this patch, it wasn't possible to update a field with a timestamp directive even when the directive specified that only the UPDATE or CREATE operation field should be generated by the database.
-
#4375
d3c6d0e
Thanks @angrykoala! - Add support for logical operators on filters for interfaces under the experimental flag:interface Show { title: String! } type Movie implements Show { title: String! } type Series implements Show { title: String! }
query actedInWhere { shows(where: { OR: [{ title: "Show 1" }, { title: "Show 2" }] }) { title } }
-
#4360
5c42f8d
Thanks @angrykoala! - Remove _on filter for interfaces under experimental flag -
#4409
387e455
Thanks @MacondoExpress! - Add support for typename_IN filters for interfaces under the experimental flag:interface Show { title: String! } type Movie implements Show { title: String! } type Series implements Show { title: String! } query actedInWhere { shows(where: { typename_IN: [Series] }) { title } }
-
#4483
4b97531
Thanks @darrellwarde! - Fix authorization variable naming in create operations -
#4507
66a19c5
Thanks @mjfwebb! - Fixes filtering on nested read operations
@neo4j/graphql-toolbox@2.1.7
@neo4j/graphql-ogm@4.4.5
@neo4j/graphql@4.4.4
Patch Changes
-
#4247
226e5ed
Thanks @darrellwarde! - Fix issue in authorization context generation. -
#4330
24728fe
Thanks @angrykoala! - Update translation on fulltext to make it consistent for top level operations and phrase option -
#4144
c09aa9b
Thanks @darrellwarde! - Include the@subscriptionsAuthorization
events
argument in validation. -
#4308
7b310d6
Thanks @mjfwebb! - Add filtering to interface aggregations -
#4309
1bf0773
Thanks @MacondoExpress! - Fix an authorization bug present for validation rules with a predicate against a nested field and the Connection API. #4292.
@neo4j/graphql-toolbox@2.1.6
@neo4j/graphql-ogm@4.4.4
@neo4j/graphql@4.4.3
Patch Changes
- #4306
3be44c864
Thanks @angrykoala! - Fix logical operators on interface connection filtering
@neo4j/graphql-toolbox@2.1.5
Patch Changes
- Updated dependencies [
3be44c864
]:- @neo4j/graphql@4.4.3