Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Fix gQueryCodegen config typos #10

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/src/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ vite: {
// Required
// schema: 'http://localhost:3001/graphql' // this can also be a url to a graphql api
schema: './src/lib/graphql/schema.graphql', // path to schema, schema is required
output: './src/lib/graphql', // Where you want the general schema types to output
gPath: '$lib/config/g' // Path to g, created in step 1.
out: './src/lib/graphql', // Where you want the general schema types to output
gPath: '$lib/config/g', // Path to g, created in step 1.
// Optional
debug: false // boolean, this adds logging for gq files deleted and on codegen
})
Expand Down