Commit ce6680ca authored by Kati Paizee's avatar Kati Paizee

Merge branch 'ld-docs-graphql-oneof' into 'master'

GraphQL docs: Update InputUnion RFC to OneOf RFC

See merge request gitlab-org/gitlab!84537
parents 75344e64 a22c5867
...@@ -1801,8 +1801,8 @@ def ready?(**args) ...@@ -1801,8 +1801,8 @@ def ready?(**args)
end end
``` ```
In the future this may be able to be done using `InputUnions` if In the future this may be able to be done using `OneOf Input Objects` if
[this RFC](https://github.com/graphql/graphql-spec/blob/master/rfcs/InputUnion.md) [this RFC](https://github.com/graphql/graphql-spec/pull/825)
is merged. is merged.
## GitLab custom scalars ## GitLab custom scalars
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment