Backbone taxonomy suggestions for a free-text genus/species question, prefix-matched on the entered term (typeahead), scoped to the given kingdom. Each suggestion is a full binomial the client can accept to fill both the genus and species fields; the same backbone hard-validates the answer on submit. Returns empty for a term shorter than two characters.
Query.
taxonSuggest
Backbone taxonomy suggestions for a free-text genus/species question, prefix-matched on the entered term (typeahead), scoped to the given kingdom. Each suggestion is a full binomial the client can accept to fill both the genus and species fields; the same backbone hard-validates the answer on submit. Returns empty for a term shorter than two characters.
Arguments
filter
TaxonSuggestFilter
limit
Int
term
String!
Required
Returns:
[TaxonSuggestion!]!
type Query { taxonSuggest(filter: TaxonSuggestFilter, limit: Int, term: String!): [TaxonSuggestion!]! }