trepo-core

0.4.1 • Public • Published

trepo-core

GraphQL implementation of Trepo

For more information see the Trepo Spec or trepo.io.

const Trepo = require('trepo-core');
 
const trepo = new Trepo('my-repo');
 
await trepo.start();
 
const response = await trepo.request({
  query,
  variables,
  operationName,
});

Package Sidebar

Install

npm i trepo-core

Weekly Downloads

0

Version

0.4.1

License

MIT

Last publish

Collaborators

  • jonnymbgood