mountetna / magma

Data server with friendly data loaders
GNU General Public License v2.0
5 stars 2 forks source link

Support GraphQL #87

Closed graft closed 5 years ago

graft commented 5 years ago

Rather than write our own data-graph querying language (as we have done thus far) we might consider using GraphQL, in addition to, or in place of, the existing Query layer.

Considerations:

1) Is GraphQL more or less expressive than we need? 2) Are there existing visual query tools using GraphQL that we might leverage?