UNPKG

graphql-language-service-interface

Version:
6 lines 421 B
import { GraphQLSchema } from 'graphql'; import { ContextToken } from 'graphql-language-service-parser'; import { IPosition } from 'graphql-language-service-types'; import { Hover } from 'vscode-languageserver-types'; export declare function getHoverInformation(schema: GraphQLSchema, queryText: string, cursor: IPosition, contextToken?: ContextToken): Hover['contents']; //# sourceMappingURL=getHoverInformation.d.ts.map