DisBot
    Preparing search index...

    Type Alias UsersUpdateOneRequiredWithoutVanitysNestedInput

    type UsersUpdateOneRequiredWithoutVanitysNestedInput = {
        connect?: UsersWhereUniqueInput;
        connectOrCreate?: UsersCreateOrConnectWithoutVanitysInput;
        create?: XOR<
            UsersCreateWithoutVanitysInput,
            UsersUncheckedCreateWithoutVanitysInput,
        >;
        update?: XOR<
            XOR<
                UsersUpdateToOneWithWhereWithoutVanitysInput,
                UsersUpdateWithoutVanitysInput,
            >,
            UsersUncheckedUpdateWithoutVanitysInput,
        >;
        upsert?: UsersUpsertWithoutVanitysInput;
    }
    Index

    Properties