@aragon/connect-thegraph-votingdeprecated

Access and interact with Aragon Organizations and their apps.

Usage no npm install needed!

<script type="module">
  import aragonConnectThegraphVoting from 'https://cdn.skypack.dev/@aragon/connect-thegraph-voting';
</script>

README

The Graph Connector for Aragon Connect

Usage

const myorg = await connect('myorg', {
  connector: new ConnectorTheGraph({
    daoSubgraphUrl: 'http://…',
    appSubgraphUrl: repoId => {
      return 'http://…'
    },
  }),
})