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