OBJECT
The connection type for Firm.
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! }