dockerfix-3-versions-bump
This commit is contained in:
@@ -3,7 +3,7 @@ import type { CodegenConfig } from '@graphql-codegen/cli'
|
||||
const config: CodegenConfig = {
|
||||
overwrite: true,
|
||||
// Используем только core схему для основной генерации
|
||||
schema: 'http://localhost:8000/graphql',
|
||||
schema: 'https://v3.dscrs.site/graphql',
|
||||
documents: ['panel/graphql/queries/**/*.ts', 'panel/**/*.{ts,tsx}', '!panel/graphql/generated/**'],
|
||||
generates: {
|
||||
'./panel/graphql/generated/introspection.json': {
|
||||
|
||||
Reference in New Issue
Block a user