1Hive / apiary

Aragon DAO explorer
https://apiary.1hive.org
GNU General Public License v3.0
25 stars 16 forks source link

Add GraphQL endpoint for specific organization #159

Closed onbjerg closed 4 years ago

onbjerg commented 4 years ago

We should add a GraphQL edge to query a specific organization:

extend type Query {
  organisation(
    address: String!
  ): Organisation
}