DisBot
    Preparing search index...

    Type Alias ApisUpsertWithWhereUniqueWithoutUsersInput

    type ApisUpsertWithWhereUniqueWithoutUsersInput = {
        create: XOR<
            ApisCreateWithoutUsersInput,
            ApisUncheckedCreateWithoutUsersInput,
        >;
        update: XOR<
            ApisUpdateWithoutUsersInput,
            ApisUncheckedUpdateWithoutUsersInput,
        >;
        where: ApisWhereUniqueInput;
    }
    Index

    Properties

    Properties