PresentationFlowsWhere
No description
input PresentationFlowsWhere {
createdById: ID
createdFrom: DateTime
createdTo: DateTime
identityId: ID
incomplete: Boolean
status: PresentationFlowStatus
statuses: [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
PresentationFlowsWhere.statuses ● [PresentationFlowStatus!] list enum
Member Of
countPresentationFlows query ● findPresentationFlows query