@evalir/connect-thegraph-issuance
v0.2.1
Published
Access and interact with Aragon Organizations and their apps.
Downloads
7
Maintainers
Readme
The Graph Connector for Aragon Connect
Usage
const myorg = await connect('myorg', {
connector: new ConnectorTheGraph({
daoSubgraphUrl: 'http://…',
appSubgraphUrl: repoId => {
return 'http://…'
},
}),
})