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