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