Skip to content

Instantly share code, notes, and snippets.

@KuraFire
Created August 24, 2015 21:01
Show Gist options
  • Save KuraFire/857e8b19cd574a00886f to your computer and use it in GitHub Desktop.
Save KuraFire/857e8b19cd574a00886f to your computer and use it in GitHub Desktop.
{
globalTodoList {
id
items {
edges {
node {
text
complete
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment