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