autoCompleteSearch
Input structure for performing autocomplete searches based on specific fields and values.
Examples
input AutoCompleteSearch {
fieldName: String
value: [String]
}
Fields
Field
Description
Supported fields
fieldName String
The name of the field to search within
value [String]
A list of values to search for within the specified field
References
Fields with this object:
Last updated