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