OBJECT
RentalApplicationCommentConnection
The connection type for RentalApplicationComment.
link GraphQL Schema definition
- type RentalApplicationCommentConnection {
- # A list of edges.
- RentalApplicationCommentEdge] : [
- # A list of nodes.
- RentalApplicationComment] : [
- # Information to aid in pagination.
- PageInfo! :
- Int! :
- # Total # of pages, based on total count and pagesize
- Int! :
- }