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