Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

HTTP GET support and query url param #80

Copy link
Copy link
Closed
@pmoleri

Description

@pmoleri
Issue body actions

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

Spec. Req.A requirement of the GraphQL specification that needs to be implemented.A requirement of the GraphQL specification that needs to be implemented.bugSomething isn't workingSomething isn't workingv1.0An item that is required before v1.0 can be achivedAn item that is required before v1.0 can be achived

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.