Skip to content

Instantly share code, notes, and snippets.

@sarahsweat
Last active June 7, 2019 18:03
Show Gist options
  • Save sarahsweat/8f182ccccad2f04e7f1c439ac45c7302 to your computer and use it in GitHub Desktop.
Save sarahsweat/8f182ccccad2f04e7f1c439ac45c7302 to your computer and use it in GitHub Desktop.
import { gql } from 'apollo-boost'
const RECIPE_ATTRIBUTES = gql`
fragment recipeAttributes on Recipe {
id
title
directions
ingredients
bylines {
id
title
imageUrl
}
image {
id
title
url
}
}
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment