OBJECT

SellerCategoryLink

Category label and category slug for building seller category search links

link GraphQL Schema definition

  • type SellerCategoryLink {
  • categoryLabel: String!
  • categorySlug: String!
  • }