DisBot
    Preparing search index...

    Type Alias PollAnswersUpsertWithWhereUniqueWithoutPollOptionsInput

    type PollAnswersUpsertWithWhereUniqueWithoutPollOptionsInput = {
        create: XOR<
            PollAnswersCreateWithoutPollOptionsInput,
            PollAnswersUncheckedCreateWithoutPollOptionsInput,
        >;
        update: XOR<
            PollAnswersUpdateWithoutPollOptionsInput,
            PollAnswersUncheckedUpdateWithoutPollOptionsInput,
        >;
        where: PollAnswersWhereUniqueInput;
    }
    Index

    Properties

    Properties