ApplicationGroupData
No description
type ApplicationGroupData {
code: String!
name: String!
description: String!
parallelExecution: Boolean!
}
Fields
ApplicationGroupData.code ● String! non-null scalar
Unique identifier code of the application group.
ApplicationGroupData.name ● String! non-null scalar
Display name of the application group.
ApplicationGroupData.description ● String! non-null scalar
Detailed description of the application group and its purpose.
ApplicationGroupData.parallelExecution ● Boolean! non-null scalar
Indicates whether the applications in this group can be executed in parallel.
Member Of
ApplicationGroup object