Listed FDA drug products whose brand or generic name contains what the filer has typed (typeahead), for the trade-name question that feeds the DLS and DA affirmations. Each match carries its packages, because DLS is filed from the package code rather than the product's and a merchant ships a particular pack size. Matching is substring and case-insensitive; returns empty for fewer than two characters.
Query.
drugProductSuggest
Listed FDA drug products whose brand or generic name contains what the filer has typed (typeahead), for the trade-name question that feeds the DLS and DA affirmations. Each match carries its packages, because DLS is filed from the package code rather than the product's and a merchant ships a particular pack size. Matching is substring and case-insensitive; returns empty for fewer than two characters.
Arguments
filter
DrugProductSuggestFilter
limit
Int
tradeName
String!
Required
Returns:
[DrugProductSuggestion!]!
type Query { drugProductSuggest(filter: DrugProductSuggestFilter, limit: Int, tradeName: String!): [DrugProductSuggestion!]! }