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