jar

com.github.excitement-engineer : ktor-graphql

Maven & Gradle

Nov 03, 2022
63 stars

Ktor GraphQL · Easily serve GraphQL over http together with Ktor.

Table Of Contents

Latest Version

Download com.github.excitement-engineer : ktor-graphql JAR file - Latest Versions:

All Versions

Download com.github.excitement-engineer : ktor-graphql JAR file - All Versions:

Version Vulnerabilities Size Updated
3.0.x
2.1.x
2.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window ktor-graphql-3.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

ktor.graphql

├─ ktor.graphql.Config.class - [JAR]

├─ ktor.graphql.ConfigKt.class - [JAR]

├─ ktor.graphql.ExecutionResultData.class - [JAR]

├─ ktor.graphql.ExtensionsKt.class - [JAR]

├─ ktor.graphql.FormatResultKt.class - [JAR]

├─ ktor.graphql.GraphQLRequest.class - [JAR]

├─ ktor.graphql.HttpException.class - [JAR]

├─ ktor.graphql.HttpGraphQLError.class - [JAR]

├─ ktor.graphql.JsonKt.class - [JAR]

├─ ktor.graphql.RequestHandler.class - [JAR]

├─ ktor.graphql.RouteKt.class - [JAR]

├─ ktor.graphql.UtilitiesKt.class - [JAR]

ktor.graphql.explorer

├─ ktor.graphql.explorer.GraphiQLKt.class - [JAR]

├─ ktor.graphql.explorer.PlaygroundKt.class - [JAR]

ktor.graphql.parseRequest

├─ ktor.graphql.parseRequest.ParseBodyKt.class - [JAR]

├─ ktor.graphql.parseRequest.ParseQuerystringKt.class - [JAR]

├─ ktor.graphql.parseRequest.ParseRequestKt.class - [JAR]