Skip to content

Commit

Permalink
Full graphql schema (broken)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljharvey committed Apr 4, 2020
1 parent 17d6ee0 commit 380a2f5
Show file tree
Hide file tree
Showing 3 changed files with 36,187 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ set -euxo pipefail
# compile typescript
yarn build

# run codegen
yarn graphql-codegen --verbose --config ./test/codegen.yml
# run codegen basic
yarn graphql-codegen --config ./test/codegen.yml

# run complex one
yarn graphql-codegen --config ./test/codegen-github.yml
4 changes: 4 additions & 0 deletions test/codegen-github.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
schema: ./test/github-schema.graphql
generates:
./output/github.ts:
- ./dist/index.js

0 comments on commit 380a2f5

Please sign in to comment.