https://github.com/sh3riff/graphql_modularised
A sample code to show how a graphQL scheme and resolver can be broken down into logical modules as your project gets large
https://github.com/sh3riff/graphql_modularised
apollo-graphql apollo-server apollo-server-express graphql graphql-schema graphql-server
Last synced: 6 months ago
JSON representation
A sample code to show how a graphQL scheme and resolver can be broken down into logical modules as your project gets large
- Host: GitHub
- URL: https://github.com/sh3riff/graphql_modularised
- Owner: Sh3riff
- Created: 2020-10-01T11:50:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T12:06:55.000Z (almost 6 years ago)
- Last Synced: 2025-01-11T08:48:37.490Z (over 1 year ago)
- Topics: apollo-graphql, apollo-server, apollo-server-express, graphql, graphql-schema, graphql-server
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraphQL_Modularised (Apollo server)
A sample code to show how a graphQL schema and resolver can be broken down into logical modules as your project gets large.
## singlecode.js
This is the monolithic way of righting an apollo graphql schema which is fine for sample codes.
## modularised_Code
This is the folder that contains all of the codes as they get organised with __index.js__ as its entry point
## dummydata
this folder contains a hardcoded data used for the sample.