CloudProviderConnection
A page of CloudProvider results
type CloudProviderConnection {
pageInfo: PageInfo!
totalCount: Int!
nodes: [CloudProvider!]
edges: [CloudProviderEdge!]
}
Fields
CloudProviderConnection.pageInfo ● PageInfo! non-null object
Current page information
CloudProviderConnection.totalCount ● Int! non-null scalar
Total number of cloud providers (in all pages)
CloudProviderConnection.nodes ● [CloudProvider!] list object
CloudProviders in the current page, without cursor
CloudProviderConnection.edges ● [CloudProviderEdge!] list object
CloudProviders in the current page, together with their associated cursor
Returned By
cloudProviders query