mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
fix: don't publish schema.gql
This commit is contained in:
@@ -2,7 +2,7 @@ import type { CodegenConfig } from "@graphql-codegen/cli"
|
||||
|
||||
export default {
|
||||
overwrite: true,
|
||||
schema: "src/schema.graphql",
|
||||
schema: "schema.gql",
|
||||
emitLegacyCommonJSImports: false,
|
||||
documents: "src/queries/*.graphql",
|
||||
generates: {
|
||||
|
||||
Reference in New Issue
Block a user