GraphQL JSON is a powerful tool that helps you create GraphQL schemas using JSON.
This repository contains the following packages:
| Package | Description |
|---|---|
| @gwesseling/graphql-json | A runtime solution to create GraphQl schemas using JSON. |
| @gwesseling/graphql-codegen | A solution that generates GraphQL schema files using JSON. |
This repository contains the following binary packages:
| Package | Description |
|---|---|
| @graphql-json/linux-arm | The linux arm binary for graphql-json codegen. |
| @graphql-json/linux-x64 | The linux amd64 binary for graphql-json codegen. |
| @graphql-json/linux-arm64 | The linux arm64 binary for graphql-json codegen. |
| @graphql-json/linux-386 | The linux 386 binary for graphql-json codegen. |
| @graphql-json/darwin-arm64 | The darwin arm64 binary for graphql-json codegen. |
| @graphql-json/darwin-x64 | The darwin amd64 binary for graphql-json codegen. |
| @graphql-json/win32-386 | The windows 386 binary for graphql-json codegen. |
| @graphql-json/win32-arm64 | The windows arm64 binary for graphql-json codegen. |
| @graphql-json/win32-x64 | The windows amd64 binary for graphql-json codegen. |