DeleteServiceInput
Autogenerated input type of DeleteService
input DeleteServiceInput {
clientMutationId: String
id: ID!
}
Fields
DeleteServiceInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
DeleteServiceInput.id ● ID! non-null scalar
Service id
Member Of
deleteService mutation