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
- Host: GitHub
- URL: https://github.com/gwesseling/graphql-json
- Owner: gwesseling
- Created: 2023-05-01T20:00:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-21T18:01:59.000Z (almost 2 years ago)
- Last Synced: 2025-10-20T18:50:31.825Z (8 months ago)
- Topics: apollo, graphql, json, typescript
- Language: TypeScript
- Homepage:
- Size: 237 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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. |