DisBot
    Preparing search index...

    Type Alias GuildLoggingUpdateOneWithoutGuildsNestedInput

    type GuildLoggingUpdateOneWithoutGuildsNestedInput = {
        connect?: GuildLoggingWhereUniqueInput;
        connectOrCreate?: GuildLoggingCreateOrConnectWithoutGuildsInput;
        create?: XOR<
            GuildLoggingCreateWithoutGuildsInput,
            GuildLoggingUncheckedCreateWithoutGuildsInput,
        >;
        delete?: GuildLoggingWhereInput
        | boolean;
        disconnect?: GuildLoggingWhereInput | boolean;
        update?: XOR<
            XOR<
                GuildLoggingUpdateToOneWithWhereWithoutGuildsInput,
                GuildLoggingUpdateWithoutGuildsInput,
            >,
            GuildLoggingUncheckedUpdateWithoutGuildsInput,
        >;
        upsert?: GuildLoggingUpsertWithoutGuildsInput;
    }
    Index

    Properties

    delete?: GuildLoggingWhereInput | boolean
    disconnect?: GuildLoggingWhereInput | boolean