CategoryType
No description
type CategoryType {
categoryId: Int!
parentCategoryId: Int!
order: Int!
alias: String
canonicalUrl: String!
alternativeCanonicalUrls: [String] @deprecated
alternativeUrls: [AlternativeUrlType]
name: String!
description: String
secondaryDescription: String
isHidden: Boolean
googleTaxonomy: GoogleTaxonomyType
primaryImage: String
backgroundImage: String
}
Fields
CategoryType.categoryId
● Int!
non-null scalar
CategoryType.parentCategoryId
● Int!
non-null scalar
CategoryType.order
● Int!
non-null scalar
CategoryType.alias
● String
scalar
CategoryType.canonicalUrl
● String!
non-null scalar
CategoryType.alternativeCanonicalUrls
● [String]
deprecated list scalar
DEPRECATEDUse AlternativeUrls instead.
CategoryType.alternativeUrls
● [AlternativeUrlType]
list object
CategoryType.name
● String!
non-null scalar
CategoryType.description
● String
scalar
CategoryType.secondaryDescription
● String
scalar
CategoryType.isHidden
● Boolean
scalar
CategoryType.googleTaxonomy
● GoogleTaxonomyType
object
CategoryType.primaryImage
● String
scalar
CategoryType.backgroundImage
● String
scalar
Returned by
categories
query ● category
query
Member Of
PageInfoType
object ● ProductType
object ● RelatedProductType
object