OBJECT

CustomReportInfoEdge

Description

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

link GraphQL Schema definition

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