typed-graphql

Type definitions for graphql-js

ISC 3 个版本
安装
npm install typed-graphql
yarn add typed-graphql
pnpm add typed-graphql
bun add typed-graphql
README

Typed graphql-js

The type definition for graphql-js.

Install using npm for Typescript 2

npm install --save-dev typed-graphql

Install latest using npm for Typescript 2

npm install --save-dev git://github.com/nitintutlani/typed-graphql#master

Add this to a typings.d.ts file.

/// <reference types="typed-graphql" />

Install using typings

typings install --save github:nitintutlani/typed-graphql

Usage

Follow these reference links for more information:

Typings project

tsconfig.json documentation

Make sure your typescript compatible code editor, linter and tsc compiler are able to reach out to typings/index.d.ts to resolve related references.

License

MIT

版本列表
1.0.2 2016-09-23
1.0.1 2016-09-13
1.0.0 2016-08-17