//#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;
  }
}