You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
Graphql avoids over and underfetching data as REST does
Graphql fetchs only specified and required data by user. REST retrieves useless data in the JSON response
Rapid Product Iterations on the Frontend. Changes in UI wont require any change in the backend side.
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.
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"?
The text was updated successfully, but these errors were encountered: