Skip to content

Instantly share code, notes, and snippets.

@jbaxleyiii
Created January 29, 2017 14:54
Show Gist options
  • Save jbaxleyiii/ad64cf57d8cee728a6d53dde79e9c83a to your computer and use it in GitHub Desktop.
Save jbaxleyiii/ad64cf57d8cee728a6d53dde79e9c83a to your computer and use it in GitHub Desktop.
mutation {
cache(id: "509372", type: "Content") {
id
... on Content {
content {
isLight
colors {
value
}
}
children {
title
meta {
date
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment