UNPKG

@graphprotocol/graph-cli

Version:

CLI for building for and deploying to The Graph

8 lines (7 loc) 262 B
export const source = ({ spkgPath, spkgModule }) => ` package: moduleName: ${spkgModule || 'graph_out'} file: ${spkgPath || 'substreams.spkg'}`; export const mapping = () => ` apiVersion: 0.0.5 kind: substreams/graph-entities`;