nathani-work
nathani-work
### What happened? Since v0.17.0, running gqlgen throws some errors: ``` Error: validation failed: packages.Load: /graph/prelude.resolvers.go:23:41: __SchemaResolver not exported by package generated Error: /graph/prelude.resolvers.go:26:39: __TypeResolver not exported by package generated...
I have a schema with this in it: ```graphql type Object { foo_bar: FooBar fooBar: FooBar } ``` and when I run `gqlgenc` I get: ```go FooBar *FooBar `json:"foo_bar"` FooBar...
one type is unable to bind interface, does not satisfy the interface, but a second type is able to.
### What happened? I updated gqlgen from `v0.17.7` to `v0.17.16` (along with gqlparser from `v2.4.3` to `v2.5.0`) When I run `go generate ./...` (which runs gqlgen) I get an error...
Let me know if this is not in the scope of this project, I assumed it would be but I understand if it's not. While I was working I had...
When bruno runs in dark mode, everything is nice and dark, except for the Schema Docs. Those appear in light mode. I think the light mode is difficult to see,...