OBJECT
The connection type for Enquiry.
type EnquiryConnection {# A list of edges.edges: [EnquiryEdge] # A list of nodes.nodes: [Enquiry] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! # Total # of pages, based on total count and pagesizetotalPageCount: Int! }