Skip to main content

CloudKeystoreConnection

A page of CloudKeystore results

type CloudKeystoreConnection {
pageInfo: PageInfo!
totalCount: Int!
nodes: [CloudKeystore!]
edges: [CloudKeystoreEdge!]
}

Fields

CloudKeystoreConnection.pageInfo ● PageInfo! non-null object

Current page information

CloudKeystoreConnection.totalCount ● Int! non-null scalar

Total number of cloud keystores (in all pages)

CloudKeystoreConnection.nodes ● [CloudKeystore!] list object

CloudKeystores in the current page, without cursor

CloudKeystoreConnection.edges ● [CloudKeystoreEdge!] list object

CloudKeystores in the current page, together with their associated cursor

Returned By

cloudKeystores query