Are there any current plans to support the new GraphQL oneOf directives for input objects in AppSync?
Some other GraphQL libraries are starting to roll out support for these, e.g. support appears to be implemented in Apollo's kotlin client. They're very useful for typing queries where inputs have mutually-exclusive and/or dependently-required optional properties, since union types are not and it seems will not be supported for inputs.
It looks like there's something of a consensus forming around oneOf, so it'd be great to have an issue we can follow regarding support in AppSync.
Are there any current plans to support the new GraphQL
oneOf
directives for input objects in AppSync?Some other GraphQL libraries are starting to roll out support for these, e.g. support appears to be implemented in Apollo's kotlin client. They're very useful for typing queries where inputs have mutually-exclusive and/or dependently-required optional properties, since union types are not and it seems will not be supported for inputs.
It looks like there's something of a consensus forming around
oneOf
, so it'd be great to have an issue we can follow regarding support in AppSync.