Changeset View
Changeset View
Standalone View
Standalone View
js_modules/dagit/src/solids/SolidsRoot.tsx
Show First 20 Lines • Show All 292 Lines • ▼ Show 20 Lines | repositoryOrError(repositorySelector: $repositorySelector) { | ||||
__typename | __typename | ||||
definition { | definition { | ||||
name | name | ||||
...SolidTypeSignatureFragment | ...SolidTypeSignatureFragment | ||||
} | } | ||||
invocations { | invocations { | ||||
__typename | __typename | ||||
pipeline { | pipeline { | ||||
id | |||||
name | name | ||||
} | } | ||||
} | } | ||||
} | } | ||||
} | } | ||||
} | } | ||||
} | } | ||||
${SolidTypeSignature.fragments.SolidTypeSignatureFragment} | ${SolidTypeSignature.fragments.SolidTypeSignatureFragment} | ||||
Show All 29 Lines |