OBJECT
PotentialTenancy
Potential tenancy
link GraphQL Schema definition
- type PotentialTenancy {
- ISO8601DateTime :
- ISO8601DateTime :
- Contact!]! : [
- ISO8601DateTime! :
- ID! :
- String :
- String :
- Boolean :
- Property :
- # rental application comments of the potential tenancy
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- (
- String, :
- String, :
- Int, :
- Int :
- ): RentalApplicationCommentConnection
- String :
- String :
- ISO8601DateTime! :
- User :
- Boolean :
- }
link Require by
- EventEvent record
- FindOrCreatePotentialTenancyPayloadAutogenerated return type of FindOrCreatePotentialTenancy
- Notenull
- PotentialTenancyConnectionThe connection type for PotentialTenancy.
- PotentialTenancyEdgeAn edge in a connection.
- QueryThe query root of this schema
- RentalApplicationRental application
- RentalApplicationCommentRental application comment
- TaskTask record
- UpdatePotentialTenancyPayloadAutogenerated return type of UpdatePotentialTenancy