ApiKeysConnection
A connection to a list of ApiKey values.
type ApiKeysConnection {
nodes: [ApiKey!]!
edges: [ApiKeysEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
ApiKeysConnection.nodes ● [ApiKey!]! non-null object
A list of ApiKey objects.
ApiKeysConnection.edges ● [ApiKeysEdge!]! non-null object
A list of edges which contains the ApiKey and cursor to aid in pagination.
ApiKeysConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
ApiKeysConnection.totalCount ● Int! non-null scalar
The count of *all* ApiKey you could get from the connection.
Returned By
apiKeysConnection query