mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
add graphql headers example
This commit is contained in:
parent
3113cae092
commit
bed550daed
@ -270,6 +270,10 @@ Parameters:
|
|||||||
{
|
{
|
||||||
"type": "graphql",
|
"type": "graphql",
|
||||||
"url": "http://172.15.0.15:8000/subgraphs/name/oceanprotocol/ocean-subgraph",
|
"url": "http://172.15.0.15:8000/subgraphs/name/oceanprotocol/ocean-subgraph",
|
||||||
|
"headers":{
|
||||||
|
"Authorization": "Bearer 123",
|
||||||
|
"APIKEY": "124",
|
||||||
|
},
|
||||||
"query": """query{
|
"query": """query{
|
||||||
nfts(orderBy: createdTimestamp,orderDirection:desc){
|
nfts(orderBy: createdTimestamp,orderDirection:desc){
|
||||||
id
|
id
|
||||||
|
Loading…
x
Reference in New Issue
Block a user