This pull request is a proposal to add a new ArgumentField, which will take a string and transform it without quotes. In addition, this makes the ArgumentValue interface public in case anyone needs custom transformations for arguments.
I'm open to suggestions on how to improve or change this PR for it to get accepted.
Hi! I didn't find a way to modify a mutation with arguments to reference fields (strings) without quotes. Use Case:
https://hasura.io/docs/1.0/graphql/manual/mutations/upsert.html
The "on_conflict" clause requires to pass the fields without quotes.
This pull request is a proposal to add a new ArgumentField, which will take a string and transform it without quotes. In addition, this makes the ArgumentValue interface public in case anyone needs custom transformations for arguments. I'm open to suggestions on how to improve or change this PR for it to get accepted.