Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sainthiago authored Feb 20, 2024
1 parent d501bde commit cb7e99c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions blogchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,9 @@ export const GET_LATEST_UPDATED_BLOGS =
query GET_LATEST_UPDATED_BLOGS {
mb_views_nft_metadata(
where: {extra: {_eq: "blogpost"}}
distinct_on: nft_contract_id
limit: 10
distinct_on: [nft_contract_id, nft_contract_created_at]
limit: 6
order_by: [{nft_contract_created_at: desc}, {nft_contract_id: desc}]
) {
nft_contract_id
nft_contract_owner_id
Expand Down

0 comments on commit cb7e99c

Please sign in to comment.