DisBot
    Preparing search index...

    Type Alias PollOptionsUpsertWithWhereUniqueWithoutPollsInput

    type PollOptionsUpsertWithWhereUniqueWithoutPollsInput = {
        create: XOR<
            PollOptionsCreateWithoutPollsInput,
            PollOptionsUncheckedCreateWithoutPollsInput,
        >;
        update: XOR<
            PollOptionsUpdateWithoutPollsInput,
            PollOptionsUncheckedUpdateWithoutPollsInput,
        >;
        where: PollOptionsWhereUniqueInput;
    }
    Index

    Properties

    Properties