DEV

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

No description

limit

Int

No description

term

String!

Required

No description
GraphQL
1
2
3
type Query {
  taxonSuggest(filter: TaxonSuggestFilter, limit: Int, term: String!): [TaxonSuggestion!]!
}
Book a demo

Was this page helpful?