Describe the bug
This is pretty much the reverse of #21 - how do we build an Argument with a list of unquoted values (eg. a list of enums)?
To Reproduce
>>> from graphql_query import Argument
>>> Argument(name="name", value=["value"]).render()
'name: ["value"]'
Expected behavior
Describe the bug
This is pretty much the reverse of #21 - how do we build an
Argumentwith a list of unquoted values (eg. a list of enums)?To Reproduce
Expected behavior