DisBot
Preparing search index...
prisma
Prisma
GuildsUpsertWithoutPollsInput
Type Alias GuildsUpsertWithoutPollsInput
type
GuildsUpsertWithoutPollsInput
=
{
create
:
XOR
<
GuildsCreateWithoutPollsInput
,
GuildsUncheckedCreateWithoutPollsInput
,
>
;
update
:
XOR
<
GuildsUpdateWithoutPollsInput
,
GuildsUncheckedUpdateWithoutPollsInput
,
>
;
where
?:
GuildsWhereInput
;
}
Index
Properties
create
update
where?
Properties
create
create
:
XOR
<
GuildsCreateWithoutPollsInput
,
GuildsUncheckedCreateWithoutPollsInput
,
>
update
update
:
XOR
<
GuildsUpdateWithoutPollsInput
,
GuildsUncheckedUpdateWithoutPollsInput
,
>
Optional
where
where
?:
GuildsWhereInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
update
where
DisBot
Loading...