WorkflowNodeStat
No description
interface WorkflowNodeStat {
id: ID!
name: String!
type: NodeType!
}
Fields
WorkflowNodeStat.id
● ID!
non-null scalar
WorkflowNodeStat.name
● String!
non-null scalar
WorkflowNodeStat.type
● NodeType!
non-null enum
Returned By
workflowNodeStats
query ● workflowNodeStatsByDate
query
Implemented By
ActionNodeStat
object ● AudienceNodeStat
object