DisBot
    Preparing search index...

    Type Alias PollAnswersUpdateManyWithWhereWithoutPollOptionsInput

    type PollAnswersUpdateManyWithWhereWithoutPollOptionsInput = {
        data: XOR<
            PollAnswersUpdateManyMutationInput,
            PollAnswersUncheckedUpdateManyWithoutPollOptionsInput,
        >;
        where: PollAnswersScalarWhereInput;
    }
    Index

    Properties

    Properties