For Node.js Developers
Native Node.js client for accessing the Graphlit Platform
Last updated
Was this helpful?
Native Node.js client for accessing the Graphlit Platform
Last updated
Was this helpful?
The enables straightforward interactions with the Graphlit API, allowing developers to execute GraphQL queries and mutations against the Graphlit service. This document outlines the setup process and provides a basic example of using the client.
Before you begin, ensure you have the following:
Node.js installed on your system (recommended version 14.x or higher).
An active account on the with access to the API settings dashboard.
To install the Graphlit Client, use npm or yarn:
or