[0.9.28] - OAuth/Auth with httpOnly cookie
All checks were successful
Deploy on push / deploy (push) Successful in 4m32s
All checks were successful
Deploy on push / deploy (push) Successful in 4m32s
This commit is contained in:
@@ -3,7 +3,7 @@ import type { CodegenConfig } from '@graphql-codegen/cli'
|
||||
const config: CodegenConfig = {
|
||||
overwrite: true,
|
||||
// Используем основной endpoint с fallback логикой
|
||||
schema: 'https://v3.dscrs.site/graphql',
|
||||
schema: 'https://v3.discours.io/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