OBJECT

RowEdge

Description

Wrapper around the Row object. This wrapper is used for pagination.

link GraphQL Schema definition

  • type RowEdge {
  • # String used to identify this edge.
  • cursor: String!
  • # The actual Row object wrapped by this edge.
  • node: Row!
  • }