Alokai

QueryProductProjectionsSuggestArgs

type QueryProductProjectionsSuggestArgs = {
  searchKeywords: Array<SearchKeywordArgument>;
  fuzzy?: InputMaybe<Scalars['Boolean']>;
  limit?: InputMaybe<Scalars['Int']>;
  staged?: InputMaybe<Scalars['Boolean']>;
};

Referenced Types

On this page