CreateCmsPartialPayload
Autogenerated return type of CreateCmsPartial.
type CreateCmsPartialPayload {
  clientMutationId: String
  cms_partial: CmsPartial!
}
Fields
CreateCmsPartialPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateCmsPartialPayload.cms_partial ● CmsPartial! non-null object
The partial that was just created
Returned By
createCmsPartial  mutation