CreateCmsLayoutInput
Autogenerated input type of CreateCmsLayout
input CreateCmsLayoutInput {
  clientMutationId: String
  cms_layout: CmsLayoutInput!
}
Fields
CreateCmsLayoutInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateCmsLayoutInput.cms_layout ● CmsLayoutInput! non-null input
Member Of
createCmsLayout  mutation