UpdateServicePayload
Autogenerated return type of UpdateService.
type UpdateServicePayload {
clientMutationId: String
data: ServiceType
errors: [Error!]!
}
Fields
UpdateServicePayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateServicePayload.data ● ServiceType object
Updated service data
UpdateServicePayload.errors ● [Error!]! non-null object
List of errors
Returned By
updateService mutation