ConditionTypePlaybookUsage
One playbook template that references a given condition type, with a count of how many times it uses it.
type ConditionTypePlaybookUsage {
accordId: String!
name: String!
usageCount: Int!
accountGlyphUrl: String
}
Fields
ConditionTypePlaybookUsage.accordId ● String! non-null scalar
The template accord's id.
ConditionTypePlaybookUsage.name ● String! non-null scalar
The template's display name.
ConditionTypePlaybookUsage.usageCount ● Int! non-null scalar
Number of condition-type associations on this template.
ConditionTypePlaybookUsage.accountGlyphUrl ● String scalar
The account glyph (logo) URL for the template, if any.