Lucas
Lucas
Thanks for the quick response. That's reasonable. I'll set the height to a pre-defined height again. I just was hoping that the view would shrink accordingly to it's actual height...
We recently adopted [Spring for GraphQL](https://docs.spring.io/spring-graphql/docs/current/reference/html/) and set up _graphql-java-codegen_ today. Thanks to the comment of @msl-at-fcb we've got up and running relatively easy. In addition to using _customAnnotationsMapping_ for...
Very nice, thanks for adding this @kobylynskyi! We'll migrate as soon as it's available. Any chance for adding `@BatchMapping` support somehow? That would complete the fundamental Spring support from my...
> @EndzeitBegins the problem with supporting `@BatchMapping` is that the method signature is completely off from the field resolver that we already generate today: > > ```java > FieldType field(Type...