Generate gql auth types

This commit is contained in:
Hazem Krimi
2021-04-28 21:22:42 +01:00
parent e6f6c86833
commit 00a5a53a3e
2 changed files with 250 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
overwrite: true
schema: 'https://astrobuild-gateway-v1.herokuapp.com'
documents: 'src/graphql/*.api.ts'
config:
withHOC: false
scalars:
Date: Date
enumsAsTypes: true
withHooks: true
generates:
src/graphql/types.ts:
plugins:
- 'typescript'
- 'typescript-operations'