INPUT_OBJECT

UpdateSiteInput

Input type for updating a new site

link GraphQL Schema definition

  • input UpdateSiteInput {
  • # Site title
  • title: String
  • # Domain name
  • host: String
  • # Array of locales ISO 639-1 like en, fr
  • locales: [String]
  • # ISO 639-1 like en, fr
  • defaultLocale: String
  • # ISO 639-1 like en, fr
  • defaultTranslation: String
  • # Id of an existing logo belong to the site
  • backOfficeLogo: Int
  • # Id of an existing logo belong to the site
  • platformLoginFormLogo: Int
  • # Id of an existing logo belong to the site
  • logo: Int
  • # Id of an existing logo belong to the site
  • favicon: Int
  • # Billing status of site
  • billingStatus: SiteBillingStatus
  • # Is it a "www." subdomain ?
  • www: Boolean
  • # List emails separate by comma
  • hiddenOptionalRecipients: String
  • # Your new contact email
  • contactEmail: String
  • # List of tags
  • tags: [Int!]
  • }

link Require by