Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
graphiql
/
dist
/
utility
/
Filename :
mergeAst.d.ts
back
Copy
import { DocumentNode, FieldNode, FragmentDefinitionNode, GraphQLOutputType, GraphQLSchema, SelectionNode } from 'graphql'; declare type Maybe<T> = null | T; export declare function uniqueBy<T>(array: readonly SelectionNode[], iteratee: (item: FieldNode) => T): SelectionNode[]; export declare function inlineRelevantFragmentSpreads(fragmentDefinitions: { [key: string]: FragmentDefinitionNode | undefined; }, selections: readonly SelectionNode[], selectionSetType?: Maybe<GraphQLOutputType>): readonly SelectionNode[]; export default function mergeAST(documentAST: DocumentNode, schema?: GraphQLSchema | null): DocumentNode; export {}; //# sourceMappingURL=mergeAst.d.ts.map