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