Skip to content

v2.4.7

Compare
Choose a tag to compare
@pylipp pylipp released this 25 Jun 14:26
· 1119 commits to master since this release
v2.4.7
f84dc47

Changelog of GraphQL API

Added

  • bulk-actions on boxes
    • new mutations deleteBoxes, moveBoxesToLocation, assignTagToBoxes, unassignTagFromBoxes
    • corresponding input types, response types incl. error types
  • "standard product" feature and custom product mutations
    • new mutations enableStandardProduct, editStandardProductInstantiation, disableStandardProduct
    • new queries standardProduct and standardProducts for new StandardProduct type
    • new ProductType and ProductTypeFilter enums
    • new mutations createCustomProduct, editCustomProduct, deleteProduct
    • new Product.type field
  • updated beneficiary API
    • new deactivateBeneficiary mutation
    • new BeneficiaryCreationInput.tagIds field
    • new MovedBoxesResult.organisationName field
  • misc.
    • new Box.deletedOn field
    • new Product.inShop field
    • new BeneficiaryDemographicsResult.deletedOn field

Changed

  • Base.products now accepts optional FilterProductInput