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.
- Currency!]! : [
- # Custom "Powered by" footer, if defined
- String! :
- # Display "Powered by" text?
- Boolean! :
- # Pre-release AI features are enabled
- Boolean! @deprecated( reason: "This field will go away when the AI features are released." ) :
- ID! :
- # If true requires the user to be logged in to view any frontend pages
- Boolean! :
- Boolean! :
- }