Object state manager using a version field Allows moving to next state using the version field of the object
VersionedObjectState requires GraphQL types to contain version field. For example:
type User { id: ID! version: String }
Generated using TypeDoc
Object state manager using a version field Allows moving to next state using the version field of the object
VersionedObjectState requires GraphQL types to contain version field. For example:
type User { id: ID! version: String }