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

An object containing the components of the GraphQL.js version string

type

Readonly<{ major: number; minor: number; patch: number; preReleaseTag: string | null; }>