Alokai

FilterMatchTypeInput

Defines a filter that performs a fuzzy search.

type FilterMatchTypeInput = {
  match?: InputMaybe<Scalars['String']['input']>; /** Filter match type for fine-tuned results. Possible values FULL or PARTIAL. If match_type is not provided, returned results will default to FULL match. */
  match_type?: InputMaybe<FilterMatchTypeEnum>;
};

Referenced Types

On this page