DisBot
    Preparing search index...

    Type Alias PollsUpdateOneRequiredWithoutPollOptionsNestedInput

    type PollsUpdateOneRequiredWithoutPollOptionsNestedInput = {
        connect?: PollsWhereUniqueInput;
        connectOrCreate?: PollsCreateOrConnectWithoutPollOptionsInput;
        create?: XOR<
            PollsCreateWithoutPollOptionsInput,
            PollsUncheckedCreateWithoutPollOptionsInput,
        >;
        update?: XOR<
            XOR<
                PollsUpdateToOneWithWhereWithoutPollOptionsInput,
                PollsUpdateWithoutPollOptionsInput,
            >,
            PollsUncheckedUpdateWithoutPollOptionsInput,
        >;
        upsert?: PollsUpsertWithoutPollOptionsInput;
    }
    Index

    Properties