11 March 2022
GraphQLProduct catalog
InventoryEntry now supports the
key field. You can now retrieve, update, and delete InventoryEntry by user-defined key.Changes:
- [API] Added
keyfield to InventoryEntry and InventoryEntryDraft. - [API] Added Get, Update, and Delete by Key methods to InventoryEntry.
- [API] Added Set Key update action to InventoryEntry.
- [GraphQL API] Changed the
Querytype:Query.inventoryEntry(id)type changed fromString!toStringQuery.inventoryEntry(id)description is changed- Argument
keywas added toQuery.inventoryEntryfield
- [GraphQL API] Changed the
Mutationtype:Mutation.updateInventoryEntry(id)type changed fromString!toStringMutation.updateInventoryEntry(id)description is changed- Argument
keywas added toMutation.updateInventoryEntryfield Mutation.deleteInventoryEntry(id)type changed fromString!toStringMutation.deleteInventoryEntry(id)description is changed- Argument
keywas added toMutation.deleteInventoryEntryfield