DisBot
    Preparing search index...

    Type Alias GuildsUpsertWithoutPollsInput

    type GuildsUpsertWithoutPollsInput = {
        create: XOR<
            GuildsCreateWithoutPollsInput,
            GuildsUncheckedCreateWithoutPollsInput,
        >;
        update: XOR<
            GuildsUpdateWithoutPollsInput,
            GuildsUncheckedUpdateWithoutPollsInput,
        >;
        where?: GuildsWhereInput;
    }
    Index

    Properties

    Properties