DisBot
    Preparing search index...

    Type Alias PollOptionsUpsertWithoutPollAnswersInput

    type PollOptionsUpsertWithoutPollAnswersInput = {
        create: XOR<
            PollOptionsCreateWithoutPollAnswersInput,
            PollOptionsUncheckedCreateWithoutPollAnswersInput,
        >;
        update: XOR<
            PollOptionsUpdateWithoutPollAnswersInput,
            PollOptionsUncheckedUpdateWithoutPollAnswersInput,
        >;
        where?: PollOptionsWhereInput;
    }
    Index

    Properties

    Properties