diff --git a/gql_codegen.ts b/gql_codegen.ts index 199aa0b9..0b924014 100644 --- a/gql_codegen.ts +++ b/gql_codegen.ts @@ -10,7 +10,7 @@ import type { CodegenConfig } from '@graphql-codegen/cli'; const config: CodegenConfig = { overwrite: true, - schema: 'http://localhost:45670/api/graphql', + schema: 'http://localhost:4567/api/graphql', documents: [ 'src/lib/graphql/queries/**', 'src/lib/graphql/mutations/**',