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

versionInfo

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

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