Skip to content

Instantly share code, notes, and snippets.

@VitorLuizC
Last active August 29, 2018 02:44
Show Gist options
  • Select an option

  • Save VitorLuizC/aae113f8fdd7cc526b2718f573503639 to your computer and use it in GitHub Desktop.

Select an option

Save VitorLuizC/aae113f8fdd7cc526b2718f573503639 to your computer and use it in GitHub Desktop.
Query GraphQL de pesquisa de usuários.
query SearchUsers ($term: String!, $type: SearchUsersType!) {
users: searchUsers (term: $term, type: $type) {
id
name
email
position
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment