GoalPaginationConnection
The connection type for Goal.
Fields
edges
· [GoalEdge] · A list of edges. Used By
Definition
"""The connection type for Goal."""type GoalPaginationConnection { """ A list of edges. """ edges: [GoalEdge]
""" A list of nodes. """ nodes: [Goal]
""" Information to aid in pagination. """ page_info: PageInfo!
""" Total count of items. """ total_count: Int!}