DisBot
Preparing search index...
prisma
Prisma
GuildsUpdateOneRequiredWithoutGuildChannelLinksNestedInput
Type Alias GuildsUpdateOneRequiredWithoutGuildChannelLinksNestedInput
type
GuildsUpdateOneRequiredWithoutGuildChannelLinksNestedInput
=
{
connect
?:
GuildsWhereUniqueInput
;
connectOrCreate
?:
GuildsCreateOrConnectWithoutGuildChannelLinksInput
;
create
?:
XOR
<
GuildsCreateWithoutGuildChannelLinksInput
,
GuildsUncheckedCreateWithoutGuildChannelLinksInput
,
>
;
update
?:
XOR
<
XOR
<
GuildsUpdateToOneWithWhereWithoutGuildChannelLinksInput
,
GuildsUpdateWithoutGuildChannelLinksInput
,
>
,
GuildsUncheckedUpdateWithoutGuildChannelLinksInput
,
>
;
upsert
?:
GuildsUpsertWithoutGuildChannelLinksInput
;
}
Index
Properties
connect?
connect
Or
Create?
create?
update?
upsert?
Properties
Optional
connect
connect
?:
GuildsWhereUniqueInput
Optional
connect
Or
Create
connectOrCreate
?:
GuildsCreateOrConnectWithoutGuildChannelLinksInput
Optional
create
create
?:
XOR
<
GuildsCreateWithoutGuildChannelLinksInput
,
GuildsUncheckedCreateWithoutGuildChannelLinksInput
,
>
Optional
update
update
?:
XOR
<
XOR
<
GuildsUpdateToOneWithWhereWithoutGuildChannelLinksInput
,
GuildsUpdateWithoutGuildChannelLinksInput
,
>
,
GuildsUncheckedUpdateWithoutGuildChannelLinksInput
,
>
Optional
upsert
upsert
?:
GuildsUpsertWithoutGuildChannelLinksInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connect
connect
Or
Create
create
update
upsert
DisBot
Loading...