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
A GraphQL schema can't have more than one definition of the same type.
Facebook runs an integration test to prevent this:
#223 (comment)
With this PR the `buildASTSchema` step throws, causing any tests that load the schema to fail.
0 commit comments