Backstage
    Preparing search index...

    The request type for CatalogClient.getEntitiesByRefs.

    interface GetEntitiesByRefsRequest {
        entityRefs: string[];
        fields?: EntityFieldsQuery;
        filter?: EntityFilterQuery;
    }
    Index

    Properties

    entityRefs: string[]

    The list of entity refs to fetch.

    The returned list of entities will be in the same order as the refs, and null will be returned in those positions that were not found.

    If given, return only the parts of each entity that match the field declarations.

    If given, return only entities that match the given filter.