DisBot
Preparing search index...
prisma
Prisma
TicketsUpdateOneRequiredWithoutTicketFeedbackNestedInput
Type Alias TicketsUpdateOneRequiredWithoutTicketFeedbackNestedInput
type
TicketsUpdateOneRequiredWithoutTicketFeedbackNestedInput
=
{
connect
?:
TicketsWhereUniqueInput
;
connectOrCreate
?:
TicketsCreateOrConnectWithoutTicketFeedbackInput
;
create
?:
XOR
<
TicketsCreateWithoutTicketFeedbackInput
,
TicketsUncheckedCreateWithoutTicketFeedbackInput
,
>
;
update
?:
XOR
<
XOR
<
TicketsUpdateToOneWithWhereWithoutTicketFeedbackInput
,
TicketsUpdateWithoutTicketFeedbackInput
,
>
,
TicketsUncheckedUpdateWithoutTicketFeedbackInput
,
>
;
upsert
?:
TicketsUpsertWithoutTicketFeedbackInput
;
}
Index
Properties
connect?
connect
Or
Create?
create?
update?
upsert?
Properties
Optional
connect
connect
?:
TicketsWhereUniqueInput
Optional
connect
Or
Create
connectOrCreate
?:
TicketsCreateOrConnectWithoutTicketFeedbackInput
Optional
create
create
?:
XOR
<
TicketsCreateWithoutTicketFeedbackInput
,
TicketsUncheckedCreateWithoutTicketFeedbackInput
,
>
Optional
update
update
?:
XOR
<
XOR
<
TicketsUpdateToOneWithWhereWithoutTicketFeedbackInput
,
TicketsUpdateWithoutTicketFeedbackInput
,
>
,
TicketsUncheckedUpdateWithoutTicketFeedbackInput
,
>
Optional
upsert
upsert
?:
TicketsUpsertWithoutTicketFeedbackInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connect
connect
Or
Create
create
update
upsert
DisBot
Loading...