Simple page

This is a simple page that makes a graphql call using apollo client. You should see it loading and then see data, if you look into the network tab of chrome you should see no graphql requests on initial load, the results are streamed in. If you press refetch you will see the graphql call made locally.

You can go to Another Page, if you go there from here that pages graphql calls will be made locally. But if you refresh that page they will be streamed in.

You can also go to A page with no queries, to see that that still works

List of pokemon:

Loading...