Closed
Description
The GraphQL recommendation is to support both GET and POST.
But when trying GET on graphql-aspnet
it's throwing error:
GraphQL queries should be executed as a POST request
Even when using POST, there's a recommendation of accepting the query
parameter from the URL query string, like:
http://myapi/graphql?query={me{name}}
attempting this it also fails trying to parse the body.
Metadata
Metadata
Assignees
Labels
A requirement of the GraphQL specification that needs to be implemented.A requirement of the GraphQL specification that needs to be implemented.Something isn't workingSomething isn't workingAn item that is required before v1.0 can be achivedAn item that is required before v1.0 can be achived