nodes
nodes copied to clipboard
A GraphQL JVM Client - Java, Kotlin, Scala, etc.
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
https://github.com/americanexpress/nodes/blob/9bc0d442e67248d0899429ae8548340c055ee50f/nodes/src/main/java/io/aexp/nodes/graphql/Fetch.java#L141 ^The mapper referenced here is the serializeMapper, not a mapperFactory.newDeserializeMapper(). When we had to override the ObjectMapperFactory to do custom deserialization, we ended up having to add the custom...
Is there support for GraphQL directives like (@include, @skip). These are standard directives that any GraphQL spec compliant servers need to support. Ref [Link](https://graphql.org/learn/queries/#directives) Is there any annotation to support...
Hello! I'm having a small issue with a graphQL request that returns an empty list. I'm currently querying the Shopify Bulk Ingestion with a request payload that looks like: ```...
As mentioned in one of the first responses to #11 : "I would be more inclined to expose the Property tree used to construct the query string in the requestEntity"...
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 7.7 to 8.29. Release notes *Sourced from [checkstyle's releases](https://github.com/checkstyle/checkstyle/releases).* > ## checkstyle-8.29 > https://checkstyle.org/releasenotes.html#Release_8.29 > > ## checkstyle-8.28 > https://checkstyle.org/releasenotes.html#Release_8.28 > > ## checkstyle-8.27 > https://checkstyle.org/releasenotes.html#Release_8.27 >...
In Fetch.java/send(...) ObjectMapper is invoked with writeValueAsString() and the string is immediately converted to bytes: String requestParams = mapper.writeValueAsString(request); byte[] postData = requestParams.getBytes(); This could be replaced by byte[] postData...
I'm using the nodes client to perform an introspection query (based upon one I found that is used by GraphiQL). Using the response from that I am attempting to generate...
There's no "latest" link pointing to the latest version. So the maven dependency in the README that specifies "latest" doesn't work, but 0.5.0 does.