OBJECT

Shop

A shopfront for the client account

link GraphQL Schema definition

  • type Shop {
  • # The unique Consonance identifier
  • id: Int!
  • # The name the client gives the shop, or website
  • name: String!
  • }