Skip to content

Commit 89383d7

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

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

modules/ROOT/pages/migration/index.adoc

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ The following fields have been added:
316316
- `typename_IN`
317317
- `implicitSet`
318318
- `idAggregations`
319-
- `directedArgument`
320319

321320
=== Removed some `@cypher` fields from the sort argument
322321

@@ -338,7 +337,7 @@ Version 5 (LTS) is the last version to feature the link:{neo4j-docs-base-uri}/gr
338337

339338
== Deprecations and warnings
340339

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.
342341

343342

344343
=== Implicit equality filters are deprecated
@@ -555,9 +554,7 @@ new Neo4jGraphQL({
555554

556555
=== Deprecated `@unique` directive
557556

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:
561558
[source, graphql, indent=0]
562559
----
563560
type Movie implements Production @node {
@@ -567,10 +564,10 @@ type Movie implements Production @node {
567564
----
568565

569566

570-
=== Deprecate `overwrite` argument in `connect`
567+
=== Deprecated `overwrite` argument in `connect`
571568

572569
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.
574571

575572
[source, graphql, indent=0]
576573
----
@@ -591,9 +588,9 @@ mutation {
591588
----
592589

593590

594-
=== Deprecated the `connectOrCreate` operations
591+
=== Deprecated `connectOrCreate` mutation
595592

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:
597594

598595
[source, graphql, indent=0]
599596
----
@@ -679,9 +676,9 @@ new Neo4jGraphQL({
679676
----
680677

681678

682-
==== `count` fields changes in new `aggregate` fields
679+
==== `count` field changes in new `aggregate` fields
683680

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`:
685682

686683
[cols="1,1"]
687684
|===
@@ -714,7 +711,8 @@ query {
714711

715712
=== Implicit set operation
716713

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:
718716

719717
[cols="1,1"]
720718
|===
@@ -761,9 +759,10 @@ new Neo4jGraphQL({
761759
----
762760

763761

764-
=== Deprecate `@private` directive
762+
=== Deprecated `@private` directive
765763

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.
767766

768767
[source, graphql, indent=0]
769768
----

0 commit comments

Comments
 (0)