Skip to content

Commit 49c1528

Browse files
Apply suggestions from code review
Co-authored-by: Richard Sill <156673635+rsill-neo4j@users.noreply.github.com>
1 parent be77e66 commit 49c1528

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/migration/index.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

836836
The 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

850850
Interfaces 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

869869
The `@relationship` directive can only be applied to fields whose types are annotated with the `@node` directive.
870870

0 commit comments

Comments
 (0)