WorkflowNodeQualification
No description
type WorkflowNodeQualification {
action_completed_at: DateTime
completed_at: DateTime
contact: Contact
created_at: DateTime
created_by: User
id: ID!
qualified_at: DateTime
updated_at: DateTime
updated_by: User
workflow: Workflow
workflowNode: WorkflowNode
workflowQualification: WorkflowQualification
}
Fields
WorkflowNodeQualification.action_completed_at ● DateTime scalar
WorkflowNodeQualification.completed_at ● DateTime scalar
WorkflowNodeQualification.contact ● Contact object
WorkflowNodeQualification.created_at ● DateTime scalar
When the row was written. Not the qualification time — see qualified_at.
WorkflowNodeQualification.created_by ● User object
WorkflowNodeQualification.id ● ID! non-null scalar
WorkflowNodeQualification.qualified_at ● DateTime scalar
When the contact qualified for (entered) this node. Prefer this over created_at for anything that means 'when did this happen'.
WorkflowNodeQualification.updated_at ● DateTime scalar
WorkflowNodeQualification.updated_by ● User object
WorkflowNodeQualification.workflow ● Workflow object
WorkflowNodeQualification.workflowNode ● WorkflowNode object
WorkflowNodeQualification.workflowQualification ● WorkflowQualification object
Returned By
workflowNodeQualification query


