What is a good GraphQL lib

I would look for a Java library that you can run out-of-band on the GraphQL server you're trying to communicate to, generating consuming classes out-of-band, then dump them into a module (preferred) or the lib/ directory of the gateway, as described in this post dealing with Protobuf: