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

[WIP] GraphQL client memoization #525

Closed
wants to merge 2 commits into from

Conversation

swalkinshaw
Copy link
Contributor

Background: #511

This is an attempt at memoizing the ::GraphQL::Client instance so it's only created once on app boot instead of on every request (this will also avoid an introspection request each time).

@chrisbutcher and I worked on this a while ago. Wanted to open it up before I forgot about it again.

cc @Shopify/api-patterns-team

@ShayneP ShayneP requested a review from a team as a code owner May 14, 2019 20:29
@nwtn
Copy link
Contributor

nwtn commented May 23, 2019

@swalkinshaw is this still WIP? Other than a rebase, is there outstanding work to be done, or is it ready for review?

@swalkinshaw
Copy link
Contributor Author

Ideally it has some tests for it. Not sure if @ShayneP is taking this over completely?

@swalkinshaw
Copy link
Contributor Author

See #672

@swalkinshaw swalkinshaw deleted the graphql-client-memoization branch January 20, 2020 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants