conditionTypePlaybookUsage
List the playbook templates that use a given condition type, along with how many times each references it.
conditionTypePlaybookUsage(
conditionTypeId: String!
): [ConditionTypePlaybookUsage!]!
Arguments
conditionTypePlaybookUsage.conditionTypeId ● String! non-null scalar
The condition type to find usage for.
Type
ConditionTypePlaybookUsage object
One playbook template that references a given condition type, with a count of how many times it uses it.