DisBot
    Preparing search index...

    Type Alias PollsUpdateToOneWithWhereWithoutPollOptionsInput

    type PollsUpdateToOneWithWhereWithoutPollOptionsInput = {
        data: XOR<
            PollsUpdateWithoutPollOptionsInput,
            PollsUncheckedUpdateWithoutPollOptionsInput,
        >;
        where?: PollsWhereInput;
    }
    Index

    Properties

    Properties