SapInstanceType
The SAP instance type.
type SapInstanceType {
id: ID!
name: String!
label: String!
}
Fields
SapInstanceType.id ● ID! non-null scalar
The ID for this type. It is used in the inputs to manipulate a SAP instance.
SapInstanceType.name ● String! non-null scalar
The name of this SAP instance type.
SapInstanceType.label ● String! non-null scalar
The label for this SAP instance type.
Returned By
sapInstanceTypes query
Member Of
SapInstance object