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