Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full graphql schema (broken) #1

Merged
merged 4 commits into from
Apr 4, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Full graphql schema (broken)
  • Loading branch information
danieljharvey committed Apr 4, 2020
commit 380a2f5eca59bb9bc9c17d69609d2f4457c8ee55
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
Loading