ActionNodeStat
No description
type ActionNodeStat implements WorkflowNodeStat {
id: ID!
name: String!
type: NodeType!
actions: [WorkflowActionStat!]!
}
No description
type ActionNodeStat implements WorkflowNodeStat {
id: ID!
name: String!
type: NodeType!
actions: [WorkflowActionStat!]!
}
ActionNodeStat.id
● ID!
non-null scalarActionNodeStat.name
● String!
non-null scalarActionNodeStat.type
● NodeType!
non-null enumActionNodeStat.actions
● [WorkflowActionStat!]!
non-null objectWorkflowNodeStat
interface