trepo-core
v0.4.1
Published
Core graphql implementation of Trepo
Downloads
7
Maintainers
Readme
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,
});