OBJECT

UpdateSupplierPayload

link GraphQL Schema definition

  • type UpdateSupplierPayload {
  • # A supplier record.
  • supplier: Supplier
  • # Actions performed on the location
  • actions: [PostUpdateAction!]
  • }

link Require by