CreateCmsPartialInput
Autogenerated input type of CreateCmsPartial
input CreateCmsPartialInput {
  clientMutationId: String
  cms_partial: CmsPartialInput!
  partial_block_name: CmsPartialBlockName
}
Fields
CreateCmsPartialInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateCmsPartialInput.cms_partial ● CmsPartialInput! non-null input
The attributes for the partial to create
CreateCmsPartialInput.partial_block_name ● CmsPartialBlockName enum
If present, uses the given CmsPartialBlockName to as the name rather than the one given in cms_partial
Member Of
createCmsPartial  mutation