All Release Notes

Align data type for 'date' field in PriceSelectorInput

24 September 2021
Enhancement
GraphQLSearch

To align usage of data types on the GraphQL API we changed the type of the date field on PriceSelectorInput to DateTime.

Changes:

  • [GraphQL API] Changed the PriceSelectorInput.date type from Instant! to DateTime!