UNPKG

@jokio/graphql

Version:

High level, pre-configured, GraphQL Server

24 lines (19 loc) 1.05 kB
# GraphQL Server, pre-configured out of the box [![Build Status](https://travis-ci.org/jokio/graphql.svg?branch=master)](https://travis-ci.org/jokio/graphql) [![npm version](https://badge.fury.io/js/%40jokio%2Fgraphql.svg)](https://badge.fury.io/js/%40jokio%2Fgraphql) This is high level package built on top of [graphql-yoga](https://github.com/graphcool/graphql-yoga), to create graphql server with websocket support easily. ## Features: * All [graphql-yoga](https://github.com/graphcool/graphql-yoga) features * Authentication support * Apollo Engine support * Pre-defined scalar types: Date, Time, DateTime, JSON * Pre-defined Graph for getting server stats * Remote Schema stitching * Local Schema stitching * Rest apis integration * Dotenv support (for development environment) * Web sockets improved support ## Examples: * [Simple](https://github.com/jokio/graphql/blob/master/examples/simple/index.ts) * [API Gateway](https://github.com/jokio/graphql/blob/master/examples/api-gateway/index.ts) * [Complex](https://github.com/jokio/graph)