We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de8683 commit f42634dCopy full SHA for f42634d
graph/src/components/store.rs
@@ -244,7 +244,7 @@ pub const BLOCK_NUMBER_MAX: BlockNumber = std::i32::MAX;
244
/// A query for entities in a store.
245
///
246
/// Details of how query generation for `EntityQuery` works can be found
247
-/// in `docs/implementation/query-prefetching.md`
+/// at https://github.com/graphprotocol/rfcs/blob/master/engineering-plans/0001-graphql-query-prefetching.md
248
#[derive(Clone, Debug)]
249
pub struct EntityQuery {
250
/// ID of the subgraph.
0 commit comments