Magidoc

journeyNodes
Query

Retrieves a paginated, sortable, and filterable list of all nodes within a specified journey.

Arguments

#

after

Returns the elements in the list that come after the specified cursor.

before

Returns the elements in the list that come before the specified cursor.

first

Returns the first n elements from the list.

journeyId

Non-null

The unique identifier of the journey to retrieve nodes from.

last

Returns the last n elements from the list.

Response

#

Returns JourneyNodeInfoConnection .

Example

#