Function jsonSchema2PrismaSelectProperties
jsonSchema2PrismaSelectProperties( typeName: string, rootSchema: JSONSchema7, schema: JSONSchema7, options?: JsonSchema2PrismaSelectOptions, level?: number, prefix?: string,): SelectResult Parameters
- typeName: string
- rootSchema: JSONSchema7
- schema: JSONSchema7
Optionaloptions: JsonSchema2PrismaSelectOptions- level: number = 0
- prefix: string = ""
Returns SelectResult