JourneyNodeInfoFilterInput Input Object
Represents detailed information about a journey node, including its configuration, connections, statistics, and metadata. This is a read-only view of a node's complete state.
Fields
#
accountIntegrationId
The ID of the account integration associated with this node (0 if not applicable).
and
configuration
The node's type-specific configuration settings, including triggers, conditions, and action parameters.
enableMv
Indicates if multivariate testing is enabled for this node (applicable to email/SMS actions).
integrationPartnerId
The ID of the integration partner associated with this node (0 if not applicable).
isConfigured
Indicates whether the node has been fully configured and is ready for journey execution.
isDeleted
Indicates if this node has been soft-deleted. Deleted nodes are excluded from journey execution.
messageId
The ID of the message template to send for SendEmail and SendSMS action nodes.
modifiedUtc
The UTC timestamp when this node was last modified.
name
The display name of the node shown in the journey builder interface.
nextNodeId
The ID of the node that contacts flow to after this node. Null if this is an end point or exit trigger.
or
paths
For split nodes: the available paths contacts can take, including conditions and percentages.
previousNodeIds
List of node IDs that connect to this node as predecessors in the journey flow.
statistics
Performance metrics and contact counts for this node, including entries, exits, and current contacts.
terminatorType
For trigger nodes only: specifies whether this trigger starts or exits a journey.
type
The type of journey node (trigger, action, or flow control).
Usages
#
References
#
- Argument where of field journeyNodes from type Query
JourneyNodeInfoEdge
