OBJECT
UpdateTruckerPayload
link GraphQL Schema definition
- type UpdateTruckerPayload {
- # A trucker record
- : Trucker!
- # Actions performed on the trucker
- : [PostUpdateAction!]
- }
OBJECT
- type UpdateTruckerPayload {
- # A trucker record
- : Trucker!
- # Actions performed on the trucker
- : [PostUpdateAction!]
- }