diff --git a/docs/for-developers/developer-tools/indexer/getting-started/app.md b/docs/for-developers/developer-tools/indexer/getting-started/app.md index a84254d..b97b1c0 100644 --- a/docs/for-developers/developer-tools/indexer/getting-started/app.md +++ b/docs/for-developers/developer-tools/indexer/getting-started/app.md @@ -38,7 +38,7 @@ const getLastListedNFTs = async () => { nftEntities( first: 10, offset: 0, - orderBy: TIMESTAMP_LIST_DESC + orderBy: TIMESTAMP_LISTED_DESC ) { totalCount nodes { diff --git a/docs/for-developers/developer-tools/indexer/getting-started/playground.md b/docs/for-developers/developer-tools/indexer/getting-started/playground.md index 2933003..f1f6628 100644 --- a/docs/for-developers/developer-tools/indexer/getting-started/playground.md +++ b/docs/for-developers/developer-tools/indexer/getting-started/playground.md @@ -15,7 +15,7 @@ Depending on the datas you are looking for, you can directly query any data need ```graphql { - nftEntities(first: 10, offset: 0, orderBy: TIMESTAMP_LIST_DESC) { + nftEntities(first: 10, offset: 0, orderBy: TIMESTAMP_LISTED_DESC) { totalCount nodes { nftId