nikitastupin / clairvoyance

Obtain GraphQL API schema even if the introspection is disabled
Apache License 2.0
1.02k stars 92 forks source link

Duplicate query regex #38

Closed jmiroosh closed 1 year ago

jmiroosh commented 2 years ago

If using a json input, and the wordlist contains an item which matches a valid item from json input, the error: Unknown error message: There can be only one argument named "xxx" is always thrown.

This request removes the argument if it is a duplicate.

nikitastupin commented 1 year ago

i believe this was resolved win #66 as well, thanks!