mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
GITBOOK-474: change request with no subject merged in GitBook
This commit is contained in:
parent
7a7356f9f5
commit
01a93bebe0
@ -64,10 +64,7 @@ Copy and paste the query below to fetch a list of data NFTs in the Ocean Subgrap
|
||||
```graphql
|
||||
query GetFilteredOrders {
|
||||
orders(
|
||||
where: {
|
||||
datatoken_in: ["0xc22bfd40f81c4a28c809f80d05070b95a11829d9", "0xdatatoken_address2"],
|
||||
consumer_in: ["0xconsumer1"]
|
||||
}
|
||||
where: { datatoken: { id: "0xc22bfd40f81c4a28c809f80d05070b95a11829d9" } }
|
||||
orderBy: createdTimestamp
|
||||
orderDirection: desc
|
||||
first: 1000
|
||||
|
Loading…
Reference in New Issue
Block a user