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