g

graphql-to-jsonschema

Converts GraphQL schema to JSON schema.
https://github.com/eBay/GraphQL2JSONSchema
Apache License 2.0
Ben Yarger
Files download
File Operation
graphql-to-jsonschema-1.1.2.jar download
graphql-to-jsonschema-1.1.2.pom download
graphql-to-jsonschema-1.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ebay.nst</groupId>
  <artifactId>graphql-to-jsonschema</artifactId>
  <version>1.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.ebay.nst:graphql-to-jsonschema:1.1.2'
Gradle Kotlin
implementation("com.ebay.nst:graphql-to-jsonschema:1.1.2")
Scala SBT
libraryDependencies += "com.ebay.nst" % "graphql-to-jsonschema" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.ebay.nst', module='graphql-to-jsonschema', version='1.1.2')
)
Apache Ivy
<dependency org="com.ebay.nst" name="graphql-to-jsonschema" rev="1.1.2" />
Leiningen
[com.ebay.nst/graphql-to-jsonschema "1.1.2"]
Apache Buildr
'com.ebay.nst:graphql-to-jsonschema:jar:1.1.2'