英文: Access Custom Type's Original Functions 问题 如何在Go中访问自定义类型的原始函数? 我不认为这与gqlgen有关,但我的用例与他们的框架密切相...
Golang gqlgen,通过Dataloading在单个DB查询中获取单独的字段。
英文: Golang gqlgen, fetching separate fields in a single DB query via Dataloading 问题 我正在尝试确定是否可能将具有自己...
How to make gqlgen dataloader Loader.Load(key) return a function that returns an explicit data type instead of interface{}?
英文: How to make gqlgen dataloader Loader.Load(key) return a function that returns an explicit data t...
gqlgen无法识别自定义类型。
英文: gqlgen failing to recognize custom type 问题 我的gqlgen模型: models: Int64: model: - github.com/99desi...
gqlgen go, reduce db calls by adding one resolver
英文: gqlgen go, reduce db calls by adding one resolver 问题 我正在遇到一些解决特定情况下性能降低的问题。我相信这是可以解决的,但我无法弄清楚如何做...
嵌入Flutter的Golang服务器
英文: embedding golang server with flutter 问题 我有一个使用golang编写的Web服务器,它使用了graphql包gqlgen和gorm用于数据库。 由于go...
Golang: 生成核心失败:无法加载 github.com。
英文: Golang: generating core failed: unable to load github.com 问题 我安装了golang,并从这个教程开始:https://www.how...
无法在gqlgen中生成标量JSON。
英文: Can't generate scalar JSON in gqlgen 问题 我有一个 GQL 方案: extend type MyType @key(fields: "id...
How to resolve a Graphql Union with Gorm?
英文: How to resolve a Graphql Union with Gorm? 问题 我有两个具体类型Prodotto和ProdottoVariante,它们都实现了类型为Articolo...
GraphQL订阅在Gin中无法工作。
英文: Graphql Subscriptions not working with Gin 问题 当我尝试使用GraphQL设置Go Web服务器时,我使用了这个作为模板。它基本上是gin和99de...
3