Skip to main content

workflowTaskMilestones

Find workflow task milestones. A milestone is one workflow task applied to one article. It tracks who is assigned, when it is due, and when it was completed.

workflowTaskMilestones(
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "id" }]
createdAt: DateTimeRange
updatedAt: DateTimeRange
articleId: ID
ids: [ID!]
isPublishMilestone: Boolean
withDeleted: Boolean
workflowTaskId: ID
after: String
before: String
first: Int
last: Int
): WorkflowTaskMilestoneConnection

Arguments

workflowTaskMilestones.sort ● [Sort!] list input

Sort result

workflowTaskMilestones.createdAt ● DateTimeRange input

Filter by created at

workflowTaskMilestones.updatedAt ● DateTimeRange input

Filter by updated at

workflowTaskMilestones.articleId ● ID scalar

Filter by articleId

workflowTaskMilestones.ids ● [ID!] list scalar

Filter by IDs

workflowTaskMilestones.isPublishMilestone ● Boolean scalar

Filter by publish milestone

workflowTaskMilestones.withDeleted ● Boolean scalar

Include deleted

workflowTaskMilestones.workflowTaskId ● ID scalar

Filter by workflowTaskId

workflowTaskMilestones.after ● String scalar

Returns the elements in the list that come after the specified cursor.

workflowTaskMilestones.before ● String scalar

Returns the elements in the list that come before the specified cursor.

workflowTaskMilestones.first ● Int scalar

Returns the first _n_ elements from the list.

workflowTaskMilestones.last ● Int scalar

Returns the last _n_ elements from the list.

Type

WorkflowTaskMilestoneConnection object

The connection type for WorkflowTaskMilestone.