Skip to main content

PresentationFlowInput

No description

input PresentationFlowInput {
actions: [ActionInput!]
autoSubmit: Boolean
callback: Callback
contact: PresentationFlowContactInput
correlationId: ID
dataSchema: [DataDefinitionInput!]
expiresAt: DateTime
identityId: ID
postPresentationText: Markdown
prePresentationText: Markdown
presentationRequest: PresentationRequestInput!
requestData: JSONObject
templateId: ID
title: String
}

Fields

PresentationFlowInput.actions ● [ActionInput!] list input

PresentationFlowInput.autoSubmit ● Boolean scalar

PresentationFlowInput.callback ● Callback input

PresentationFlowInput.contact ● PresentationFlowContactInput input

The contact information for sending notifications about this presentation flow. When provided, a notification will be sent to the recipient.

PresentationFlowInput.correlationId ● ID scalar

PresentationFlowInput.dataSchema ● [DataDefinitionInput!] list input

PresentationFlowInput.expiresAt ● DateTime scalar

PresentationFlowInput.identityId ● ID scalar

PresentationFlowInput.postPresentationText ● Markdown scalar

PresentationFlowInput.prePresentationText ● Markdown scalar

PresentationFlowInput.presentationRequest ● PresentationRequestInput! non-null input

PresentationFlowInput.requestData ● JSONObject scalar

PresentationFlowInput.templateId ● ID scalar

PresentationFlowInput.title ● String scalar

Member Of

createPresentationFlow mutation