DisBot
    Preparing search index...

    Type Alias PollOptionsUpdateOneRequiredWithoutPollAnswersNestedInput

    type PollOptionsUpdateOneRequiredWithoutPollAnswersNestedInput = {
        connect?: PollOptionsWhereUniqueInput;
        connectOrCreate?: PollOptionsCreateOrConnectWithoutPollAnswersInput;
        create?: XOR<
            PollOptionsCreateWithoutPollAnswersInput,
            PollOptionsUncheckedCreateWithoutPollAnswersInput,
        >;
        update?: XOR<
            XOR<
                PollOptionsUpdateToOneWithWhereWithoutPollAnswersInput,
                PollOptionsUpdateWithoutPollAnswersInput,
            >,
            PollOptionsUncheckedUpdateWithoutPollAnswersInput,
        >;
        upsert?: PollOptionsUpsertWithoutPollAnswersInput;
    }
    Index

    Properties