UpdateRootSitePayload
Autogenerated return type of UpdateRootSite.
type UpdateRootSitePayload {
clientMutationId: String
root_site: RootSite!
}
Fields
UpdateRootSitePayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateRootSitePayload.root_site
● RootSite!
non-null object
Returned By
updateRootSite
mutation