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