We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Event models created with #[dojo::event] are not being included in the typescript bindings schema.
#[dojo::event]
To Reproduce
Build dojo-starter, as it has the event model Moved...
dojo-starter
$ git clone https://github.com/dojoengine/dojo-starter Cloning into 'dojo-starter'... $ cd dojo-starter $ sozo build --typescript $ grep Moved bindings/typescript/models.gen.ts $
Expected behavior
To be able to create queries for event models from Torii using the JS SDK, they need to be included in the schema
A working example using sdk.getEventMessages() and sdk.subscribeEventQuery() would be very helpful
sdk.getEventMessages()
sdk.subscribeEventQuery()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Event models created with
#[dojo::event]
are not being included in the typescript bindings schema.To Reproduce
Build
dojo-starter
, as it has the event model Moved...Expected behavior
To be able to create queries for event models from Torii using the JS SDK, they need to be included in the schema
A working example using
sdk.getEventMessages()
andsdk.subscribeEventQuery()
would be very helpfulThe text was updated successfully, but these errors were encountered: