Devin
Devin
This is a valid concern. Since `this` no longer refers to the encapsulating scope, to get the scope, it would need to be passed on manually. Fortunately, this is very...
Same issue, the solution provided by @MynockSpit was a solid workaround. The behavior as implemented is quite strange, I couldn't figure out what the original intention was here.
GraphQL Codegen allows you to specify a custom loader which returns the schema. You can extend the schema before returning it from the custom loader.
Hasura looks like it's just a server-side tool. If your UI is using a schema generated by the server, there must be some point of introspection on the UI side...
This is still an issue.
I think this needs to be made very clear somewhere along the way at least. I spent too much time trying to figure out why I could only get a...
I'm having the same issue, but I'm using Confluent Cloud so I'm not really certain what version of Schema Registry it's using. Assuming the above-referenced changes are even available there,...
EDIT: Instead of manually setting `$typeName` like I showed below, it is much better to just use the `create` method with the schema generated by `@bufbuild`. Using the sample code...
> @kouritron You can try to remove > > ``` > > > org.apache.maven.plugins > maven-compiler-plugin > [3.1,) > > testCompile > compile > > > > > > >...