drupal-graphql / drupal-graphql/graphql

Allow query schemes from Apollo tools to be imported

Open
#742 0 comments 0 reactions 0 assignees View on GitHub
4.x
Dominant language
PHP
Stars
287
Forks
198
PR merge metrics
No merged PRs in 30d

Description

`persistgraphql` is being deprecated:

https://github.com/apollographql/persistgraphql/pull/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:

```json
{
"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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.