graphql-java is one of the most popular JVM-based GraphQL implementations. GraphQL Kotlin is built on top of grahpql-java as it can be easily extended with additional functionality and this implementation has been used and tested by many users. The most common way to create the schema in graphql-java is to first manually write the SDL file. Then write the runtime code that matches this schema to build the GraphQLSchema object. This means that there are two sources of truth for your schema and changes in either have to be reflected in both locations. As your schema scales to hundreds of types and many different resolvers, it can get more difficult to track what code needs to be changed if you want to add a new field, deprecate or delete an existing one, or fix a bug in the resolver code. graphql-kotlin-schema-generator aims to simplify this process by using Kotlin reflection to generate the schema for you. All you need to do is write your schema code in a Kotlin class.

Features

  • GraphQL Kotlin is a collection of libraries
  • Built on top of graphql-java
  • Simplify running GraphQL clients and servers in Kotlin
  • Custom instrumentations for a GraphQL operation
  • Gradle and Maven plugins
  • Common and library specific modules for running a GraphQL server

Project Samples

Project Activity

See All Activity >

Categories

Libraries

License

Apache License V2.0

Follow GraphQL Kotlin

GraphQL Kotlin Web Site

Other Useful Business Software
Find Hidden Risks in Windows Task Scheduler Icon
Find Hidden Risks in Windows Task Scheduler

Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
Download Free Tool
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of GraphQL Kotlin!

Additional Project Details

Programming Language

Kotlin

Related Categories

Kotlin Libraries

Registered

2023-03-02