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

Sources and Schemas #177

Open
ChristopherBiscardi opened this issue Mar 6, 2017 · 0 comments
Open

Sources and Schemas #177

ChristopherBiscardi opened this issue Mar 6, 2017 · 0 comments

Comments

@ChristopherBiscardi
Copy link
Member

There should be a more structured way for combining Content Types (GraphQL Schema fragments) with Sources (Files, APIs, git repos, etc). The problem being that currently I'm basically the only person that knows how to do this without significant effort.

An example supported workflow should be:

  1. Start making site with Markdown-file backed blogpost
  2. Transition to Contentful-backed blogpost without changing schema
  3. Move schema to be generated by Contentful instrospection

A user should be able to eslint their queries before and after any schema changes

Standing questions...

  • Better elaborate on the relationship and tradeoffs between aggregating data before generating a site (postprocessing, etc) and fetching data on the fly (at query time).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant