Skip to main content
Version: Next

EntityProviderConnection

Home > @backstage/plugin-catalog-node > EntityProviderConnection

The connection between the catalog and the entity provider. Entity providers use this connection to add and remove entities from the catalog.

Signature:

export interface EntityProviderConnection 

Methods

Method

Description

applyMutation(mutation)

Applies either a full or a delta update to the catalog engine.

refresh(options)

Schedules a refresh on all of the entities that have a matching refresh key associated with the provided keys.