Skip to main content
variable GRAPHQL_MAX_INT
import { GRAPHQL_MAX_INT } from "https://deno.land/x/kilatgraphql@16.6.0/mod.ts";

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

type

2147483647