Untitled
unknown
plain_text
5 months ago
498 B
2
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 relationship
Editor is loading...
Leave a Comment