Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VersionedState

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 }

Hierarchy

  • VersionedState

Implements

Index

Methods

currentState

nextState

Generated using TypeDoc