Open SivkovSavely opened 5 months ago
Linked from: https://github.com/dotansimha/graphql-yoga/issues/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 have query even if I have APQ's extension parameter.
useAPQ
query
Here is the reproduction repository: https://github.com/SivkovSavely/api-gate-mvp-repro
Could you try it with the latest version? Sorry for the late response.
Linked from: https://github.com/dotansimha/graphql-yoga/issues/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 aquery
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