Registered FDA drug establishments whose firm name contains what the filer has typed so far (typeahead), for the manufacturer question that feeds the REG affirmation. They type the manufacturer named on the package and accept a match to fill in the registration number REG asks for, which is published nowhere they could look it up. Only sites registered for a manufacturing operation are offered — the usual party for an imported drug, though CATAIR requires REG of the registered establishment without restricting it to manufacturers. Matching is substring and case-insensitive; returns empty for fewer than two characters.
Query.
drugEstablishmentSuggest
Registered FDA drug establishments whose firm name contains what the filer has typed so far (typeahead), for the manufacturer question that feeds the REG affirmation. They type the manufacturer named on the package and accept a match to fill in the registration number REG asks for, which is published nowhere they could look it up. Only sites registered for a manufacturing operation are offered — the usual party for an imported drug, though CATAIR requires REG of the registered establishment without restricting it to manufacturers. Matching is substring and case-insensitive; returns empty for fewer than two characters.
Arguments
filter
DrugEstablishmentSuggestFilter
limit
Int
manufacturerName
String!
Required
Returns:
[DrugEstablishmentSuggestion!]!
type Query { drugEstablishmentSuggest(filter: DrugEstablishmentSuggestFilter, limit: Int, manufacturerName: String!): [DrugEstablishmentSuggestion!]! }