Skip to main content
⚠️ This is the beta version of the Sui GraphQL schema. The beta schema will replace the alpha GraphQL schema upon its official release.

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.

Member Of

AuthenticatorStateUpdateTransaction object