StepApprovalCondition
A condition to be used against StepApproval object types. All fields are
tested for equality and combined with a logical ‘and.’
input StepApprovalCondition {
id: String
workspaceId: String
stepId: String
approved: Boolean
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
approvedById: String
approvedDate: Datetime
}
Fields
StepApprovalCondition.id ● String scalar
Checks for equality with the object’s id field.
StepApprovalCondition.workspaceId ● String scalar
Checks for equality with the object’s workspaceId field.
StepApprovalCondition.stepId ● String scalar
Checks for equality with the object’s stepId field.
StepApprovalCondition.approved ● Boolean scalar
Checks for equality with the object’s approved field.
StepApprovalCondition.version ● Int scalar
Checks for equality with the object’s version field.
StepApprovalCondition.deletedAt ● Datetime scalar
Checks for equality with the object’s deletedAt field.
StepApprovalCondition.updatedAt ● Datetime scalar
Checks for equality with the object’s updatedAt field.
StepApprovalCondition.createdAt ● Datetime scalar
Checks for equality with the object’s createdAt field.
StepApprovalCondition.approvedById ● String scalar
Checks for equality with the object’s approvedById field.
StepApprovalCondition.approvedDate ● Datetime scalar
Checks for equality with the object’s approvedDate field.
Member Of
stepApprovals query ● stepApprovalsConnection query