Stamatis made a remark during the meetup about integrating the GraphQL library as a module in core. Something like GqlToRelConverter, similar to SqlToRelConverter.
I hadn't thought of this, it's a brilliant idea. I would like to shift my development into practices that could eventually be accepted upstream. Is it correct to assume that this means I'll need to swap Kotlin for Java? Are there any organizational best-practices, conventions or other things to keep in mind? If I must use Java, can I use JDK17 to take advantage of things like records, sealed types and "switch" pattern matching? Thank you =)
