Skip to content

Commit

Permalink
feat(generator): support missing features & sdl "schema" (#1226)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt authored Oct 27, 2024
1 parent d859d37 commit a301075
Show file tree
Hide file tree
Showing 139 changed files with 6,359 additions and 4,191 deletions.
4 changes: 3 additions & 1 deletion dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
},
"excludes": [
"**/node_modules",
"**/*-lock.json"
"**/*-lock.json",
"website/pokemon",
"website/graffle"
],
"plugins": [
"https://plugins.dprint.dev/typescript-0.93.0.wasm",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
headers: Headers {
accept: 'application/graphql-response+json; charset=utf-8, application/json; charset=utf-8',
'content-type': 'application/json',
'x-sent-at-time': '1729824583010'
'x-sent-at-time': '1730036844970'
},
signal: undefined,
method: 'post',
Expand Down
2 changes: 1 addition & 1 deletion examples/__outputs__/20_output/output_envelope.output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
headers: Headers {
'content-type': 'application/graphql-response+json; charset=utf-8',
'content-length': '142',
date: 'Fri, 25 Oct 2024 02:49:44 GMT',
date: 'Sun, 27 Oct 2024 13:47:26 GMT',
connection: 'keep-alive',
'keep-alive': 'timeout=5'
},
Expand Down
Loading

0 comments on commit a301075

Please sign in to comment.