forked from plussub/plussub
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcodegen.yml
45 lines (38 loc) · 1.42 KB
/
codegen.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
schema: https://gqlos.plus-sub.com/
documents: ./src/**/*.gql
generates:
./src/popup/download/store/__gen_gql/index.ts:
plugins:
- typescript
- typescript-operations
documents: ./src/popup/search/subtitleSearchFragment.gql
./src/popup/language/store/listContentLanguagesQuery/__gen_gql/index.ts:
plugins:
- typescript
- typescript-operations
documents: ./src/popup/language/store/listContentLanguagesQuery/query.gql
./src/popup/search/pages/movieTv/searchQuery/__gen_gql/index.ts:
plugins:
- typescript
- typescript-operations
documents: ./src/popup/search/pages/movieTv/searchQuery/query.gql
./src/popup/search/__gen_gql/index.ts:
plugins:
- typescript
- typescript-operations
documents: ./src/popup/search/subtitleSearchFragment.gql
./src/popup/search/pages/subtitleForMovies/searchQuery/__gen_gql/index.ts:
plugins:
- typescript
- typescript-operations
documents: ./src/popup/search/pages/subtitleForMovies/searchQuery/query.gql
./src/popup/search/pages/subtitleForSeries/searchQuery/__gen_gql/index.ts:
plugins:
- typescript
- typescript-operations
documents: ./src/popup/search/pages/subtitleForSeries/searchQuery/query.gql
./src/popup/track/store/trackMutation/__gen_gql/index.ts:
plugins:
- typescript
- typescript-operations
documents: ./src/popup/track/store/trackMutation/mutation.gql