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