-
Notifications
You must be signed in to change notification settings - Fork 40
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
unknown type in cursor for branded ids #34
Comments
i think i have a fix for this
|
i can create a PR if it helps |
Thanks for your feedback and propose your use case, the PR is welcome! |
done #35 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
So my ids are branded to avoid miss-assignments
What that means is that instead of passing string is the type (uuid format) i am passing my custom type which is UserId
It looks like this:
so in this case I cannot create the pagination object:
any suggestion to avoid this?
thanks
The text was updated successfully, but these errors were encountered: