Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

Packages

Contributors

Languages