DEV

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

No description

limit

Int

No description

tradeName

String!

Required

No description
GraphQL
1
2
3
type Query {
  drugProductSuggest(filter: DrugProductSuggestFilter, limit: Int, tradeName: String!): [DrugProductSuggestion!]!
}

Was this page helpful?