BlogPostEdge
Representation of an paginated blog edge
type BlogPostEdge {
cursor: Int
node: BlogPost!
}
Fields
cursor ● Int
The cursors of the edge
node ● BlogPost!
The node(blog) of the edge
Example
{
"node": {
"category": {
"name": [
{
"language": "EN",
"value": "String"
}
],
"updatedAt": "2024-05-03T11:52:33Z"
},
"contents": [
{
"media": {
"primaryImage": {
"link": [
{
"alternateUrls": [
{}
],
"redirect": {}
}
]
}
},
"authors": [
{}
],
"tags": [
{}
]
}
],
"associations": [
{
"ids": []
}
]
}
}