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

Not working links and missing repo: GitHunt #1182

Closed
alber70g opened this issue Aug 13, 2019 · 1 comment
Closed

Not working links and missing repo: GitHunt #1182

alber70g opened this issue Aug 13, 2019 · 1 comment

Comments

@alber70g
Copy link

It's great to have an extensive example containing the concepts mentioned in the docs (Schema, Resolvers, Models, and Connectors). However, they're gone. It's about the quote below. Can we get them back?

Separate business logic from the schema. As Dan Schafer covered in his talk, GraphQL at Facebook, it's a good idea to treat GraphQL as a thin API and routing layer. This means that your actual business logic, permissions, and other concerns should not be part of your GraphQL schema. For large apps, we suggest splitting your GraphQL server code into 4 components: Schema, Resolvers, Models, and Connectors, which each handle a specific part of the work. You can see this in action in the server part of our GitHunt example app.
Source: https://github.com/apollographql/graphql-tools/blob/master/docs/source/index.mdx

@yaacovCR
Copy link
Collaborator

Rolling into #1316

@yaacovCR yaacovCR mentioned this issue Mar 29, 2020
10 tasks
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