nikitastupin / clairvoyance

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

Handle 'Field "$s" argument "$s" of type "$s" is required, but it was not provided.' error #17

Closed d-kar closed 1 year ago

d-kar commented 3 years ago

While using clairvoyance I noticed those warnings:

[WARNING][2021-04-23 23:58:26 oracle.py:57]     Unknown error message: 'Field "cart" argument "loggedInStatus" of type "LoggedInStatus!" is required, but it was not provided.'
[WARNING][2021-04-23 23:58:26 oracle.py:57]     Unknown error message: 'Field "cart" argument "guid" of type "String!" is required, but it was not provided.'

They can be used to figure arguments

nikitastupin commented 3 years ago

Thanks for reporting this! I'll take a closer look when I'll return to this project :)