Skip to content

Commit 34a1510

Browse files
committed
Add emailer support
1 parent 2c250fe commit 34a1510

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+33066
-4051
lines changed

codegen.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
overwrite: true
2+
schema: "graphql.schema.json"
3+
documents: "src/queries/*"
4+
generates:
5+
src/generated/queries.ts:
6+
plugins:
7+
- "typescript"
8+
- "typescript-operations"
9+
- "typed-document-node"

0 commit comments

Comments
 (0)