UNPKG

@graphprotocol/graph-cli

Version:

CLI for building for and deploying to The Graph

5 lines (4 loc) 133 B
export const getSubgraphBasename = (name) => { const segments = name.split('/', 2); return segments[segments.length - 1]; };