@neo4j/graphql@3.10.0
版本发布时间: 2022-10-07 19:39:55
neo4j/graphql最新发布版本:@neo4j/graphql@5.7.0(2024-09-27 22:43:48)
Minor Changes
-
#2175
7b8a73cbd
Thanks @Liam-Doodson! - Added extra where fields for custom scalars. For lists of custom scalars _NOT, _INCLUDES and _NOT_INCLUDES are now supported. For a single value custom scalars _NOT, _IN and _NOT_IN are now supported.
Patch Changes
-
#2183
64b3d0777
Thanks @darrellwarde! - Fix invalid auth clauses for operations other than CONNECT or CREATE inconnectOrCreate
-
#2190
cad28dd1f
Thanks @angrykoala! - Fix union types on custom cypher directives -
#2190
cad28dd1f
Thanks @angrykoala! - Fix invalid WHERE clause after WITH in a CALL subquery -
#2180
5a748dc32
Thanks @a-alle! - Fix sort priority order between edge and node sort fields in the same query -
#2196
c4ced43c0
Thanks @angrykoala! - Fix #2189:@cypher
directive forcefuly omits empty fields