Add support for @oneOf
input objects
#1193
steve-marmalade
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Strawberry has already implemented it: https://github.com/strawberry-graphql/strawberry/pull/3429/files |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for the idea! I'd be happy to implement this, and I'm adding it to my list of things to work on right now. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It looks like the community has landed on a solution for describing a "union of inputs" in a GraphQL schema: graphql/graphql-spec#825
I'd love to use this in my Ariadne server. Does that PR demonstrate enough momentum around the feature to consider implementing it?
Beta Was this translation helpful? Give feedback.
All reactions