allCategories Query
Unfiltered and unpaginated list of the shop's categories.
Response
#
Returns [Category !].
Example
#
query (
$before: String
$after: String
$first: Int
$last: Int
$filter: ProductFilterInput
$sortBy: ProductOrder
$before2: String
$after2: String
$first2: Int
$last2: Int
$before3: String
$after3: String
$first3: Int
$last3: Int
$size: Int
) {
allCategories {
id
description
descriptionHtml
externalId
externalSource
seoTitle
seoDescription
name
slug
parent {
id
description
descriptionHtml
externalId
externalSource
seoTitle
seoDescription
name
slug
allowProductAssignment
level
}
allowProductAssignment
level
privateMetadata {
key
value
}
metadata {
key
value
}
ancestors(before: $before, after: $after, first: $first, last: $last) {
totalCount
}
products(
filter: $filter
sortBy: $sortBy
before: $before2
after: $after2
first: $first2
last: $last2
) {
totalCount
}
children(before: $before3, after: $after3, first: $first3, last: $last3) {
totalCount
}
backgroundImage(size: $size) {
url
alt
}
trailingBreadcrumbs {
id
description
descriptionHtml
externalId
externalSource
seoTitle
seoDescription
name
slug
allowProductAssignment
level
}
customFields {
templated
}
}
}
3
{
"before": "YXJyYXljb25uZWN0aW9uOjQ==",
"after": "YXJyYXljb25uZWN0aW9uOjI=",
"first": 42,
"last": 42,
"filter": {
"isPublished": true,
"collections": [
"Y29sbGVjdGlvbnM6NDQ="
],
"categories": [
"Y2F0ZWdvcmllczo2"
],
"hasCategory": true,
"isSimple": true,
"attributes": [
{
"slug": "sample-slug",
"values": [
"values"
],
"condition": "AND",
"connector": "AND"
}
],
"customFields": [
{
"slug": "sample-slug",
"values": [
"values"
],
"condition": "AND",
"connector": "AND"
}
],
"dates": {
"Pickup": {
"gte": "2022-03-06",
"lte": "2022-03-06"
},
"Dropoff": {
"gte": "2022-03-06",
"lte": "2022-03-06"
}
},
"stockAvailability": "IN_STOCK",
"productType": "cHJvZHVjdFR5cGU6ODI=",
"stocks": {
"warehouseIds": [
"d2FyZWhvdXNlSWRzOjk2"
],
"quantity": {
"gte": 42,
"lte": 42
}
},
"search": "search",
"sellers": [
"c2VsbGVyczozOQ=="
],
"subStatus": "IN_REVIEW",
"slug": [
"sample-slug"
],
"brand": [
"brand"
],
"features": {
"connector": "AND",
"operations": [
{
"name": "Acme",
"values": [
"values"
],
"condition": "AND"
}
]
},
"price": {
"gte": 30.7,
"lte": 30.7
},
"minimalPrice": {
"gte": 30.7,
"lte": 30.7
},
"createdAt": {
"gte": "2022-03-06T08:23:45.000Z",
"lte": "2022-03-06T08:23:45.000Z"
},
"updatedAt": {
"gte": "2022-03-06T08:23:45.000Z",
"lte": "2022-03-06T08:23:45.000Z"
},
"publicationDate": {
"gte": "2022-03-06",
"lte": "2022-03-06"
},
"productTypes": [
"cHJvZHVjdFR5cGVzOjc="
],
"advancedSearch": {
"searchTerm": "searchTerm",
"searchFields": [
"NAME"
]
},
"ids": [
"aWRzOjY5"
],
"isStaff": true,
"mpn": "mpn",
"metadata": {
"key": "key",
"valueSearchTerm": "valueSearchTerm"
},
"privateMetadata": {
"key": "key",
"valueSearchTerm": "valueSearchTerm"
}
},
"sortBy": {
"direction": "ASC",
"attributeId": "YXR0cmlidXRlSWQ6NjM=",
"field": "NAME"
},
"before2": "YXJyYXljb25uZWN0aW9uOjQ==",
"after2": "YXJyYXljb25uZWN0aW9uOjI=",
"first2": 42,
"last2": 42,
"before3": "YXJyYXljb25uZWN0aW9uOjQ==",
"after3": "YXJyYXljb25uZWN0aW9uOjI=",
"first3": 42,
"last3": 42,
"size": 42
}
3
{
"allCategories": [
{
"id": "aWQ6MzE=",
"description": "string",
"descriptionHtml": "string",
"externalId": "string",
"externalSource": "string",
"seoTitle": "string",
"seoDescription": "string",
"name": "Acme",
"slug": "sample-slug",
"parent": {
"id": "aWQ6OQ==",
"description": "string",
"descriptionHtml": "string",
"externalId": "string",
"externalSource": "string",
"seoTitle": "string",
"seoDescription": "string",
"name": "Acme",
"slug": "sample-slug",
"allowProductAssignment": true,
"level": 42
},
"allowProductAssignment": true,
"level": 42,
"privateMetadata": [
{
"key": "string",
"value": "string"
}
],
"metadata": [
{
"key": "string",
"value": "string"
}
],
"ancestors": {
"totalCount": 42
},
"products": {
"totalCount": 42
},
"children": {
"totalCount": 42
},
"backgroundImage": {
"url": "string",
"alt": "string"
},
"trailingBreadcrumbs": [
{
"id": "aWQ6NA==",
"description": "string",
"descriptionHtml": "string",
"externalId": "string",
"externalSource": "string",
"seoTitle": "string",
"seoDescription": "string",
"name": "Acme",
"slug": "sample-slug",
"allowProductAssignment": true,
"level": 42
}
],
"customFields": [
{
"templated": true
}
]
}
]
}
3