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
- : ID
- # The trucker's Employer Identification Number.
- : String
- # The trucker's Standard Carrier Alpha Code.
- : SCAC
- # The trucker's address.
- : AddressInput
- # The trucker's name.
- : String!
- # The trucker's phone number.
- : PhoneInput
- # The trucker's email
- : Email
- # The trucker's importers keys
- : [KeyInput!]!
- }