Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GRAPHQL_MAX_INT

Maximum possible Int value as per GraphQL Spec (32-bit signed integer). n.b. This differs from JavaScript's numbers that are IEEE 754 doubles safe up-to 2^53 - 1

const GRAPHQL_MAX_INT: 2147483647;