close
GraphQL Schema
Schema
Query
Mutation
Scalars
Any
Boolean
ID
Int
String
Enums
AffinityRuleType
Brand
CallerType
ImageErrorCode
ImageFileCompression
ImageOS
ImageState
ImageType
MachineState
NicState
SnapshotState
__DirectiveLocation
__TypeKind
Interfaces
Page
Objects
Action
Caller
CreateMachineFirewallRule
Datacenter
FirewallRule
Image
ImageError
ImageFile
ImageRequirements
Key
KeyValue
Machine
MachinePage
MantaLocation
Network
NIC
Package
Policy
Product
Role
Snapshot
User
VLAN
__Directive
__EnumValue
__Field
__InputValue
__Schema
__Type
Input Objects
AffinityRule
KeyValueInput
Directives
deprecated
include
skip
menu
Types
OBJECT
MachinePage
link
GraphQL Schema definition
type
MachinePage
implements
Page
{
total
:
Int
offset
:
Int
limit
:
Int
results
: [
Machine
]
}
link
Require by
Query