seaography
seaography copied to clipboard
Panic when sending the wrong cursor
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 format
Versions
1.0.0-rc.2
yes having the same issue aswell really anoying, since you cant actually catch it easilly