Loading...
Started by Andrey.DSRPTV • Mar 27, 2025 2:51 PM
Total Replies
37
Participants
4
Activity
Quiet
Duration
2:51 PM
Thread starter
# $content_group_ids: ["187495472802", "187570602281", "186725887871"]
query BlogPostsQuery(
$content_group_ids: [String]
) {
BLOG {
post_collection(
limit: 3
orderBy: publish_date__desc
filter: {
state__eq: "PUBLISHED"
content_group_id__in: $content_group_ids
}
) {
items {
id
featured_image
}
total
}
}
}
37 messages in thread