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