0.4.1 • Published 7 years ago

trepo-core v0.4.1

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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,
});