OBJECT
InquiriesConnection
The connection type for Inquiry.
link GraphQL Schema definition
- type InquiriesConnection {
- # A list of edges.
- InquiriesEdge] : [
- # A list of nodes.
- Inquiry] : [
- # Information to aid in pagination.
- PageInfo! :
- Int! :
- }