INPUT_OBJECT
CreateSiteInput
Input type for creating a new site
link GraphQL Schema definition
- input CreateSiteInput {
- # Site title
- : String!
- # Id of a Site
- : Int!
- # Id of a Theme
- : Int!
- # Contact email
- : String!
- # Id of company to attach the new site
- : Int!
- # Domain name
- : String
- # An ISO 639-1 valid locale, e.g.: fr, en, pt, ...
- : String
- # An ISO 639-1 valid locale, e.g.: fr, en, pt, ...
- : String
- # Should we send a notification by email to contact email?
- : Boolean
- # Manager email of site in Zoho
- : String
- # Site status to display in Zoho
- : String
- # Id of zoho plan
- : Int
- # Prescriber of zoho plan
- : String
- # Price of zoho plan
- : String
- # Type of zoho plan
- : String
- # Sector of zoho plan
- : String
- # Integrator of zoho plan
- : String
- # Billing status of site
- : SiteBillingStatus
- # Is it a "www." subdomain ?
- : Boolean
- # Site's import reference
- : String
- # List of tags
- : [Int!]
- }