Skip to content

Commit a301075

Browse files
authored
feat(generator): support missing features & sdl "schema" (#1226)
1 parent d859d37 commit a301075

File tree

139 files changed

+6359
-4191
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+6359
-4191
lines changed

dprint.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
},
1010
"excludes": [
1111
"**/node_modules",
12-
"**/*-lock.json"
12+
"**/*-lock.json",
13+
"website/pokemon",
14+
"website/graffle"
1315
],
1416
"plugins": [
1517
"https://plugins.dprint.dev/typescript-0.93.0.wasm",

examples/__outputs__/10_transport-http/transport-http_extension_headers__dynamicHeaders.output.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
headers: Headers {
55
accept: 'application/graphql-response+json; charset=utf-8, application/json; charset=utf-8',
66
'content-type': 'application/json',
7-
'x-sent-at-time': '1729824583010'
7+
'x-sent-at-time': '1730036844970'
88
},
99
signal: undefined,
1010
method: 'post',

examples/__outputs__/20_output/output_envelope.output.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
headers: Headers {
1717
'content-type': 'application/graphql-response+json; charset=utf-8',
1818
'content-length': '142',
19-
date: 'Fri, 25 Oct 2024 02:49:44 GMT',
19+
date: 'Sun, 27 Oct 2024 13:47:26 GMT',
2020
connection: 'keep-alive',
2121
'keep-alive': 'timeout=5'
2222
},

0 commit comments

Comments
 (0)