DisBot
    Preparing search index...

    Type Alias UsersUpsertWithoutLevelsInput

    type UsersUpsertWithoutLevelsInput = {
        create: XOR<
            UsersCreateWithoutLevelsInput,
            UsersUncheckedCreateWithoutLevelsInput,
        >;
        update: XOR<
            UsersUpdateWithoutLevelsInput,
            UsersUncheckedUpdateWithoutLevelsInput,
        >;
        where?: UsersWhereInput;
    }
    Index

    Properties

    Properties