OBJECT
CustomisationSettings
Site wide customization settings for a marketplace
link GraphQL Schema definition
- type CustomisationSettings {
- # Alternative sort order options
- String!]! : [
- # Default search results displayed per page
- Int! :
- # Gallery image format
- ImageGalleryLayoutEnum! :
- # Gallery thumbnail format
- ImageGalleryLayoutEnum! :
- # Gallery thumbnail orientation
- ImageGalleryOrientationEnum! :
- ID! :
- # True if we want to allow a user to specify a location in their search
- Boolean! :
- }