OBJECT
CommunityPointsCommunityGoalEdge
A community goal page entry, contains an item and a cursor.
link GraphQL Schema definition
1 type CommunityPointsCommunityGoalEdge { 2 3 # Identifies this community goal's position in a connection. 4 : Cursor! 5 6 # The community goal. 7 : CommunityPointsCommunityGoal! 8 9 }