OBJECT
JourneyTypesPage
A paginated list of journey types.
link GraphQL Schema definition
1 type JourneyTypesPage { 2 3 # List of journey types on the current page. 4 JourneyType] : [ 5 6 # Pagination information for the journey types. 7 PageInfo : 8 9 }