UNPKG

@graphql-yoga/render-graphiql

Version:
9 lines 269 B
//#region ../../node_modules/@graphql-tools/utils/typings/errors.d.cts declare module 'graphql' { interface GraphQLError { /** * An optional schema coordinate (e.g. "MyType.myField") associated with this error. */ readonly coordinate?: string; } }