OBJECT

UpdateTruckerPayload

link GraphQL Schema definition

  • type UpdateTruckerPayload {
  • # A trucker record
  • trucker: Trucker!
  • # Actions performed on the trucker
  • actions: [PostUpdateAction!]
  • }

link Require by