DisBot
    Preparing search index...

    Type Alias ApisCreateOrConnectWithoutUsersInput

    type ApisCreateOrConnectWithoutUsersInput = {
        create: XOR<
            ApisCreateWithoutUsersInput,
            ApisUncheckedCreateWithoutUsersInput,
        >;
        where: ApisWhereUniqueInput;
    }
    Index

    Properties

    Properties