INPUT_OBJECT

EntitySearchInfo

link GraphQL Schema definition

  • input EntitySearchInfo {
  • # case sensitivity of search. Note that certain top-level targetFields such as
  • # entityId will always be compared with case sensitivity,
  • # ignoring this value.
  • caseSensitive: Boolean
  • # The string to search for. A trailing '*' can be used for autocomplete matching.
  • # If targetFields is not specified this performs a global search.
  • search: String!
  • # targetFields consists of top-level field names, 'entityTags' or
  • # 'properties.[name]' which can include wildcard '*'
  • targetFields: [String!]
  • }