Skip to main content

UpdateSiteInput

No description

type UpdateSiteInput {  clientMutationId: String!  id: ID!  site: UpdateSite!}

Fields#

clientMutationId (String!)#

clientMutationId is required for Relay support.

id (ID!)#

id is the ID of the Site to update.

site (UpdateSite!)#

site is the updates for the Site.