persistgraphql icon indicating copy to clipboard operation
persistgraphql copied to clipboard

A build tool for GraphQL projects.

Results 39 persistgraphql issues
Sort by recently updated
recently updated
newest added

chmod? ``` npm install --save persistgraphql npm ERR! path E:\apollo-universal-starter-kit\node_modules\persistgraphql\bin\persistgraphql npm ERR! code ENOENT npm ERR! errno -4058 npm ERR! syscall chmod npm ERR! enoent ENOENT: no such file or...

I would like to be able to use `persistgraphql` with Apollo link. Is there a way to currently do this? Can it be a feature?

help wanted

I use [babel-plugin-graphql-tag](https://github.com/gajus/babel-plugin-graphql-tag) to compile my queries, this is used mainly so I can use aliases when importing GraphQL files. However this doesn't work with the build tool as it...

This deprecates the `persistgraphql` package in favor of [`apollo-link-persisted-queries`](https://github.com/apollographql/apollo-link-persisted-queries) and [`apollo-cli`](https://github.com/apollographql/apollo-cli). Both of those packages encompass what persistgraphql was originally intended to do, including extracting queries and assigning hashes to...

Support for the `.gql` file extension would be nice in addition to the `.graphql` extension. Some projects like to keep short extensions where possible.

feature

In order to allow the queries to be uploaded to a Redis server and be reusable across multiple updates, the sequential ID system just wasn't cutting it. I went through...

I'm not getting a .json file pointing it to a directory, like so: `$ persistgraphql client/src` When I point it to a file it seams to work fine. Am I...

Currently there is no automatic testing for PRs and commits. We should add Trabis CI to test against the different Node.js releases and catch breaking builds.

I have several ".graphql" files in 1 folder, and use `persistgraphql ./src/graphql/` to generate the map json file, but the result is not correct. P.S. They are valid ".graphql" files...

has-reproduction

I'm using this tool just to extract queries from JS files, and it does that great, but the strict dependcy requirements cause it to load a version of `graphql` that...