nikitastupin / clairvoyance

Obtain GraphQL API schema even if the introspection is disabled
Apache License 2.0
968 stars 87 forks source link

Probe for Input Object type #1

Open nikitastupin opened 3 years ago

nikitastupin commented 3 years ago

Now we're probing only for (1) argument name and (2) it's type. However in case if argument of INPUT_OBJECT type we can probe for (3) fields too.

nikitastupin commented 3 years ago

Ilya working on it in https://github.com/nikitastupin/clairvoyance/tree/issue-1 branch 😃

i-tsaturov commented 3 years ago

Need schema for testing

Future task: add filling of Input Object in oracle.py