-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Description
I have declared the type of an input to be [ENUM]
, hence I should be able to query it like this:
query {
someField(input: [enumValue]) {
...
}
}
However it doesn't work, I get the following error message:
{
"errors": [
{
"message": "Can't parse argument",
"location": {
"line": ...,
"column": ... }
}
]
}
Passing an ENUM value as an input works well, passing arrays of string works well, but passing arrays of ENUMs does not.
Metadata
Metadata
Assignees
Labels
No labels