Must provide query string.
should not be an error with APQ
#6998
Labels
Must provide query string.
should not be an error with APQ
#6998
Linked from: dotansimha/graphql-yoga#3284
I need to support APQs in Mesh. For this I've added the
useAPQ
Envelop plugin from Yoga.The request passes through when I have a
query
parameter in the body but it doesn't pass when I don't havequery
even if I have APQ's extension parameter.Here is the reproduction repository: https://github.com/SivkovSavely/api-gate-mvp-repro
The text was updated successfully, but these errors were encountered: