Function buildAllOutputs

  • Builds all the prisma-to-graphql output file strings, ready to be written to files.

    Parameters

    • dmmf: ReadonlyDeep<{}>
    • options: Readonly<
          { compileOutput: boolean; outputDirPath: string } & {
              generateMutation: boolean;
              generateQuery: boolean;
          },
      >

    Returns Promise<PrismaToGraphqlOutputs>