graphql-compose-rest

Plugin for `graphql-compose` which derive a graphql types from a REST response.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
graphql-compose-rest
1.2.26 years ago7 years agoMinified + gzip package size for graphql-compose-rest in KB

Readme

graphql-compose-rest
travis build codecov coverage npm Commitizen friendly Greenkeeper badge

This package was deprecated in favor of better package naming graphql-compose-json

Please run following commands:
yarn remove graphql-compose-rest
yarn install graphql-compose-json

And rename your imports:
- import composeWithRest from 'graphql-compose-rest';
+ import composeWithJson from 'graphql-compose-json';

This package may be re-invented in future if we understand how to implement standard resolvers for fetching data.

If you have some thoughts, please open an issue.