chkimes / graphql-net

Convert GraphQL to IQueryable
MIT License
891 stars 86 forks source link

Exception when using with GraphiQL #80

Open IdeaHunter opened 7 years ago

IdeaHunter commented 7 years ago

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 }
   }
  }