INPUT_OBJECT

CreateTruckerInput

Represents the fields available when creating a trucker

link GraphQL Schema definition

  • input CreateTruckerInput {
  • # 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