aragon / court-subgraph

Aragon Court subgraph
GNU General Public License v3.0
13 stars 7 forks source link

Disputes: Update Arbitrable ABI #70

Closed facuspagnuolo closed 4 years ago

facuspagnuolo commented 4 years ago

An example could be seen in the staging subgraph by querying

{
  dispute(id: 25) {
    id
    metadata
    disputable {
      defendant
      address
      actionId
      disputableActionId
      plaintiff
      organization
      title
      agreement
    }
  }
}
bingen commented 4 years ago

:heart: