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