Skip to main content

BlogPostConnection

Representation of paginated list of blog posts

type BlogPostConnection {
edges: [BlogPostEdge]
pageInfo: PageInfo
totalCount: Int
}

Fields

edges ● [BlogPostEdge]

List of blog posts

pageInfo ● PageInfo

Information about the list

totalCount ● Int

Total number of blog posts

Example

{
"edges": [
{
"node": {
"category": {
"name": [
{
"language": "EN",
"value": "String"
}
],
"updatedAt": "2024-05-03T11:52:33Z"
},
"contents": [
{
"media": {
"primaryImage": {
"link": [
{
"alternateUrls": [
{}
],
"redirect": {}
}
]
}
},
"authors": [
{}
],
"tags": [
{}
]
}
],
"associations": [
{
"ids": []
}
]
}
}
],
"pageInfo": {}
}