jsonql-node-client

1.3.1 • Public • Published

NPM

jsonql node client

This is the server to server client using node.js, all options identical to the browser client @jsonql/client

BREAKING CHANGE IN 1.3.0

*We have add a namespaced option to the configuration, the default is false It means, all your resolver no longer need to be client.query or client.mutation. For using with socket client, it will still be under client.socket that is due to the way how its constructed, and add to the client.

If you pass namespaced: true then it will act exactly the same like before. Bear in mind, this option will require you to have every single resolver to have a unique name, otherwise the name will get overwritten by one another. Use it with caution.*

Installation

$ npm i jsonql-node-client

You don't usually use this directly, this is part of the sub module for other jsonql modules.


Main website: jsonql

UNLICENSED

NEWBRAN LTD & TO1SOURCE

Package Sidebar

Install

npm i jsonql-node-client

Homepage

jsonql.org

Weekly Downloads

1

Version

1.3.1

License

MIT

Unpacked Size

31.9 kB

Total Files

15

Last publish

Collaborators

  • joelchu
  • to1source-me