OBJECT

TextQuerySuggestion

Object with taxon or brand info returned by autocomplete functionality when a user is typing into a search field.

link GraphQL Schema definition

  • type TextQuerySuggestion {
  • name: String!
  • # Name of the suggested object's parent.
  • parentName: String
  • slugs: [Slug!]!
  • }