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