I am trying to build a simple blog with graphql and angular js.I'm done with graphql part.Now I'm able to query a database using graphql.Now I want to show the items that I've queried in a Html page.How can I implement it using angular js and apollo client. I've referred this example
As I'm new to apollo and angular,it is still unclear to me.