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.,
831
831
832
832
=== List of nullable elements no longer supported
833
833
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.
835
835
836
836
The following type definition is no longer supported:
837
837
@@ -849,7 +849,7 @@ This is due the fact that Neo4j does not support storing NULL values as part of
849
849
850
850
Interfaces and unions can only be implemented by types that are all annotated with the `@node` directive or none of them.
851
851
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 :
853
853
854
854
[source, graphql, indent=0]
855
855
----
@@ -864,7 +864,7 @@ type Series implements Production {
864
864
}
865
865
----
866
866
867
- === Relationship fields now require `@node` types
867
+ === Relationship fields require `@node` types
868
868
869
869
The `@relationship` directive can only be applied to fields whose types are annotated with the `@node` directive.
870
870
You can’t perform that action at this time.
0 commit comments