UpdateSite
No description
input UpdateSite {
  name: String
  url: String
  contactEmail: String
  allowedOrigins: [String!]
}
Fields
UpdateSite.name ● String scalar
name is the name of the Site.
UpdateSite.url ● String scalar
url is the Site URL, seen in email communications.
UpdateSite.contactEmail ● String scalar
contactEmail is the contact email for the Site, seen in email communications.
UpdateSite.allowedOrigins ● [String!] list scalar
allowedOrigins are the allowed origins for embeds.
Member Of
UpdateSiteInput  input