You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(batching): remove execution if a given operation completes with an exception (#2006)
### 📝 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.
Co-authored-by: Samuel Vazquez <[email protected]>
Copy file name to clipboardExpand all lines: executions/graphql-kotlin-dataloader-instrumentation/src/main/kotlin/com/expediagroup/graphql/dataloader/instrumentation/syncexhaustion/state/SyncExecutionExhaustedState.kt
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@ class SyncExecutionExhaustedState(
0 commit comments