Make it possible to express 'query at latest block' with a block constraint

Đang mở
#3,169 2 bình luận 1 reaction 1 người được giao Xem trên GitHub

@saihaj đang làm issue này rồi.

Từ ngày 6/11/2023.

Đánh giá

Issue này chưa được đánh giá.

Mô tả

area/graphql enhancement

Queries can contain a block constraint like block: { number: 79 } to execute the query at block 79. It is not possible to express 'give me data for the latest block' with that constraint which forces apps that want to sometime query at a certain block, and sometimes at the latest block, to change the text of their GraphQL query.

We should make it possible to always include block: { number: $block } in a query, and have a special value that means 'latest block'. Using -1 as that special value would probably be best since some languages support negative array indexes to count from the back, where array[-1] means 'give me the last array entry'.

Ngôn ngữ chính
Rust
Star
3.2k
Fork
1.1k
Merge trung bình
4 ngày 1 giờ
Pull request đã merge (30 ngày)
1

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của graphprotocol/graph-node

Tất cả issue của graphprotocol/graph-node

Issue tương tự

Thêm issue về Rust

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.