youtube image
From YouTube: Querying a Subgraph from a Web Application

Description

In this video, you'll learn how to query blockchain data from a subgraph in a JavaScript web application. While the library and approach covered in this video will allow you to query subgraphs from JavaScript web and mobile applications like React Native, the techniques and ideas covered in this video also apply to querying from Native iOS, Android, and Flutter mobile applications.

The Graph:
https://thegraph.com/

Code:
https://gist.github.com/dabit3/a4a0303a11e930465c591eec2f79167e

Sections:
0:00 Intro
0:25 Graph's QL Clients
0:42 API Lair
1:09 Querying a Subgraph
1:50 Getting started