Skip to main content

PresentationFlow

A presentation flow.

type PresentationFlow {
action: Action
actions: [Action!]
autoSubmit: Boolean
createdAt: DateTime!
createdBy: User!
dataResults: JSONObject
dataSchema: [DataDefinition!]
expiresAt: DateTime!
id: ID!
identity: Identity
isCancelled: Boolean
isSubmitted: Boolean
portalUrl: String!
postPresentationText: Markdown
prePresentationText: Markdown
presentation: Presentation
presentationRequest: JSONObject!
requestData: JSONObject
status: PresentationFlowStatus!
template: PresentationFlowTemplate
title: String
updatedAt: DateTime
updatedBy: User
}

Fields

PresentationFlow.action ● Action object

PresentationFlow.actions ● [Action!] list object

PresentationFlow.autoSubmit ● Boolean scalar

PresentationFlow.createdAt ● DateTime! non-null scalar

PresentationFlow.createdBy ● User! non-null object

PresentationFlow.dataResults ● JSONObject scalar

PresentationFlow.dataSchema ● [DataDefinition!] list object

PresentationFlow.expiresAt ● DateTime! non-null scalar

PresentationFlow.id ● ID! non-null scalar

PresentationFlow.identity ● Identity object

PresentationFlow.isCancelled ● Boolean scalar

PresentationFlow.isSubmitted ● Boolean scalar

PresentationFlow.portalUrl ● String! non-null scalar

PresentationFlow.postPresentationText ● Markdown scalar

PresentationFlow.prePresentationText ● Markdown scalar

PresentationFlow.presentation ● Presentation object

PresentationFlow.presentationRequest ● JSONObject! non-null scalar

PresentationFlow.requestData ● JSONObject scalar

PresentationFlow.status ● PresentationFlowStatus! non-null enum

PresentationFlow.template ● PresentationFlowTemplate object

PresentationFlow.title ● String scalar

PresentationFlow.updatedAt ● DateTime scalar

PresentationFlow.updatedBy ● User object

Returned By

findPresentationFlows query ● presentationFlow query ● presentationFlowEvent subscription ● submitPresentationFlowActions mutation

Member Of

Identity object ● PresentationFlowResponse object