DisBot
    Preparing search index...

    Type Alias UsersUpdateOneRequiredWithoutApisNestedInput

    type UsersUpdateOneRequiredWithoutApisNestedInput = {
        connect?: UsersWhereUniqueInput;
        connectOrCreate?: UsersCreateOrConnectWithoutApisInput;
        create?: XOR<
            UsersCreateWithoutApisInput,
            UsersUncheckedCreateWithoutApisInput,
        >;
        update?: XOR<
            XOR<
                UsersUpdateToOneWithWhereWithoutApisInput,
                UsersUpdateWithoutApisInput,
            >,
            UsersUncheckedUpdateWithoutApisInput,
        >;
        upsert?: UsersUpsertWithoutApisInput;
    }
    Index

    Properties