js-graphql-intellij-plugin icon indicating copy to clipboard operation
js-graphql-intellij-plugin copied to clipboard

Support `@oneOf` directive

Open ruudk opened this issue 5 months ago • 1 comments

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/

Image

ruudk avatar Jul 10 '25 08:07 ruudk

This is the definition:

directive @oneOf on INPUT_OBJECT

ruudk avatar Jul 10 '25 08:07 ruudk