Moco-BaaS JavaScript Client SDK
The JavaScript client is usable for web clients.
You can consume the SDK in one of the following favor.
- Reference the SDK bundle in HTML's script tag
npm run build
- Install the SDK as an npm package and require/import in your project
API reference
Refer https://moco-baas-doc.netlify.com for user guide and reference.
Change Log
2.8.0
- typings on both
gql.query
andgql.mutation
-
gql.query
andgql.mutation
will always return an object
2.3.7
- Payload encryption support, tested on React Admin.
0.8.0
- Initial version