PresentationFlowInput
No description
input PresentationFlowInput {
actions: [ActionInput!]
autoSubmit: Boolean
callback: Callback
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.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