We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041bc9d commit ea86469Copy full SHA for ea86469
1 file changed
core/src/main/kotlin/schema/BuiltinTypes.kt
@@ -154,7 +154,7 @@ val GraphQLDecimalType: GraphQLScalarType<BigDecimal> = GraphQLScalarType("Decim
154
*
155
* @since 2.0.0
156
*/
157
-val GraphQLBigIntegerType: GraphQLScalarType<BigInteger> = GraphQLScalarType("Integer") {
+val GraphQLIntegerType: GraphQLScalarType<BigInteger> = GraphQLScalarType("Integer") {
158
description { "Integer" }
159
decode {
160
require(it is GraphQLInt) {
0 commit comments