Skip to content

Instantly share code, notes, and snippets.

@KuraFire
Created August 24, 2015 21:01
Show Gist options
  • Select an option

  • Save KuraFire/857e8b19cd574a00886f to your computer and use it in GitHub Desktop.

Select an option

Save KuraFire/857e8b19cd574a00886f to your computer and use it in GitHub Desktop.

Revisions

  1. KuraFire created this gist Aug 24, 2015.
    13 changes: 13 additions & 0 deletions GraphQL
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    {
    globalTodoList {
    id
    items {
    edges {
    node {
    text
    complete
    }
    }
    }
    }
    }