OBJECT
The connection type for Workflow.
type WorkflowConnection {cursors: [String!]! # A list of edges.edges: [WorkflowEdge] # A list of nodes.nodes: [Workflow] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! }