Clear it in 3 steps
-
Start the environment
-
Investigate the target
-
Submit the flag
This GraphQL API exposes a schema of User objects with introspection enabled. Investigate whether undocumented queries or fields exist beyond what the default UI shows.
A GraphQL introspection query can retrieve the entire schema
Try using __schema and __type
There may be undocumented queries or fields not shown in the UI