DisBot
    Preparing search index...

    Type Alias ApisUpdateOneWithoutUsersNestedInput

    type ApisUpdateOneWithoutUsersNestedInput = {
        connect?: ApisWhereUniqueInput;
        connectOrCreate?: ApisCreateOrConnectWithoutUsersInput;
        create?: XOR<
            ApisCreateWithoutUsersInput,
            ApisUncheckedCreateWithoutUsersInput,
        >;
        delete?: ApisWhereInput
        | boolean;
        disconnect?: ApisWhereInput | boolean;
        update?: XOR<
            XOR<
                ApisUpdateToOneWithWhereWithoutUsersInput,
                ApisUpdateWithoutUsersInput,
            >,
            ApisUncheckedUpdateWithoutUsersInput,
        >;
        upsert?: ApisUpsertWithoutUsersInput;
    }
    Index

    Properties

    delete?: ApisWhereInput | boolean
    disconnect?: ApisWhereInput | boolean