Skip to content

Commit 6a85e0b

Browse files
committed
allow passing schema plugins
1 parent f41d147 commit 6a85e0b

File tree

14 files changed

+695
-1330
lines changed

14 files changed

+695
-1330
lines changed

__tests__/__fixtures/tsconfig/graphql-let.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ documents:
44
plugins:
55
- typescript-operations
66
- typescript-react-apollo
7+
schemaPlugins:
8+
- typescript-urql-graphcache
79
config:
810
useIndexSignature: true
911
TSConfigFile: es3config.json

__tests__/__fixtures/tsconfig/graphql-let2.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ documents:
44
plugins:
55
- typescript-operations
66
- typescript-react-apollo
7+
schemaPlugins:
8+
- typescript-urql-graphcache
79
config:
810
withHOC: false
911
withHocks: true

__tests__/__fixtures/tsconfig/graphql-let3.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ documents:
44
plugins:
55
- typescript-operations
66
- typescript-react-apollo
7+
schemaPlugins:
8+
- typescript-urql-graphcache
79
config:
810
useIndexSignature: true
911
cacheDir: .cache

__tests__/__fixtures/tsconfig/graphql-let4.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ documents:
77
plugins:
88
- typescript-operations
99
- typescript-react-apollo
10+
schemaPlugins:
11+
- typescript-urql-graphcache
1012
config:
1113
useIndexSignature: true
1214
cacheDir: .cache

0 commit comments

Comments
 (0)