Alokai

ItemState

type ItemState = {
  __typename?: 'ItemState';
  quantity: Scalars['Long'];
  stateRef: Reference;
  state?: Maybe<State>;
};

Referenced Types

On this page