Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memoize gql parse results #200

Merged
merged 4 commits into from
May 11, 2016
Merged

Memoize gql parse results #200

merged 4 commits into from
May 11, 2016

Conversation

stubailo
Copy link
Contributor

@stubailo stubailo commented May 11, 2016

TODO:

  • Update CHANGELOG.md with your change
  • Make sure all of the significant new logic is covered by tests
  • Rebase your changes on master so that they can be merged easily
  • Make sure all tests and linter rules pass

Fixes #199

@stubailo stubailo merged commit 021ee1f into master May 11, 2016
stubailo pushed a commit that referenced this pull request May 11, 2016
- Improve error message when a dev forgets `gql` to link to docs. [PR #181](#181)
- Memoize results from `gql`, so that we save time on parsing, and we can use `===` to compare queries for performance. [Issue #199](#199) [PR #200](#200)
- Fix error when using `returnPartialData`. [Issue #193](#193) [PR #201](#201)
@jbaxleyiii jbaxleyiii deleted the memoize-gql branch May 17, 2016 02:04
jbaxleyiii pushed a commit that referenced this pull request Oct 18, 2017
Update subscriptions.md
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant