OBJECT

CategoryBinding

CategoryBinding defines the category anchor which product is bound to

link GraphQL Schema definition

  • type CategoryBinding {
  • # Category identifier
  • category_id: ID
  • # Category name
  • name: String
  • # Category unique slug
  • slug: ID
  • # Category url path
  • path: ID
  • }