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