OBJECT
type Merchant {# Unique identifier for the merchant.id: String! # Name of the merchant which is presented to the end consumername: String! # Shops of merchantshops: [Shop!]! }