OBJECT

AccountSettings

Site wide customization settings for a marketplace

link GraphQL Schema definition

  • type AccountSettings {
  • # Currency options that can be displayed to the user to set
  • #
  • # as the session currency.
  • availableCurrencies: [Currency!]!
  • # Custom "Powered by" footer, if defined
  • customPostFooterPoweredByHtml: String!
  • # Display "Powered by" text?
  • displayPoweredByText: Boolean!
  • id: ID!
  • # If true requires the user to be logged in to view any frontend pages
  • requireLoginToViewFrontend: Boolean!
  • useMarketplacerFrontend: Boolean!
  • }