8 October 2020
GraphQLProject configurationExtensibility
You can now add Custom Fields to Stores.
- [GraphQL API] Changed the 
Storetype:- Added the 
customfield to theStoretype. 
 - Added the 
 
Introduced the following changes to the GraphQL schema (in SDL format):
extend type Store {
  custom: CustomFieldsType
}