UniqueId

interface UniqueId

Interface for unique identifiers.

The unique identifier is a combination of a namespace and tags. This UniqueId is used to cache the results of queries and mutations.

Inheritors

Properties

Link copied to clipboard
abstract val namespace: String

The namespace of this unique identifier.

Link copied to clipboard
abstract val tags: Array<out SurrogateKey>

The tags of this unique identifier.