ActiveJwkConnection
No description
type ActiveJwkConnection {
  pageInfo: PageInfo!
  edges: [ActiveJwkEdge!]!
  nodes: [ActiveJwk!]!
}
Fields
ActiveJwkConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
ActiveJwkConnection.edges ● [ActiveJwkEdge!]! non-null object
A list of edges.
ActiveJwkConnection.nodes ● [ActiveJwk!]! non-null object
A list of nodes.