GraphQL/Directives
oneOf
Indicates exactly one field must be supplied and this field must not be null.
directive @oneOf on INPUT_OBJECTIndicates exactly one field must be supplied and this field must not be null.
directive @oneOf on INPUT_OBJECT