Files
DefinitelyTyped/types/graphql-bigint/index.d.ts
2019-11-05 13:11:33 -08:00

12 lines
376 B
TypeScript

// Type definitions for graphql-bigint 1.0
// Project: https://github.com/stems/graphql-bigint#readme
// Definitions by: proudrain <https://github.com/proudrain>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.6
import { GraphQLScalarType } from 'graphql';
declare const GraphQLBigInt: GraphQLScalarType;
export = GraphQLBigInt;