property GraphqlFormattedError.locations

Optional locations in the query document.

Type

Array<{ line: number; column: number; }>

Usage

import { type GraphqlFormattedError } from "common/src/index.ts";