DisBot
    Preparing search index...

    Type Alias PollAnswersUpdateWithWhereUniqueWithoutPollsInput

    type PollAnswersUpdateWithWhereUniqueWithoutPollsInput = {
        data: XOR<
            PollAnswersUpdateWithoutPollsInput,
            PollAnswersUncheckedUpdateWithoutPollsInput,
        >;
        where: PollAnswersWhereUniqueInput;
    }
    Index

    Properties

    Properties