https://github.com/jonaskello/graphql-codegen-issue1
https://github.com/jonaskello/graphql-codegen-issue1
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonaskello/graphql-codegen-issue1
- Owner: jonaskello
- Created: 2019-04-01T13:59:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T14:03:35.000Z (about 7 years ago)
- Last Synced: 2024-10-06T02:21:23.390Z (over 1 year ago)
- Language: TypeScript
- Size: 43 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to test
```
yarn graphql
```
Gives error:
```
$ gql-gen --config graphql-codegen.yml
✔ Parse configuration
❯ Generate outputs
❯ Generate generated.ts
✔ Load GraphQL schemas
✔ Load GraphQL documents
✖ Generate
→ schemaType.getInterfaces is not a function
Found 1 error
✖ generated.ts
TypeError: schemaType.getInterfaces is not a function
```