-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Paginate unions #753
Paginate unions #753
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
* add failing test * failing test * check union types for ids when looking at paginate targets * remove errant log * treat artifacts the same way as unions if there isn't a globally defined key config * add test for interfaces
* add failing test * failing test * check union types for ids when looking at paginate targets * remove errant log * treat artifacts the same way as unions if there isn't a globally defined key config * add test for interfaces
Fixes n/a
This PR fixes a bug reported in #651 that prevented
@paginate
from being used on unions.To help everyone out, please make sure your PR does the following:
Update the first line to point to the ticket that this PR fixespnpm run tests
andcd integration && pnpm run tests
pnpm changeset