INPUT_OBJECT

UpdateTruckerInput

Represents the fields available when updating a trucker

link GraphQL Schema definition

  • input UpdateTruckerInput {
  • # The client's unique identifier for a trucker
  • cid: ID
  • # The trucker's Employer Identification Number.
  • ein: String
  • # The trucker's Standard Carrier Alpha Code.
  • scac: SCAC
  • # The trucker's address.
  • address: AddressInput
  • # The trucker's name.
  • name: String
  • # The trucker's phone number.
  • phone: PhoneInput
  • # The trucker's email
  • email: Email
  • # The trucker's importers keys
  • importers: [KeyInput!]
  • }

link Require by