DisBot
    Preparing search index...

    Type Alias ApisUpsertWithoutUsersInput

    type ApisUpsertWithoutUsersInput = {
        create: XOR<
            ApisCreateWithoutUsersInput,
            ApisUncheckedCreateWithoutUsersInput,
        >;
        update: XOR<
            ApisUpdateWithoutUsersInput,
            ApisUncheckedUpdateWithoutUsersInput,
        >;
        where?: ApisWhereInput;
    }
    Index

    Properties

    Properties