All Release Notes

Added Custom Fields to Stores

7 September 2020
Enhancement
ExtensibilityProject configurationGraphQL

You can now define custom fields on Stores.

This feature includes the following changes:

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

extend type Store {
custom: CustomFieldsType
}
extend input StoreUpdateAction {
setCustomType: SetCustomType
setCustomFields: SetCustomFields
}