Skip to main content

ApplicationData

No description

type ApplicationData {
code: String!
name: String!
imageUrl: URI
appGroupCode: String!
appSupplierCode: String!
version: Int!
steps: [String!]!
}

Fields

ApplicationData.code ● String! non-null scalar

Unique identifier code of the application.

ApplicationData.name ● String! non-null scalar

Display name of the application.

ApplicationData.imageUrl ● URI scalar

URL of the image or logo associated with the application.

ApplicationData.appGroupCode ● String! non-null scalar

Code of the application group to which this application belongs.

ApplicationData.appSupplierCode ● String! non-null scalar

Supplier code linked to this application.

ApplicationData.version ● Int! non-null scalar

Current version number of the application.

ApplicationData.steps ● [String!]! non-null scalar

List of execution steps or stages defined for this application.

Member Of

Application object