Skip to content

Instantly share code, notes, and snippets.

@garethpbk
Created November 20, 2018 18:10
Show Gist options
  • Save garethpbk/53786487e1199efacb1a564c14252ded to your computer and use it in GitHub Desktop.
Save garethpbk/53786487e1199efacb1a564c14252ded to your computer and use it in GitHub Desktop.
query GET_ALL_USERS_QUERY {
users @rest(type: "User", path: "/users") {
id
name
username
email
address @type(name: "Address") {
street
suite
city
zipcode
geo @type(name: "Geo") {
lat
lng
}
}
phone
website
company @type(name: "Company") {
name
catchPhrase
bs
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment