DisBot
    Preparing search index...

    Type Alias UsersUpsertWithoutApisInput

    type UsersUpsertWithoutApisInput = {
        create: XOR<
            UsersCreateWithoutApisInput,
            UsersUncheckedCreateWithoutApisInput,
        >;
        update: XOR<
            UsersUpdateWithoutApisInput,
            UsersUncheckedUpdateWithoutApisInput,
        >;
        where?: UsersWhereInput;
    }
    Index

    Properties

    Properties