seaography icon indicating copy to clipboard operation
seaography copied to clipboard

Panic when sending the wrong cursor

Open JohnnyMarconi opened this issue 2 years ago • 1 comments

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

JohnnyMarconi avatar Sep 23 '23 21:09 JohnnyMarconi

yes having the same issue aswell really anoying, since you cant actually catch it easilly

0-don avatar Dec 06 '23 15:12 0-don