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 @@ -476,13 +476,13 @@ The `directed` argument was used to change the query direction of the relationsh
476476The `directed` argument in `@relationship` fields is deprecated and will be removed in the future.
477477Configure the query direction via the `queryDirection` and `direction` arguments of the `@relationship` directive instead.
478478
479- === Deprecated `@relationship.queryDirection` `_DEFAULT` and `_ONLY` options.
479+ === Deprecated `@relationship.queryDirection` `_DEFAULT` and `_ONLY` options
480480
481481Following the deprecation of the `directed` argument, the values accepted by the `@relationship.queryDirection` have changed:
482482
483483- `DEFAULT_DIRECTED` is deprecated.
484484- `DEFAULT_UNDIRECTED` is deprecated.
485- - `DIRECTED_ONLY` is renamed to `DIRECTED`
486- - `UNDIRECTED_ONLY` is renamed to `UNDIRECTED`
485+ - `DIRECTED_ONLY` is renamed to `DIRECTED`.
486+ - `UNDIRECTED_ONLY` is renamed to `UNDIRECTED`.
487487
488- Following this change, a warning is raised if a deprecated value is used .
488+ A warning is raised if a you use a deprecated value .
You can’t perform that action at this time.
0 commit comments