Untitled
unknown
plain_text
a year ago
498 B
9
Indexable
@strawberry.type
class ProductType:
record_id: int
janssen_mstr_prdct_nm: Optional[str]
product_phase: str
jnj_full_compound_id: str
generic_name: str
jnj_flag: Optional[str]
product_status: str
current_record: int
last_active: int
created_date: str
updated_date: str
status: StatusType
country: CountryType
therapeutic_area: TherapeuticAreaType
product_fields: List[ProductFieldType] # Added product_fields relationshipEditor is loading...
Leave a Comment