@graphql-guru/express-server

0.0.9 • Public • Published

Guru Express Server

Express Graphql server for Guru.

Guru Server is to address the pain points with a Node GraphQl server.

Features

  • GraphQL schema language first philosophy
  • Uses GraphqQL and Express, so nothing new to learn.
  • Modulizing and splitting schema and resolvers.
  • Dynamically builds connectors from resolvers.
  • Dynamic importing of schema and resolvers modules. No more imports.
  • Multiple database clients support.
  • White listing queries.
  • Query batching.
  • GraphQL Ide

Usage

npm install @graphql-guru/express-server

import graphQLExpress from "@graphql-guru/express-server";

graphQLExpress();

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.9
    3
    • latest

Version History

Package Sidebar

Install

npm i @graphql-guru/express-server

Weekly Downloads

3

Version

0.0.9

License

MIT

Last publish

Collaborators

  • otissv