nuxt-modules / apollo

Nuxt.js module to use Vue-Apollo. The Apollo integration for GraphQL.
https://apollo.nuxtjs.org
MIT License
955 stars 198 forks source link

Multiple clients aren't working #628

Open bastianhilton opened 4 months ago

bastianhilton commented 4 months ago

Environment

nuxt: latest nuxtjs/apollo: next windows 11

Describe the bug

when using multiple clients, only the default or first client is detected, no other client's data is showing on frontend. I have tested different graphql endpoints to test that only one client is working at a time.

image

Expected behaviour

multiple clients like shown in the documentation and playground in this repository should work as expected with multiple graphql endpoints working.

Reproduction

No response

Additional context

No response

Logs

No response