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
Run applications fast and securely in a fully managed environment Icon
Run applications fast and securely in a fully managed environment

Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.

Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
Try for free
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