File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
modules/ROOT/pages/migration Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -831,7 +831,7 @@ This fix applies to both the new filter syntax and the deprecated filters (e.g.,
831831
832832=== List of nullable elements no longer supported
833833
834- List of nullable elements such are no longer supported in types annotated with the `@node` directive.
834+ The list of nullable elements is no longer supported in types annotated with the `@node` directive.
835835
836836The following type definition is no longer supported:
837837
@@ -849,7 +849,7 @@ This is due the fact that Neo4j does not support storing NULL values as part of
849849
850850Interfaces and unions can only be implemented by types that are all annotated with the `@node` directive or none of them.
851851
852- The following type definition is no longer supported:
852+ Type definitions like the following are no longer supported because the `Series` type is missing the `@node` directive :
853853
854854[source, graphql, indent=0]
855855----
@@ -864,7 +864,7 @@ type Series implements Production {
864864}
865865----
866866
867- === Relationship fields now require `@node` types
867+ === Relationship fields require `@node` types
868868
869869The `@relationship` directive can only be applied to fields whose types are annotated with the `@node` directive.
870870
You can’t perform that action at this time.
0 commit comments