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
- 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!] : [
- }