Skip to main content

serverGroups

No description

serverGroups(
after: String
before: String
first: Int
last: Int
): ServerGroupConnection

Arguments

serverGroups.after ● String scalar

returns the server groups in the list that come after the specified cursor

serverGroups.before ● String scalar

returns the server groups in the list that come before the specified cursor

serverGroups.first ● Int scalar

returns the first _n_ server groups from the list

serverGroups.last ● Int scalar

returns the last _n_ server groups from the list

Type

ServerGroupConnection object

A page of server group results