2.4.7 • Published 5 years ago
@simtlix/gnx v2.4.7
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 andaddNoEndpointType
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
2.4.7
5 years ago
2.4.6
5 years ago
2.4.5
5 years ago
2.4.4
5 years ago
2.4.3
5 years ago
2.4.2
5 years ago
2.4.1
5 years ago
2.4.0
5 years ago
2.3.4
5 years ago
2.3.3
5 years ago
2.3.2
5 years ago
2.3.1
5 years ago
2.3.0
5 years ago
2.2.0
5 years ago
2.1.0
5 years ago
2.0.0
5 years ago
1.1.1
6 years ago
1.1.0
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago