Skip to content

Instantly share code, notes, and snippets.

@nwillc
Last active November 10, 2016 03:47
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 nwillc/1eba427b118444d12cedef286b2f26c7 to your computer and use it in GitHub Desktop.
Save nwillc/1eba427b118444d12cedef286b2f26c7 to your computer and use it in GitHub Desktop.
var categoryGQL = new Graphql("v1/graphql", "{ categories { key name }}");
categoryGQL.execute((response) => loadCategories(response.data.categories));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment