Alokai

QueryCategoryAutocompleteArgs

type QueryCategoryAutocompleteArgs = {
  locale: Scalars['Locale'];
  text: Scalars['String'];
  limit?: InputMaybe<Scalars['Int']>;
  offset?: InputMaybe<Scalars['Int']>;
  filters?: InputMaybe<Array<Scalars['SearchFilter']>>;
};

Referenced Types

On this page