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