mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Minor change on the query parameter
This commit is contained in:
parent
64fc688b87
commit
1d3c5ef639
@ -258,15 +258,13 @@ Use GraphQL querys as datasource.
|
||||
{
|
||||
"type": "graphql",
|
||||
"url": "http://172.15.0.15:8000/subgraphs/name/oceanprotocol/ocean-subgraph",
|
||||
"query": """
|
||||
query{
|
||||
"query": """query{
|
||||
nfts(orderBy: createdTimestamp,orderDirection:desc){
|
||||
id
|
||||
symbol
|
||||
createdTimestamp
|
||||
}
|
||||
}
|
||||
"""
|
||||
}"""
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user