Skip to content

Instantly share code, notes, and snippets.

@liamcurry
Created November 3, 2016 06:06
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 liamcurry/cb57cab2b5765f954c1e433547861bfd to your computer and use it in GitHub Desktop.
Save liamcurry/cb57cab2b5765f954c1e433547861bfd to your computer and use it in GitHub Desktop.
mutation resizeImage{
small: resize(url:"http://i.imgur.com/sybkv4j.jpg", w: 100, h: 100)
medium: resize(url:"http://i.imgur.com/sybkv4j.jpg", w: 300, h: 300)
large: resize(url:"http://i.imgur.com/sybkv4j.jpg", w: 450, h: 450)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment