GetEntitiesRequest
Home > @backstage/catalog-client
> GetEntitiesRequest
The request type for CatalogClient.getEntities().
Signature:
export interface GetEntitiesRequest
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
string |
(Optional) If given, skips over all items before that cursor as returned by a previous request. | ||
(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. | |||
number |
(Optional) If given, returns at most N items from the result set. | ||
number |
(Optional) If given, skips over the first N items in the result set. | ||
(Optional) If given, order the result set by those directives. |