File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
modules/ROOT/pages/migration Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -526,13 +526,13 @@ The `directed` argument was used to change the query direction of the relationsh
526526The `directed` argument in `@relationship` fields is deprecated and will be removed in the future.
527527Configure 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
531531Following 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 .
You can’t perform that action at this time.
0 commit comments