https://github.com/amir-s/graphql-distributed-schema
A simple wrapper around graphql-js to make grpahql types extendable.
https://github.com/amir-s/graphql-distributed-schema
graphql-js
Last synced: 5 months ago
JSON representation
A simple wrapper around graphql-js to make grpahql types extendable.
- Host: GitHub
- URL: https://github.com/amir-s/graphql-distributed-schema
- Owner: amir-s
- Created: 2017-02-20T02:28:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-21T00:45:38.000Z (over 9 years ago)
- Last Synced: 2025-10-30T04:53:48.907Z (8 months ago)
- Topics: graphql-js
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
GraphQL Distributed Schema
--------------------------
A graphql wrapper that lest you create your schema distributed.
You can read [my medium post](https://the.devway.xyz/distributed-schema-creation-in-graphql-4de949f77cdb#.x0t1elwvw) and look at [this working example](https://github.com/amir-s/graphql-distributed-schema-example).