55c736118b
* feat(frontend): help message for disabled checkboxes on commit cards * refactor: share-stream-dialog cleanup * refactor: further share-stream-dialog prep for more usages * feat(server): sharing directly from commit grid cards * feat(server): sharing directly from commit list cards * refactor: removing unnecessary dev tests
25 lines
564 B
YAML
25 lines
564 B
YAML
overwrite: true
|
|
schema:
|
|
- 'http://localhost:3000/graphql'
|
|
- 'src/graphql/local-only/schema.gql'
|
|
documents:
|
|
- 'src/graphql/**/*.gql'
|
|
- 'src/**/*.{ts,tsx,js,jsx,vue}'
|
|
- '!src/graphql/generated/**/*'
|
|
generates:
|
|
src/graphql/generated/graphql.ts:
|
|
plugins:
|
|
- 'typescript'
|
|
- 'typescript-operations'
|
|
- 'typescript-document-nodes'
|
|
- 'typed-document-node'
|
|
config:
|
|
dedupeFragments: true
|
|
config:
|
|
scalars:
|
|
JSONObject: Record<string, unknown>
|
|
DateTime: string
|
|
require:
|
|
- ts-node/register
|
|
- tsconfig-paths/register
|