Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a small library on top of this to pass in jstruct stored in req.body #12

Open
sebinsua opened this issue May 19, 2015 · 1 comment

Comments

@sebinsua
Copy link
Owner

If you could pass in the formatting data from within req.body you could access the data layer in the format that the client prefers.

There is an opportunity here to create something similar to Facebook's effort with GraphQL, however:

  1. JSON-first.
  2. Handling (1) data fetching separately in the code from (2) data representation and data transformation.
  3. Not needing custom libraries to be created for every single database.
@ganarajpr
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants