GraphQL-API

GraphQL API Layer

View the Project on GitHub

GraphQL API’s

GraphQL API Layer with Apollo and Meteor.

Folder structure

.
├── imports                 # root folder
│   ├── api                 #
│   |  └── gql              # graphql query & mutation definitions
│   |  └── schema.js        # graphql schema configration
│   ├── collections         # database layer
│   ├── constants           # app constants
│   ├── utils               # app utility
├── server                  #
│   └── main.js             # main server file initiating apollo server

Learn more