graphql / composite-schemas-spec

MIT License
29 stars 9 forks source link

Adds Semantical Equivalence of Types Validation Rule #37

Open michaelstaib opened 3 months ago

michaelstaib commented 3 months ago

The GraphQL Composite Schemas specification considers types with the same name across source schemas as semantically equivalent and mergeable. Types that do not share the same kind are considered non-mergeable.