GetEntitiesByRefsRequest
Home > @backstage/catalog-client > GetEntitiesByRefsRequest
The request type for CatalogClient.getEntitiesByRefs().
Signature:
export interface GetEntitiesByRefsRequest
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string[] |
The list of entity refs to fetch. | ||
|
EntityFieldsQuery | undefined |
(Optional) If given, return only the parts of each entity that match the field declarations. | ||
|
(Optional) If given, return only entities that match the given filter. |