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