InventoryEntryCreated
type InventoryEntryCreated = MessagePayload & {
__typename?: 'InventoryEntryCreated';
inventoryEntry: InventoryEntryCreatedContent;
type: Scalars['String'];
};type InventoryEntryCreated = MessagePayload & {
__typename?: 'InventoryEntryCreated';
inventoryEntry: InventoryEntryCreatedContent;
type: Scalars['String'];
};