-
Notifications
You must be signed in to change notification settings - Fork 311
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
7a644e7
commit 99f6763
Showing
26 changed files
with
1,570 additions
and
3,299 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
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
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
This file was deleted.
Oops, something went wrong.
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
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
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
// Vitest Snapshot v1 | ||
|
||
exports[`accepts graphql DocumentNode as alternative to raw string 1`] = ` | ||
{ | ||
"requests": [ | ||
{ | ||
"body": { | ||
"query": "{ | ||
query { | ||
users | ||
} | ||
}", | ||
}, | ||
"headers": { | ||
"accept": "*/*", | ||
"accept-encoding": "gzip,deflate", | ||
"connection": "close", | ||
"content-length": "43", | ||
"content-type": "application/json", | ||
"host": "DYNAMIC", | ||
"user-agent": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)", | ||
}, | ||
"method": "POST", | ||
}, | ||
], | ||
"spec": { | ||
"body": { | ||
"data": { | ||
"foo": 1, | ||
}, | ||
}, | ||
}, | ||
} | ||
`; |
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
// Vitest Snapshot v1 | ||
|
||
exports[`gql > passthrough allowing benefits of tooling for gql template tag 1`] = ` | ||
{ | ||
"requests": [ | ||
{ | ||
"body": { | ||
"operationName": "allUsers", | ||
"query": "query allUsers { | ||
users | ||
}", | ||
}, | ||
"headers": { | ||
"accept": "*/*", | ||
"accept-encoding": "gzip,deflate", | ||
"connection": "close", | ||
"content-length": "67", | ||
"content-type": "application/json", | ||
"host": "DYNAMIC", | ||
"user-agent": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)", | ||
}, | ||
"method": "POST", | ||
}, | ||
], | ||
"spec": { | ||
"body": { | ||
"data": { | ||
"foo": 1, | ||
}, | ||
}, | ||
}, | ||
} | ||
`; |
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
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
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
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
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
Oops, something went wrong.