DisBot
    Preparing search index...

    Type Alias PollAnswersUpdateWithWhereUniqueWithoutPollOptionsInput

    type PollAnswersUpdateWithWhereUniqueWithoutPollOptionsInput = {
        data: XOR<
            PollAnswersUpdateWithoutPollOptionsInput,
            PollAnswersUncheckedUpdateWithoutPollOptionsInput,
        >;
        where: PollAnswersWhereUniqueInput;
    }
    Index

    Properties

    Properties