[~lfitzgerald] this is a different thing, but the stuff I was working on (script for seeding the db with memeolist scheme & resolvers) is a prerequisite to this.
Basically what we want to achieve here is when user opens playground, all created queries (from memeolist app) are displayed (see screenshot)
In sync server, this is achieved by specifying playground query and variables files: https://github.com/aerogear/data-sync-server/blob/master/package.json#L27 and processed in the code here: https://github.com/aerogear/data-sync-server/blob/d06a4492ed38c20bbddf1ac05fa369ea4773de77/server/config/index.js#L21 |
|