Skip to main content

ContentFlowRun

No description

type ContentFlowRun implements Node {
id: ID!
flow: ContentFlow!
label: String!
attributes: [ContentFlowRunAttribute!]!
tags: [String!]!
createdDate: DateTime!
updatedDate: DateTime!
status: ContentFlowRunStatus!
cmsHub: CMSHub!
organization: Organization!
events(
before: String
after: String
first: Int
last: Int
): ContentFlowRunEventConnection!
}

Fields
Link copied!

ContentFlowRun.id ● ID! non-null scalar
Link copied!

ContentFlowRun.flow ● ContentFlow! non-null object
Link copied!

ContentFlowRun.label ● String! non-null scalar
Link copied!

ContentFlowRun.attributes ● [ContentFlowRunAttribute!]! non-null object
Link copied!

ContentFlowRun.tags ● [String!]! non-null scalar
Link copied!

ContentFlowRun.createdDate ● DateTime! non-null scalar
Link copied!

ContentFlowRun.updatedDate ● DateTime! non-null scalar
Link copied!

ContentFlowRun.status ● ContentFlowRunStatus! non-null enum
Link copied!

ContentFlowRun.cmsHub ● CMSHub! non-null object
Link copied!

ContentFlowRun.organization ● Organization! non-null object
Link copied!

ContentFlowRun.events ● ContentFlowRunEventConnection! non-null object
Link copied!

ContentFlowRun.events.before ● String scalar
Link copied!
ContentFlowRun.events.after ● String scalar
Link copied!
ContentFlowRun.events.first ● Int scalar
Link copied!
ContentFlowRun.events.last ● Int scalar
Link copied!

Interfaces
Link copied!

Node interface
Link copied!

An object with an ID

Returned by
Link copied!

contentFlowRun query

Member of
Link copied!

ContentFlowRunEdge object