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
Error: Character.friends expects type "[String]" but Droid.friends provides type "[Character]".
at invariant (https://cdnjs.cloudflare.com/ajax/libs/graphiql/0.11.11/graphiql.js:25010:11)
at https://cdnjs.cloudflare.com/ajax/libs/graphiql/0.11.11/graphiql.js:29992:29
at Array.forEach (<anonymous>)
at assertObjectImplementsInterface (https://cdnjs.cloudflare.com/ajax/libs/graphiql/0.11.11/graphiql.js:29983:30)
at https://cdnjs.cloudflare.com/ajax/libs/graphiql/0.11.11/graphiql.js:29865:18
at Array.forEach (<anonymous>)
at https://cdnjs.cloudflare.com/ajax/libs/graphiql/0.11.11/graphiql.js:29864:30
at Array.forEach (<anonymous>)
at new GraphQLSchema (https://cdnjs.cloudflare.com/ajax/libs/graphiql/0.11.11/graphiql.js:29861:32)
at buildClientSchema (https://cdnjs.cloudflare.com/ajax/libs/graphiql/0.11.11/graphiql.js:31250:10)
The text was updated successfully, but these errors were encountered:
GraphiQL complains about our schema's inconsistency, probably because we're working around angel graphql's lack of recursive type references:
The text was updated successfully, but these errors were encountered: