OBJECT
FindingReportConnection
link GraphQL Schema definition
- type FindingReportConnection implements Connection {
- # Count of Reports in current page
- Int! :
- # Relay-compatible connection edge
- FindingReportEdge!] : [
- # Relay-compatible paging information
- PageInfo! :
- # List of configured Reports in the current page
- FindingReport!] : [
- # Total count of Reports
- Int :
- }