An open API service indexing awesome lists of open source software.

https://github.com/gwesseling/graphql-json

GraphQL JSON is a powerful tool that helps you create GraphQL schemas using JSON
https://github.com/gwesseling/graphql-json

apollo graphql json typescript

Last synced: 5 months ago
JSON representation

GraphQL JSON is a powerful tool that helps you create GraphQL schemas using JSON

Awesome Lists containing this project

README

          

# GraphQL JSON

GraphQL JSON is a powerful tool that helps you create GraphQL schemas using JSON.

## Packages

This repository contains the following packages:

| Package | Description |
| ---------------------------------------------------------------------------------------- | ---------------------------------------------------------- |
| [@gwesseling/graphql-json](https://www.npmjs.com/package/@gwesseling/graphql-json) | A runtime solution to create GraphQl schemas using JSON. |
| [@gwesseling/graphql-codegen](https://www.npmjs.com/package/@gwesseling/graphql-codegen) | A solution that generates GraphQL schema files using JSON. |

## Binary packages

This repository contains the following binary packages:

| Package | Description |
| -------------------------------------------------------------------------------------- | -------------------------------------------------- |
| [@graphql-json/linux-arm](https://www.npmjs.com/package/@graphql-json/linux-arm) | The linux arm binary for graphql-json codegen. |
| [@graphql-json/linux-x64](https://www.npmjs.com/package/@graphql-json/linux-x64) | The linux amd64 binary for graphql-json codegen. |
| [@graphql-json/linux-arm64](https://www.npmjs.com/package/@graphql-json/linux-arm64) | The linux arm64 binary for graphql-json codegen. |
| [@graphql-json/linux-386](https://www.npmjs.com/package/@graphql-json/linux-386) | The linux 386 binary for graphql-json codegen. |
| [@graphql-json/darwin-arm64](https://www.npmjs.com/package/@graphql-json/darwin-arm64) | The darwin arm64 binary for graphql-json codegen. |
| [@graphql-json/darwin-x64](https://www.npmjs.com/package/@graphql-json/darwin-x64) | The darwin amd64 binary for graphql-json codegen. |
| [@graphql-json/win32-386](https://www.npmjs.com/package/@graphql-json/win32-386) | The windows 386 binary for graphql-json codegen. |
| [@graphql-json/win32-arm64](https://www.npmjs.com/package/@graphql-json/win32-arm64) | The windows arm64 binary for graphql-json codegen. |
| [@graphql-json/win32-x64](https://www.npmjs.com/package/@graphql-json/win32-x64) | The windows amd64 binary for graphql-json codegen. |