Skip to main content

getSearchSuggestions

Search suggestions returns all players whose name contain the string given in the input field. For example: "Lebron James", "bron J", and "James" would return Lebron James. However, "Lbron" would not.

getSearchSuggestions(
input: SearchSuggestionsInput!
): SearchSuggestions

Arguments

input ● SearchSuggestionsInput! non-null input

Type

SearchSuggestions object