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