OBJECT
PipelineView
link GraphQL Schema definition
- type PipelineView {
- # When the pipeline view was created
- : ISO8601DateTime!
- # ID of the pipeline views
- : ID!
- # the pipeline id
- : Pipeline
- # When the pipeline view was last updated
- : ISO8601DateTime!
- # the user id
- : User
- # the view of the pipeline
- : PipelineViewEnum
- }