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