python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
The Graph: How can I include in my response this "price" value that exists in a different GraphQL type?
I'm working with thegraph.com and created a subgraph to index blockchain data from a NFT marketplace smart contract I'm building from scratch, just for my own educational purposes. At the same time I'...
elvismdev
Votes: 0
Answers: 1
How to query data from my UNISWAP FACTORY? (GQL)
I want to fetch first 10 swaps of a pair , in my contract.
I've read that its possible to fetch from the subGraph of uniswap:
https://api.thegraph.com/subgraphs/name/uniswap/uniswap-v2
Here is an exam...
ofirthedev
Votes: 0
Answers: 1
How can I deploy this repo(uniswap v3 subgraph) on my own subgraph?(The Graph) #104
I just try to deploy uniswap v3 subgraph in The Graph. (hosted service)
I clone this repo and ran this steps
yarn
npm run codegen
npm run build
graph auth --product hosted-service <ACCESS_TOKEN>...
mingo
Votes: 0
Answers: 1
How to read a graph given in a DOT file containing subgraphs with boost::read_graphviz?
I am trying to figure out how to use boost::read_graphviz in order to access subgraph structures in a given dot file. I can already use boost::read_graphviz in order to read some simple properties by ...
CookieMonster98
Votes: 0
Answers: 1