Misc Stuff to know Flashcards
1
Q
GraphQL - why?
A
Deciding on url schema is difficult with heavily nested data
Restful routes can lead to multiple http requests for a single view
Prevents overserving data
ex: fetching fb friends companies and positions.
2
Q
Glue code
A
code that is used to connect 2 or more kinds of software/middleware etc.
ex: express-graphql