Skip to content

Inputting an enum #1112

Answered by ilslv
twiclo asked this question in Q&A
Discussion options

You must be logged in to vote

GraphQL enums are like C-style enums without inner type, so what you are looking for are GraphQL unions. Unfortunately as of now GraphQL doesn't support unions as input types. So for now you have to validate your input objects manually.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ilslv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants