Skip to content

Distinguish between executing (a selection set) vs processing (a response) #1154

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update spec/Section 6 -- Execution.md
Co-authored-by: Benoit 'BoD' Lubek <BoD@JRAF.org>
  • Loading branch information
martinbonnin and BoD authored Apr 3, 2025
commit aa55df7e070c8b179fc936d2989a7e44a33ab8cc
2 changes: 1 addition & 1 deletion spec/Section 6 -- Execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ GetOperation(document, operationName):
### Validating Requests

As explained in the Validation section, only requests which pass all validation
rules should be process. If validation errors are known, they should be reported
rules should be processed. If validation errors are known, they should be reported
in the list of "errors" in the response and the request must fail without
processing.

Expand Down
Loading