Skip to content

Instantly share code, notes, and snippets.

@garethpbk
Created November 20, 2018 18:10
Show Gist options
  • Save garethpbk/64a3ba77e73b06bbd4a8c23857c4591b to your computer and use it in GitHub Desktop.
Save garethpbk/64a3ba77e73b06bbd4a8c23857c4591b to your computer and use it in GitHub Desktop.
const GET_ALL_USERS_QUERY = gql`
query 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