StepCondition
A condition to be used against Step object types. All fields are tested for equality and combined with a logical ‘and.’
input StepCondition {
id: String
stageId: String
title: String
dueDate: Datetime
description: String
resources: String
status: StepStatus
order: BigFloat
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
internal: Boolean
workspaceId: String
ownerId: String
type: String
playbookId: String
createdById: String
archivedAt: Datetime
recentlyUsedAt: Datetime
dueDateWithoutTime: Date
relativeInterval: IntervalInput
relativeStepId: String
designation: String
completedAt: Datetime
parentStepId: String
startDateWithoutTime: Date
ownerWorkspacePlaceholderRoleId: String
libraryStepId: String
libraryStageStepId: String
}
Fields
StepCondition.id ● String scalar
Checks for equality with the object’s id field.
StepCondition.stageId ● String scalar
Checks for equality with the object’s stageId field.
StepCondition.title ● String scalar
Checks for equality with the object’s title field.
StepCondition.dueDate ● Datetime scalar
Checks for equality with the object’s dueDate field.
StepCondition.description ● String scalar
Checks for equality with the object’s description field.
StepCondition.resources ● String scalar
Checks for equality with the object’s resources field.
StepCondition.status ● StepStatus enum
Checks for equality with the object’s status field.
StepCondition.order ● BigFloat scalar
Checks for equality with the object’s order field.
StepCondition.version ● Int scalar
Checks for equality with the object’s version field.
StepCondition.deletedAt ● Datetime scalar
Checks for equality with the object’s deletedAt field.
StepCondition.updatedAt ● Datetime scalar
Checks for equality with the object’s updatedAt field.
StepCondition.createdAt ● Datetime scalar
Checks for equality with the object’s createdAt field.
StepCondition.internal ● Boolean scalar
Checks for equality with the object’s internal field.
StepCondition.workspaceId ● String scalar
Checks for equality with the object’s workspaceId field.
StepCondition.ownerId ● String scalar
Checks for equality with the object’s ownerId field.
StepCondition.type ● String scalar
Checks for equality with the object’s type field.
StepCondition.playbookId ● String scalar
Checks for equality with the object’s playbookId field.
StepCondition.createdById ● String scalar
Checks for equality with the object’s createdById field.
StepCondition.archivedAt ● Datetime scalar
Checks for equality with the object’s archivedAt field.
StepCondition.recentlyUsedAt ● Datetime scalar
Checks for equality with the object’s recentlyUsedAt field.
StepCondition.dueDateWithoutTime ● Date scalar
Checks for equality with the object’s dueDateWithoutTime field.
StepCondition.relativeInterval ● IntervalInput input
Checks for equality with the object’s relativeInterval field.
StepCondition.relativeStepId ● String scalar
Checks for equality with the object’s relativeStepId field.
StepCondition.designation ● String scalar
Checks for equality with the object’s designation field.
StepCondition.completedAt ● Datetime scalar
Checks for equality with the object’s completedAt field.
StepCondition.parentStepId ● String scalar
Checks for equality with the object’s parentStepId field.
StepCondition.startDateWithoutTime ● Date scalar
Checks for equality with the object’s startDateWithoutTime field.
StepCondition.ownerWorkspacePlaceholderRoleId ● String scalar
Checks for equality with the object’s ownerWorkspacePlaceholderRoleId field.
StepCondition.libraryStepId ● String scalar
Checks for equality with the object’s libraryStepId field.
StepCondition.libraryStageStepId ● String scalar
Checks for equality with the object’s libraryStageStepId field.
Member Of
steps query ● stepsConnection query