serviceCategoryCreate Mutation
Creates a new service category.
Input Argument
serviceCategoryCreate accepts a single input
argument, an input type,
which contains the values it uses.
The fields inside input
are:
clientMutationId (
String
)
A unique identifier for the client performing the mutation.
description (
String
)
A high-level description of the type of services that are included in the service category.
name (
String!
)
The name of the service category.
pictureUri (
String
)
The hyperlink to the image file for the record.
serviceIds (
[ID!]
)
Identifiers of the services of the service category.
source (
String
)
An identifier for the client application submitting the resource or the name of an external system.
sourceID (
String
)
The unique identifier of the resource in an external system.
Return Fields
clientMutationId (
String
)
A unique identifier for the client performing the mutation.
errors (
[ValidationError!]
)
Errors encountered during the mutation.
serviceCategory (
ServiceCategory
)
Record after mutation.