graphql-typed-apollo-client
Version:
A tool that generates a strongly typed client library for any GraphQL endpoint. The client allows writing GraphQL queries as plain JS objects (with type safety, awesome code completion experience, custom scalar type mapping, type guards and more)
7 lines (4 loc) • 683 B
Markdown
# graphql-typed-apollo-client [](https://www.npmjs.com/package/graphql-typed-apollo-client) [](https://travis-ci.org/helios1138/graphql-typed-apollo-client)
Cloned from graphql-typed-client@1.7.4 but export the function of converting query / mutation object to graphql AST also, so that application can integrate this library with other graphql client libraries like Apollo client.
Refer to original readme for details:
https://www.npmjs.com/package/graphql-typed-client