DisBot
    Preparing search index...

    Type Alias PollsUpdateOneRequiredWithoutPollAnswersNestedInput

    type PollsUpdateOneRequiredWithoutPollAnswersNestedInput = {
        connect?: PollsWhereUniqueInput;
        connectOrCreate?: PollsCreateOrConnectWithoutPollAnswersInput;
        create?: XOR<
            PollsCreateWithoutPollAnswersInput,
            PollsUncheckedCreateWithoutPollAnswersInput,
        >;
        update?: XOR<
            XOR<
                PollsUpdateToOneWithWhereWithoutPollAnswersInput,
                PollsUpdateWithoutPollAnswersInput,
            >,
            PollsUncheckedUpdateWithoutPollAnswersInput,
        >;
        upsert?: PollsUpsertWithoutPollAnswersInput;
    }
    Index

    Properties