OBJECT

CustomisationSettings

Site wide customization settings for a marketplace

link GraphQL Schema definition

  • type CustomisationSettings {
  • # Alternative sort order options
  • alternativeSearchSortOptions: [String!]!
  • # Default search results displayed per page
  • defaultSearchPerPage: Int!
  • # Gallery image format
  • galleryImageFormat: ImageGalleryLayoutEnum!
  • # Gallery thumbnail format
  • galleryThumbnailFormat: ImageGalleryLayoutEnum!
  • # Gallery thumbnail orientation
  • galleryThumbnailOrientation: ImageGalleryOrientationEnum!
  • id: ID!
  • # True if we want to allow a user to specify a location in their search
  • showSearchLocation: Boolean!
  • }