Diizzayy / nuxt-graphql-client

⚡️ Minimal GraphQL Client + Code Generation for Nuxt3
https://nuxt-graphql-client.web.app
MIT License
357 stars 44 forks source link

batch HTTP link #448

Open ak-akimoto-peraichi opened 9 months ago

ak-akimoto-peraichi commented 9 months ago

Your use case

Thank you for everything. I am using this one.

I would like to combine the Graphql queries for the components associated with Nuxt pages into a single HTTP request.

If I make a gql request for each component, I can't take advantage of GraqhQL.

I know it is my bad design, but I would appreciate your consideration.

The solution you'd like

Possible alternatives

No response

Additional information

No response