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