@simtlix/gnx

2.4.7 • Public • Published

npm version

How to

Install

npm install @simtlix/gnx --save

To use this lib:

  • Define your mongoose models
  • Define your GraphQL types
  • Register models and types using connect function for non embedded types and addNoEndpointType function for embedded ones
  • Create the GraphQL schema using createSchema function

Test

On this project root directory npm link

On the test project root directory npm link @simtlix/gnx

Run test project with preserve-symlinks flag. E.g.: node --preserve-symlinks app.js

Example

There is a sample of an app using this lib at gnx-sample

Readme

Keywords

none

Package Sidebar

Install

npm i @simtlix/gnx

Weekly Downloads

1

Version

2.4.7

License

Apache-2.0

Unpacked Size

56.5 kB

Total Files

6

Last publish

Collaborators

  • escavuzzo
  • fperaltasimtlix
  • simtlix-admin