limit
Int
term
String!
Required
[BiologicLicenseSuggestion!]!
type Query { biologicLicenseSuggest(limit: Int, term: String!): [BiologicLicenseSuggestion!]! }
Query.
biologicLicenseSuggest
Purple Book entries matching a biological product's name (typeahead), for the BLN and STN affirmations. Brand name, proper name and licence holder all match the term. Substring and case-insensitive; empty for a term shorter than two characters.
Arguments
limit
Int
term
String!
Required
Returns:
[BiologicLicenseSuggestion!]!
type Query { biologicLicenseSuggest(limit: Int, term: String!): [BiologicLicenseSuggestion!]! }Was this page helpful?