Green Book approvals matching an animal drug's trade name (typeahead), for the animal drug approval affirmation. A filer types the name on the package and accepts a match to fill in the NADA or ANADA number, which is printed nowhere on the product. The sponsor and active ingredient match the same term, since they are alternative ways of naming the same product and a filer reading a package does not know which they are looking at. Matching is substring and case-insensitive; returns empty for a term shorter than two characters.
Query.
animalDrugApprovalSuggest
Green Book approvals matching an animal drug's trade name (typeahead), for the animal drug approval affirmation. A filer types the name on the package and accepts a match to fill in the NADA or ANADA number, which is printed nowhere on the product. The sponsor and active ingredient match the same term, since they are alternative ways of naming the same product and a filer reading a package does not know which they are looking at. Matching is substring and case-insensitive; returns empty for a term shorter than two characters.
Arguments
limit
Int
term
String!
Required
Returns:
[AnimalDrugApprovalSuggestion!]!
type Query { animalDrugApprovalSuggest(limit: Int, term: String!): [AnimalDrugApprovalSuggestion!]! }