erezsh / Preql

An interpreted relational query language that compiles to SQL.
Other
616 stars 13 forks source link

Automatically generate GraphQL interface #19

Open erezsh opened 3 years ago

erezsh commented 3 years ago

Preql can already serve tables and functions over starlette.

We can generate an interface for GraphQL automatically, and serve it in the same way.