PresentationFlowsWhere
No description
input PresentationFlowsWhere {
createdById: ID
createdFrom: DateTime
createdTo: DateTime
identityId: ID
incomplete: Boolean
status: PresentationFlowStatus
}
Fields
PresentationFlowsWhere.createdById ● ID scalar
PresentationFlowsWhere.createdFrom ● DateTime scalar
PresentationFlowsWhere.createdTo ● DateTime scalar
PresentationFlowsWhere.identityId ● ID scalar
PresentationFlowsWhere.incomplete ● Boolean scalar
PresentationFlowsWhere.status ● PresentationFlowStatus enum
Member Of
findPresentationFlows query