Function writeObfuscatedSchema

  • Read the given input Prisma schema and write its obfuscated output to the given output file.

    Parameters

    • __namedParameters: {
          inputSchemaPath: string;
          obfuscatedOutputPath: string;
      }
      • inputSchemaPath: string

        Path to the original Prisma schema file that is to be obfuscated.

      • obfuscatedOutputPath: string

        Path to write the obfuscated schema to.

    Returns Promise<void>

Generated using TypeDoc