Category
Represents a category.
type Category {
id: ID!
readableId: String!
name: String!
slug: String!
slugPath: String
path: String
integrationId: String
level: Int!
parentId: String
breadcrumbs: [Breadcrumb!]
}
Fields
Category.id ● ID! non-null scalar
The ID of the category.
Category.readableId ● String! non-null scalar
The readable id of the category.
Category.name ● String! non-null scalar
The name of the category.
Category.slug ● String! non-null scalar
The slug of the category.
Category.slugPath ● String scalar
The full slug path of the category.
Category.path ● String scalar
The human-readable category path.
Category.integrationId ● String scalar
The integration id of the category.
Category.level ● Int! non-null scalar
The depth level of the category in the tree.
Category.parentId ● String scalar
The id of the parent category.
Category.breadcrumbs ● [Breadcrumb!] list object
The breadcrumb trail from the root category to this one.
Member Of
PaginatedCategories object