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.
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.