Skip to main content

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

Carrier ID

RegisterCarrierServiceInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

RegisterCarrierServiceInput.code ● String scalar

Code of the carrier service. If not provided, it will be generated by the system.

RegisterCarrierServiceInput.description ● String scalar

Description of the carrier service

RegisterCarrierServiceInput.name ● String! non-null scalar

Name of the carrier service

RegisterCarrierServiceInput.status ● StatusEnum enum

Status of the carrier service

Member Of

registerCarrierService mutation