1 | import { GraphQLSchema } from 'graphql';
|
2 | import { ContextToken } from 'graphql-language-service-parser';
|
3 | import { IPosition } from 'graphql-language-service-types';
|
4 | import { Hover } from 'vscode-languageserver-types';
|
5 | export declare type HoverConfig = {
|
6 | useMarkdown?: boolean;
|
7 | };
|
8 | export 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 |