Variable prismaToGraphqlGeneratorOptionsShapeConst

prismaToGraphqlGeneratorOptionsShape: ShapeDefinition<
    ShapeAnd<
        [
            { compileOutput: boolean; outputDirPath: string },
            ShapeDefinition<
                { generateMutation: boolean; generateQuery: boolean },
                false,
            >,
        ],
    >,
    false,
> = ...

Shape definition for all supported prisma-to-graphql generator options, for use as run-time validation.