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