INPUT_OBJECT

CreateSiteInput

Input type for creating a new site

link GraphQL Schema definition

  • input CreateSiteInput {
  • # Site title
  • title: String!
  • # Id of a Site
  • dataParent: Int!
  • # Id of a Theme
  • theme: Int!
  • # Contact email
  • contactEmail: String!
  • # Id of company to attach the new site
  • company: Int!
  • # Domain name
  • host: String
  • # An ISO 639-1 valid locale, e.g.: fr, en, pt, ...
  • defaultLocale: String
  • # An ISO 639-1 valid locale, e.g.: fr, en, pt, ...
  • defaultTranslation: String
  • # Should we send a notification by email to contact email?
  • sendRegistrationEmail: Boolean
  • # Manager email of site in Zoho
  • zohoManager: String
  • # Site status to display in Zoho
  • zohoStatus: String
  • # Id of zoho plan
  • zohoPlan: Int
  • # Prescriber of zoho plan
  • zohoPrescriber: String
  • # Price of zoho plan
  • zohoPrice: String
  • # Type of zoho plan
  • zohoType: String
  • # Sector of zoho plan
  • zohoSector: String
  • # Integrator of zoho plan
  • zohoIntegrator: String
  • # Billing status of site
  • billingStatus: SiteBillingStatus
  • # Is it a "www." subdomain ?
  • www: Boolean
  • # Site's import reference
  • importRef: String
  • # List of tags
  • tags: [Int!]
  • }

link Require by