@trepo/core

0.6.2 • 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

1

Version

0.6.2

License

MIT

Last publish

Collaborators

  • jonnymbgood