Changeset View
Changeset View
Standalone View
Standalone View
js_modules/dagit/src/schema.graphql
Show First 20 Lines • Show All 1,407 Lines • ▼ Show 20 Lines | type TriggerExecutionSuccess { | ||||
launchedRunIds: [String!]! | launchedRunIds: [String!]! | ||||
} | } | ||||
union TriggerMutationResult = TriggerExecutionSuccess | InvalidStepError | InvalidOutputError | PipelineConfigValidationInvalid | PipelineNotFoundError | PipelineRunConflict | PythonError | PresetNotFoundError | ConflictingExecutionParamsError | union TriggerMutationResult = TriggerExecutionSuccess | InvalidStepError | InvalidOutputError | PipelineConfigValidationInvalid | PipelineNotFoundError | PipelineRunConflict | PythonError | PresetNotFoundError | ConflictingExecutionParamsError | ||||
input TriggerSelector { | input TriggerSelector { | ||||
repositoryName: String! | repositoryName: String! | ||||
repositoryLocationName: String! | repositoryLocationName: String! | ||||
executableName: String! | jobName: String! | ||||
} | } | ||||
type TypeCheck implements DisplayableEvent { | type TypeCheck implements DisplayableEvent { | ||||
label: String! | label: String! | ||||
description: String | description: String | ||||
metadataEntries: [EventMetadataEntry!]! | metadataEntries: [EventMetadataEntry!]! | ||||
success: Boolean! | success: Boolean! | ||||
} | } | ||||
Show All 18 Lines |