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