Loading...
Started by Andrey.DSRPTV • Mar 27, 2025 3:02 PM
Total Replies
24
Participants
2
Activity
Quiet
Duration
3:02 PM
Thread starter
# $content_group_ids: ["162281531684","162340517446","123624601910","123532575889","162828167831","126929593379"]
query BlogPostsQuery(
$content_group_ids: [String]! = ["187495472802", "187570602281", "186725887871"]
) {
BLOG {
post_collection(
limit: 3
orderBy: publish_date__desc
filter: {
state__eq: "PUBLISHED"
content_group_id__in: $content_group_ids
}
) {
items {
id
url
}
total
}
}
}
24 messages in thread