Skip to content

Introduce GraphQL-over-HTTP response - #423

Open
martinbonnin wants to merge 4 commits into
mainfrom
response
Open

Introduce GraphQL-over-HTTP response#423
martinbonnin wants to merge 4 commits into
mainfrom
response

Conversation

@martinbonnin

@martinbonnin martinbonnin commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Just like there is GraphQL-over-HTTP request, this PR introduces GraphQL-over-HTTP response.

Using GraphQL response is a bit misleading because the HTTP specification doesn't say anything about response streams and we might end up using a separate media type for this (application/graphql-responses+jsonl, ...)

Instead, this PR introduces a new GraphQL-over-HTTP response that is either an execution result or a request error result, but not a response stream.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant