Print own query one schema including projections and where query property
export const ModelNameOwnQueryOneSchema = z.object({ select: SelectSchema, omit: OmitSchema, where: WhereSchema,}) Copy
export const ModelNameOwnQueryOneSchema = z.object({ select: SelectSchema, omit: OmitSchema, where: WhereSchema,})
Print own query one schema including projections and where query property