Django / GraphQL——两种类型的字段相互引用会导致崩溃

发布于 2025-01-09 15:15:33 字数 350 浏览 0 评论 0原文

我有 2 个 graphql 类型,每个类型都有引用另一个类型的字段。出现错误是因为读取第一个类型时尚未声明其中一个类型。问题是该类型应该在字段中使用之前实例化。但由于这两种类型相互引用,因此始终会在实例化 One 之前引用它。

关于如何解决的任何想法?

以下是相关代码部分的链接: https://gist.github.com/olivermontalbano/ce8db9fd62619b983ed68b6933ff7e64

I have 2 graphql types that each have fields that refer to the other. There is an error because one of the types has not been declared when the first one is read. The issue is that the type should be instantiated before using it in a field. But since the two types refer to each other, One is always being referred to before it has been instantiated.

Any ideas on how to solve?

Here is a link to the parts of the code that are relevant:
https://gist.github.com/olivermontalbano/ce8db9fd62619b983ed68b6933ff7e64

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文