Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Latest commit

 

History

History

graphql-typed

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

graphql-typed

Caution

graphql-typed is deprecated.

Shopifolk, see Shopify/quilt-internal for information on the latest packages available for use internally.

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.