Skip to content

Commit

Permalink
[urql-typescript] Fix generics for operation props (#2132)
Browse files Browse the repository at this point in the history
* Fix generics for operation props

* Fix
  • Loading branch information
ardatan authored and dotansimha committed Jul 9, 2019
1 parent e49b75a commit 1cd87c5
Show file tree
Hide file tree
Showing 6 changed files with 466 additions and 6 deletions.
8 changes: 8 additions & 0 deletions dev-test/codegen.yml
Expand Up @@ -158,6 +158,14 @@ generates:
- typescript
- typescript-operations
- typescript-stencil-apollo
./dev-test/githunt/types.urql.tsx:
schema: ./dev-test/githunt/schema.json
documents: ./dev-test/githunt/**/*.graphql
plugins:
- add: // tslint:disable
- typescript
- typescript-operations
- typescript-urql
./dev-test/githunt:
schema: ./dev-test/githunt/schema.json
documents: ./dev-test/githunt/**/*.graphql
Expand Down

0 comments on commit 1cd87c5

Please sign in to comment.