Closed kgoggin closed 5 years ago
We have to sanitize input type field names when using them as arguments, because type as an argument (for example) isn't valid syntax. But currently we're also sanitizing the field itself in the generated input object, which is no good.
type
We have to sanitize input type field names when using them as arguments, because
type
as an argument (for example) isn't valid syntax. But currently we're also sanitizing the field itself in the generated input object, which is no good.