Skip to content

Commit

Permalink
Set up GraphQL TypeScript client
Browse files Browse the repository at this point in the history
  • Loading branch information
CatChen committed Aug 1, 2024
1 parent 76fbb5a commit eda5ce6
Show file tree
Hide file tree
Showing 22 changed files with 121,665 additions and 36 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
- name: Install dependencies
run: yarn

- name: Codegen
run: yarn codegen

- name: Reformat
run: |
yarn prettier --write .
Expand Down
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"yaml.schemas": {
"https://json.schemastore.org/github-action.json": "action.yml",
"https://json.schemastore.org/github-funding.json": ".github/FUNDING.yml",
Expand Down
3 changes: 3 additions & 0 deletions bundle/codegen.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3,340 changes: 3,332 additions & 8 deletions bundle/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle/index.js.map

Large diffs are not rendered by default.

File renamed without changes.
19 changes: 19 additions & 0 deletions bundle/src/graphql/fragment-masking.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions bundle/src/graphql/gql.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eda5ce6

Please sign in to comment.