Skip to main content

ContentFlow

No description

type ContentFlow implements Node {
id: ID!
runs(
before: String
after: String
first: Int
last: Int
): ContentFlowRunConnection!
label: String!
description: String!
flow: String!
cmsHub: CMSHub!
organization: Organization!
createdDate: DateTime!
updatedDate: DateTime!
lastRunDate: DateTime
}

Fields
Link copied!

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

ContentFlow.runs ● ContentFlowRunConnection! non-null object
Link copied!

ContentFlow.runs.before ● String scalar
Link copied!
ContentFlow.runs.after ● String scalar
Link copied!
ContentFlow.runs.first ● Int scalar
Link copied!
ContentFlow.runs.last ● Int scalar
Link copied!

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

ContentFlow.description ● String! non-null scalar
Link copied!

ContentFlow.flow ● String! non-null scalar
Link copied!

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

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

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

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

ContentFlow.lastRunDate ● DateTime scalar
Link copied!

Interfaces
Link copied!

Node interface
Link copied!

An object with an ID

Returned by
Link copied!

contentFlow query ● createContentFlow mutation ● updateContentFlow mutation

Member of
Link copied!

ContentFlowEdge object ● ContentFlowRun object