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

support for simple str list ['123', '456'] and keep backward compatible #39

Merged
merged 5 commits into from
Jul 24, 2024

Conversation

alon-p
Copy link
Contributor

@alon-p alon-p commented Jun 30, 2024

Closes #21

Description

I've updated _render_for_list_str to handle simple list of str like ['123', '345'], ['hello', 'world'].
I've made it backward compatible to support all the workarounds that I've found in the tests and also added a few new tests.
All the tests seems to pass.

Also, thanks for working on this project!

@denisart
Copy link
Owner

denisart commented Jul 1, 2024

Hi! Thanks for using graphql-query and for your PR.
I will see later

@denisart
Copy link
Owner

Thanks for your PR. It looks good!

@denisart denisart merged commit d388e92 into denisart:master Jul 24, 2024
5 checks passed
@alon-p alon-p deleted the suuport-list-of-strings-with-quotes branch July 25, 2024 07:32
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.

Quotes are stripped from list of strings in Argument
2 participants