DisBot
    Preparing search index...

    Type Alias GuildChannelLinksUncheckedUpdateManyWithoutGuildsNestedInput

    type GuildChannelLinksUncheckedUpdateManyWithoutGuildsNestedInput = {
        connect?:
            | GuildChannelLinksWhereUniqueInput
            | GuildChannelLinksWhereUniqueInput[];
        connectOrCreate?: | GuildChannelLinksCreateOrConnectWithoutGuildsInput
        | GuildChannelLinksCreateOrConnectWithoutGuildsInput[];
        create?: | XOR<
            GuildChannelLinksCreateWithoutGuildsInput,
            GuildChannelLinksUncheckedCreateWithoutGuildsInput,
        >
        | GuildChannelLinksCreateWithoutGuildsInput[]
        | GuildChannelLinksUncheckedCreateWithoutGuildsInput[];
        createMany?: GuildChannelLinksCreateManyGuildsInputEnvelope;
        delete?: | GuildChannelLinksWhereUniqueInput
        | GuildChannelLinksWhereUniqueInput[];
        deleteMany?: | GuildChannelLinksScalarWhereInput
        | GuildChannelLinksScalarWhereInput[];
        disconnect?: | GuildChannelLinksWhereUniqueInput
        | GuildChannelLinksWhereUniqueInput[];
        set?: | GuildChannelLinksWhereUniqueInput
        | GuildChannelLinksWhereUniqueInput[];
        update?: | GuildChannelLinksUpdateWithWhereUniqueWithoutGuildsInput
        | GuildChannelLinksUpdateWithWhereUniqueWithoutGuildsInput[];
        updateMany?: | GuildChannelLinksUpdateManyWithWhereWithoutGuildsInput
        | GuildChannelLinksUpdateManyWithWhereWithoutGuildsInput[];
        upsert?: | GuildChannelLinksUpsertWithWhereUniqueWithoutGuildsInput
        | GuildChannelLinksUpsertWithWhereUniqueWithoutGuildsInput[];
    }
    Index

    Properties