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