LinksFilter
Filter which links to return.
input LinksFilter {
fromComponentId: IdFilter
toComponentId: IdFilter
}
Fields
LinksFilter.fromComponentId ● IdFilter input {#from-component-id}
Match by the source (from) component's ID (e.g., myproj-database).
LinksFilter.toComponentId ● IdFilter input {#to-component-id}
Match by the destination (to) component's ID (e.g., myproj-app).