-
-
Notifications
You must be signed in to change notification settings - Fork 611
Closed
Labels
Description
Summary
Extending the schema with a custom enum and creating a resolver function that should be applied in a given query does not execute the enum resolver function.
Steps to reproduce
Setup: benjie/ouch#42
Query:
query MyQuery {
test(enum: DESC) {
id
}
}
Expected results
Console output should contain the following line twice to show the resolver has been executed:
"DESC========================"
Actual results
No such line is found in console output.
Reactions are currently unavailable