diff --git a/core/src/main/kotlin/schema/BuiltinTypes.kt b/core/src/main/kotlin/schema/BuiltinTypes.kt index bce40b8..20ca8d0 100644 --- a/core/src/main/kotlin/schema/BuiltinTypes.kt +++ b/core/src/main/kotlin/schema/BuiltinTypes.kt @@ -154,7 +154,7 @@ val GraphQLDecimalType: GraphQLScalarType = GraphQLScalarType("Decim * * @since 2.0.0 */ -val GraphQLBigIntegerType: GraphQLScalarType = GraphQLScalarType("Integer") { +val GraphQLIntegerType: GraphQLScalarType = GraphQLScalarType("Integer") { description { "Integer" } decode { require(it is GraphQLInt) {