CreateServiceInput
Autogenerated input type of CreateService
input CreateServiceInput {
clientMutationId: String
params: ServiceCreateInput!
}
Fields
CreateServiceInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateServiceInput.params ● ServiceCreateInput! non-null input
Creating service params
Member Of
createService mutation