OBJECT

Merchant

link GraphQL Schema definition

  • type Merchant {
  • # Unique identifier for the merchant.
  • id: String!
  • # Name of the merchant which is presented to the end consumer
  • name: String!
  • # Shops of merchant
  • shops: [Shop!]!
  • }

link Require by