mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-29 00:51:29 +08:00
9 lines
280 B
TypeScript
9 lines
280 B
TypeScript
import { GraphQLScalarType } from './definition';
|
|
|
|
|
|
export const GraphQLInt: GraphQLScalarType;
|
|
export const GraphQLFloat: GraphQLScalarType;
|
|
export const GraphQLString: GraphQLScalarType;
|
|
export const GraphQLBoolean: GraphQLScalarType;
|
|
export const GraphQLID: GraphQLScalarType;
|