Dictionaries allow you to create a storage of words that should be skipped by the spell checker.

Use API to get the list of organization dictionaries and to edit a specific dictionary.

Hierarchy (view full)

Constructors

Methods

  • Type Parameters

    • T

    Parameters

    • req: {
          operationName?: string;
          query: string;
          variables?: any;
      }
      • OptionaloperationName?: string
      • query: string
      • Optionalvariables?: any
    • config: {
          url?: string;
      } = {}
      • Optionalurl?: string

    Returns Promise<ResponseObject<T>>