-
-
Notifications
You must be signed in to change notification settings - Fork 575
Closed
Description
I have custom debug from backend that have output into graphql with query field:
query { debug { ... }, otherField }
Problem is that if debug field is before otherField, then debug will be returned empty.
Debug will be empty because its executing first and after debug will be executed other field with debug methods inside.
Is here here any option to make the debug field execution at last?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels