DisBot
Preparing search index...
prisma
Prisma
GuildAutoPublishUpdateOneWithoutGuildsNestedInput
Type Alias GuildAutoPublishUpdateOneWithoutGuildsNestedInput
type
GuildAutoPublishUpdateOneWithoutGuildsNestedInput
=
{
connect
?:
GuildAutoPublishWhereUniqueInput
;
connectOrCreate
?:
GuildAutoPublishCreateOrConnectWithoutGuildsInput
;
create
?:
XOR
<
GuildAutoPublishCreateWithoutGuildsInput
,
GuildAutoPublishUncheckedCreateWithoutGuildsInput
,
>
;
delete
?:
GuildAutoPublishWhereInput
|
boolean
;
disconnect
?:
GuildAutoPublishWhereInput
|
boolean
;
update
?:
XOR
<
XOR
<
GuildAutoPublishUpdateToOneWithWhereWithoutGuildsInput
,
GuildAutoPublishUpdateWithoutGuildsInput
,
>
,
GuildAutoPublishUncheckedUpdateWithoutGuildsInput
,
>
;
upsert
?:
GuildAutoPublishUpsertWithoutGuildsInput
;
}
Index
Properties
connect?
connect
Or
Create?
create?
delete?
disconnect?
update?
upsert?
Properties
Optional
connect
connect
?:
GuildAutoPublishWhereUniqueInput
Optional
connect
Or
Create
connectOrCreate
?:
GuildAutoPublishCreateOrConnectWithoutGuildsInput
Optional
create
create
?:
XOR
<
GuildAutoPublishCreateWithoutGuildsInput
,
GuildAutoPublishUncheckedCreateWithoutGuildsInput
,
>
Optional
delete
delete
?:
GuildAutoPublishWhereInput
|
boolean
Optional
disconnect
disconnect
?:
GuildAutoPublishWhereInput
|
boolean
Optional
update
update
?:
XOR
<
XOR
<
GuildAutoPublishUpdateToOneWithWhereWithoutGuildsInput
,
GuildAutoPublishUpdateWithoutGuildsInput
,
>
,
GuildAutoPublishUncheckedUpdateWithoutGuildsInput
,
>
Optional
upsert
upsert
?:
GuildAutoPublishUpsertWithoutGuildsInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connect
connect
Or
Create
create
delete
disconnect
update
upsert
DisBot
Loading...