Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GqlExtensionsOptions

Hierarchy

  • GqlExtensionsOptions

Index

Properties

Optional onCompletionInfoRender

onCompletionInfoRender: undefined | ((gqlCompletionItem: CompletionItem, ctx: CompletionContext, item: Completion) => Node | Promise<Node | null> | null)

Optional onFillAllFields

onFillAllFields: undefined | ((view: EditorView, schema: GraphQLSchema, query: string, cursor: Position, token: ContextToken) => void)

Optional onShowInDocs

onShowInDocs: undefined | ((field?: undefined | string, type?: undefined | string, parentType?: undefined | string) => void)

Optional showErrorOnInvalidSchema

showErrorOnInvalidSchema: undefined | false | true

Generated using TypeDoc