graphql-log
Add logging to your GraphQL resolvers so you know what's going on in your app.
File Explorer
Download Latest Version (.zip)- babel-cli_vx.x.x.js
- babel-core_vx.x.x.js
- babel-eslint_vx.x.x.js
- babel-plugin-transform-runtime_vx.x.x.js
- babel-polyfill_vx.x.x.js
- babel-preset-env_vx.x.x.js
- babel-preset-es2015_vx.x.x.js
- babel-preset-flow_vx.x.x.js
- babel-preset-stage-2_vx.x.x.js
- deep-for-each_vx.x.x.js
- eslint-plugin-babel_vx.x.x.js
- eslint_vx.x.x.js
- flow-bin_v0.x.x.js
- husky_vx.x.x.js
- is-function_vx.x.x.js
- jest_v19.x.x.js
- lint-staged_vx.x.x.js
- prettier_vx.x.x.js
- rimraf_vx.x.x.js
- index.test.js
- index.js
- .babelrc
- .flowconfig
- .gitignore
- .npmignore
- LICENSE.md
- package.json
- README.md
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/withspectrum/graphql-log
Downloads the entire project code from GitHub to your computer.
cd graphql-log
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
