SCALAR
ID
The ID
scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4"
) or integer (such as 4
) input value will be accepted as an ID.
link GraphQL Schema definition
- scalar ID
link Require by
- CreateMachineFirewallRuletemporary!!
- FirewallRule
- ImageAn image contains the software packages that will be available on newly-provisioned instance. In the case of hardware virtual machines, the image also includes the operating system
- ImageFile
- KeyValue
- MachineAn image contains the software packages that will be available on newly-provisioned instance. In the case of hardware virtual machines, the image also includes the operating system
- Mutation
- NetworkLogical networks in Triton model core network configurations to enable Triton to define Virtual Network Interfaces and IP addresses for instances
- Package
- PolicyPolicies are lists of rules that describe access to resources
- Query
- RoleRoles are lists of users and policies. Roles describe which users are allowed access according to the policies
- Snapshot
- User