Questions tagged [graphql.net]

Github repository and other source can be found at ... https://graphql-dotnet.github.io/docs/getting-started/introduction

Official documentation for the project can be found at ... https://github.com/graphql-dotnet/graphql-dotnet

31 questions
0
votes
1 answer

GraphQL.NET error message doesn't make sense

I have a GraphQL schema set up that successfully supports queries. However when attempting a mutation I get the following strange error: Error "message": "GraphQL.Validation.ValidationError: Cannot query field \"id\" on type \"IdeaInput\". Did you…
snort
  • 2,285
  • 3
  • 19
  • 21
1 2
3