Skip to content

Commit f42634d

Browse files
committed
store: Link to prefetching RFC from EntityQuery comment
1 parent 9de8683 commit f42634d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/src/components/store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ pub const BLOCK_NUMBER_MAX: BlockNumber = std::i32::MAX;
244244
/// A query for entities in a store.
245245
///
246246
/// Details of how query generation for `EntityQuery` works can be found
247-
/// in `docs/implementation/query-prefetching.md`
247+
/// at https://github.com/graphprotocol/rfcs/blob/master/engineering-plans/0001-graphql-query-prefetching.md
248248
#[derive(Clone, Debug)]
249249
pub struct EntityQuery {
250250
/// ID of the subgraph.

0 commit comments

Comments
 (0)