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

Allow query schemes from Apollo tools to be imported #742

Open
ellioseven opened this issue Mar 7, 2019 · 0 comments
Open

Allow query schemes from Apollo tools to be imported #742

ellioseven opened this issue Mar 7, 2019 · 0 comments
Labels

Comments

@ellioseven
Copy link

ellioseven commented Mar 7, 2019

persistgraphql is being deprecated:

apollographql/persistgraphql#67

I have replaced the extraction method with: https://github.com/apollographql/apollo-tooling

Upon extracting queries with this tool, the format is quite different:

{
  "version": 1,
  "operations": [
    {
      "signature": "...",
      "document": "...",
      "metadata": {
        "engineSignature": "..."
      }
    }
  ]
}

To avoid developers having to postprocess the data, it would be nice if the GraphQL module could support the upload of the manifest file.

@pmelab pmelab added the 4.x label Oct 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants