Skip to Content
IntegrationsThe Graph

The Graph

The Graph  is a decentralized data indexing and query platform for blockchain networks. It allows developers to build and deploy their own subgraphs, which are specialized indexes of blockchain data that can be queried using a GraphQL API.

ProductMint Subgraph

ProductMint subgraphs are deployed and maintained by the ProductMint team. There is a subgraph deployed for each chain that ProductMint supports. All of the main contract events are indexed and ready to be queried.

View ProductMint subgraphs 

Querying

In order to query the ProductMint subgraphs, you will need to use a GraphQL client to generate the GraphQL queries. We recommend using the @graphprotocol/client-cli . You can follow this guide  to get started.

Last updated on