All Release Notes

Changes in the GraphQL schema

8 October 2020
Enhancement
GraphQLStoresCustomization

You can now add Custom Fields to Stores.

  • [GraphQL API] Changed the Store type:
    • Added the custom field to the Store type.

Introduced the following changes to the GraphQL schema (in SDL format):

extend type Store {
custom: CustomFieldsType
}