UpdateCmsLayoutPayload
Autogenerated return type of UpdateCmsLayout.
type UpdateCmsLayoutPayload {
clientMutationId: String
cms_layout: CmsLayout!
}
Fields
UpdateCmsLayoutPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateCmsLayoutPayload.cms_layout
● CmsLayout!
non-null object
Returned By
updateCmsLayout
mutation