Created
January 29, 2017 14:54
-
-
Save jbaxleyiii/ad64cf57d8cee728a6d53dde79e9c83a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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