kraph
kraph copied to clipboard
GraphQL request string builder written in Kotlin
Bintray is dead some weeks ago, so I can't run my build as-is. I was wondering if you had any intention to publish the artifacts again elsewhere.
GraphQL endpoints do not necessarily need to specify _fields_ as arguments when a `mutation` or `query` is received. Diverse implementations on the server-side will allow for returning non-standardized data formats,...
Hello, guys, thanks for you work. Could you please help me to find out how to build following query with `kraph`: ```graphql query { vendors(dc: 5820) } ``` Here is...
Hello, just thought you should know that by adding the `alias` parameter in the `fieldObject()` function, but not placing it last, you broke at least some code in our projects....