Skip to content

Instantly share code, notes, and snippets.

@devotdev
Created August 2, 2024 08:01
Show Gist options
  • Select an option

  • Save devotdev/f1c63883f424735cb3481f64ca79a266 to your computer and use it in GitHub Desktop.

Select an option

Save devotdev/f1c63883f424735cb3481f64ca79a266 to your computer and use it in GitHub Desktop.
GET Employee by ID - vulnerable values GraphQL
{
employee(id: 3500401) {
id,
name,
salary
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment