ScenarioSessionPart
Object
Represents one part of a ScenarioSession (note: resuming a Session creates a new part).
Fields
#
calls
A list of CallSessions associated with the ScenarioSessionPart.
events
A list of ScenarioSessionEvents associated with the ScenarioSessionPart.
guid
Global ID of the ScenarioSessionPart record. This should be persistent if data is migrated and is recommended to use.
lastViewStepEvent
The most recent event associated with the viewing a step by a user.
permissions
A list of Permissions associated with the currently authenticated User and the ScenarioSessionPart.
state
The state of the session part. Corresponds to ScenarioSessionStateEnum.
steps
A list of ScenarioSessionSteps associated with the ScenarioSessionPart.
Interfaces
#
Also implements NodeInterface .
Usages
#
References
#
- Part of union AttachmentOwner
- Field scenarioSessionPart from CreateScenarioSessionPartMutationPayload
- Field scenarioSessionPart from Query
ScenarioSessionGroupEdge