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

feat(graphql): PersistedQueriesLink migration #699

Closed
wants to merge 3 commits into from

Conversation

micimize
Copy link
Collaborator

Adds a v4 based PersistedQueriesLink leveraging changes in gql-dart/gql#123

While i have a vague sense of what this code does, I mostly just focused on getting the tests to pass. I'm also not sure where exactly this link belongs (in core, as a standalone gql link, or as an independent project. Anyhow, will prob come back and triage more after the gql PR is refined/merged.

Tagging @kl4n4 and @wwwdata as the main possible stakeholders.

@kl4n4
Copy link

kl4n4 commented Jul 28, 2020

thanks @micimize for letting me know, I will take a look at it asap (most likely this weekend)

@micimize
Copy link
Collaborator Author

@kl4n4 thanks! To test in your project you'll probably need these dependency overrides:

dependency_overrides:
  gql_link:
    git:
      url: [email protected]:micimize/gql.git
      ref: apq_changes
      path: links/gql_link
  gql_http_link: 
    git:
      url: [email protected]:micimize/gql.git
      ref: apq_changes
      path: links/gql_http_link

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.

2 participants