Changeset View
Changeset View
Standalone View
Standalone View
js_modules/dagit/src/runs/LogsProvider.tsx
Show First 20 Lines • Show All 228 Lines • ▼ Show 20 Lines | subscription PipelineRunLogsSubscription($runId: ID!, $after: Cursor) { | ||||
} | } | ||||
} | } | ||||
${RunFragments.RunPipelineRunEventFragment} | ${RunFragments.RunPipelineRunEventFragment} | ||||
`; | `; | ||||
export const PIPELINE_RUN_LOGS_SUBSCRIPTION_STATUS_FRAGMENT = gql` | export const PIPELINE_RUN_LOGS_SUBSCRIPTION_STATUS_FRAGMENT = gql` | ||||
fragment PipelineRunLogsSubscriptionStatusFragment on PipelineRun { | fragment PipelineRunLogsSubscriptionStatusFragment on PipelineRun { | ||||
id | |||||
runId | runId | ||||
status | status | ||||
canTerminate | canTerminate | ||||
} | } | ||||
`; | `; |