Alokai

MutationUpdateInventoryEntryArgs

type MutationUpdateInventoryEntryArgs = {
  id: Scalars['String'];
  version: Scalars['Long'];
  actions: Array<InventoryEntryUpdateAction>;
};

Referenced Types

On this page