-
-
Notifications
You must be signed in to change notification settings - Fork 745
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
013a451
commit d8ef063
Showing
3 changed files
with
13 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 4 additions & 15 deletions
19
...Operations.FileSystem.Tests/__snapshots__/IntegrationTests.ExecutePersistedOperation.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,8 @@ | ||
{ | ||
"Kind": "SingleResult", | ||
"RequestIndex": null, | ||
"VariableIndex": null, | ||
"Label": null, | ||
"Path": null, | ||
"Data": { | ||
{ | ||
"data": { | ||
"__typename": "Query" | ||
}, | ||
"Items": null, | ||
"Errors": null, | ||
"Extensions": { | ||
"extensions": { | ||
"persistedDocument": true | ||
}, | ||
"Incremental": null, | ||
"ContextData": null, | ||
"HasNext": null, | ||
"IsDataSet": true | ||
} | ||
} |
35 changes: 7 additions & 28 deletions
35
...s.FileSystem.Tests/__snapshots__/IntegrationTests.ExecutePersistedOperation_NotFound.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,11 @@ | ||
{ | ||
"Kind": "SingleResult", | ||
"RequestIndex": null, | ||
"VariableIndex": null, | ||
"Label": null, | ||
"Path": null, | ||
"Data": null, | ||
"Items": null, | ||
"Errors": [ | ||
{ | ||
"errors": [ | ||
{ | ||
"Message": "The specified persisted operation key is invalid.", | ||
"Code": "HC0020", | ||
"Path": null, | ||
"Locations": null, | ||
"Extensions": { | ||
"message": "The specified persisted operation key is invalid.", | ||
"extensions": { | ||
"code": "HC0020", | ||
"requestedKey": { | ||
"IsEmpty": false, | ||
"Value": "does_not_exist" | ||
} | ||
}, | ||
"Exception": null | ||
"requestedKey": "does_not_exist" | ||
} | ||
} | ||
], | ||
"Extensions": null, | ||
"Incremental": null, | ||
"ContextData": { | ||
"HotChocolate.Execution.Transport.HttpStatusCode": 400 | ||
}, | ||
"HasNext": null, | ||
"IsDataSet": false | ||
] | ||
} |