-
Notifications
You must be signed in to change notification settings - Fork 299
Refactored sort query parameter handling in schema generation #1124
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
Conversation
Looks good to me. Could you add yourself to AUTHORS and add a changelog entry? Then we will be ready to merge it.
Great, thanks. I will merge this. In terms of sort
on single resources, I have a feeling there won't be an easy fix and we should have a broader discussion. Could you open a discussion explaining the issue, potential workarounds, etc.? We can then discuss there what a way forward is.
Awesome. And yeah, sure thing. I'll open up the discussion once I've had some time to explore some potential workarounds.
Uh oh!
There was an error while loading. Please reload this page.
Fixes #1120
Description of the Change
Refactored
sort
query parameter handling in order to avoid duplicate declarations in the generated schema for each endpoint.Checklist
CHANGELOG.md
updated (only for user relevant changes)AUTHORS