OBJECT
AwsNativeAccountEdge
Description
Wrapper around the AwsNativeAccount object. This wrapper is used for pagination.
link GraphQL Schema definition
- type AwsNativeAccountEdge {
- #   String used to identify this edge.
- : String! 
- #   The actual AwsNativeAccount object wrapped by this edge.
- : AwsNativeAccount! 
- }