RegisterCarrierServiceInput
Autogenerated input type of RegisterCarrierService
input RegisterCarrierServiceInput {
carrierId: ID!
clientMutationId: String
code: String
description: String
name: String!
status: StatusEnum
}
Fields
RegisterCarrierServiceInput.carrierId ● ID! non-null scalar common
Carrier ID
RegisterCarrierServiceInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
RegisterCarrierServiceInput.code ● String scalar common
Code of the carrier service. If not provided, it will be generated by the system.
RegisterCarrierServiceInput.description ● String scalar common
Description of the carrier service
RegisterCarrierServiceInput.name ● String! non-null scalar common
Name of the carrier service
RegisterCarrierServiceInput.status ● StatusEnum enum common
Status of the carrier service
Member Of
registerCarrierService mutation