goalTemplates
Fetch paginated goal templates collection
Arguments
Returns
GoalTemplatePaginationConnection Example
query goalTemplates( $category: String $keywords: String $user_id: ID $after: String $before: String $first: Int $last: Int) { goalTemplates( category: $category keywords: $keywords user_id: $user_id after: $after before: $before first: $first last: $last ) { edges nodes page_info total_count }}