OBJECT
CommunityPointsCommunityGoalConnection
A paginated list of community goals.
link GraphQL Schema definition
1 type CommunityPointsCommunityGoalConnection { 2 3 # The list of community goals in this page. 4 : [CommunityPointsCommunityGoalEdge!] 5 6 # Information about this page of community goals. 7 : PageInfo! 8 9 }