DeleteCmsVariablePayload
Autogenerated return type of DeleteCmsVariable.
type DeleteCmsVariablePayload {
  clientMutationId: String
  cms_variable: CmsVariable!
}
Fields
DeleteCmsVariablePayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
DeleteCmsVariablePayload.cms_variable ● CmsVariable! non-null object
Returned By
deleteCmsVariable  mutation