Yun
Yun
Hello, currently Starknetjs only supports `getClassAt`, would be great to also have `getClass` and `getClassHashAt`. I can submit a PR to add these. Thanks
Hi! I've been working with your other amazing library async-graphql with dynamic schema. I'm updating and rebuilding the schema at runtime, is there a possibility for poem to update the...
Hello, it would be super useful to have connection type support in dynamic schema like https://github.com/async-graphql/async-graphql/tree/master/src/types/connection I can take a look at submitting a PR, might take me a bit...
Hi, was wondering if you had any plans about upgrading this to cario 1?
The gRPC entities endpoint supports three query clauses - HashedKeysClause, KeysClause, and MemberClause. Previously, the `MemberClause` could only filter one member of a single model. This PR renames it to...
Proposal to update gRPC endpoint to be more flexible. Currently, the Retrieve Entities endpoint can support three different types of queries. We talked adding an additional composite query, however, thinking...
Currently, there isn't very good coverage for gRPC. Would be great to have tests that covers all queries and subscriptions.
Torii stores model schemas in cache so it doesn't have to rebuild from database on every query. When a model is registered/updated, we should invalidate the corresponding cache entry. Cache...
When querying for models with custom types there are inefficiencies due to how queries are executed. This ticket tracks this todo item here: https://github.com/dojoengine/dojo/blob/c2687e8fd18a51bf5ed1e67997dd7db0853c5643/crates/torii/graphql/src/object/model_data.rs#L175 Parent query: https://github.com/gianalarcon/dojo/blob/8de715d8691d987629948002fb8ba96d36b9990e/crates/torii/graphql/src/query/data.rs#L37