Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add internal_updated_at field to query #77

Merged

Conversation

edisontim
Copy link
Contributor

The current revision of dojo in the cargo.toml is pointing to the PR: dojoengine/dojo#2807

src/wasm/mod.rs Outdated
@@ -676,7 +676,7 @@ impl ToriiClient {
/// # Returns
/// Result containing paginated entities or error
#[wasm_bindgen(js_name = getAllEntities)]
pub async fn get_all_entities(&self, limit: u32, offset: u32) -> Result<Entities, JsValue> {
pub async fn get_all_entities(&self, limit: u32, offset: u32, internal_updated_at: u64) -> Result<Entities, JsValue> {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We may remove it from here since we want everything. 👍

@ponderingdemocritus ponderingdemocritus merged commit 1f2b51e into dojoengine:main Dec 15, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants