Skip to content

goalTemplates

Goal templates for given user

Arguments

category · String · Can be 'personal', 'organizational', or 'default'
offset · Int · DEPRECATED

Returns

[GoalTemplate!]

Example

query goalTemplates(
$category: String
$keywords: String
$offset: Int
$user_id: ID
) {
goalTemplates(
category: $category
keywords: $keywords
offset: $offset
user_id: $user_id
) {
description
goal_id
id
is_healthie_default
name
repeat
subgoal_templates
title_link
user
user_id
}
}