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