Skip to content

Instantly share code, notes, and snippets.

@liamcurry
Created November 3, 2016 00:20
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/9bf794da04bbfe743d95459431a37eaf to your computer and use it in GitHub Desktop.
Save liamcurry/9bf794da04bbfe743d95459431a37eaf to your computer and use it in GitHub Desktop.
{
by_loid(loid:"1.0.600860989") {
... on Story {
thumbnail {
...thumbnailInfo
}
headline
summary
}
... on LayoutContainer {
loid
content {
... on Story {
thumbnail {
...thumbnailInfo
}
headline
summary
}
... on LayoutContainer {
loid
}
... on ContentContainer {
loid
}
}
}
... on ContentContainer {
loid
content {
... on Story {
thumbnail {
...thumbnailInfo
}
headline
summary
}
... on LayoutContainer {
loid
}
... on ContentContainer {
loid
}
}
}
}
}
fragment thumbnailInfo on Thumbnail {
original {
...imageInfo
}
large {
...imageInfo
}
medium {
...imageInfo
}
compact {
...imageInfo
}
}
fragment imageInfo on Image {
url
width
height
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment