OBJECT

FirmConnection

The connection type for Firm.

link GraphQL Schema definition

  • type FirmConnection {
  • cursors: [String!]!
  • # A list of edges.
  • edges: [FirmEdge]
  • # A list of nodes.
  • nodes: [Firm]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • }

link Require by