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
While testing static schema I found that dynamic schema don't run correct for me. Please check item #73; the dynamic and static start scripts are swapped.
version: async-graphql v6.0.8
Error:
error[E029]: Encountered 1 build error while trying to build a supergraph.
Caused by:
PROVIDES_ON_NON_OBJECT_FIELD: [reviews] Invalid @provides directive on field "Review.product": field has type "String!" which is not a Composite Type
The subgraph schemas you provided are incompatible with each other. See https://www.apollographql.com/docs/federation/errors/ for more information on resolving build errors.
error[E029]: Encountered 1 build error while trying to build a supergraph.
Caused by:
PROVIDES_ON_NON_OBJECT_FIELD: [reviews] Invalid @provides directive on field "Review.product": field has type "String!" which is not a Composite Type
The subgraph schemas you provided are incompatible with each other. See https://www.apollographql.com/docs/federation/errors/ for more information on resolving build errors.
The text was updated successfully, but these errors were encountered:
While testing static schema I found that dynamic schema don't run correct for me. Please check item #73; the dynamic and static start scripts are swapped.
version: async-graphql v6.0.8
Error:
The text was updated successfully, but these errors were encountered: