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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Glue code

A

code that is used to connect 2 or more kinds of software/middleware etc.

ex: express-graphql

How well did you know this?
1
Not at all
2
3
4
5
Perfectly