OBJECT
RentalApplicationComment
Rental application comment
link GraphQL Schema definition
- type RentalApplicationComment {
- # comment of the rental application comment
- : String!
- # contact of the rental application comment
- : Contact
- # When the rental application comment was created
- : ISO8601DateTime!
- # ID of the rental application comment
- : ID!
- # potential tenancy of the rental application comment
- : PotentialTenancy
- # When the rental application comment was last updated
- : ISO8601DateTime!
- # user of the rental application comment
- : User
- }
link Require by
- CreateRentalApplicationCommentPayloadAutogenerated return type of CreateRentalApplicationComment
- DestroyRentalApplicationCommentPayloadAutogenerated return type of DestroyRentalApplicationComment
- RentalApplicationCommentConnectionThe connection type for RentalApplicationComment.
- RentalApplicationCommentEdgeAn edge in a connection.