district0x / district-registry

A community-curated registry of marketplaces on the district0x Network.
Eclipse Public License 1.0
11 stars 9 forks source link

Implement GraphQL Resolvers #8

Closed madvas closed 6 years ago

madvas commented 6 years ago

GraphQL schema is already defined. For resolvers, you can probably reuse a lot from MemeFactory (https://github.com/district0x/memefactory/blob/master/src/memefactory/server/graphql_resolvers.cljs).

We probably don't need all filter parameters for searchDistricts, as they were copy-pasted from MemeFactory. Please remove ones that are unnecessary according to UI.