Skip to content

Exception when using with GraphiQL #80

Open
@IdeaHunter

Description

@IdeaHunter

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:

  query IntrospectionQuery {
    __schema {
      queryType { name }
      mutationType { name }
      subscriptionType { name }
   }
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions