Skip to content

Variable: GraphQLInt

ts
const GraphQLInt: GraphQLScalarType<number, number>;

Defined in: node_modules/graphql/type/scalars.d.ts:15

The built-in Int scalar type.

Released under the MIT License.