OBJECT

JourneyTemplatesPage

A paginated list of journey templates.

link GraphQL Schema definition

1type JourneyTemplatesPage {
2
3# List of journey templates on the current page.
4items: [JourneyTemplate]!
5
6# Information about pagination, such as current page and total pages.
7pageInfo: PageInfo!
8
9}