INPUT_OBJECT
UpdateSiteInput
Input type for updating a new site
link GraphQL Schema definition
- input UpdateSiteInput {
- # Site title
- : String
- # Domain name
- : String
- # Array of locales ISO 639-1 like en, fr
- : [String]
- # ISO 639-1 like en, fr
- : String
- # ISO 639-1 like en, fr
- : String
- # Id of an existing logo belong to the site
- : Int
- # Id of an existing logo belong to the site
- : Int
- # Id of an existing logo belong to the site
- : Int
- # Id of an existing logo belong to the site
- : Int
- # Billing status of site
- : SiteBillingStatus
- # Is it a "www." subdomain ?
- : Boolean
- # List emails separate by comma
- : String
- # Your new contact email
- : String
- # List of tags
- : [Int!]
- }