getGoals Query
Retrieve goals from a workspace with optional filtering and pagination
If asked to get a specific user's goals, ensure to filter by ownerIds.
Arguments
#
selector
MongoDB-style selector for filtering goals. Examples: { status: 'atRisk' } to filter by status, { teamOwners: { $in: ['teamId1'] } } to filter by team owners. Multiple filters can be combined.
Response
#
Returns GoalConnection .
Example
#
Previous
getGoal