DisBot
    Preparing search index...

    Type Alias PollAnswersUpdateManyWithWhereWithoutPollsInput

    type PollAnswersUpdateManyWithWhereWithoutPollsInput = {
        data: XOR<
            PollAnswersUpdateManyMutationInput,
            PollAnswersUncheckedUpdateManyWithoutPollsInput,
        >;
        where: PollAnswersScalarWhereInput;
    }
    Index

    Properties

    Properties