UNPKG

@graphprotocol/graph-cli

Version:

CLI for building for and deploying to The Graph

16 lines (13 loc) 277 B
module.exports = class SubstreamsSubgraph { constructor(options = {}) { this.manifest = options.manifest this.resolveFile = options.resolveFile this.protocol = options.protocol } validateManifest() { return [] } handlerTypes() { return [] } }