gpt4 book ai didi

graphql - Strapi v4 嵌套数据过多

转载 作者:行者123 更新时间:2023-12-05 04:35:18 26 4
gpt4 key购买 nike

我正在将 strapi v3 查询重写为 v4 (GraphQL),并使用新字段“数据”和“属性”,我在深入嵌套对象时遇到问题,这是数据外观的示例:

user {
data {
id
attributes {
company {
data {
id
attributes {
location {
data {
id
...
}
}
}

}
}
}

我是否遗漏了文档中的某些内容,有没有办法避免这么多嵌套,我应该在模型中重组数据,还是?

最佳答案

这对许多人来说是一个已知的痛点,但目前还没有官方的直接解决方案。必须处理它。

https://forum.strapi.io/t/discussion-regarding-the-complex-response-structure-for-rest-graphql-developer-experience/13400/35

关于graphql - Strapi v4 嵌套数据过多,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71064148/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com