OBJECT
JourneyTemplatesPage
A paginated list of journey templates.
link GraphQL Schema definition
1 type JourneyTemplatesPage { 2 3 # List of journey templates on the current page. 4 : [JourneyTemplate]! 5 6 # Information about pagination, such as current page and total pages. 7 : PageInfo! 8 9 }