Skip to content

Instantly share code, notes, and snippets.

@frikille
Created July 19, 2015 22:45
Show Gist options
  • Save frikille/74fd9512e74b12eae766 to your computer and use it in GitHub Desktop.
Save frikille/74fd9512e74b12eae766 to your computer and use it in GitHub Desktop.
export function GQLQuery(Component) {
Component.getQuery = function (name, ...params) {
return this.queries[name].apply(this, params);
};
return Component;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment