jar

com.github.maimas : graphql-codegen

Maven & Gradle

Nov 23, 2020
0 stars

GraphQL code generator plugin. · Maven plugin to generate GraphQL API from remote GraphQL service.

Table Of Contents

Latest Version

Download com.github.maimas : graphql-codegen JAR file - Latest Versions:

All Versions

Download com.github.maimas : graphql-codegen JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.0

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

com.maimas.graphql.schema.model

├─ com.maimas.graphql.schema.model.Arg.class - [JAR]

├─ com.maimas.graphql.schema.model.Data.class - [JAR]

├─ com.maimas.graphql.schema.model.Directive.class - [JAR]

├─ com.maimas.graphql.schema.model.EnumValue.class - [JAR]

├─ com.maimas.graphql.schema.model.Field.class - [JAR]

├─ com.maimas.graphql.schema.model.FieldType.class - [JAR]

├─ com.maimas.graphql.schema.model.MutationType.class - [JAR]

├─ com.maimas.graphql.schema.model.QueryType.class - [JAR]

├─ com.maimas.graphql.schema.model.Schema.class - [JAR]

├─ com.maimas.graphql.schema.model.SchemaModel.class - [JAR]

├─ com.maimas.graphql.schema.model.SubscriptionType.class - [JAR]

├─ com.maimas.graphql.schema.model.Type.class - [JAR]

com.maimas.graphql.schema.model.enums

├─ com.maimas.graphql.schema.model.enums.KindType.class - [JAR]

com.maimas.graphql.generator

├─ com.maimas.graphql.generator.GQLCodeGeneratorMojo.class - [JAR]

├─ com.maimas.graphql.generator.UserConfig.class - [JAR]

com.maimas.graphql.schema.processor

├─ com.maimas.graphql.schema.processor.SchemaFetcher.class - [JAR]

├─ com.maimas.graphql.schema.processor.TemplateProcessor.class - [JAR]