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