You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
composeAndValidate() in @apollo/federation@0.26.0 currently generates a supergraph schema that is invalid GraphQL when given the following subgraph schemas:
composeAndValidate()
in@apollo/federation@0.26.0
currently generates a supergraph schema that is invalid GraphQL when given the following subgraph schemas:inventory.graphql
users.graphl
products.graphl
The supergraph schema generated is specifically:
Which notably doesn’t have a
@tag
directive definition, but does have usages of@tag
. (So I’m guessing this is a bug with #859 .)The text was updated successfully, but these errors were encountered: