DisBot
    Preparing search index...

    Type Alias PollsUpsertWithoutPollOptionsInput

    type PollsUpsertWithoutPollOptionsInput = {
        create: XOR<
            PollsCreateWithoutPollOptionsInput,
            PollsUncheckedCreateWithoutPollOptionsInput,
        >;
        update: XOR<
            PollsUpdateWithoutPollOptionsInput,
            PollsUncheckedUpdateWithoutPollOptionsInput,
        >;
        where?: PollsWhereInput;
    }
    Index

    Properties

    Properties