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 2, 2024
1 parent 24a1c36 commit 63dd26c
Show file tree
Hide file tree
Showing 19 changed files with 121,671 additions and 44 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
19 changes: 19 additions & 0 deletions bundle/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/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 63dd26c

Please sign in to comment.