MDocPresentationFlowInput
Input for creating an mDoc presentation flow.
input MDocPresentationFlowInput {
callback: Callback
contact: PresentationFlowContactInput
correlationId: ID
expiresAt: DateTime
identityId: ID
mdocRequest: MDocPresentationRequestInput!
postPresentationText: Markdown
prePresentationText: Markdown
title: String
}
Fields
MDocPresentationFlowInput.callback ● Callback input
MDocPresentationFlowInput.contact ● PresentationFlowContactInput input
MDocPresentationFlowInput.correlationId ● ID scalar
MDocPresentationFlowInput.expiresAt ● DateTime scalar
MDocPresentationFlowInput.identityId ● ID scalar
MDocPresentationFlowInput.mdocRequest ● MDocPresentationRequestInput! non-null input
MDocPresentationFlowInput.postPresentationText ● Markdown scalar
MDocPresentationFlowInput.prePresentationText ● Markdown scalar
MDocPresentationFlowInput.title ● String scalar
Member Of
createMDocPresentationFlow mutation