Skip to content
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions spec/Section 6 -- Execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ 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.

As this specification evolves, new information may be added. Implementation must
ignore any value they do not recognize.

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