Skip to content

Commit

Permalink
allow passing schema plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
villesau committed Feb 15, 2022
1 parent f41d147 commit 6a85e0b
Show file tree
Hide file tree
Showing 14 changed files with 695 additions and 1,330 deletions.
2 changes: 2 additions & 0 deletions __tests__/__fixtures/tsconfig/graphql-let.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ documents:
plugins:
- typescript-operations
- typescript-react-apollo
schemaPlugins:
- typescript-urql-graphcache
config:
useIndexSignature: true
TSConfigFile: es3config.json
Expand Down
2 changes: 2 additions & 0 deletions __tests__/__fixtures/tsconfig/graphql-let2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ documents:
plugins:
- typescript-operations
- typescript-react-apollo
schemaPlugins:
- typescript-urql-graphcache
config:
withHOC: false
withHocks: true
Expand Down
2 changes: 2 additions & 0 deletions __tests__/__fixtures/tsconfig/graphql-let3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ documents:
plugins:
- typescript-operations
- typescript-react-apollo
schemaPlugins:
- typescript-urql-graphcache
config:
useIndexSignature: true
cacheDir: .cache
2 changes: 2 additions & 0 deletions __tests__/__fixtures/tsconfig/graphql-let4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ documents:
plugins:
- typescript-operations
- typescript-react-apollo
schemaPlugins:
- typescript-urql-graphcache
config:
useIndexSignature: true
cacheDir: .cache
Loading

0 comments on commit 6a85e0b

Please sign in to comment.