Changelog of GraphQL API
The API contains several updates to facilitate measure-products and intra-organisation shipments.
Added
- new
Unit
type - optional field
displayUnit
andmeasureValue
forBox
type - optional fields
displayUnitId
andmeasureValue
forBoxCreationInput
andBoxUpdateInput
- optional fields
dimensionId
andabsoluteMeasureValue
inMovedBoxesResult
andStockOverviewResult
types - new
dimension
field inMovedBoxDataDimensions
andStockOverviewDataDimensions
types - new
units
field inSizeRange
type - new
organisationName
field inUnauthorizedForBaseError
type
Changed
- the
size
field of theBox
type is nullable (if null, the box contains a measure-product) - the
qrCode
argument for the queriesqrCode
andqrExists
is renamed tocode
- the
qrCode
query now returns aQrCodeResult
- the
BoxResult
type is renamed toBoxesResult
- the
box
field of theQrCode
type is aBoxResult
- the
sizeId
field ofBoxCreationInput
is optional - the
sizeId
field ofMovedBoxesResult
andStockOverviewResult
is optional - the
transferAgreementId
field ofShipmentCreationInput
is optional. If null, an intra-organisation shipment is created - the
transferAgreement
field of theShipment
type is optional