Changeset View
Changeset View
Standalone View
Standalone View
js_modules/dagit/src/workspace/RepositorySolidsList.tsx
Show All 17 Lines | repositoryOrError(repositorySelector: $repositorySelector) { | ||||
id | id | ||||
usedSolids { | usedSolids { | ||||
definition { | definition { | ||||
description | description | ||||
name | name | ||||
} | } | ||||
invocations { | invocations { | ||||
pipeline { | pipeline { | ||||
id | |||||
name | name | ||||
} | } | ||||
} | } | ||||
} | } | ||||
} | } | ||||
... on RepositoryNotFoundError { | ... on RepositoryNotFoundError { | ||||
message | message | ||||
} | } | ||||
▲ Show 20 Lines • Show All 78 Lines • Show Last 20 Lines |