Actually, the package that provides GraphQL capabilities is not supporting multiple endpoints : [see issue](https://github.com/Gomah/nuxt-graphql-request/issues/6) We need this if : * we have multiple datasources, * when the same container can respond on multiple domain names (auth cookies will not be sent on different domains anymore) A solution whould bo to define the GQL endpoint on the fly, but this doens't seem possible either with [Gomah/nuxt-graphql-request](https://github.com/Gomah/nuxt-graphql-request)