UNPKG

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
# graphql-typed-apollo-client [![npm version](https://img.shields.io/npm/v/graphql-typed-apollo-client.svg?style=flat-square)](https://www.npmjs.com/package/graphql-typed-apollo-client) [![Build Status](https://img.shields.io/travis/helios1138/graphql-typed-apollo-client/master.svg?style=flat-square)](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