Developer changelog
Subscribe to the changelog to stay up to date on recent changes to Shopify’s APIs and other developer products, as well as preview upcoming features and beta releases.
New value for the FilterType enum
API
Effective April 01, 2022
As of API version 2022-04, the GraphQL Admin API's FilterType
enum has a new value(BOOLEAN
). The BOOLEAN
value is assigned when a filter is based off a boolean
type metafield definition.
For more information, refer to the Filter
object.