workflowTaskMilestones
Find workflow task milestones
workflowTaskMilestones(
after: String
before: String
createdAt: DateTimeRange
first: Int
ids: [ID!]
last: Int
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "id" }]
updatedAt: DateTimeRange
withDeleted: Boolean
): WorkflowTaskMilestoneConnection
Arguments
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.createdAt ● DateTimeRange input
Filter by created at
workflowTaskMilestones.first ● Int scalar
Returns the first _n_ elements from the list.
workflowTaskMilestones.ids ● [ID!] list scalar
Filter by IDs
workflowTaskMilestones.last ● Int scalar
Returns the last _n_ elements from the list.
workflowTaskMilestones.sort ● [Sort!] list input
Sort result
workflowTaskMilestones.updatedAt ● DateTimeRange input
Filter by updated at
workflowTaskMilestones.withDeleted ● Boolean scalar
Include deleted
Type
WorkflowTaskMilestoneConnection object
The connection type for WorkflowTaskMilestone.