Versioned
Entity with a version
graphql
interface Versioned {
tags: [String!]!
version: String!
}Fields
Versioned.tags ● [String!]! non-null scalar
The tags of this entity
Versioned.version ● String! non-null scalar
The version of this entity
Implemented By
ComponentVersion object ● InterfaceSpecificationVersion object