DisBot
Preparing search index...
prisma
Prisma
TicketSetupsUpdateOneRequiredWithoutTicketsNestedInput
Type Alias TicketSetupsUpdateOneRequiredWithoutTicketsNestedInput
type
TicketSetupsUpdateOneRequiredWithoutTicketsNestedInput
=
{
connect
?:
TicketSetupsWhereUniqueInput
;
connectOrCreate
?:
TicketSetupsCreateOrConnectWithoutTicketsInput
;
create
?:
XOR
<
TicketSetupsCreateWithoutTicketsInput
,
TicketSetupsUncheckedCreateWithoutTicketsInput
,
>
;
update
?:
XOR
<
XOR
<
TicketSetupsUpdateToOneWithWhereWithoutTicketsInput
,
TicketSetupsUpdateWithoutTicketsInput
,
>
,
TicketSetupsUncheckedUpdateWithoutTicketsInput
,
>
;
upsert
?:
TicketSetupsUpsertWithoutTicketsInput
;
}
Index
Properties
connect?
connect
Or
Create?
create?
update?
upsert?
Properties
Optional
connect
connect
?:
TicketSetupsWhereUniqueInput
Optional
connect
Or
Create
connectOrCreate
?:
TicketSetupsCreateOrConnectWithoutTicketsInput
Optional
create
create
?:
XOR
<
TicketSetupsCreateWithoutTicketsInput
,
TicketSetupsUncheckedCreateWithoutTicketsInput
,
>
Optional
update
update
?:
XOR
<
XOR
<
TicketSetupsUpdateToOneWithWhereWithoutTicketsInput
,
TicketSetupsUpdateWithoutTicketsInput
,
>
,
TicketSetupsUncheckedUpdateWithoutTicketsInput
,
>
Optional
upsert
upsert
?:
TicketSetupsUpsertWithoutTicketsInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connect
connect
Or
Create
create
update
upsert
DisBot
Loading...