query categoryQuery($first: Int, $after: String) {
categories(first: $first, after: $after) {
nodes {
id
count
slug
databaseId
name
parent: parentId
seoData {
meta {
content
name
property
}
title
}
uri
}
}
}