UNPKG

graphql-yoga

Version:

<div align="center"><img src="https://raw.githubusercontent.com/graphql-hive/graphql-yoga/refs/heads/main/website/public/cover.png" width="720" /></div>

11 lines (10 loc) 271 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useErrorCoordinate = useErrorCoordinate; function useErrorCoordinate() { return { onExecute({ args }) { args.schemaCoordinateInErrors = true; }, }; }