OBJECT

InquiriesConnection

The connection type for Inquiry.

link GraphQL Schema definition

  • type InquiriesConnection {
  • # A list of edges.
  • edges: [InquiriesEdge]
  • # A list of nodes.
  • nodes: [Inquiry]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • }