KGraphQL icon indicating copy to clipboard operation
KGraphQL copied to clipboard

Pure Kotlin GraphQL implementation

Results 26 KGraphQL issues
Sort by recently updated
recently updated
newest added

Are there plans to support these? Your library is my favorite GraphQL library for Java/Kotlin, but not being able to send objects to my mutations makes it a deal-breaker for...

Hi, what's needed for a proper 1.0 release? A proper roadmap would be great to motivate people and formalize requirements.

Graphql-js resolvers have the following syntax: (Source, Args, Context, Info) -> T Graphql-java resolvers get passed a DataFetchingEnvironment that has all of the above (Source, Args, etc) as properties. So...

In the [wiki](https://github.com/pgutkowski/KGraphQL/wiki/Operations) you mention that it's not supported yet. Is it desired/anyone working on it? It's something I'd like - and might be able to start work on at...

Error: Invalid or incomplete schema, unknown type: Favourite. Ensure that a full introspection query is used in order to build a client schema. at getNamedType (https://cdn.jsdelivr.net/npm/[email protected]/graphiql.js:30861:13) at getType (https://cdn.jsdelivr.net/npm/[email protected]/graphiql.js:30852:12) at...

Interesting approach! I can't find in the examples: does KGraphQL support resolvers on user types? (not just query and mutation)