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

[GraphQL Basics course] [Main Task] [Yoimer] #19

Open
atherdon opened this issue Jul 26, 2018 · 4 comments
Open

[GraphQL Basics course] [Main Task] [Yoimer] #19

atherdon opened this issue Jul 26, 2018 · 4 comments
Assignees

Comments

@atherdon
Copy link
Member

https://github.com/GroceriStar/playing-with-graphql/invitations

Please start by reading the documentation, related to GraphQL: https://www.howtographql.com/
After reading each chapter - please briefly explain to me here what did you learn from it.
Format(example):

Chapter 1: Intro (https://graphql.org/learn/)

"It's covering the basics of graphql"
Questions: "How i can run it at my local PC"?


@Yoimer
Copy link

Yoimer commented Jul 29, 2018

Chapter 2: (https://www.howtographql.com/basics/1-graphql-is-the-better-rest/)

  1. Graphql avoids over and underfetching data as REST does
  2. Graphql fetchs only specified and required data by user. REST retrieves useless data in the JSON response
  3. Rapid Product Iterations on the Frontend. Changes in UI wont require any change in the backend side.
  4. Benefits of a Schema & Type System: Once defined type system schema using the GraphQL Schema Definition Language (SDL) backend and frontend teams need no further communication. Both teams are aware of the definite structure of the data that’s sent over the network.

@atherdon
Copy link
Member Author

you can go to the next chapters too, feel free

@atherdon
Copy link
Member Author

atherdon commented Sep 7, 2018

@Yoimer i was unblocked. we can use this task again

@atherdon
Copy link
Member Author

atherdon commented Feb 6, 2019

Hi @Yoimer we're restarting our work with graphql server, buzz me if you'll be interested to continue our collaboration

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

2 participants