OBJECT

SearchAutoCompleteResult

link GraphQL Schema definition

  • type SearchAutoCompleteResult {
  • # NB: Carries a performance cost, as asking for this will result in a separate API
  • # call in the backend.
  • #
  • # Arguments
  • # first: [Not documented]
  • categories(first: Paging): CategoryAutoCompleteResult
  • # NB: Carries a performance cost, as asking for this will result in a separate API
  • # call in the backend.
  • products: ProductAutoCompleteResult
  • }

link Require by