OBJECT
ResourceReportConnection
The connection type for ResourceReport.
link GraphQL Schema definition
- type ResourceReportConnection {
- : [String!]!
- # A list of edges.
- : [ResourceReportEdge]
- # A list of nodes.
- : [ResourceReport]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }