Layer7-Community / graphman-client

This repository contains a Postman collection, a Node.js CLI application, sample queries for the CLI, and GraphQL schemas for the Graphman API.
Other
7 stars 5 forks source link

F132743: graphman client with NPM registry #48

Closed graju256 closed 3 months ago

graju256 commented 3 months ago

Getting Graphman client ready for publishing to NPM registry graphman-client module is expected to be published to the npm registry with name: @layer7/graphman

To use the module, it needs to be installed using the below command npm install @layer7/graphman

Once the the module is available local to the wrapper directory or globally, it can be used.

Graphman client wrapper will be provided outside of the npm registry. If needed, users may have their own wrapper to use the actual client module.

Now, graphman client wrapper can have following things to extend the client