Zendro-dev / graphql-server-model-codegen

Command line utility to auto-generate the structure files for a graphql server
MIT License
1 stars 2 forks source link

Add a resolver to generate the JSON data object as vuetable-2 needs it #31

Closed asishallab closed 6 years ago

asishallab commented 6 years ago

The single page application that builds on top of the web service GraphQL API uses vuetable-2 to generate the master table view for a given data model. Include a GrapqhQL resolver for each model that delivers the JSON data object as vuetable-2 needs it.

For the restful example resolver see:

For the single page code generator see:

vsuaste commented 6 years ago

Done. #6ae09c #16dc3f