DisBot
    Preparing search index...

    Type Alias UsersUpsertWithoutVanitysInput

    type UsersUpsertWithoutVanitysInput = {
        create: XOR<
            UsersCreateWithoutVanitysInput,
            UsersUncheckedCreateWithoutVanitysInput,
        >;
        update: XOR<
            UsersUpdateWithoutVanitysInput,
            UsersUncheckedUpdateWithoutVanitysInput,
        >;
        where?: UsersWhereInput;
    }
    Index

    Properties

    Properties