-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcodegen.yml
More file actions
48 lines (48 loc) · 1.27 KB
/
codegen.yml
File metadata and controls
48 lines (48 loc) · 1.27 KB
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
46
47
48
overwrite: true
schema:
- ${SCHEMA_PATH}:
headers:
Authorization: ${CINNAMON_TOKEN}
documents: null
config:
skipTypename: true
scalars:
ObjectId: ../scalars#ObjectId
NonEmptyString: ../scalars#NonEmptyString
DateISO: ../scalars#DateISO
JSONObject: ../scalars#JSONObject
FilterInput: ../scalars#FilterInput
hooks:
afterAllFileWrite:
- prettier --write
generates:
src/generated/graphql.ts:
plugins:
- 'typescript'
- 'typescript-resolvers'
src/generated/fields.ts:
plugins:
- generateFields.js
config:
maxDepth: 3
baseTypes:
- Organization
- Marketplace
- Product
- CampaignTemplate
- User
- Token
- Entitlement
- MediaChannel
- MarketingCampaign
- MarketingAd
- Catalog
- Vendor
- VendorToken
- Result
- CreativeFont
- CreativeImage
- CreativeTemplate
- CreativeLayer
- Notification
- RequestResult