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