flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
16
BACK_BACK/node_modules/graphql/language/printLocation.d.ts
generated
vendored
Executable file
16
BACK_BACK/node_modules/graphql/language/printLocation.d.ts
generated
vendored
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
import { Location } from './ast';
|
||||
import { Source } from './source';
|
||||
import { SourceLocation } from './location';
|
||||
|
||||
/**
|
||||
* Render a helpful description of the location in the GraphQL Source document.
|
||||
*/
|
||||
export function printLocation(location: Location): string;
|
||||
|
||||
/**
|
||||
* Render a helpful description of the location in the GraphQL Source document.
|
||||
*/
|
||||
export function printSourceLocation(
|
||||
source: Source,
|
||||
sourceLocation: SourceLocation,
|
||||
): string;
|
||||
Loading…
Add table
Add a link
Reference in a new issue