Skip to content

bashz/sails-hook-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sails-hook-easy-graphql

An installable sails hook, meant to offer a graphql route, that manage all queries and mutation based on your model definitions

Installation

Within the root dir of your sails project run

npm install sails-hook-easy-graphql

Configuration

By default, configuration lives in sails.config.graphql. The configuration key (graphql) can be changed by setting sails.config.hooks['sails-hook-graphql'].configKey.

Usage

Run your sails app, and hit the configured graphql route, if not set it will defaults to /graphql.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published