Skip to content

Commit 50bac6c

Browse files
committed
removed a note specific to v6
1 parent 964608b commit 50bac6c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

modules/ROOT/pages/directives/database-mapping.adoc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ type Movie @node {
3333
}
3434
----
3535

36-
[NOTE]
37-
====
38-
In version 6.x, it's not required to specify every GraphQL type representing a Neo4j node with the `@node` directive.
39-
In the future, types without the `@node` directive will no longer be treated as Neo4j nodes.
40-
====
41-
4236
When not differently specified, the GraphQL type name is used as a label for the represented Neo4j node. It's possible to explicitly define the Neo4j node labels by using the parameter `labels`.
4337

4438
==== The `labels` parameter

0 commit comments

Comments
 (0)