Skip to content
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

feat(batching): remove execution if a given operation completes with an exception #2006

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

samuelAndalon
Copy link
Contributor

@samuelAndalon samuelAndalon commented Jul 11, 2024

📝 Description

Example: a persisted query is found, but operationName in the http request is not in the persisted document, causing an unknown operation exception (UnknownOperationException).

Exceptions are converted into graphQL errors at later point, initially thought those errors from exceptions would be in the execution result.

samuelAndalon added a commit that referenced this pull request Jul 11, 2024
…th an exception (#2007)

### 📝 Description

#2006

Co-authored-by: Samuel Vazquez <[email protected]>
samuelAndalon added a commit that referenced this pull request Jul 11, 2024
…th an exception (#2008)

### 📝 Description

#2006

Co-authored-by: Samuel Vazquez <[email protected]>
@samuelAndalon samuelAndalon merged commit cf1c9d6 into master Jul 11, 2024
8 checks passed
@samuelAndalon samuelAndalon deleted the feat/include-exceptions-remove-execution branch July 11, 2024 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants