Hi there. I just managed to use jQuery to query my graph.cool access point and it works well. What’s the advantage of using Apollo over jQuery?
m
mwickett
07/16/2017, 10:10 PM
Apollo handles caching, data normalization etc which can be pretty nice.
d
dankent
07/17/2017, 8:54 AM
Also if you want to use subscriptions, Apollo takes care of the client side end of things
j
jdspugh
07/17/2017, 11:57 AM
Yes I saw Apollo provides a Websocket implementation for subscriptions. Some powerful features going on there with the caching too. I’ll have a go at using it.