Versioned
Entity with a version
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