SetCmsVariableInput
Autogenerated input type of SetCmsVariable
input SetCmsVariableInput {
clientMutationId: String
cms_variable: CmsVariableInput!
}
Fields
SetCmsVariableInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
SetCmsVariableInput.cms_variable
● CmsVariableInput!
non-null input
Member Of
setCmsVariable
mutation