Managing your Data Sources
How to create a Data Source
Select your template
Get your subgraph ready and paste your API link
type Swap {
id: Bytes!
user: User!
toToken: Token!
toTokenAmount: BigInt!
timestamp: BigInt!
txHash: Bytes!
}
type User @entity {
id: Bytes!
}
type Token @entity {
id: Bytes!
decimals: Int
}Select the data source chain
Use your Data Sources:
Last updated