documentation
documentation copied to clipboard
[Bug]: v3 使用graphql插件的时候 自动创建的connections获取values时总是获取为空数组
Link to the documentation page or resource
https://github.com/strapi/documentation/issues
Describe the bug
使用graphql插件的时候 自动创建的connections获取values时总是获取为空数组 query{ addressConnection(limit: 10, start: 1) { aggregate { count totalCount } values { _id address } } }
Additional context
No response
Suggested improvements or fixes
No response
Related issue(s)/PR(s)
No response
获取到的数据为 { "data": { "addressConnection": { "aggregate": { "count": 12, "totalCount": 12 }, "values": [] } } } values没有值
Hi @fatetop, and thank you for opening this issue.
To be inclusive of everyone in the community and provide the best possible answer that everyone can refer to, we require that everyone use English on all our respective platforms.
Thank you, and have a wonderful day!
Hello @fatetop I am going to close this issue since it has not been updated in English. Please feel free to open a new issue in English at any time.