OBJECT
SecurityGroupsConnection
link GraphQL Schema definition
- type SecurityGroupsConnection implements Connection {
- # Count of groups in the current page
- Int! :
- # Relay-compatible connection edge
- SecurityGroupEdge!] : [
- # List of groups in the current page
- SecurityGroup!] : [
- # Relay-compatible paging information
- PageInfo! :
- # Total count of groups
- Int :
- }