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
- ReportEntity :
- # A cursor for use in pagination
- String! :
- }
OBJECT
A Relay edge containing a ReportEntity
and its cursor.
- type ReportEntityEdge {
- # The item at the end of the edge
- ReportEntity :
- # A cursor for use in pagination
- String! :
- }