Skip to content

Instantly share code, notes, and snippets.

@garethpbk
Created November 20, 2018 18:10
Show Gist options
  • Save garethpbk/6106205a97f498213cb561292dcc29ca to your computer and use it in GitHub Desktop.
Save garethpbk/6106205a97f498213cb561292dcc29ca to your computer and use it in GitHub Desktop.
GET_ALL_USERS_QUERY {
users @rest(type: "User", path: "/users") {
id
name
email
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment