We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e20b9 commit a9f7f66Copy full SHA for a9f7f66
graphql/type/scalars.py
@@ -82,7 +82,7 @@ def parse_int_literal(ast, _variables=None):
82
name="Int",
83
description="The `Int` scalar type represents"
84
" non-fractional signed whole numeric values."
85
- " Int can represent values between -(2^31) and 2^31 - 1. ",
+ " Int can represent values between -(2^31) and 2^31 - 1.",
86
serialize=serialize_int,
87
parse_value=coerce_int,
88
parse_literal=parse_int_literal,
0 commit comments