Expected Findings
- Anonymous callers can enumerate schema-like fields.
- Sensitive employee fields are exposed through over-fetching.
The embedded explorer fires an anonymous introspection-style request on load and shows how easy it is to over-fetch sensitive fields.
{ __schema { types { name fields { name } } } }