You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to execute the queries inside those folders using useAsyncGql(), only the queries directly under the "clientA" und "clientB" folders are executed. When I inspect the generated code under .nuxt/gql/index.d.ts, I see that only the query files directly under the "clientA" and "clientB" folders where mapped to the respective clients (const GqClientOps = {"clientA":[...). The files under the "generated" folders are completely ignored.
Expected behaviour
I have expected the queries under the "generated" folders to be mapped to the respective clients so that I can execute the queries with useAsyncGql().
Reproduction
No response
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Environment
Describe the bug
I have the following folder structure:
queries
All folders (clientA, client B and generated) contain .graphql files.
This is my configuration from nuxt.config.ts:
When I try to execute the queries inside those folders using
useAsyncGql()
, only the queries directly under the "clientA" und "clientB" folders are executed. When I inspect the generated code under .nuxt/gql/index.d.ts, I see that only the query files directly under the "clientA" and "clientB" folders where mapped to the respective clients (const GqClientOps = {"clientA":[...
). The files under the "generated" folders are completely ignored.Expected behaviour
I have expected the queries under the "generated" folders to be mapped to the respective clients so that I can execute the queries with
useAsyncGql()
.Reproduction
No response
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: