我正在尝试从 UpWorks GraphQL API 中提取供应商提案。我在 GraphQL API Explorer 中生成了此查询。如有任何帮助,我们将不胜感激。
查询:
{
vendorProposals(filter: {status_eq: Accepted}, sortAttribute: {field: CREATEDDATETIME, sortOrder: DESC}, pagination: {first: 100, after: "1"}) {
totalCount
}
}
错误:
{
"errors": [
{
"message": "Input parameter provided has incorrect value",
"locations": [
{
"line": 2,
"column": 2
}
],
"path": [
"vendorProposals"
],
"extensions": {
"code": "VJCA-6",
"details": ""
}
}
],
"data": null
}
我换出了查询参数,无论我尝试什么,我都会得到相同的一般错误。
你能解决吗?我已在 Upwork 上就此创建了一张票证。如果您能够找到解决方案,请告诉我。
谢谢。