We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1534338 commit 1ca2b49Copy full SHA for 1ca2b49
1 file changed
graphql/test-app/codegen.config.ts
@@ -1,7 +1,7 @@
1
import { defineConfig } from '@constructive-io/graphql-codegen';
2
3
const config = defineConfig({
4
- endpoint: 'https://api.launchql.dev/graphql',
+ endpoint: 'http://api.localhost:3000/graphql',
5
output: 'src/generated',
6
reactQuery: true,
7
});
0 commit comments