Sha256: 826a98cb79deab45ccc4e5a8b90fa64510b2169781a7cbb83c4a0a8867f4cc58
Contents?: true
Size: 370 Bytes
Versions: 26
Compression:
Stored size: 370 Bytes
Contents
import type { Source } from '../language/source'; import { GraphQLError } from './GraphQLError'; /** * Produces a GraphQLError representing a syntax error, containing useful * descriptive information about the syntax error's position in the source. */ export declare function syntaxError( source: Source, position: number, description: string, ): GraphQLError;
Version data entries
26 entries across 26 versions & 1 rubygems