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.
  • cursor: String!
  • # The actual CrossAccountPairInfo object wrapped by this edge.
  • node: CrossAccountPairInfo!
  • }