Skip to content

Instantly share code, notes, and snippets.

@hackintoshrao
Created October 4, 2021 08:39
Show Gist options
  • Save hackintoshrao/d392037ae43bb735fa81976d87a1bc9b to your computer and use it in GitHub Desktop.
Save hackintoshrao/d392037ae43bb735fa81976d87a1bc9b to your computer and use it in GitHub Desktop.
const GET_DOG_PHOTO = gql`
query Dog($breed: String!) {
dog(breed: $breed) {
id
displayImage
}
}
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment