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