OBJECT
HasReportsGroupItemConnection
The connection type for HasReportsGroupItem.
link GraphQL Schema definition
- type HasReportsGroupItemConnection {
- : [String!]!
- # A list of edges.
- : [HasReportsGroupItemEdge]
- # A list of nodes.
- : [HasReportsGroupItem]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }