Skip to main content

ServerGroupConnection

A page of server group results

type ServerGroupConnection {
pageInfo: PageInfo!
totalCount: Int!
nodes: [ServerGroup!]
edges: [ServerGroupEdge!]
}

Fields

ServerGroupConnection.pageInfo ● PageInfo! non-null object

Current page information.

ServerGroupConnection.totalCount ● Int! non-null scalar

Total number of server groups (in all pages).

ServerGroupConnection.nodes ● [ServerGroup!] list object

Server Groups in the current page, without cursor.

ServerGroupConnection.edges ● [ServerGroupEdge!] list object

Server Groups in the current page, with cursor.

Returned By

serverGroups query