Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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