Waiting for engine...
Skip to main content

Component

No description

type Component {
id: ID!
name: String!
type: ComponentType!
version: Int!
definition: String
folderLocation: String
deleted: Boolean
latestVersion: Int
}

Fields

Component.id ● ID! non-null scalar miscellaneous

Component.name ● String! non-null scalar miscellaneous

Component.type ● ComponentType! non-null enum platform

Component.version ● Int! non-null scalar miscellaneous

Component.definition ● String scalar miscellaneous

Component.folderLocation ● String scalar miscellaneous

Component.deleted ● Boolean scalar miscellaneous

Component.latestVersion ● Int scalar miscellaneous

Returned By

components query ●  packagedComponentsWithVersion query

Member Of

ApiLifecycle object ●  DeployedApi object ●  PackagedComponent object ●  TrustedCertificate object

On this Page