You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/migration/index.adoc
+13-14Lines changed: 13 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -316,7 +316,6 @@ The following fields have been added:
316
316
- `typename_IN`
317
317
- `implicitSet`
318
318
- `idAggregations`
319
-
- `directedArgument`
320
319
321
320
=== Removed some `@cypher` fields from the sort argument
322
321
@@ -338,7 +337,7 @@ Version 5 (LTS) is the last version to feature the link:{neo4j-docs-base-uri}/gr
338
337
339
338
== Deprecations and warnings
340
339
341
-
The following deprecations and warnings have been added to version 6. These will be removed in the next major version.
340
+
Here is a list of deprecations and warnings from version 5.0.0 to 6.0.0.
342
341
343
342
344
343
=== Implicit equality filters are deprecated
@@ -555,9 +554,7 @@ new Neo4jGraphQL({
555
554
556
555
=== Deprecated `@unique` directive
557
556
558
-
Unique directive will no longer be supported.
559
-
560
-
No longer supported in future versions:
557
+
The `@unique` directive will no longer be supported in future versions:
561
558
[source, graphql, indent=0]
562
559
----
563
560
type Movie implements Production @node {
@@ -567,10 +564,10 @@ type Movie implements Production @node {
567
564
----
568
565
569
566
570
-
=== Deprecate `overwrite` argument in `connect`
567
+
=== Deprecated `overwrite` argument in `connect`
571
568
572
569
The `overwrite` argument in `connect` operations has been deprecated.
573
-
This is part of the overarching changes to how `connect` operations work in 7.
570
+
This is part of the overarching changes to how `connect` operations work in version 7.
574
571
575
572
[source, graphql, indent=0]
576
573
----
@@ -591,9 +588,9 @@ mutation {
591
588
----
592
589
593
590
594
-
=== Deprecated the `connectOrCreate` operations
591
+
=== Deprecated `connectOrCreate` mutation
595
592
596
-
`connectOrCreate` mutations are deprecated and will be removed in the next major version:
593
+
The `connectOrCreate` mutation is deprecated and will be removed in the next major version:
597
594
598
595
[source, graphql, indent=0]
599
596
----
@@ -679,9 +676,9 @@ new Neo4jGraphQL({
679
676
----
680
677
681
678
682
-
==== `count` fields changes in new `aggregate` fields
679
+
==== `count` field changes in new `aggregate` fields
683
680
684
-
The `count` fields in `aggregate` are different to old `count`:
681
+
The `count` field inside `aggregate` fields differs from the old `count` and now contains `nodes`:
685
682
686
683
[cols="1,1"]
687
684
|===
@@ -714,7 +711,8 @@ query {
714
711
715
712
=== Implicit set operation
716
713
717
-
Setting fields in operations should append the operator `_SET`, the previous form using directly the field name is deprecated:
714
+
Setting fields in operations must append the `_SET` operator.
715
+
The previous format which only uses the field name is deprecated:
718
716
719
717
[cols="1,1"]
720
718
|===
@@ -761,9 +759,10 @@ new Neo4jGraphQL({
761
759
----
762
760
763
761
764
-
=== Deprecate `@private` directive
762
+
=== Deprecated `@private` directive
765
763
766
-
This directive is deprecated and will be removed in the next version of the library. `@private` is intended to be used with the `OGM`, which is no longer supported.
764
+
The `@private` directive is deprecated and will be removed in the next version of the library.
765
+
`@private` was intended to be used with the OGM, which is no longer supported.
0 commit comments