dockerfix-3-versions-bump

This commit is contained in:
2025-09-10 11:59:09 +03:00
parent 531a1cc425
commit d8a34957e0
5 changed files with 969 additions and 756 deletions

View File

@@ -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': {