0.6.2 • Published 7 years ago

@trepo/core v0.6.2

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