OBJECT
SecurityFindingsConnection
link GraphQL Schema definition
- type SecurityFindingsConnection implements Connection {
- # Count of findings in current page
- Int! :
- # Relay-compatible connection edge
- SecurityFindingsEdge!] : [
- # List of findings in current page
- SecurityFinding!] : [
- # Relay-compatible paging information
- PageInfo! :
- # Total count of findings
- Int :
- }