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