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