Files
speckle-server/packages/frontend/codegen.yml
T
Kristaps Fabians Geikins da9224a069 feat: server & stream invites rework
feat: server & stream invites rework

Co-authored-by: Dimitrie Stefanescu <didimitrie@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-07-19 13:01:19 +03:00

18 lines
528 B
YAML

overwrite: true
schema: 'http://localhost:3000/graphql'
documents:
- 'src/graphql/**/*.gql'
- 'src/**/*.{ts,tsx,js,jsx,vue}'
generates:
src/graphql/generated/graphql.ts:
plugins:
- 'typescript'
- 'typescript-operations'
- 'typescript-document-nodes'
- 'typescript-vue-apollo-smart-ops'
config:
vueApolloErrorHandlerFunction: handleApolloError
vueApolloErrorHandlerFunctionImportFrom: '@/config/vueApolloSmartOpsConfig'
scalars:
JSONObject: Record<string, unknown>