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
Sending the wrong cursor to the backend causes panic, I think this is not correct behaviour.
src/inputs/pagination_input.rs:80 let object = cursor.object().unwrap();
let object = cursor.object().unwrap();
Send query with args: pagination: { cursor: "BigInt[1]:2" } using wrond cursor format
pagination: { cursor: "BigInt[1]:2" }
1.0.0-rc.2
The text was updated successfully, but these errors were encountered:
yes having the same issue aswell really anoying, since you cant actually catch it easilly
Sorry, something went wrong.
No branches or pull requests
Description
Sending the wrong cursor to the backend causes panic, I think this is not correct behaviour.
src/inputs/pagination_input.rs:80
let object = cursor.object().unwrap();
Steps to Reproduce
Send query with args:
pagination: { cursor: "BigInt[1]:2" }
using wrond cursor formatVersions
1.0.0-rc.2
The text was updated successfully, but these errors were encountered: