OBJECT

ReportEntityEdge

A Relay edge containing a ReportEntity and its cursor.

link GraphQL Schema definition

  • type ReportEntityEdge {
  • # The item at the end of the edge
  • node: ReportEntity
  • # A cursor for use in pagination
  • cursor: String!
  • }