subgraph icon indicating copy to clipboard operation
subgraph copied to clipboard

A DAOstack subgraph for graph-node

Results 45 subgraph issues
Sort by recently updated
recently updated
newest added

- add a wrapper around entity.save which set this field.

To reproducte, run ```{ contractInfos (where: {name: "GenesisProtocol", version:"0.1.1-rc.16"}) { name version address }}``` on https://thegraph.com/explorer/subgraph/daostack/v7_5_exp_rinkeby

https://github.com/daostack/subgraph/blob/subgraph-experimental/src/mappings/Avatar/datasource.yaml#L5

Rename "scheme" to "plugin" throughout the subgraph and arc codebases.

# Current Behavior Currently, the subgraph schema's solution to adding new types of scheme & proposal types requiring changing the base type (`ControllerScheme` & `Proposal`). This is because each derived...

So: Ape Unit is developing a signaling schem feature in https://github.com/daostack/subgraph/pull/427 It works like this: - generic actions include, in their ipfs data, a key-value pair and a corresponding action...

The [DAORegistryContract entity](https://github.com/daostack/subgraph/blob/master/src/mappings/DAORegistry/schema.graphql) is never added to the store within the mappings.