Guest User

Untitled

a guest
Oct 22nd, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. apolloClient.query({
  2. query: gql`
  3. query allTrackedShows {
  4. allTrackedShows {
  5. id
  6. showId
  7. userId
  8. name
  9. image
  10. }
  11. }
  12. `
  13. })
  14. .then(data => console.log(data))
Add Comment
Please, Sign In to add comment