GraphQLQueriesGet GoalOn this pageGet Goal Get a single Goal by ID. Query query GetGoal($id: ID!) { goal(id: $id) { id # Add other fields as needed }} Parameters id: ID of the resource to retrieve Return Type Returns a Goal resource.