jar

com.ebay.nst : graphql-to-jsonschema

Maven & Gradle

Mar 06, 2023
3 stars

GraphQL 2 JSON Schema · Converts GraphQL schema to JSON schema.

Table Of Contents

Latest Version

Download com.ebay.nst : graphql-to-jsonschema JAR file - Latest Versions:

All Versions

Download com.ebay.nst : graphql-to-jsonschema JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.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 graphql-to-jsonschema-1.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.ebay.graphql.model

├─ com.ebay.graphql.model.GraphQLSchema.class - [JAR]

com.ebay.graphql.parser

├─ com.ebay.graphql.parser.GraphQLFile.class - [JAR]

├─ com.ebay.graphql.parser.GraphQLFilenameFilter.class - [JAR]

├─ com.ebay.graphql.parser.GraphQLParser.class - [JAR]

├─ com.ebay.graphql.parser.GraphQLParserUtil.class - [JAR]

com.ebay.graphql.parser.matcher

├─ com.ebay.graphql.parser.matcher.GraphQLMatcher.class - [JAR]

com.ebay.graphql.types

├─ com.ebay.graphql.types.FieldKeyValuePair.class - [JAR]

├─ com.ebay.graphql.types.GraphQLEnum.class - [JAR]

├─ com.ebay.graphql.types.GraphQLList.class - [JAR]

├─ com.ebay.graphql.types.GraphQLObject.class - [JAR]

├─ com.ebay.graphql.types.GraphQLReference.class - [JAR]

├─ com.ebay.graphql.types.GraphQLScalar.class - [JAR]

├─ com.ebay.graphql.types.GraphQLType.class - [JAR]

com.ebay.graphql

├─ com.ebay.graphql.Generated.class - [JAR]

com.ebay.graphql.transformer

├─ com.ebay.graphql.transformer.GraphQLToJsonSchema.class - [JAR]