Variable defaultPrismaToGraphqlGeneratorOptionsConst

defaultPrismaToGraphqlGeneratorOptions: Readonly<
    { compileOutput: boolean; outputDirPath: string } & {
        generateMutation: boolean;
        generateQuery: boolean;
    },
> = prismaToGraphqlGeneratorOptionsShape.defaultValue

All default options for the prisma-to-graphql generator.