Enum with the same name doesn't get merged
Server Version: v2.6.1-cloud.1
CLI Version (for CLI related issue): latest
Cloud
I'd expect Hasura to merge enum types from two remote schemas that have the same name but slightly different variants/fields.
remote-schema, enum, merge, fields, variants
The remote schema's enum variants/values are slightly different so the current Hasura behviour only picks on of the enum.
Merge all enum variants/fields across remotes schemas that have the same name.
Enum with the same name doesn't get merged #8514
Server Version: v2.6.1-cloud.1
CLI Version (for CLI related issue): latest
Environment
Cloud
What is the expected behaviour?
I'd expect Hasura to merge enum types from two remote schemas that have the same name but slightly different variants/fields.
Keywords
remote-schema, enum, merge, fields, variants
What is the current behaviour?
The remote schema's enum variants/values are slightly different so the current Hasura behviour only picks on of the enum.
How to reproduce the issue?
Any possible solutions?
Merge all enum variants/fields across remotes schemas that have the same name.