Commit a22c5867 authored by Luke Duncalfe's avatar Luke Duncalfe

Update InputUnion RFC to OneOf RFC

The GraphQL RFC has changed from InputUnions:

- https://github.com/graphql/graphql-spec/issues/488

to OneOf Input Objects:

- https://github.com/graphql/graphql-spec/pull/825
parent dfc03562
...@@ -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