OBJECT

CommunityPointsCommunityGoalEdge

A community goal page entry, contains an item and a cursor.

link GraphQL Schema definition

1type CommunityPointsCommunityGoalEdge {
2
3# Identifies this community goal's position in a connection.
4cursor: Cursor!
5
6# The community goal.
7node: CommunityPointsCommunityGoal!
8
9}