Skip to content

Instantly share code, notes, and snippets.

@omkar-joshi
Created January 9, 2020 12:26
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 omkar-joshi/f969644624f3c678f6a7ce69c8673f52 to your computer and use it in GitHub Desktop.
Save omkar-joshi/f969644624f3c678f6a7ce69c8673f52 to your computer and use it in GitHub Desktop.
Snippet #5
query listRestaurants {
listRestaurants {
items {
id
name
description
city
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment