UNPKG

@platformos/pos-cli

Version:

Manage your platformOS application

8 lines 737 B
import { GraphQLField, GraphQLSchema, GraphQLType } from 'graphql'; import { CompletionItem, ContextToken, State, AllTypeInfo } from 'graphql-language-service-types'; export declare function getDefinitionState(tokenState: State): State | null | undefined; export declare function getFieldDef(schema: GraphQLSchema, type: GraphQLType, fieldName: string): GraphQLField<any, any> | null | undefined; export declare function forEachState(stack: State, fn: (state: State) => AllTypeInfo | null | void): void; export declare function objectValues(object: Record<string, any>): Array<any>; export declare function hintList(token: ContextToken, list: Array<CompletionItem>): Array<CompletionItem>; //# sourceMappingURL=autocompleteUtils.d.ts.map