nimbus-graphql
TypeScript icon, indicating that this package has built-in type declarations

2.0.0-beta2 • Public • Published

nimbus-graphql

A GraphQL Framework with batteries included

npm CircleCI

Developing

VSCode users

Since tslint is being deprecated, we are using eslint. To make the eslint VSCode extension report issues on typescript files we need to add a setting. To do that, add the following snippet on settings.json:

{
  "eslint.validate": [
    "javascript",
    "javascriptreact",
    "typescript",
    "typescriptreact"
  ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i nimbus-graphql

Weekly Downloads

3

Version

2.0.0-beta2

License

ISC

Unpacked Size

210 kB

Total Files

201

Last publish

Collaborators

  • uw-deploy