UNPKG

509 BTypeScriptView Raw
1import { GraphQLSchema } from 'graphql';
2import { ContextToken } from 'graphql-language-service-parser';
3import { IPosition } from 'graphql-language-service-types';
4import { Hover } from 'vscode-languageserver-types';
5export declare type HoverConfig = {
6 useMarkdown?: boolean;
7};
8export declare function getHoverInformation(schema: GraphQLSchema, queryText: string, cursor: IPosition, contextToken?: ContextToken, config?: HoverConfig): Hover['contents'];
9//# sourceMappingURL=getHoverInformation.d.ts.map
\No newline at end of file