evoluteur / evolutility-ui-react

Framework for building CRUD UIs for Hasura GraphQL with models rather than code.
https://evoluteur.github.io/evodemo/
GNU Affero General Public License v3.0
113 stars 30 forks source link

Fetch models from server #17

Closed david-pfx closed 5 years ago

david-pfx commented 5 years ago

Currently all models are compiled in. Assuming all the models are stored on the server it should be a simple change to:

evoluteur commented 5 years ago

Ready client side. Not ready yet server side.