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