graphql-composition 0.12.2

An implementation of GraphQL federated schema composition
Documentation
1
2
3
Imports _must_ be of the same type, meaning if the original name has an `@` prefix, the imported name must also have an `@` prefix, and conversely, if the original name does not have an `@` prefix, the imported name must also not have an `@` prefix.

Reference: https://specs.apollo.dev/link/v1.0/#Import