Diizzayy / nuxt-graphql-client

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

feat: schema stitching #222

Closed Diizzayy closed 2 years ago

Diizzayy commented 2 years ago

This PR aims to address common conflicts when using multiple GraphQL APIs (multiple client mode).

When using multiple large GraphQL APIs, the likelihood of their underlying types and operations overlapping vastly increases, hence the default merging strategy used by graphql-codegen is at times unable to merge the schemas in aims of understanding the configured clients.