最新资讯
请求示例
query($args: ArticlesInput!) {
articles(args: $args) {
items {
id
title
cover
date_created
}
}
}
请求变量
{
"args": {
"scope": "home",
"take": 6,
"page": 1
}
}
返回结果
{
"data": {
"articles": {
"items": [
{
"id": "25504baa-3061-4429-a624-1525efe739ba",
"title": "温州国际皮革展被列为温州市境内外重点国际性展会!",
"cover": "50baccba-11a1-4014-b2b9-feb654df588a",
"date_created": "1648781251395"
},
{
"id": "beca91ff-c56c-4ec9-af5f-fda1057a8d65",
"title": "俄乌冲突影响外贸企业 温州将建帮扶白名单 | 市鞋革协会再次联合CFIRI举行线上交流会",
"cover": "797e083e-5b20-489d-91ef-6f171f537fa1",
"date_created": "1648780245095"
},
{
"id": "45eb0dd9-3a27-4bd5-9422-8e3722d90e12",
"title": "《温州市首发首店经济实施细则(试行)》发布 | 温州鞋业助力首发首店经济",
"cover": "5deb0d52-abd7-4c84-ae23-b9ff7cf5321b",
"date_created": "1648779809650"
}
]
}
}
}