jar

com.apurebase : kgraphql-example

Maven & Gradle

Jan 27, 2023
301 stars

KGraphQL · KGraphQL is a Kotlin implementation of GraphQL. It provides a rich DSL to set up the GraphQL schema.

Table Of Contents

Latest Version

Download com.apurebase : kgraphql-example JAR file - Latest Versions:

All Versions

Download com.apurebase : kgraphql-example JAR file - All Versions:

Version Vulnerabilities Size Updated
0.19.x
0.18.x
0.17.x
version

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 kgraphql-example-0.19.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.apurebase.kgraphql.dao

├─ com.apurebase.kgraphql.dao.CSVDataImporter.class - [JAR]

├─ com.apurebase.kgraphql.dao.DatabaseFactory.class - [JAR]

├─ com.apurebase.kgraphql.dao.DatabaseFactoryKt.class - [JAR]

com.apurebase.kgraphql.model

├─ com.apurebase.kgraphql.model.CountrySightings.class - [JAR]

├─ com.apurebase.kgraphql.model.UFOSighting.class - [JAR]

├─ com.apurebase.kgraphql.model.UFOSightings.class - [JAR]

├─ com.apurebase.kgraphql.model.User.class - [JAR]

├─ com.apurebase.kgraphql.model.UserKt.class - [JAR]

com.apurebase.kgraphql.service

├─ com.apurebase.kgraphql.service.UFOSightingService.class - [JAR]

com.apurebase.kgraphql

├─ com.apurebase.kgraphql.ApplicationKt.class - [JAR]

├─ com.apurebase.kgraphql.CountryInput.class - [JAR]

├─ com.apurebase.kgraphql.CreateUFOSightingInput.class - [JAR]

├─ com.apurebase.kgraphql.CreateUFOSightingInputKt.class - [JAR]

├─ com.apurebase.kgraphql.GraphQLSchemaKt.class - [JAR]

com.apurebase.kgraphql.exception

├─ com.apurebase.kgraphql.exception.NotAuthenticatedException.class - [JAR]

├─ com.apurebase.kgraphql.exception.NotFoundException.class - [JAR]

Advertisement