scene-graphql-client
v1.0.3
Published
A simple Node.js GraphQL client for the S3N API
Readme
GraphQL Client
A simple Node.js GraphQL client for the S3N API.
Installation
npm install graphql-clientUsage
const { createGraphQLClient } = require('graphql-client');
const client = createGraphQLClient("<YOUR_API_KEY>");
client.executeQuery("ListAssets", { orgId: "30" });