34
Now... Let's learn Apollo!!!
So... good morning???? Okey, I don't know. UwU
The official definition is:
Apollo is the industry-standard GraphQL implementation, providing the data graph layer that connects modern apps to the cloud.
Let's try and resume this definition... is a way of using GraphQL in every place, in Front and Back. I guess this is right.
We have:
- Apollo client, to use in the Front (something like, fetching data)
- Apollo server for the Back
- Apollo Federation, which I kind of like it because is a way of segregation of a monolithic graph, which is cool, because you don't have just one graph.
- Apollo Studio a place to build graphs and be more secure and some good stuff if you really need it.
Of course!!! Apollo client 😁. Why?
Because is what we need, the Back is done, we just need to make a good website.
34