UpdateServiceInput
Autogenerated input type of UpdateService
input UpdateServiceInput {
clientMutationId: String
params: ServiceUpdateInput!
}
Fields
UpdateServiceInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateServiceInput.params ● ServiceUpdateInput! non-null input
Updating service params
Member Of
updateService mutation