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, unless filter.genus is set — that accepts an empty term and lists the genus's species.
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, unless
filter.genusis set — that accepts an empty term and lists the genus's species.Arguments
filter
TaxonSuggestFilter
limit
Int
term
String!
Required
Returns:
[TaxonSuggestion!]!
type Query { taxonSuggest(filter: TaxonSuggestFilter, limit: Int, term: String!): [TaxonSuggestion!]! }Was this page helpful?