Skip to content

Instantly share code, notes, and snippets.

@ldiego08
Last active August 9, 2018 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ldiego08/4d4437d1c2f9b94befe1b17010b685c6 to your computer and use it in GitHub Desktop.
Save ldiego08/4d4437d1c2f9b94befe1b17010b685c6 to your computer and use it in GitHub Desktop.
Layman GQL - User Roles Query
query {
user(id: 2) {
id
login
roles { # also fetch roles
id # .. and their id
name # .. and their name
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment