You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: