UpdateSiteInputNo descriptiontype UpdateSiteInput { clientMutationId: String! id: ID! site: UpdateSite!}CopyFields#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.