Skip to main content

WorkflowTaskMilestoneConnection

The connection type for WorkflowTaskMilestone.

type WorkflowTaskMilestoneConnection {
edges: [WorkflowTaskMilestoneEdge]
nodes: [WorkflowTaskMilestone]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

WorkflowTaskMilestoneConnection.edges ● [WorkflowTaskMilestoneEdge] list object

A list of edges.

WorkflowTaskMilestoneConnection.nodes ● [WorkflowTaskMilestone] list object

A list of nodes.

WorkflowTaskMilestoneConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

WorkflowTaskMilestoneConnection.totalCount ● Int! non-null scalar

Returned By

workflowTaskMilestones query