UpdateParameterInput
Autogenerated input type of UpdateParameter
input UpdateParameterInput {
clientMutationId: String
params: ParameterUpdateInput!
}
Fields
UpdateParameterInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateParameterInput.params ● ParameterUpdateInput! non-null input
Parameter update params
Member Of
updateParameter mutation