For the complete documentation index, see llms.txt. This page is also available as Markdown.

Rent

type Rent {
  # Contact ID
  contactId: Int!

  # ID
  id: Int!

  # Place ID
  placeId: Int!

  # Get contact
  contact: Contact!

  # Get place
  place: Place!
}

Last updated