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

GRAPHQL_MIN_INT

Minimum 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 starting at -(2^53 - 1)

const GRAPHQL_MIN_INT;