Skip to content

Commit df87666

Browse files
Merge branch 'add-queryDirection-changes' of github.com:MacondoExpress/docs-graphql into add-queryDirection-changes
2 parents edbd293 + aa97199 commit df87666

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/ROOT/pages/migration/index.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -526,13 +526,13 @@ The `directed` argument was used to change the query direction of the relationsh
526526
The `directed` argument in `@relationship` fields is deprecated and will be removed in the future.
527527
Configure the query direction via the `queryDirection` and `direction` arguments of the `@relationship` directive instead.
528528

529-
=== Deprecated `@relationship.queryDirection` `_DEFAULT` and `_ONLY` options.
529+
=== Deprecated `@relationship.queryDirection` `_DEFAULT` and `_ONLY` options
530530

531531
Following the deprecation of the `directed` argument, the values accepted by the `@relationship.queryDirection` have changed:
532532

533533
- `DEFAULT_DIRECTED` is deprecated.
534534
- `DEFAULT_UNDIRECTED` is deprecated.
535-
- `DIRECTED_ONLY` is renamed to `DIRECTED`
536-
- `UNDIRECTED_ONLY` is renamed to `UNDIRECTED`
535+
- `DIRECTED_ONLY` is renamed to `DIRECTED`.
536+
- `UNDIRECTED_ONLY` is renamed to `UNDIRECTED`.
537537

538-
Following this change, a warning is raised if a deprecated value is used.
538+
A warning is raised if a you use a deprecated value.

0 commit comments

Comments
 (0)