OBJECT

CommunityPointsCommunityGoalConnection

A paginated list of community goals.

link GraphQL Schema definition

1type CommunityPointsCommunityGoalConnection {
2
3# The list of community goals in this page.
4edges: [CommunityPointsCommunityGoalEdge!]
5
6# Information about this page of community goals.
7pageInfo: PageInfo!
8
9}