Skip to content

Commit 1ca2b49

Browse files
committed
chore(test-codegen-app): use local graphql endpoint
1 parent 1534338 commit 1ca2b49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

graphql/test-app/codegen.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineConfig } from '@constructive-io/graphql-codegen';
22

33
const config = defineConfig({
4-
endpoint: 'https://api.launchql.dev/graphql',
4+
endpoint: 'http://api.localhost:3000/graphql',
55
output: 'src/generated',
66
reactQuery: true,
77
});

0 commit comments

Comments
 (0)