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