WorkflowNode
No description
type WorkflowNode {
id: ID!
name: String!
workflow: Workflow
type: NodeType!
parents: [NodeParent]!
order: Int
segment: Segment
actions: [Action!]
conditional_actions: [ConditionalAction!]
search_period: Int
search_back_from_workflow_launch: Boolean
seconds_to_wait: Int
completed_at: DateTime
created_at: DateTime
created_by: User
updated_at: DateTime
updated_by: User
deleted_at: DateTime
}