hypha-dao / document-graph

EOSIO contracts for modeling a graph data structure with flexible data storage of each document
MIT License
10 stars 3 forks source link

DGraph schema for document-graph queries #4

Closed mgravitt closed 3 years ago

mgravitt commented 4 years ago

The DGraph schema should allow for flexible queries from clients.

Provide an example library of queries that can be used by clients.

I imagine UIs will be able to query DGraph directly, but there will likely also be queries that run through the npm package for document-graph specific logic and functionality.