This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
forked from yandooo/graphql-spring-boot
-
Notifications
You must be signed in to change notification settings - Fork 326
Query times out with missing variable #758
Labels
Comments
Seems also broken for parameter parsing
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
Executing a query excepting an argument, times out in case the query is run with an undefined variable without reaching the resolver when using the AsyncTaskDecorator solution to enable async execution
Schema Example
Query:
Response:
Expected behavior
Return an error about the missing variable
The text was updated successfully, but these errors were encountered: