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

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

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.