Created
August 2, 2024 08:01
-
-
Save devotdev/f1c63883f424735cb3481f64ca79a266 to your computer and use it in GitHub Desktop.
GET Employee by ID - vulnerable values GraphQL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| employee(id: 3500401) { | |
| id, | |
| name, | |
| salary | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment