graphql
A simple example of graphql with knex and express in node environment
Before run, create an env.js for local loading:
module.exports = {
branch : 'development',
user: 'your postgres user',
password: 'your postgres password'
}
A simple example of graphql with knex and express in node environment
JavaScript
A simple example of graphql with knex and express in node environment
Before run, create an env.js for local loading:
module.exports = {
branch : 'development',
user: 'your postgres user',
password: 'your postgres password'
}