js-graphql-intellij-plugin
js-graphql-intellij-plugin copied to clipboard
Support `@oneOf` directive
There is a new directive being introduced called @oneOf. the RFC is accepted and will soon be merged.
Would be great to have this supported in the plugin too.
See https://github.com/graphql/graphql-spec/pull/825/
This is the definition:
directive @oneOf on INPUT_OBJECT