Skip to content

Instantly share code, notes, and snippets.

@vasilich6107
Created January 13, 2020 13:37
Show Gist options
  • Save vasilich6107/14a3f585cca294ad290c7b04856e86b0 to your computer and use it in GitHub Desktop.
Save vasilich6107/14a3f585cca294ad290c7b04856e86b0 to your computer and use it in GitHub Desktop.
query EmployeeData($id: ID!) {
employee(id: $id) {
firstName
id
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment