type RentOrder { # Rent order's duration type have been created with durationType: DurationType # Rent ID rentId: Int! # Get rent rent: Rent! }
Last updated 2 years ago