AiWorkflowsCountByType
description
Count breakdown by workflow type in the unified response
type AiWorkflowsCountByType {
type: AiWorkflowType!
count: Int!
}
Fields
AiWorkflowsCountByType.type ● AiWorkflowType! non-null enum graph-ql-types
The workflow type (SYSTEM or USER_CUSTOM) @exposed(scopes: ['enterprise-only'])
AiWorkflowsCountByType.count ● Int! non-null scalar graph-ql-types
Count of workflows for this type @exposed(scopes: ['enterprise-only'])