Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 952 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 952 Bytes

graphql-typed

Build Status Build Status License: MIT npm version

A more strongly typed version of GraphQL's DocumentNode.

Installation

yarn add graphql-typed

Usage

You probably don’t need to use this package explicitly. It is used internally by graphql-typescript-definitions and graphql-fixtures in order to include typing information about an operation in its DocumentNode. This allows for better type feedback when using createFiller in graphql-fixtures.