10000 GitHub - roamiiing/base-graphql
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

roamiiing/base-graphql

Repository files navigation

Base GraphQL

This is my starter-pack for a Node.js based GraphQL server.

Structure

This project is structured in a modular way:

  • app: contains a Feathers.js application. Why Feathers? Because it's great for fetching data from different databases via adapters. It also has an amazing concept of hooks and is well-typed.
  • definitions: contains Typescript declaration files.
  • env: contains environmental variables
  • named: reexports things from type-graphql, mongoose and typegoose with nice naming. Why is it needed? Because they all have similar things, and it's extremely easy to get confused.
  • server: contains an Apollo server
  • utils: contains utils
  • models: contains both type-graphql and typegoose models
  • api: contains GraphQL resolvers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0