OBJECT
The connection type for Company.
type CompanyConnection {cursors: [String!]! # A list of edges.edges: [CompanyEdge] # A list of nodes.nodes: [Company] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! }