This commit is contained in:
tornado
2025-02-18 11:31:29 +08:00
parent b61af75169
commit 9ff78b25ce
10 changed files with 6892 additions and 52 deletions

View File

@@ -1,7 +1,7 @@
import type { CodegenConfig } from '@graphql-codegen/cli';
const config: CodegenConfig = {
schema: process.env.GRAPHQL_ENDPOINT,
schema: "http://172.16.6.246:8055/graphql?access_token=WkVWFMiFcrjsXRZqsL30Cd4Sboe0DRk-",
// this assumes that all your source files are in a top-level `src/` directory - you might need to adjust this to your file structure
documents: ['src/**/*.{ts,tsx}'],
generates: {