Yun
Yun
Yeah, I'm seeing the same issue. If enableDrag is set to true onclick handlers does not get triggered.
Ahh got it, completely missed that. Thanks! Happy to update the doc
+1 for hash being default since arrays / bytearrays would be a common primitives. But I wonder how important is it to still support `serial` layout? If developers are looking...
Sure! It's somewhat non-trivial as we build the graphql schema dynamically at runtime but feel free to reach out with any questions. Here's the parent query: https://github.com/dojoengine/dojo/blob/b03bfb8d565d4d81b5afb98784d07741ca4d4f85/crates/torii/graphql/src/object/model_data.rs#L249
I can take this, we chatted offline and @azurwastaken will help with implementing some of the graphql testing
Ah I haven't gotten to it yet, all yours!
> It seems like there is no parent query anymore. Now we have fn fetch_multiple_rows() instead https://github.com/gianalarcon/dojo/blob/8de715d8691d987629948002fb8ba96d36b9990e/crates/torii/graphql/src/query/data.rs#L37 > > @broody Can you confirm it and update the issue? Thanks Yeah,...
> @broody is this still active? Yes, we're gonna consolidate the queries from grpc and graphql which will resolve this issue.
@sunli829 struggling a bit trying to implement this, I tried adding it as a distinct type (ie registry/type) but doesn't feel like it belongs there. Could you provide some pointers...
Maybe this is a temp fix? But I think one issue is if we update an existing model with a new member, all records would be lost for that model...