graphql-relay-py
graphql-relay-py copied to clipboard
How can I get offset from cursor using exposed function?
I found cursor_to_offset function internally used.
I know that I can define cursor myself, but I think there has to be a way to deal with predefined cursor. But there are not exposed.
And I'm using graphene actually, not graphql_relay directly. I think that they both don't offer such way neither.