graphql-python / graphql-core

A Python 3.6+ port of the GraphQL.js reference implementation of GraphQL.
MIT License
502 stars 133 forks source link

Support for official @oneof directive #219

Open NadavK opened 1 week ago

NadavK commented 1 week ago

@benjie added @oneof to the official GraphQL spec: https://github.com/graphql/graphql-js/releases/tag/v16.9.0 and also to graphl-js: https://github.com/graphql/graphql-js/commits/main/ Can someone kindly port these changes here?

Cito commented 1 week ago

Everything that is added to GraphQL.js will eventually be ported to graphql-core, usually in the order in which it is included in GraphQL.js.

Keeping this open as a reminder to catch up, but normally you don't need to request this as a separate issue.