dyne / zenpub

Reflow federated economic network
GNU Affero General Public License v3.0
13 stars 3 forks source link

There is no way to filter the list of economic resources by Community #55

Open oksanasalohubova opened 3 years ago

oksanasalohubova commented 3 years ago
Screenshot 2021-06-09 at 16 55 58

when we use query to get filtered list of economic events we pass prop agent to it.

What property can we pass the Community ID to get the filtered list for selected Community?

query economicResourcesFiltered($agent: [ID]) {
  economicResourcesFiltered(agent: $agent) {
    id
    name
    note
    image
    containedIn {
      id
      name
    }

  }
}