OBJECT

JourneyTypesPage

A paginated list of journey types.

link GraphQL Schema definition

1type JourneyTypesPage {
2
3# List of journey types on the current page.
4items: [JourneyType]
5
6# Pagination information for the journey types.
7pageInfo: PageInfo
8
9}