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
An exception of type 'GraphQL.Parser.SourceException' occurred in GraphQL.Parser.dll but was not handled in user code
Additional information: subscriptionType'' is not a field of type __Schema''
The query that graphiql uses:
queryIntrospectionQuery {
__schema {
queryType { name }
mutationType { name }
subscriptionType { name }
}
}
The text was updated successfully, but these errors were encountered:
An exception of type 'GraphQL.Parser.SourceException' occurred in GraphQL.Parser.dll but was not handled in user code
Additional information:
subscriptionType'' is not a field of type
__Schema''The query that graphiql uses:
The text was updated successfully, but these errors were encountered: