DeleteServicePayload
Autogenerated return type of DeleteService.
type DeleteServicePayload {
clientMutationId: String
data: Boolean!
errors: [Error!]!
}
Fields
DeleteServicePayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
DeleteServicePayload.data ● Boolean! non-null scalar
Whether the service was deleted successfully
DeleteServicePayload.errors ● [Error!]! non-null object
List of errors
Returned By
deleteService mutation