alertTemplates
Paginated list of Alert Templates for the current organization
Arguments
Returns
AlertTemplatePaginationConnection Example
query alertTemplates( $keywords: String $after: String $before: String $first: Int $last: Int) { alertTemplates( keywords: $keywords after: $after before: $before first: $first last: $last ) { edges nodes page_info total_count }}