Skip to content

Commit

Permalink
Add 'extensions' to request
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Apr 5, 2024
1 parent 31cec49 commit 33c7fff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/Section 6 -- Execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ A GraphQL service generates a response from a request via execution.
data available via a GraphQL Service. It is common for a GraphQL Service to
always use the same initial value for every request.

The request may also contain an `extensions` entry. This entry, if set, must
have a map as its value. This entry is reserved for implementors to extend the
protocol however they see fit, and hence there are no additional restrictions on
its contents.

Given this information, the result of {ExecuteRequest(schema, document,
operationName, variableValues, initialValue)} produces the response, to be
formatted according to the Response section below.
Expand Down

0 comments on commit 33c7fff

Please sign in to comment.