Bundle
No description
type Bundle {
id: ID!
name: String!
type: String!
access: String!
description: String
ref: String
paramsSchema: String
connectionsSchema: String
artifactsSchema: String
uiSchema: String
createdAt: DateTime!
updatedAt: DateTime!
fqn: String!
}
Fields​
id (ID!)​
name (String!)​
The short name of the bundle
type (String!)​
Application or bundle
access (String!)​
Public or private
description (String)​
ref (String)​
paramsSchema (String)​
connectionsSchema (String)​
artifactsSchema (String)​
uiSchema (String)​
createdAt (DateTime!)​
updatedAt (DateTime!)​
fqn (String!)​
The full name of the bundle