OBJECT

Model

Product model

link GraphQL Schema definition

  • type Model implements Node {
  • id: ID!
  • name: String!
  • # The URL subpath associated with the given model.
  • #
  • # Mostly used for building URLs for product search results.
  • slug: String!
  • year: Int
  • }