24 September 2021
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 fromInstant!
toDateTime!