-
Notifications
You must be signed in to change notification settings - Fork 159
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
Shouldn't Int
translate to an i32
?
#266
Comments
Hmm good point, I don't remember the rationale. Maybe it's in the commit history. This should definitely be investigated, thanks for reporting it. |
It seems that I also suspect that |
@tomhoule Candidate for 1.0? |
Definitely, thanks for the ping! |
Is this issue open for contributions? |
Sure, but it will need a release note to indicate the breaking change. Or changes if you also tackle the ID mismatch. |
Looks like the problem is here: https://github.com/graphql-rust/graphql-parser/blob/8a759df14ff6a2d97b55bcbccad0a53ce0bee4a6/src/common.rs#L46. This needs to be fixed upstream. |
Thanks. I've filed an issue: graphql-rust/graphql-parser#53 |
Fields include: limit, blocks_limit, snarks_limit, trans_limit, epoch, current_epoch, slot_in_epoch, selected_epoch, height, block_height, nonce, and slot Fixes Granola-Team#600 Related: - graphql-rust/graphql-client#266 - graphql-rust/graphql-parser#53
Fields include: limit, blocks_limit, snarks_limit, trans_limit, epoch, current_epoch, slot_in_epoch, selected_epoch, height, block_height, nonce, and slot Fixes Granola-Team#600 Related: - graphql-rust/graphql-client#266 - graphql-rust/graphql-parser#53 a
Fields include: limit, blocks_limit, snarks_limit, trans_limit, epoch, current_epoch, slot_in_epoch, selected_epoch, height, block_height, nonce, and slot Fixes Granola-Team#600 Related: - graphql-rust/graphql-client#266 - graphql-rust/graphql-parser#53
In the documentation it says, that an
Int
is ani32
but rust tells me, that an
i64
is generated?The text was updated successfully, but these errors were encountered: