Skip to content
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

Add a option to make deprecated input args visible #118

Merged
merged 2 commits into from
May 2, 2024

Conversation

ccouzens
Copy link
Contributor

@ccouzens ccouzens commented Apr 23, 2024

This caught us out, as when we removed a deprecated input arg is wasn't as visible as we'd have liked.

By adding this option, we can have visibility of deprecated input args.


Opening as draft, as I think one of my colleagues wants to check it for themselves.

This caught us out, as when we removed a deprecated input arg is wasn't as visible as we'd have liked.

By adding this option, we can have visiblity of deprecated input args.
@ccouzens ccouzens marked this pull request as ready for review April 25, 2024 12:18
@l1fe
Copy link

l1fe commented Apr 29, 2024

@fabsrc Hello Fabian, could you please have a look at this PR. Thanks

Copy link
Owner

@fabsrc fabsrc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR @ccouzens.

Change looks good to me, but I have not tested it.
Could you please add a simple test case for this functionality?

@ccouzens
Copy link
Contributor Author

ccouzens commented May 1, 2024

Thank you

Could you please add a simple test case for this functionality?

I've added a couple tests. They're a bit more complicated than some of the others, as the option only affects UrlLoader. So I had to run a little graphql server through nock

@fabsrc fabsrc merged commit 807388e into fabsrc:master May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants