HOPEX - SDL Schema - Risk

GET {{server_url}}/HOPEXGraphQL/api/Risk/sdl

This endpoint allows you to download a file of the GraphQL schema publishedL. This SDL can be used in developers tool to ease the writing of GraphQL queries, for instance in Qodex.

HEADERS

KeyDatatypeRequiredDescription
x-hopex-environment-idstring
x-hopex-repository-idstring
x-hopex-profile-idstring

RESPONSES

status: OK

"# Define hopex format to use when getting property.\r\ndirective @format(\r\n  name: String!\r\n) on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT\r\n\r\ninput _InputCollectionAction {\r\n  action: _InputCollectionActionEnum!\r\n  list: [_MutationListElement!]\r\n}\r\n\r\nenum _InputCollectionActionEnum {\r\n  ADD\r\n  REMOVE\r\n  REPLACE_ALL\r\n}\r\n\r\ninput _MutationListElement {\r\n  id: String!\r\n}\r\n\r\ntype Account {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  accountCode: String\r\n  accounttype: AccountAccounttypeEnum\r\n  totalvalue: Float\r\n  accountStatus: AccountAccountStatusEnum\r\n  assessmentFreshness: Float\r\n  lastAssessmentDate: Date\r\n  externalName: String\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  provision_IncidentFinancialElement(filter: filterProvision, orderBy: [orderByProvision]): [Provision]\r\n  loss_IncidentFinancialElement(filter: filterLoss, orderBy: [orderByLoss]): [Loss]\r\n  recovery_IncidentFinancialElement(filter: filterRecovery, orderBy: [orderByRecovery]): [Recovery]\r\n  gain_IncidentFinancialElement(filter: filterGain, orderBy: [orderByGain]): [Gain]\r\n}\r\n\r\nenum AccountAccountStatusEnum {\r\n  Open\r\n  Closed\r\n}\r\n\r\nenum AccountAccounttypeEnum {\r\n  Revenue\r\n  Loss\r\n}\r\n\r\ninput AccountFilter {\r\n  and: [AccountFilter!]\r\n  or: [AccountFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  accountCode: String\r\n  accountCode_not: String\r\n  accountCode_in: [String!]\r\n  accountCode_not_in: [String!]\r\n  accountCode_lt: String\r\n  accountCode_lte: String\r\n  accountCode_gt: String\r\n  accountCode_gte: String\r\n  accountCode_contains: String\r\n  accountCode_not_contains: String\r\n  accountCode_starts_with: String\r\n  accountCode_not_starts_with: String\r\n  accountCode_ends_with: String\r\n  accountCode_not_ends_with: String\r\n  accounttype: AccountAccounttypeEnum\r\n  accounttype_not: AccountAccounttypeEnum\r\n  accounttype_in: [AccountAccounttypeEnum!]\r\n  accounttype_not_in: [AccountAccounttypeEnum!]\r\n  totalvalue: Float\r\n  totalvalue_not: Float\r\n  totalvalue_in: [Float!]\r\n  totalvalue_not_in: [Float!]\r\n  totalvalue_lt: Float\r\n  totalvalue_lte: Float\r\n  totalvalue_gt: Float\r\n  totalvalue_gte: Float\r\n  accountStatus: AccountAccountStatusEnum\r\n  accountStatus_not: AccountAccountStatusEnum\r\n  accountStatus_in: [AccountAccountStatusEnum!]\r\n  accountStatus_not_in: [AccountAccountStatusEnum!]\r\n  assessmentFreshness: Float\r\n  assessmentFreshness_not: Float\r\n  assessmentFreshness_in: [Float!]\r\n  assessmentFreshness_not_in: [Float!]\r\n  assessmentFreshness_lt: Float\r\n  assessmentFreshness_lte: Float\r\n  assessmentFreshness_gt: Float\r\n  assessmentFreshness_gte: Float\r\n  lastAssessmentDate: Date\r\n  lastAssessmentDate_not: Date\r\n  lastAssessmentDate_in: [Date!]\r\n  lastAssessmentDate_not_in: [Date!]\r\n  lastAssessmentDate_lt: Date\r\n  lastAssessmentDate_lte: Date\r\n  lastAssessmentDate_gt: Date\r\n  lastAssessmentDate_gte: Date\r\n  externalName: String\r\n  externalName_not: String\r\n  externalName_in: [String!]\r\n  externalName_not_in: [String!]\r\n  externalName_lt: String\r\n  externalName_lte: String\r\n  externalName_gt: String\r\n  externalName_gte: String\r\n  externalName_contains: String\r\n  externalName_not_contains: String\r\n  externalName_starts_with: String\r\n  externalName_not_starts_with: String\r\n  externalName_ends_with: String\r\n  externalName_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  provision_IncidentFinancialElement_some: [AccountFilter!]\r\n  loss_IncidentFinancialElement_some: [AccountFilter!]\r\n  recovery_IncidentFinancialElement_some: [AccountFilter!]\r\n  gain_IncidentFinancialElement_some: [AccountFilter!]\r\n}\r\n\r\nenum AccountStatusEnumFilter {\r\n  Open\r\n  Closed\r\n}\r\n\r\nenum AccounttypeEnumFilter {\r\n  Revenue\r\n  Loss\r\n}\r\n\r\n# An action plan comprises a series of actions, its objective being to reduce\r\n# risks and events that have a negative impact on company activities or to improve\r\n# a process or an organization efficiency.  \r\ntype ActionPlan {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  lastProgressPercentage: Int\r\n  lastProgressComment: String\r\n  successful: ActionPlanSuccessfulEnum\r\n  realCost: Float\r\n  forecastCost: Float\r\n  forecastCostManDays: Int\r\n  realCostManDays: Int\r\n  actionPlanCategory: ActionPlanActionPlanCategoryEnum\r\n  actionPlanStatus: ActionPlanActionPlanStatusEnum\r\n  means(format: StringFormat): String\r\n  actionPlanOrigin: ActionPlanActionPlanOriginEnum\r\n  keySuccessFactor(format: StringFormat): String\r\n  successfullcomments(format: StringFormat): String\r\n  plannedBeginDate: Date\r\n  plannedEndDate: Date\r\n  realBeginDate: Date\r\n  realEndDate: Date\r\n  actionPlanPriority: ActionPlanActionPlanPriorityEnum\r\n  delay: ActionPlanDelayEnum\r\n  actionPlanNature: ActionPlanActionPlanNatureEnum\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  businessDocument_AttachedDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n  businessDocument_ReferredtoDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n  businessDocumentVersion_AttachedDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n  businessDocumentVersion_ReferredtoDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n  actionPlanOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  actionPlanResponsible_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  actionPlanApprover_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  risk_Scope(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  incident_Scope(filter: filterIncident, orderBy: [orderByIncident]): [Incident]\r\n  control_Scope(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n  application_Scope(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  orgUnit_Scope(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  organizationalProcess_Scope(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n  requirement_Scope(filter: filterRequirement, orderBy: [orderByRequirement]): [Requirement]\r\n  businessProcess_Scope(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n}\r\n\r\nenum ActionPlanActionPlanCategoryEnum {\r\n  Generic\r\n  AuditRecommandation\r\n  ControlPerformanceImprovement\r\n  ControlRelevanceImprovement\r\n  ImpactReducing\r\n  EventLikelihoodReducing\r\n  ITImprovement\r\n  KRIthresholdLimits\r\n  ObjectiveManagement\r\n  ProcessImprovement\r\n  ProjectManagement\r\n  RFCManagement\r\n  RiskImpactReducing\r\n  RiskLikelihoodReducing\r\n}\r\n\r\nenum ActionPlanActionPlanNatureEnum {\r\n  Corrective\r\n  Preventive\r\n}\r\n\r\nenum ActionPlanActionPlanOriginEnum {\r\n  Audit\r\n  Compliance\r\n  Event\r\n  Risk\r\n  RFC\r\n  Other\r\n}\r\n\r\nenum ActionPlanActionPlanPriorityEnum {\r\n  High\r\n  Critical\r\n  Medium\r\n  Low\r\n}\r\n\r\nenum ActionPlanActionPlanStatusEnum {\r\n  Rejected\r\n  Tobesubmitted\r\n  Tobestarted\r\n  Tobevalidated\r\n  Cancelled\r\n  Closed\r\n  Inprogress\r\n  Tobesent\r\n  Completed\r\n  Tobereviewed\r\n}\r\n\r\nenum ActionPlanCategoryEnumFilter {\r\n  Generic\r\n  AuditRecommandation\r\n  ControlPerformanceImprovement\r\n  ControlRelevanceImprovement\r\n  ImpactReducing\r\n  EventLikelihoodReducing\r\n  ITImprovement\r\n  KRIthresholdLimits\r\n  ObjectiveManagement\r\n  ProcessImprovement\r\n  ProjectManagement\r\n  RFCManagement\r\n  RiskImpactReducing\r\n  RiskLikelihoodReducing\r\n}\r\n\r\nenum ActionPlanDelayEnum {\r\n  Late\r\n  Intime\r\n}\r\n\r\ninput ActionPlanFilter {\r\n  and: [ActionPlanFilter!]\r\n  or: [ActionPlanFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  lastProgressPercentage: Int\r\n  lastProgressPercentage_not: Int\r\n  lastProgressPercentage_in: [Int!]\r\n  lastProgressPercentage_not_in: [Int!]\r\n  lastProgressPercentage_lt: Int\r\n  lastProgressPercentage_lte: Int\r\n  lastProgressPercentage_gt: Int\r\n  lastProgressPercentage_gte: Int\r\n  lastProgressComment: String\r\n  lastProgressComment_not: String\r\n  lastProgressComment_in: [String!]\r\n  lastProgressComment_not_in: [String!]\r\n  lastProgressComment_lt: String\r\n  lastProgressComment_lte: String\r\n  lastProgressComment_gt: String\r\n  lastProgressComment_gte: String\r\n  lastProgressComment_contains: String\r\n  lastProgressComment_not_contains: String\r\n  lastProgressComment_starts_with: String\r\n  lastProgressComment_not_starts_with: String\r\n  lastProgressComment_ends_with: String\r\n  lastProgressComment_not_ends_with: String\r\n  successful: ActionPlanSuccessfulEnum\r\n  successful_not: ActionPlanSuccessfulEnum\r\n  successful_in: [ActionPlanSuccessfulEnum!]\r\n  successful_not_in: [ActionPlanSuccessfulEnum!]\r\n  realCost: Float\r\n  realCost_not: Float\r\n  realCost_in: [Float!]\r\n  realCost_not_in: [Float!]\r\n  realCost_lt: Float\r\n  realCost_lte: Float\r\n  realCost_gt: Float\r\n  realCost_gte: Float\r\n  forecastCost: Float\r\n  forecastCost_not: Float\r\n  forecastCost_in: [Float!]\r\n  forecastCost_not_in: [Float!]\r\n  forecastCost_lt: Float\r\n  forecastCost_lte: Float\r\n  forecastCost_gt: Float\r\n  forecastCost_gte: Float\r\n  forecastCostManDays: Int\r\n  forecastCostManDays_not: Int\r\n  forecastCostManDays_in: [Int!]\r\n  forecastCostManDays_not_in: [Int!]\r\n  forecastCostManDays_lt: Int\r\n  forecastCostManDays_lte: Int\r\n  forecastCostManDays_gt: Int\r\n  forecastCostManDays_gte: Int\r\n  realCostManDays: Int\r\n  realCostManDays_not: Int\r\n  realCostManDays_in: [Int!]\r\n  realCostManDays_not_in: [Int!]\r\n  realCostManDays_lt: Int\r\n  realCostManDays_lte: Int\r\n  realCostManDays_gt: Int\r\n  realCostManDays_gte: Int\r\n  actionPlanCategory: ActionPlanActionPlanCategoryEnum\r\n  actionPlanCategory_not: ActionPlanActionPlanCategoryEnum\r\n  actionPlanCategory_in: [ActionPlanActionPlanCategoryEnum!]\r\n  actionPlanCategory_not_in: [ActionPlanActionPlanCategoryEnum!]\r\n  actionPlanStatus: ActionPlanActionPlanStatusEnum\r\n  actionPlanStatus_not: ActionPlanActionPlanStatusEnum\r\n  actionPlanStatus_in: [ActionPlanActionPlanStatusEnum!]\r\n  actionPlanStatus_not_in: [ActionPlanActionPlanStatusEnum!]\r\n  means: String\r\n  means_not: String\r\n  means_in: [String!]\r\n  means_not_in: [String!]\r\n  means_lt: String\r\n  means_lte: String\r\n  means_gt: String\r\n  means_gte: String\r\n  means_contains: String\r\n  means_not_contains: String\r\n  means_starts_with: String\r\n  means_not_starts_with: String\r\n  means_ends_with: String\r\n  means_not_ends_with: String\r\n  actionPlanOrigin: ActionPlanActionPlanOriginEnum\r\n  actionPlanOrigin_not: ActionPlanActionPlanOriginEnum\r\n  actionPlanOrigin_in: [ActionPlanActionPlanOriginEnum!]\r\n  actionPlanOrigin_not_in: [ActionPlanActionPlanOriginEnum!]\r\n  keySuccessFactor: String\r\n  keySuccessFactor_not: String\r\n  keySuccessFactor_in: [String!]\r\n  keySuccessFactor_not_in: [String!]\r\n  keySuccessFactor_lt: String\r\n  keySuccessFactor_lte: String\r\n  keySuccessFactor_gt: String\r\n  keySuccessFactor_gte: String\r\n  keySuccessFactor_contains: String\r\n  keySuccessFactor_not_contains: String\r\n  keySuccessFactor_starts_with: String\r\n  keySuccessFactor_not_starts_with: String\r\n  keySuccessFactor_ends_with: String\r\n  keySuccessFactor_not_ends_with: String\r\n  successfullcomments: String\r\n  successfullcomments_not: String\r\n  successfullcomments_in: [String!]\r\n  successfullcomments_not_in: [String!]\r\n  successfullcomments_lt: String\r\n  successfullcomments_lte: String\r\n  successfullcomments_gt: String\r\n  successfullcomments_gte: String\r\n  successfullcomments_contains: String\r\n  successfullcomments_not_contains: String\r\n  successfullcomments_starts_with: String\r\n  successfullcomments_not_starts_with: String\r\n  successfullcomments_ends_with: String\r\n  successfullcomments_not_ends_with: String\r\n  plannedBeginDate: Date\r\n  plannedBeginDate_not: Date\r\n  plannedBeginDate_in: [Date!]\r\n  plannedBeginDate_not_in: [Date!]\r\n  plannedBeginDate_lt: Date\r\n  plannedBeginDate_lte: Date\r\n  plannedBeginDate_gt: Date\r\n  plannedBeginDate_gte: Date\r\n  plannedEndDate: Date\r\n  plannedEndDate_not: Date\r\n  plannedEndDate_in: [Date!]\r\n  plannedEndDate_not_in: [Date!]\r\n  plannedEndDate_lt: Date\r\n  plannedEndDate_lte: Date\r\n  plannedEndDate_gt: Date\r\n  plannedEndDate_gte: Date\r\n  realBeginDate: Date\r\n  realBeginDate_not: Date\r\n  realBeginDate_in: [Date!]\r\n  realBeginDate_not_in: [Date!]\r\n  realBeginDate_lt: Date\r\n  realBeginDate_lte: Date\r\n  realBeginDate_gt: Date\r\n  realBeginDate_gte: Date\r\n  realEndDate: Date\r\n  realEndDate_not: Date\r\n  realEndDate_in: [Date!]\r\n  realEndDate_not_in: [Date!]\r\n  realEndDate_lt: Date\r\n  realEndDate_lte: Date\r\n  realEndDate_gt: Date\r\n  realEndDate_gte: Date\r\n  actionPlanPriority: ActionPlanActionPlanPriorityEnum\r\n  actionPlanPriority_not: ActionPlanActionPlanPriorityEnum\r\n  actionPlanPriority_in: [ActionPlanActionPlanPriorityEnum!]\r\n  actionPlanPriority_not_in: [ActionPlanActionPlanPriorityEnum!]\r\n  delay: ActionPlanDelayEnum\r\n  delay_not: ActionPlanDelayEnum\r\n  delay_in: [ActionPlanDelayEnum!]\r\n  delay_not_in: [ActionPlanDelayEnum!]\r\n  actionPlanNature: ActionPlanActionPlanNatureEnum\r\n  actionPlanNature_not: ActionPlanActionPlanNatureEnum\r\n  actionPlanNature_in: [ActionPlanActionPlanNatureEnum!]\r\n  actionPlanNature_not_in: [ActionPlanActionPlanNatureEnum!]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  businessDocument_AttachedDocument_some: [ActionPlanFilter!]\r\n  businessDocument_ReferredtoDocument_some: [ActionPlanFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [ActionPlanFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [ActionPlanFilter!]\r\n  actionPlanOwner_PersonSystem_some: [ActionPlanFilter!]\r\n  actionPlanResponsible_PersonSystem_some: [ActionPlanFilter!]\r\n  actionPlanApprover_PersonSystem_some: [ActionPlanFilter!]\r\n  risk_Scope_some: [ActionPlanFilter!]\r\n  incident_Scope_some: [ActionPlanFilter!]\r\n  control_Scope_some: [ActionPlanFilter!]\r\n  application_Scope_some: [ActionPlanFilter!]\r\n  orgUnit_Scope_some: [ActionPlanFilter!]\r\n  organizationalProcess_Scope_some: [ActionPlanFilter!]\r\n  requirement_Scope_some: [ActionPlanFilter!]\r\n  businessProcess_Scope_some: [ActionPlanFilter!]\r\n}\r\n\r\nenum ActionPlanNatureEnumFilter {\r\n  Corrective\r\n  Preventive\r\n}\r\n\r\nenum ActionPlanOriginEnumFilter {\r\n  Audit\r\n  Compliance\r\n  Event\r\n  Risk\r\n  RFC\r\n  Other\r\n}\r\n\r\nenum ActionPlanPriorityEnumFilter {\r\n  High\r\n  Critical\r\n  Medium\r\n  Low\r\n}\r\n\r\nenum ActionPlanStatusEnumFilter {\r\n  Rejected\r\n  Tobesubmitted\r\n  Tobestarted\r\n  Tobevalidated\r\n  Cancelled\r\n  Closed\r\n  Inprogress\r\n  Tobesent\r\n  Completed\r\n  Tobereviewed\r\n}\r\n\r\nenum ActionPlanSuccessfulEnum {\r\n  Yes\r\n  No\r\n  None\r\n}\r\n\r\n# An application is a software component that can be deployed and provides users with a set of functionalities.\r\ntype Application {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  applicationStereotype: ApplicationApplicationStereotypeEnum\r\n  beginLifedate: Date\r\n  endlifedate: Date\r\n  statusReview: ApplicationStatusReviewEnum\r\n  assessmentFreshness: Float\r\n  lastAssessmentDate: Date\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  businessDocument_AttachedDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n  businessDocument_ReferredtoDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n  businessDocumentVersion_AttachedDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n  businessDocumentVersion_ReferredtoDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n  actionPlan(filter: filterActionPlan, orderBy: [orderByActionPlan]): [ActionPlan]\r\n  incident(filter: filterIncident, orderBy: [orderByIncident]): [Incident]\r\n}\r\n\r\nenum ApplicationApplicationStereotypeEnum {\r\n  GUI\r\n  Presentationlogic\r\n  Businesslogic\r\n  Datamanagement\r\n}\r\n\r\ninput ApplicationFilter {\r\n  and: [ApplicationFilter!]\r\n  or: [ApplicationFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  applicationStereotype: ApplicationApplicationStereotypeEnum\r\n  applicationStereotype_not: ApplicationApplicationStereotypeEnum\r\n  applicationStereotype_in: [ApplicationApplicationStereotypeEnum!]\r\n  applicationStereotype_not_in: [ApplicationApplicationStereotypeEnum!]\r\n  beginLifedate: Date\r\n  beginLifedate_not: Date\r\n  beginLifedate_in: [Date!]\r\n  beginLifedate_not_in: [Date!]\r\n  beginLifedate_lt: Date\r\n  beginLifedate_lte: Date\r\n  beginLifedate_gt: Date\r\n  beginLifedate_gte: Date\r\n  endlifedate: Date\r\n  endlifedate_not: Date\r\n  endlifedate_in: [Date!]\r\n  endlifedate_not_in: [Date!]\r\n  endlifedate_lt: Date\r\n  endlifedate_lte: Date\r\n  endlifedate_gt: Date\r\n  endlifedate_gte: Date\r\n  statusReview: ApplicationStatusReviewEnum\r\n  statusReview_not: ApplicationStatusReviewEnum\r\n  statusReview_in: [ApplicationStatusReviewEnum!]\r\n  statusReview_not_in: [ApplicationStatusReviewEnum!]\r\n  assessmentFreshness: Float\r\n  assessmentFreshness_not: Float\r\n  assessmentFreshness_in: [Float!]\r\n  assessmentFreshness_not_in: [Float!]\r\n  assessmentFreshness_lt: Float\r\n  assessmentFreshness_lte: Float\r\n  assessmentFreshness_gt: Float\r\n  assessmentFreshness_gte: Float\r\n  lastAssessmentDate: Date\r\n  lastAssessmentDate_not: Date\r\n  lastAssessmentDate_in: [Date!]\r\n  lastAssessmentDate_not_in: [Date!]\r\n  lastAssessmentDate_lt: Date\r\n  lastAssessmentDate_lte: Date\r\n  lastAssessmentDate_gt: Date\r\n  lastAssessmentDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  businessDocument_AttachedDocument_some: [ApplicationFilter!]\r\n  businessDocument_ReferredtoDocument_some: [ApplicationFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [ApplicationFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [ApplicationFilter!]\r\n  actionPlan_some: [ApplicationFilter!]\r\n  incident_some: [ApplicationFilter!]\r\n}\r\n\r\nenum ApplicationStatusReviewEnum {\r\n  UpdateinProgress\r\n  ValidationinProgress\r\n  Validated\r\n}\r\n\r\nenum ApplicationStereotypeEnumFilter {\r\n  GUI\r\n  Presentationlogic\r\n  Businesslogic\r\n  Datamanagement\r\n}\r\n\r\n# A Business Document is a document whose lifecycle can be synched to the MEGA\r\n# repository content: it may be attached to mega objects and a document version\r\n# bound to a mega object timestamp in the Time Machine. This document can be of\r\n# any given file format.The Business Document versions are managed within the MEGA\r\n# repository and the document storage file in the file system can be cyphered.\r\ntype BusinessDocument {\r\n  id: String\r\n  downloadLink: String\r\n  uploadLink: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  isCiphered: Boolean\r\n  gDPRDocumentID: String\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  actionPlan_DocumentedObject(filter: filterActionPlan, orderBy: [orderByActionPlan]): [ActionPlan]\r\n  businessLine_DocumentedObject(filter: filterBusinessLine, orderBy: [orderByBusinessLine]): [BusinessLine]\r\n  product_DocumentedObject(filter: filterProduct, orderBy: [orderByProduct]): [Product]\r\n  riskType_DocumentedObject(filter: filterRiskType, orderBy: [orderByRiskType]): [RiskType]\r\n  risk_DocumentedObject(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  incident_DocumentedObject(filter: filterIncident, orderBy: [orderByIncident]): [Incident]\r\n  control_DocumentedObject(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n  application_DocumentedObject(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  orgUnit_DocumentedObject(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  organizationalProcess_DocumentedObject(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n  requirement_DocumentedObject(filter: filterRequirement, orderBy: [orderByRequirement]): [Requirement]\r\n  businessProcess_DocumentedObject(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n  actionPlan_Object(filter: filterActionPlan, orderBy: [orderByActionPlan]): [ActionPlan]\r\n  businessLine_Object(filter: filterBusinessLine, orderBy: [orderByBusinessLine]): [BusinessLine]\r\n  product_Object(filter: filterProduct, orderBy: [orderByProduct]): [Product]\r\n  riskType_Object(filter: filterRiskType, orderBy: [orderByRiskType]): [RiskType]\r\n  risk_Object(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  incident_Object(filter: filterIncident, orderBy: [orderByIncident]): [Incident]\r\n  control_Object(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n  application_Object(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  orgUnit_Object(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  organizationalProcess_Object(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n  requirement_Object(filter: filterRequirement, orderBy: [orderByRequirement]): [Requirement]\r\n  businessProcess_Object(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n  documentCategory(filter: filterDocumentCategory, orderBy: [orderByDocumentCategory]): [DocumentCategory]\r\n  businessDocumentPattern_DocumentPattern(filter: filterBusinessDocumentPattern, orderBy: [orderByBusinessDocumentPattern]): [BusinessDocumentPattern]\r\n  businessDocumentVersion_DocumentVersions(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n}\r\n\r\ninput BusinessDocumentFilter {\r\n  and: [BusinessDocumentFilter!]\r\n  or: [BusinessDocumentFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  isCiphered: Boolean\r\n  isCiphered_not: Boolean\r\n  gDPRDocumentID: String\r\n  gDPRDocumentID_not: String\r\n  gDPRDocumentID_in: [String!]\r\n  gDPRDocumentID_not_in: [String!]\r\n  gDPRDocumentID_lt: String\r\n  gDPRDocumentID_lte: String\r\n  gDPRDocumentID_gt: String\r\n  gDPRDocumentID_gte: String\r\n  gDPRDocumentID_contains: String\r\n  gDPRDocumentID_not_contains: String\r\n  gDPRDocumentID_starts_with: String\r\n  gDPRDocumentID_not_starts_with: String\r\n  gDPRDocumentID_ends_with: String\r\n  gDPRDocumentID_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  actionPlan_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  businessLine_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  product_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  riskType_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  risk_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  incident_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  control_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  application_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  orgUnit_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  organizationalProcess_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  requirement_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  businessProcess_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  actionPlan_Object_some: [BusinessDocumentFilter!]\r\n  businessLine_Object_some: [BusinessDocumentFilter!]\r\n  product_Object_some: [BusinessDocumentFilter!]\r\n  riskType_Object_some: [BusinessDocumentFilter!]\r\n  risk_Object_some: [BusinessDocumentFilter!]\r\n  incident_Object_some: [BusinessDocumentFilter!]\r\n  control_Object_some: [BusinessDocumentFilter!]\r\n  application_Object_some: [BusinessDocumentFilter!]\r\n  orgUnit_Object_some: [BusinessDocumentFilter!]\r\n  organizationalProcess_Object_some: [BusinessDocumentFilter!]\r\n  requirement_Object_some: [BusinessDocumentFilter!]\r\n  businessProcess_Object_some: [BusinessDocumentFilter!]\r\n  documentCategory_some: [BusinessDocumentFilter!]\r\n  businessDocumentPattern_DocumentPattern_some: [BusinessDocumentFilter!]\r\n  businessDocumentVersion_DocumentVersions_some: [BusinessDocumentFilter!]\r\n}\r\n\r\n# A Business Document Pattern allow to predefine some document characteristics:\r\n# the Document Category, the Reading access area, the ciphering...\r\ntype BusinessDocumentPattern {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  ciphered: Boolean\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  documentCategory(filter: filterDocumentCategory, orderBy: [orderByDocumentCategory]): [DocumentCategory]\r\n  businessDocument_BusinessDocuments(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n}\r\n\r\ninput BusinessDocumentPatternFilter {\r\n  and: [BusinessDocumentPatternFilter!]\r\n  or: [BusinessDocumentPatternFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  ciphered: Boolean\r\n  ciphered_not: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  documentCategory_some: [BusinessDocumentPatternFilter!]\r\n  businessDocument_BusinessDocuments_some: [BusinessDocumentPatternFilter!]\r\n}\r\n\r\n# A version of a document contains the content of the document itself. The\r\n# document version allow to access and reference different valid versions for a\r\n# same document.For example, legal regulations can change every year.\r\ntype BusinessDocumentVersion {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  fileExtension: String\r\n  businessDocumentVersionName: String\r\n  documentVersion: String\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  actionPlan_DocumentedObject(filter: filterActionPlan, orderBy: [orderByActionPlan]): [ActionPlan]\r\n  businessLine_DocumentedObject(filter: filterBusinessLine, orderBy: [orderByBusinessLine]): [BusinessLine]\r\n  product_DocumentedObject(filter: filterProduct, orderBy: [orderByProduct]): [Product]\r\n  riskType_DocumentedObject(filter: filterRiskType, orderBy: [orderByRiskType]): [RiskType]\r\n  risk_DocumentedObject(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  incident_DocumentedObject(filter: filterIncident, orderBy: [orderByIncident]): [Incident]\r\n  control_DocumentedObject(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n  application_DocumentedObject(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  orgUnit_DocumentedObject(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  organizationalProcess_DocumentedObject(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n  requirement_DocumentedObject(filter: filterRequirement, orderBy: [orderByRequirement]): [Requirement]\r\n  businessProcess_DocumentedObject(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n  actionPlan_Object(filter: filterActionPlan, orderBy: [orderByActionPlan]): [ActionPlan]\r\n  businessLine_Object(filter: filterBusinessLine, orderBy: [orderByBusinessLine]): [BusinessLine]\r\n  product_Object(filter: filterProduct, orderBy: [orderByProduct]): [Product]\r\n  riskType_Object(filter: filterRiskType, orderBy: [orderByRiskType]): [RiskType]\r\n  risk_Object(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  incident_Object(filter: filterIncident, orderBy: [orderByIncident]): [Incident]\r\n  control_Object(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n  application_Object(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  orgUnit_Object(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  organizationalProcess_Object(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n  requirement_Object(filter: filterRequirement, orderBy: [orderByRequirement]): [Requirement]\r\n  businessProcess_Object(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n  businessDocument_Document(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n}\r\n\r\ninput BusinessDocumentVersionFilter {\r\n  and: [BusinessDocumentVersionFilter!]\r\n  or: [BusinessDocumentVersionFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  fileExtension: String\r\n  fileExtension_not: String\r\n  fileExtension_in: [String!]\r\n  fileExtension_not_in: [String!]\r\n  fileExtension_lt: String\r\n  fileExtension_lte: String\r\n  fileExtension_gt: String\r\n  fileExtension_gte: String\r\n  fileExtension_contains: String\r\n  fileExtension_not_contains: String\r\n  fileExtension_starts_with: String\r\n  fileExtension_not_starts_with: String\r\n  fileExtension_ends_with: String\r\n  fileExtension_not_ends_with: String\r\n  businessDocumentVersionName: String\r\n  businessDocumentVersionName_not: String\r\n  businessDocumentVersionName_in: [String!]\r\n  businessDocumentVersionName_not_in: [String!]\r\n  businessDocumentVersionName_lt: String\r\n  businessDocumentVersionName_lte: String\r\n  businessDocumentVersionName_gt: String\r\n  businessDocumentVersionName_gte: String\r\n  businessDocumentVersionName_contains: String\r\n  businessDocumentVersionName_not_contains: String\r\n  businessDocumentVersionName_starts_with: String\r\n  businessDocumentVersionName_not_starts_with: String\r\n  businessDocumentVersionName_ends_with: String\r\n  businessDocumentVersionName_not_ends_with: String\r\n  documentVersion: String\r\n  documentVersion_not: String\r\n  documentVersion_in: [String!]\r\n  documentVersion_not_in: [String!]\r\n  documentVersion_lt: String\r\n  documentVersion_lte: String\r\n  documentVersion_gt: String\r\n  documentVersion_gte: String\r\n  documentVersion_contains: String\r\n  documentVersion_not_contains: String\r\n  documentVersion_starts_with: String\r\n  documentVersion_not_starts_with: String\r\n  documentVersion_ends_with: String\r\n  documentVersion_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  actionPlan_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  businessLine_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  product_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  riskType_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  risk_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  incident_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  control_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  application_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  orgUnit_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  organizationalProcess_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  requirement_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  businessProcess_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  actionPlan_Object_some: [BusinessDocumentVersionFilter!]\r\n  businessLine_Object_some: [BusinessDocumentVersionFilter!]\r\n  product_Object_some: [BusinessDocumentVersionFilter!]\r\n  riskType_Object_some: [BusinessDocumentVersionFilter!]\r\n  risk_Object_some: [BusinessDocumentVersionFilter!]\r\n  incident_Object_some: [BusinessDocumentVersionFilter!]\r\n  control_Object_some: [BusinessDocumentVersionFilter!]\r\n  application_Object_some: [BusinessDocumentVersionFilter!]\r\n  orgUnit_Object_some: [BusinessDocumentVersionFilter!]\r\n  organizationalProcess_Object_some: [BusinessDocumentVersionFilter!]\r\n  requirement_Object_some: [BusinessDocumentVersionFilter!]\r\n  businessProcess_Object_some: [BusinessDocumentVersionFilter!]\r\n  businessDocument_Document_some: [BusinessDocumentVersionFilter!]\r\n}\r\n\r\n# Business Line is a high level classification of the main activities of the\r\n# enterprise. It corresponds for example to major product segments or to\r\n# distribution channels. It can be used to classify Business Processes,\r\n# Organizational Units or Applications that serve a specific product and or a\r\n# specific market. Regulation Frameworks in some industries impose their own list\r\n# of Business Lines. \r\ntype BusinessLine {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  customerSatisfaction: BusinessLineCustomerSatisfactionEnum\r\n  numberofincidents: String\r\n  assessmentFreshness: Float\r\n  businessLineCode: String\r\n  lastAssessmentDate: Date\r\n  standardizedApproachRatioTSA: Float\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  businessDocument_AttachedDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n  businessDocument_ReferredtoDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n  businessDocumentVersion_AttachedDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n  businessDocumentVersion_ReferredtoDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n  businessLine_ParentBusinessLine(filter: filterBusinessLine, orderBy: [orderByBusinessLine]): [BusinessLine]\r\n  businessLine_SubBusinessLine(filter: filterBusinessLine, orderBy: [orderByBusinessLine]): [BusinessLine]\r\n  grossIncome(filter: filterGrossIncome, orderBy: [orderByGrossIncome]): [GrossIncome]\r\n  incident(filter: filterIncident, orderBy: [orderByIncident]): [Incident]\r\n}\r\n\r\nenum BusinessLineCustomerSatisfactionEnum {\r\n  VeryLow\r\n  Low\r\n  Neutral\r\n  High\r\n  VeryHigh\r\n  NotEvaluated\r\n}\r\n\r\ninput BusinessLineFilter {\r\n  and: [BusinessLineFilter!]\r\n  or: [BusinessLineFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  customerSatisfaction: BusinessLineCustomerSatisfactionEnum\r\n  customerSatisfaction_not: BusinessLineCustomerSatisfactionEnum\r\n  customerSatisfaction_in: [BusinessLineCustomerSatisfactionEnum!]\r\n  customerSatisfaction_not_in: [BusinessLineCustomerSatisfactionEnum!]\r\n  numberofincidents: String\r\n  numberofincidents_not: String\r\n  numberofincidents_in: [String!]\r\n  numberofincidents_not_in: [String!]\r\n  numberofincidents_lt: String\r\n  numberofincidents_lte: String\r\n  numberofincidents_gt: String\r\n  numberofincidents_gte: String\r\n  numberofincidents_contains: String\r\n  numberofincidents_not_contains: String\r\n  numberofincidents_starts_with: String\r\n  numberofincidents_not_starts_with: String\r\n  numberofincidents_ends_with: String\r\n  numberofincidents_not_ends_with: String\r\n  assessmentFreshness: Float\r\n  assessmentFreshness_not: Float\r\n  assessmentFreshness_in: [Float!]\r\n  assessmentFreshness_not_in: [Float!]\r\n  assessmentFreshness_lt: Float\r\n  assessmentFreshness_lte: Float\r\n  assessmentFreshness_gt: Float\r\n  assessmentFreshness_gte: Float\r\n  businessLineCode: String\r\n  businessLineCode_not: String\r\n  businessLineCode_in: [String!]\r\n  businessLineCode_not_in: [String!]\r\n  businessLineCode_lt: String\r\n  businessLineCode_lte: String\r\n  businessLineCode_gt: String\r\n  businessLineCode_gte: String\r\n  businessLineCode_contains: String\r\n  businessLineCode_not_contains: String\r\n  businessLineCode_starts_with: String\r\n  businessLineCode_not_starts_with: String\r\n  businessLineCode_ends_with: String\r\n  businessLineCode_not_ends_with: String\r\n  lastAssessmentDate: Date\r\n  lastAssessmentDate_not: Date\r\n  lastAssessmentDate_in: [Date!]\r\n  lastAssessmentDate_not_in: [Date!]\r\n  lastAssessmentDate_lt: Date\r\n  lastAssessmentDate_lte: Date\r\n  lastAssessmentDate_gt: Date\r\n  lastAssessmentDate_gte: Date\r\n  standardizedApproachRatioTSA: Float\r\n  standardizedApproachRatioTSA_not: Float\r\n  standardizedApproachRatioTSA_in: [Float!]\r\n  standardizedApproachRatioTSA_not_in: [Float!]\r\n  standardizedApproachRatioTSA_lt: Float\r\n  standardizedApproachRatioTSA_lte: Float\r\n  standardizedApproachRatioTSA_gt: Float\r\n  standardizedApproachRatioTSA_gte: Float\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  businessDocument_AttachedDocument_some: [BusinessLineFilter!]\r\n  businessDocument_ReferredtoDocument_some: [BusinessLineFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [BusinessLineFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [BusinessLineFilter!]\r\n  businessLine_ParentBusinessLine_some: [BusinessLineFilter!]\r\n  businessLine_SubBusinessLine_some: [BusinessLineFilter!]\r\n  grossIncome_some: [BusinessLineFilter!]\r\n  incident_some: [BusinessLineFilter!]\r\n}\r\n\r\n# A business process represents a system that offers products or services to an\r\n# internal or external client of the company or organization.At the higher levels,\r\n# a business process represents a structure and a categorization of the business.\r\n# It can be decomposed in other processes.The link with organizational processes\r\n# will describe the real implementation of the business process in the\r\n# organization.A business process can also be detailed by a functional view.\r\ntype BusinessProcess {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  beginLifedate: Date\r\n  endlifedate: Date\r\n  businessProcessCode: String\r\n  numberofincidents: String\r\n  assessmentFreshness: Float\r\n  lastAssessmentDate: Date\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  businessProcess_OwnerBusinessProcess(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n  businessProcess_OwnedBusinessProcess(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n  businessDocument_AttachedDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n  businessDocument_ReferredtoDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n  businessDocumentVersion_AttachedDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n  businessDocumentVersion_ReferredtoDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n  actionPlan(filter: filterActionPlan, orderBy: [orderByActionPlan]): [ActionPlan]\r\n  incident(filter: filterIncident, orderBy: [orderByIncident]): [Incident]\r\n}\r\n\r\ninput BusinessProcessFilter {\r\n  and: [BusinessProcessFilter!]\r\n  or: [BusinessProcessFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  beginLifedate: Date\r\n  beginLifedate_not: Date\r\n  beginLifedate_in: [Date!]\r\n  beginLifedate_not_in: [Date!]\r\n  beginLifedate_lt: Date\r\n  beginLifedate_lte: Date\r\n  beginLifedate_gt: Date\r\n  beginLifedate_gte: Date\r\n  endlifedate: Date\r\n  endlifedate_not: Date\r\n  endlifedate_in: [Date!]\r\n  endlifedate_not_in: [Date!]\r\n  endlifedate_lt: Date\r\n  endlifedate_lte: Date\r\n  endlifedate_gt: Date\r\n  endlifedate_gte: Date\r\n  businessProcessCode: String\r\n  businessProcessCode_not: String\r\n  businessProcessCode_in: [String!]\r\n  businessProcessCode_not_in: [String!]\r\n  businessProcessCode_lt: String\r\n  businessProcessCode_lte: String\r\n  businessProcessCode_gt: String\r\n  businessProcessCode_gte: String\r\n  businessProcessCode_contains: String\r\n  businessProcessCode_not_contains: String\r\n  businessProcessCode_starts_with: String\r\n  businessProcessCode_not_starts_with: String\r\n  businessProcessCode_ends_with: String\r\n  businessProcessCode_not_ends_with: String\r\n  numberofincidents: String\r\n  numberofincidents_not: String\r\n  numberofincidents_in: [String!]\r\n  numberofincidents_not_in: [String!]\r\n  numberofincidents_lt: String\r\n  numberofincidents_lte: String\r\n  numberofincidents_gt: String\r\n  numberofincidents_gte: String\r\n  numberofincidents_contains: String\r\n  numberofincidents_not_contains: String\r\n  numberofincidents_starts_with: String\r\n  numberofincidents_not_starts_with: String\r\n  numberofincidents_ends_with: String\r\n  numberofincidents_not_ends_with: String\r\n  assessmentFreshness: Float\r\n  assessmentFreshness_not: Float\r\n  assessmentFreshness_in: [Float!]\r\n  assessmentFreshness_not_in: [Float!]\r\n  assessmentFreshness_lt: Float\r\n  assessmentFreshness_lte: Float\r\n  assessmentFreshness_gt: Float\r\n  assessmentFreshness_gte: Float\r\n  lastAssessmentDate: Date\r\n  lastAssessmentDate_not: Date\r\n  lastAssessmentDate_in: [Date!]\r\n  lastAssessmentDate_not_in: [Date!]\r\n  lastAssessmentDate_lt: Date\r\n  lastAssessmentDate_lte: Date\r\n  lastAssessmentDate_gt: Date\r\n  lastAssessmentDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  businessProcess_OwnerBusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcess_OwnedBusinessProcess_some: [BusinessProcessFilter!]\r\n  businessDocument_AttachedDocument_some: [BusinessProcessFilter!]\r\n  businessDocument_ReferredtoDocument_some: [BusinessProcessFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [BusinessProcessFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [BusinessProcessFilter!]\r\n  actionPlan_some: [BusinessProcessFilter!]\r\n  incident_some: [BusinessProcessFilter!]\r\n}\r\n\r\ntype BusinessRole {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  businessRoleMultiplicity: BusinessRoleBusinessRoleMultiplicityEnum\r\n  businessRoleStatus: BusinessRoleBusinessRoleStatusEnum\r\n  proposeallusers: Boolean\r\n  businessRoleDisplay: BusinessRoleBusinessRoleDisplayEnum\r\n  gUIName: String\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  personSystem_AssignedPerson_ResponsibilityAssignment_PersonAssignment(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  actionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterActionPlan, orderBy: [orderByActionPlan]): [ActionPlan]\r\n  risk_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  incident_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterIncident, orderBy: [orderByIncident]): [Incident]\r\n  control_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n  application_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  orgUnit_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  organizationalProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n  requirement_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterRequirement, orderBy: [orderByRequirement]): [Requirement]\r\n  businessProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n}\r\n\r\nenum BusinessRoleBusinessRoleDisplayEnum {\r\n  Always\r\n  Ifnotincludedinanotherbusinessrole\r\n}\r\n\r\nenum BusinessRoleBusinessRoleMultiplicityEnum {\r\n  Many\r\n  ZeroToOne\r\n  One\r\n  OneToMany\r\n}\r\n\r\nenum BusinessRoleBusinessRoleStatusEnum {\r\n  Active\r\n  Inactive\r\n}\r\n\r\nenum BusinessRoleDisplayEnumFilter {\r\n  Always\r\n  Ifnotincludedinanotherbusinessrole\r\n}\r\n\r\ninput BusinessRoleFilter {\r\n  and: [BusinessRoleFilter!]\r\n  or: [BusinessRoleFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  businessRoleMultiplicity: BusinessRoleBusinessRoleMultiplicityEnum\r\n  businessRoleMultiplicity_not: BusinessRoleBusinessRoleMultiplicityEnum\r\n  businessRoleMultiplicity_in: [BusinessRoleBusinessRoleMultiplicityEnum!]\r\n  businessRoleMultiplicity_not_in: [BusinessRoleBusinessRoleMultiplicityEnum!]\r\n  businessRoleStatus: BusinessRoleBusinessRoleStatusEnum\r\n  businessRoleStatus_not: BusinessRoleBusinessRoleStatusEnum\r\n  businessRoleStatus_in: [BusinessRoleBusinessRoleStatusEnum!]\r\n  businessRoleStatus_not_in: [BusinessRoleBusinessRoleStatusEnum!]\r\n  proposeallusers: Boolean\r\n  proposeallusers_not: Boolean\r\n  businessRoleDisplay: BusinessRoleBusinessRoleDisplayEnum\r\n  businessRoleDisplay_not: BusinessRoleBusinessRoleDisplayEnum\r\n  businessRoleDisplay_in: [BusinessRoleBusinessRoleDisplayEnum!]\r\n  businessRoleDisplay_not_in: [BusinessRoleBusinessRoleDisplayEnum!]\r\n  gUIName: String\r\n  gUIName_not: String\r\n  gUIName_in: [String!]\r\n  gUIName_not_in: [String!]\r\n  gUIName_lt: String\r\n  gUIName_lte: String\r\n  gUIName_gt: String\r\n  gUIName_gte: String\r\n  gUIName_contains: String\r\n  gUIName_not_contains: String\r\n  gUIName_starts_with: String\r\n  gUIName_not_starts_with: String\r\n  gUIName_ends_with: String\r\n  gUIName_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  personSystem_AssignedPerson_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n  actionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n  risk_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n  incident_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n  control_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n  application_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n  orgUnit_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n  organizationalProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n  requirement_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n  businessProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n}\r\n\r\nenum BusinessRoleMultiplicityEnumFilter {\r\n  Many\r\n  ZeroToOne\r\n  One\r\n  OneToMany\r\n}\r\n\r\nenum BusinessRoleStatusEnumFilter {\r\n  Active\r\n  Inactive\r\n}\r\n\r\nenum ConsequenceTypeEnumFilter {\r\n  Regulatory\r\n  CustomersQuality\r\n  Suppliers\r\n  EmployeesSocial\r\n  Reputation\r\n  Environmental\r\n}\r\n\r\ntype ContextType {\r\n  userId: String\r\n  databaseId: String\r\n  libraryId: String\r\n  profileId: String\r\n  currencyCode: String\r\n  currencyId: String\r\n  language: String\r\n  languageId: String\r\n  databaseLanguage: String\r\n  databaseLanguageId: String\r\n  systemLanguage: String\r\n  systemLanguageId: String\r\n  workingEnvironmentTemplate: String\r\n  workingEnvironmentGroupTemplate: String\r\n  workingEnvironmentTopicTemplate: String\r\n  workingEnvironment: String\r\n  workingEnvironmentGroup: String\r\n  workingEnvironmentTopic: String\r\n  workingEnvironmentEntryPoint: String\r\n}\r\n\r\n# A control is a set of rules and means enabling assurance that a legal,\r\n# regulatory, internal or strategic requirement is respected.\r\ntype Control {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  controlCode: String\r\n  controlLevel: ControlControlLevelEnum\r\n  controlNature: ControlControlNatureEnum\r\n  assessmentFreshness: Float\r\n  lastAssessmentDate: Date\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  businessDocument_AttachedDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n  businessDocument_ReferredtoDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n  businessDocumentVersion_AttachedDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n  businessDocumentVersion_ReferredtoDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n  controlOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  actionPlan(filter: filterActionPlan, orderBy: [orderByActionPlan]): [ActionPlan]\r\n  incident(filter: filterIncident, orderBy: [orderByIncident]): [Incident]\r\n}\r\n\r\nenum ControlControlLevelEnum {\r\n  LevelOne_Operational\r\n  LevelTwo_Organizational\r\n}\r\n\r\nenum ControlControlNatureEnum {\r\n  Detective\r\n  Preventive\r\n  Corrective\r\n  Automatic\r\n  Organisational\r\n  Mixed\r\n}\r\n\r\ninput ControlFilter {\r\n  and: [ControlFilter!]\r\n  or: [ControlFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  controlCode: String\r\n  controlCode_not: String\r\n  controlCode_in: [String!]\r\n  controlCode_not_in: [String!]\r\n  controlCode_lt: String\r\n  controlCode_lte: String\r\n  controlCode_gt: String\r\n  controlCode_gte: String\r\n  controlCode_contains: String\r\n  controlCode_not_contains: String\r\n  controlCode_starts_with: String\r\n  controlCode_not_starts_with: String\r\n  controlCode_ends_with: String\r\n  controlCode_not_ends_with: String\r\n  controlLevel: ControlControlLevelEnum\r\n  controlLevel_not: ControlControlLevelEnum\r\n  controlLevel_in: [ControlControlLevelEnum!]\r\n  controlLevel_not_in: [ControlControlLevelEnum!]\r\n  controlNature: ControlControlNatureEnum\r\n  controlNature_not: ControlControlNatureEnum\r\n  controlNature_in: [ControlControlNatureEnum!]\r\n  controlNature_not_in: [ControlControlNatureEnum!]\r\n  assessmentFreshness: Float\r\n  assessmentFreshness_not: Float\r\n  assessmentFreshness_in: [Float!]\r\n  assessmentFreshness_not_in: [Float!]\r\n  assessmentFreshness_lt: Float\r\n  assessmentFreshness_lte: Float\r\n  assessmentFreshness_gt: Float\r\n  assessmentFreshness_gte: Float\r\n  lastAssessmentDate: Date\r\n  lastAssessmentDate_not: Date\r\n  lastAssessmentDate_in: [Date!]\r\n  lastAssessmentDate_not_in: [Date!]\r\n  lastAssessmentDate_lt: Date\r\n  lastAssessmentDate_lte: Date\r\n  lastAssessmentDate_gt: Date\r\n  lastAssessmentDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  businessDocument_AttachedDocument_some: [ControlFilter!]\r\n  businessDocument_ReferredtoDocument_some: [ControlFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [ControlFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [ControlFilter!]\r\n  controlOwner_PersonSystem_some: [ControlFilter!]\r\n  actionPlan_some: [ControlFilter!]\r\n  incident_some: [ControlFilter!]\r\n}\r\n\r\nenum ControlLevelEnumFilter {\r\n  LevelOne_Operational\r\n  LevelTwo_Organizational\r\n}\r\n\r\nenum ControlNatureEnumFilter {\r\n  Detective\r\n  Preventive\r\n  Corrective\r\n  Automatic\r\n  Organisational\r\n  Mixed\r\n}\r\n\r\nenum creationMode {\r\n  RAW\r\n  BUSINESS\r\n}\r\n\r\nenum CriticalityEnumFilter {\r\n  High\r\n  Medium\r\n  Low\r\n  Insignificante\r\n  Unknown\r\n}\r\n\r\nenum CustomerSatisfactionEnumFilter {\r\n  VeryLow\r\n  Low\r\n  Neutral\r\n  High\r\n  VeryHigh\r\n  NotEvaluated\r\n}\r\n\r\n# The `Date` scalar type represents a year, month and day in accordance with the\r\n# [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) standard.\r\nscalar Date\r\n\r\n# The `DateTime` scalar type represents a date and time. `DateTime` expects\r\n# timestamps to be formatted in accordance with the\r\n# [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) standard.\r\nscalar DateTime\r\n\r\n# The `DateTimeOffset` scalar type represents a date, time and offset from UTC.\r\n# `DateTimeOffset` expects timestamps to be formatted in accordance with the\r\n# [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) standard.\r\nscalar DateTimeOffset\r\n\r\nscalar Decimal\r\n\r\nenum DelayEnumFilter {\r\n  Late\r\n  Intime\r\n}\r\n\r\n# A Document Category allow document classification according to a specific\r\n# subject such as Audit, Diagram, Control Documentation... The category are\r\n# organized in a hierarchical way.\r\ntype DocumentCategory {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  documentCategory_ParentDocumentCategory(filter: filterDocumentCategory, orderBy: [orderByDocumentCategory]): [DocumentCategory]\r\n  documentCategory_SubDocumentCategories(filter: filterDocumentCategory, orderBy: [orderByDocumentCategory]): [DocumentCategory]\r\n  businessDocumentPattern_DocumentPattern(filter: filterBusinessDocumentPattern, orderBy: [orderByBusinessDocumentPattern]): [BusinessDocumentPattern]\r\n  businessDocument_BusinessDocuments(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n}\r\n\r\ninput DocumentCategoryFilter {\r\n  and: [DocumentCategoryFilter!]\r\n  or: [DocumentCategoryFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  documentCategory_ParentDocumentCategory_some: [DocumentCategoryFilter!]\r\n  documentCategory_SubDocumentCategories_some: [DocumentCategoryFilter!]\r\n  businessDocumentPattern_DocumentPattern_some: [DocumentCategoryFilter!]\r\n  businessDocument_BusinessDocuments_some: [DocumentCategoryFilter!]\r\n}\r\n\r\n# Filters of Account\r\ninput filterAccount {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  accountCode: String\r\n  accountCode_not: String\r\n  accountCode_in: [String]\r\n  accountCode_not_in: [String]\r\n  accountCode_lt: String\r\n  accountCode_lte: String\r\n  accountCode_gt: String\r\n  accountCode_gte: String\r\n  accountCode_contains: String\r\n  accountCode_not_contains: String\r\n  accountCode_starts_with: String\r\n  accountCode_not_starts_with: String\r\n  accountCode_ends_with: String\r\n  accountCode_not_ends_with: String\r\n  accounttype: AccounttypeEnumFilter\r\n  accounttype_not: AccounttypeEnumFilter\r\n  accounttype_in: [AccounttypeEnumFilter]\r\n  accounttype_not_in: [AccounttypeEnumFilter]\r\n  totalvalue: Float\r\n  totalvalue_not: Float\r\n  totalvalue_in: [Float]\r\n  totalvalue_not_in: [Float]\r\n  totalvalue_lt: Float\r\n  totalvalue_lte: Float\r\n  totalvalue_gt: Float\r\n  totalvalue_gte: Float\r\n  accountStatus: AccountStatusEnumFilter\r\n  accountStatus_not: AccountStatusEnumFilter\r\n  accountStatus_in: [AccountStatusEnumFilter]\r\n  accountStatus_not_in: [AccountStatusEnumFilter]\r\n  assessmentFreshness: Float\r\n  assessmentFreshness_not: Float\r\n  assessmentFreshness_in: [Float]\r\n  assessmentFreshness_not_in: [Float]\r\n  assessmentFreshness_lt: Float\r\n  assessmentFreshness_lte: Float\r\n  assessmentFreshness_gt: Float\r\n  assessmentFreshness_gte: Float\r\n  lastAssessmentDate: Date\r\n  lastAssessmentDate_not: Date\r\n  lastAssessmentDate_in: [Date]\r\n  lastAssessmentDate_not_in: [Date]\r\n  lastAssessmentDate_lt: Date\r\n  lastAssessmentDate_lte: Date\r\n  lastAssessmentDate_gt: Date\r\n  lastAssessmentDate_gte: Date\r\n  externalName: String\r\n  externalName_not: String\r\n  externalName_in: [String]\r\n  externalName_not_in: [String]\r\n  externalName_lt: String\r\n  externalName_lte: String\r\n  externalName_gt: String\r\n  externalName_gte: String\r\n  externalName_contains: String\r\n  externalName_not_contains: String\r\n  externalName_starts_with: String\r\n  externalName_not_starts_with: String\r\n  externalName_ends_with: String\r\n  externalName_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of ActionPlan\r\ninput filterActionPlan {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  lastProgressPercentage: Int\r\n  lastProgressPercentage_not: Int\r\n  lastProgressPercentage_in: [Int]\r\n  lastProgressPercentage_not_in: [Int]\r\n  lastProgressPercentage_lt: Int\r\n  lastProgressPercentage_lte: Int\r\n  lastProgressPercentage_gt: Int\r\n  lastProgressPercentage_gte: Int\r\n  lastProgressComment: String\r\n  lastProgressComment_not: String\r\n  lastProgressComment_in: [String]\r\n  lastProgressComment_not_in: [String]\r\n  lastProgressComment_lt: String\r\n  lastProgressComment_lte: String\r\n  lastProgressComment_gt: String\r\n  lastProgressComment_gte: String\r\n  lastProgressComment_contains: String\r\n  lastProgressComment_not_contains: String\r\n  lastProgressComment_starts_with: String\r\n  lastProgressComment_not_starts_with: String\r\n  lastProgressComment_ends_with: String\r\n  lastProgressComment_not_ends_with: String\r\n  successful: SuccessfulEnumFilter\r\n  successful_not: SuccessfulEnumFilter\r\n  successful_in: [SuccessfulEnumFilter]\r\n  successful_not_in: [SuccessfulEnumFilter]\r\n  realCost: Float\r\n  realCost_not: Float\r\n  realCost_in: [Float]\r\n  realCost_not_in: [Float]\r\n  realCost_lt: Float\r\n  realCost_lte: Float\r\n  realCost_gt: Float\r\n  realCost_gte: Float\r\n  forecastCost: Float\r\n  forecastCost_not: Float\r\n  forecastCost_in: [Float]\r\n  forecastCost_not_in: [Float]\r\n  forecastCost_lt: Float\r\n  forecastCost_lte: Float\r\n  forecastCost_gt: Float\r\n  forecastCost_gte: Float\r\n  forecastCostManDays: Int\r\n  forecastCostManDays_not: Int\r\n  forecastCostManDays_in: [Int]\r\n  forecastCostManDays_not_in: [Int]\r\n  forecastCostManDays_lt: Int\r\n  forecastCostManDays_lte: Int\r\n  forecastCostManDays_gt: Int\r\n  forecastCostManDays_gte: Int\r\n  realCostManDays: Int\r\n  realCostManDays_not: Int\r\n  realCostManDays_in: [Int]\r\n  realCostManDays_not_in: [Int]\r\n  realCostManDays_lt: Int\r\n  realCostManDays_lte: Int\r\n  realCostManDays_gt: Int\r\n  realCostManDays_gte: Int\r\n  actionPlanCategory: ActionPlanCategoryEnumFilter\r\n  actionPlanCategory_not: ActionPlanCategoryEnumFilter\r\n  actionPlanCategory_in: [ActionPlanCategoryEnumFilter]\r\n  actionPlanCategory_not_in: [ActionPlanCategoryEnumFilter]\r\n  actionPlanStatus: ActionPlanStatusEnumFilter\r\n  actionPlanStatus_not: ActionPlanStatusEnumFilter\r\n  actionPlanStatus_in: [ActionPlanStatusEnumFilter]\r\n  actionPlanStatus_not_in: [ActionPlanStatusEnumFilter]\r\n  means: String\r\n  means_not: String\r\n  means_in: [String]\r\n  means_not_in: [String]\r\n  means_lt: String\r\n  means_lte: String\r\n  means_gt: String\r\n  means_gte: String\r\n  means_contains: String\r\n  means_not_contains: String\r\n  means_starts_with: String\r\n  means_not_starts_with: String\r\n  means_ends_with: String\r\n  means_not_ends_with: String\r\n  actionPlanOrigin: ActionPlanOriginEnumFilter\r\n  actionPlanOrigin_not: ActionPlanOriginEnumFilter\r\n  actionPlanOrigin_in: [ActionPlanOriginEnumFilter]\r\n  actionPlanOrigin_not_in: [ActionPlanOriginEnumFilter]\r\n  keySuccessFactor: String\r\n  keySuccessFactor_not: String\r\n  keySuccessFactor_in: [String]\r\n  keySuccessFactor_not_in: [String]\r\n  keySuccessFactor_lt: String\r\n  keySuccessFactor_lte: String\r\n  keySuccessFactor_gt: String\r\n  keySuccessFactor_gte: String\r\n  keySuccessFactor_contains: String\r\n  keySuccessFactor_not_contains: String\r\n  keySuccessFactor_starts_with: String\r\n  keySuccessFactor_not_starts_with: String\r\n  keySuccessFactor_ends_with: String\r\n  keySuccessFactor_not_ends_with: String\r\n  successfullcomments: String\r\n  successfullcomments_not: String\r\n  successfullcomments_in: [String]\r\n  successfullcomments_not_in: [String]\r\n  successfullcomments_lt: String\r\n  successfullcomments_lte: String\r\n  successfullcomments_gt: String\r\n  successfullcomments_gte: String\r\n  successfullcomments_contains: String\r\n  successfullcomments_not_contains: String\r\n  successfullcomments_starts_with: String\r\n  successfullcomments_not_starts_with: String\r\n  successfullcomments_ends_with: String\r\n  successfullcomments_not_ends_with: String\r\n  plannedBeginDate: Date\r\n  plannedBeginDate_not: Date\r\n  plannedBeginDate_in: [Date]\r\n  plannedBeginDate_not_in: [Date]\r\n  plannedBeginDate_lt: Date\r\n  plannedBeginDate_lte: Date\r\n  plannedBeginDate_gt: Date\r\n  plannedBeginDate_gte: Date\r\n  plannedEndDate: Date\r\n  plannedEndDate_not: Date\r\n  plannedEndDate_in: [Date]\r\n  plannedEndDate_not_in: [Date]\r\n  plannedEndDate_lt: Date\r\n  plannedEndDate_lte: Date\r\n  plannedEndDate_gt: Date\r\n  plannedEndDate_gte: Date\r\n  realBeginDate: Date\r\n  realBeginDate_not: Date\r\n  realBeginDate_in: [Date]\r\n  realBeginDate_not_in: [Date]\r\n  realBeginDate_lt: Date\r\n  realBeginDate_lte: Date\r\n  realBeginDate_gt: Date\r\n  realBeginDate_gte: Date\r\n  realEndDate: Date\r\n  realEndDate_not: Date\r\n  realEndDate_in: [Date]\r\n  realEndDate_not_in: [Date]\r\n  realEndDate_lt: Date\r\n  realEndDate_lte: Date\r\n  realEndDate_gt: Date\r\n  realEndDate_gte: Date\r\n  actionPlanPriority: ActionPlanPriorityEnumFilter\r\n  actionPlanPriority_not: ActionPlanPriorityEnumFilter\r\n  actionPlanPriority_in: [ActionPlanPriorityEnumFilter]\r\n  actionPlanPriority_not_in: [ActionPlanPriorityEnumFilter]\r\n  delay: DelayEnumFilter\r\n  delay_not: DelayEnumFilter\r\n  delay_in: [DelayEnumFilter]\r\n  delay_not_in: [DelayEnumFilter]\r\n  actionPlanNature: ActionPlanNatureEnumFilter\r\n  actionPlanNature_not: ActionPlanNatureEnumFilter\r\n  actionPlanNature_in: [ActionPlanNatureEnumFilter]\r\n  actionPlanNature_not_in: [ActionPlanNatureEnumFilter]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of Application\r\ninput filterApplication {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  applicationStereotype: ApplicationStereotypeEnumFilter\r\n  applicationStereotype_not: ApplicationStereotypeEnumFilter\r\n  applicationStereotype_in: [ApplicationStereotypeEnumFilter]\r\n  applicationStereotype_not_in: [ApplicationStereotypeEnumFilter]\r\n  beginLifedate: Date\r\n  beginLifedate_not: Date\r\n  beginLifedate_in: [Date]\r\n  beginLifedate_not_in: [Date]\r\n  beginLifedate_lt: Date\r\n  beginLifedate_lte: Date\r\n  beginLifedate_gt: Date\r\n  beginLifedate_gte: Date\r\n  endlifedate: Date\r\n  endlifedate_not: Date\r\n  endlifedate_in: [Date]\r\n  endlifedate_not_in: [Date]\r\n  endlifedate_lt: Date\r\n  endlifedate_lte: Date\r\n  endlifedate_gt: Date\r\n  endlifedate_gte: Date\r\n  statusReview: StatusReviewEnumFilter\r\n  statusReview_not: StatusReviewEnumFilter\r\n  statusReview_in: [StatusReviewEnumFilter]\r\n  statusReview_not_in: [StatusReviewEnumFilter]\r\n  assessmentFreshness: Float\r\n  assessmentFreshness_not: Float\r\n  assessmentFreshness_in: [Float]\r\n  assessmentFreshness_not_in: [Float]\r\n  assessmentFreshness_lt: Float\r\n  assessmentFreshness_lte: Float\r\n  assessmentFreshness_gt: Float\r\n  assessmentFreshness_gte: Float\r\n  lastAssessmentDate: Date\r\n  lastAssessmentDate_not: Date\r\n  lastAssessmentDate_in: [Date]\r\n  lastAssessmentDate_not_in: [Date]\r\n  lastAssessmentDate_lt: Date\r\n  lastAssessmentDate_lte: Date\r\n  lastAssessmentDate_gt: Date\r\n  lastAssessmentDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of BusinessDocument\r\ninput filterBusinessDocument {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  isCiphered: Boolean\r\n  isCiphered_not: Boolean\r\n  gDPRDocumentID: String\r\n  gDPRDocumentID_not: String\r\n  gDPRDocumentID_in: [String]\r\n  gDPRDocumentID_not_in: [String]\r\n  gDPRDocumentID_lt: String\r\n  gDPRDocumentID_lte: String\r\n  gDPRDocumentID_gt: String\r\n  gDPRDocumentID_gte: String\r\n  gDPRDocumentID_contains: String\r\n  gDPRDocumentID_not_contains: String\r\n  gDPRDocumentID_starts_with: String\r\n  gDPRDocumentID_not_starts_with: String\r\n  gDPRDocumentID_ends_with: String\r\n  gDPRDocumentID_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of BusinessDocumentPattern\r\ninput filterBusinessDocumentPattern {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  ciphered: Boolean\r\n  ciphered_not: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of BusinessDocumentVersion\r\ninput filterBusinessDocumentVersion {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  fileExtension: String\r\n  fileExtension_not: String\r\n  fileExtension_in: [String]\r\n  fileExtension_not_in: [String]\r\n  fileExtension_lt: String\r\n  fileExtension_lte: String\r\n  fileExtension_gt: String\r\n  fileExtension_gte: String\r\n  fileExtension_contains: String\r\n  fileExtension_not_contains: String\r\n  fileExtension_starts_with: String\r\n  fileExtension_not_starts_with: String\r\n  fileExtension_ends_with: String\r\n  fileExtension_not_ends_with: String\r\n  businessDocumentVersionName: String\r\n  businessDocumentVersionName_not: String\r\n  businessDocumentVersionName_in: [String]\r\n  businessDocumentVersionName_not_in: [String]\r\n  businessDocumentVersionName_lt: String\r\n  businessDocumentVersionName_lte: String\r\n  businessDocumentVersionName_gt: String\r\n  businessDocumentVersionName_gte: String\r\n  businessDocumentVersionName_contains: String\r\n  businessDocumentVersionName_not_contains: String\r\n  businessDocumentVersionName_starts_with: String\r\n  businessDocumentVersionName_not_starts_with: String\r\n  businessDocumentVersionName_ends_with: String\r\n  businessDocumentVersionName_not_ends_with: String\r\n  documentVersion: String\r\n  documentVersion_not: String\r\n  documentVersion_in: [String]\r\n  documentVersion_not_in: [String]\r\n  documentVersion_lt: String\r\n  documentVersion_lte: String\r\n  documentVersion_gt: String\r\n  documentVersion_gte: String\r\n  documentVersion_contains: String\r\n  documentVersion_not_contains: String\r\n  documentVersion_starts_with: String\r\n  documentVersion_not_starts_with: String\r\n  documentVersion_ends_with: String\r\n  documentVersion_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of BusinessLine\r\ninput filterBusinessLine {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  customerSatisfaction: CustomerSatisfactionEnumFilter\r\n  customerSatisfaction_not: CustomerSatisfactionEnumFilter\r\n  customerSatisfaction_in: [CustomerSatisfactionEnumFilter]\r\n  customerSatisfaction_not_in: [CustomerSatisfactionEnumFilter]\r\n  numberofincidents: String\r\n  numberofincidents_not: String\r\n  numberofincidents_in: [String]\r\n  numberofincidents_not_in: [String]\r\n  numberofincidents_lt: String\r\n  numberofincidents_lte: String\r\n  numberofincidents_gt: String\r\n  numberofincidents_gte: String\r\n  numberofincidents_contains: String\r\n  numberofincidents_not_contains: String\r\n  numberofincidents_starts_with: String\r\n  numberofincidents_not_starts_with: String\r\n  numberofincidents_ends_with: String\r\n  numberofincidents_not_ends_with: String\r\n  assessmentFreshness: Float\r\n  assessmentFreshness_not: Float\r\n  assessmentFreshness_in: [Float]\r\n  assessmentFreshness_not_in: [Float]\r\n  assessmentFreshness_lt: Float\r\n  assessmentFreshness_lte: Float\r\n  assessmentFreshness_gt: Float\r\n  assessmentFreshness_gte: Float\r\n  businessLineCode: String\r\n  businessLineCode_not: String\r\n  businessLineCode_in: [String]\r\n  businessLineCode_not_in: [String]\r\n  businessLineCode_lt: String\r\n  businessLineCode_lte: String\r\n  businessLineCode_gt: String\r\n  businessLineCode_gte: String\r\n  businessLineCode_contains: String\r\n  businessLineCode_not_contains: String\r\n  businessLineCode_starts_with: String\r\n  businessLineCode_not_starts_with: String\r\n  businessLineCode_ends_with: String\r\n  businessLineCode_not_ends_with: String\r\n  lastAssessmentDate: Date\r\n  lastAssessmentDate_not: Date\r\n  lastAssessmentDate_in: [Date]\r\n  lastAssessmentDate_not_in: [Date]\r\n  lastAssessmentDate_lt: Date\r\n  lastAssessmentDate_lte: Date\r\n  lastAssessmentDate_gt: Date\r\n  lastAssessmentDate_gte: Date\r\n  standardizedApproachRatioTSA: Float\r\n  standardizedApproachRatioTSA_not: Float\r\n  standardizedApproachRatioTSA_in: [Float]\r\n  standardizedApproachRatioTSA_not_in: [Float]\r\n  standardizedApproachRatioTSA_lt: Float\r\n  standardizedApproachRatioTSA_lte: Float\r\n  standardizedApproachRatioTSA_gt: Float\r\n  standardizedApproachRatioTSA_gte: Float\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of BusinessProcess\r\ninput filterBusinessProcess {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  beginLifedate: Date\r\n  beginLifedate_not: Date\r\n  beginLifedate_in: [Date]\r\n  beginLifedate_not_in: [Date]\r\n  beginLifedate_lt: Date\r\n  beginLifedate_lte: Date\r\n  beginLifedate_gt: Date\r\n  beginLifedate_gte: Date\r\n  endlifedate: Date\r\n  endlifedate_not: Date\r\n  endlifedate_in: [Date]\r\n  endlifedate_not_in: [Date]\r\n  endlifedate_lt: Date\r\n  endlifedate_lte: Date\r\n  endlifedate_gt: Date\r\n  endlifedate_gte: Date\r\n  businessProcessCode: String\r\n  businessProcessCode_not: String\r\n  businessProcessCode_in: [String]\r\n  businessProcessCode_not_in: [String]\r\n  businessProcessCode_lt: String\r\n  businessProcessCode_lte: String\r\n  businessProcessCode_gt: String\r\n  businessProcessCode_gte: String\r\n  businessProcessCode_contains: String\r\n  businessProcessCode_not_contains: String\r\n  businessProcessCode_starts_with: String\r\n  businessProcessCode_not_starts_with: String\r\n  businessProcessCode_ends_with: String\r\n  businessProcessCode_not_ends_with: String\r\n  numberofincidents: String\r\n  numberofincidents_not: String\r\n  numberofincidents_in: [String]\r\n  numberofincidents_not_in: [String]\r\n  numberofincidents_lt: String\r\n  numberofincidents_lte: String\r\n  numberofincidents_gt: String\r\n  numberofincidents_gte: String\r\n  numberofincidents_contains: String\r\n  numberofincidents_not_contains: String\r\n  numberofincidents_starts_with: String\r\n  numberofincidents_not_starts_with: String\r\n  numberofincidents_ends_with: String\r\n  numberofincidents_not_ends_with: String\r\n  assessmentFreshness: Float\r\n  assessmentFreshness_not: Float\r\n  assessmentFreshness_in: [Float]\r\n  assessmentFreshness_not_in: [Float]\r\n  assessmentFreshness_lt: Float\r\n  assessmentFreshness_lte: Float\r\n  assessmentFreshness_gt: Float\r\n  assessmentFreshness_gte: Float\r\n  lastAssessmentDate: Date\r\n  lastAssessmentDate_not: Date\r\n  lastAssessmentDate_in: [Date]\r\n  lastAssessmentDate_not_in: [Date]\r\n  lastAssessmentDate_lt: Date\r\n  lastAssessmentDate_lte: Date\r\n  lastAssessmentDate_gt: Date\r\n  lastAssessmentDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of BusinessRole\r\ninput filterBusinessRole {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  businessRoleMultiplicity: BusinessRoleMultiplicityEnumFilter\r\n  businessRoleMultiplicity_not: BusinessRoleMultiplicityEnumFilter\r\n  businessRoleMultiplicity_in: [BusinessRoleMultiplicityEnumFilter]\r\n  businessRoleMultiplicity_not_in: [BusinessRoleMultiplicityEnumFilter]\r\n  businessRoleStatus: BusinessRoleStatusEnumFilter\r\n  businessRoleStatus_not: BusinessRoleStatusEnumFilter\r\n  businessRoleStatus_in: [BusinessRoleStatusEnumFilter]\r\n  businessRoleStatus_not_in: [BusinessRoleStatusEnumFilter]\r\n  proposeallusers: Boolean\r\n  proposeallusers_not: Boolean\r\n  businessRoleDisplay: BusinessRoleDisplayEnumFilter\r\n  businessRoleDisplay_not: BusinessRoleDisplayEnumFilter\r\n  businessRoleDisplay_in: [BusinessRoleDisplayEnumFilter]\r\n  businessRoleDisplay_not_in: [BusinessRoleDisplayEnumFilter]\r\n  gUIName: String\r\n  gUIName_not: String\r\n  gUIName_in: [String]\r\n  gUIName_not_in: [String]\r\n  gUIName_lt: String\r\n  gUIName_lte: String\r\n  gUIName_gt: String\r\n  gUIName_gte: String\r\n  gUIName_contains: String\r\n  gUIName_not_contains: String\r\n  gUIName_starts_with: String\r\n  gUIName_not_starts_with: String\r\n  gUIName_ends_with: String\r\n  gUIName_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of Control\r\ninput filterControl {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  controlCode: String\r\n  controlCode_not: String\r\n  controlCode_in: [String]\r\n  controlCode_not_in: [String]\r\n  controlCode_lt: String\r\n  controlCode_lte: String\r\n  controlCode_gt: String\r\n  controlCode_gte: String\r\n  controlCode_contains: String\r\n  controlCode_not_contains: String\r\n  controlCode_starts_with: String\r\n  controlCode_not_starts_with: String\r\n  controlCode_ends_with: String\r\n  controlCode_not_ends_with: String\r\n  controlLevel: ControlLevelEnumFilter\r\n  controlLevel_not: ControlLevelEnumFilter\r\n  controlLevel_in: [ControlLevelEnumFilter]\r\n  controlLevel_not_in: [ControlLevelEnumFilter]\r\n  controlNature: ControlNatureEnumFilter\r\n  controlNature_not: ControlNatureEnumFilter\r\n  controlNature_in: [ControlNatureEnumFilter]\r\n  controlNature_not_in: [ControlNatureEnumFilter]\r\n  assessmentFreshness: Float\r\n  assessmentFreshness_not: Float\r\n  assessmentFreshness_in: [Float]\r\n  assessmentFreshness_not_in: [Float]\r\n  assessmentFreshness_lt: Float\r\n  assessmentFreshness_lte: Float\r\n  assessmentFreshness_gt: Float\r\n  assessmentFreshness_gte: Float\r\n  lastAssessmentDate: Date\r\n  lastAssessmentDate_not: Date\r\n  lastAssessmentDate_in: [Date]\r\n  lastAssessmentDate_not_in: [Date]\r\n  lastAssessmentDate_lt: Date\r\n  lastAssessmentDate_lte: Date\r\n  lastAssessmentDate_gt: Date\r\n  lastAssessmentDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of DocumentCategory\r\ninput filterDocumentCategory {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of Gain\r\ninput filterGain {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  codeFinancialElement: Int\r\n  codeFinancialElement_not: Int\r\n  codeFinancialElement_in: [Int]\r\n  codeFinancialElement_not_in: [Int]\r\n  codeFinancialElement_lt: Int\r\n  codeFinancialElement_lte: Int\r\n  codeFinancialElement_gt: Int\r\n  codeFinancialElement_gte: Int\r\n  amount: Float\r\n  amount_not: Float\r\n  amount_in: [Float]\r\n  amount_not_in: [Float]\r\n  amount_lt: Float\r\n  amount_lte: Float\r\n  amount_gt: Float\r\n  amount_gte: Float\r\n  amountlocal: Float\r\n  amountlocal_not: Float\r\n  amountlocal_in: [Float]\r\n  amountlocal_not_in: [Float]\r\n  amountlocal_lt: Float\r\n  amountlocal_lte: Float\r\n  amountlocal_gt: Float\r\n  amountlocal_gte: Float\r\n  amountisestimated: Boolean\r\n  amountisestimated_not: Boolean\r\n  effectivedate: Date\r\n  effectivedate_not: Date\r\n  effectivedate_in: [Date]\r\n  effectivedate_not_in: [Date]\r\n  effectivedate_lt: Date\r\n  effectivedate_lte: Date\r\n  effectivedate_gt: Date\r\n  effectivedate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of GrossIncome\r\ninput filterGrossIncome {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  beginDateGrossIncome: Date\r\n  beginDateGrossIncome_not: Date\r\n  beginDateGrossIncome_in: [Date]\r\n  beginDateGrossIncome_not_in: [Date]\r\n  beginDateGrossIncome_lt: Date\r\n  beginDateGrossIncome_lte: Date\r\n  beginDateGrossIncome_gt: Date\r\n  beginDateGrossIncome_gte: Date\r\n  endDateGrossIncome: Date\r\n  endDateGrossIncome_not: Date\r\n  endDateGrossIncome_in: [Date]\r\n  endDateGrossIncome_not_in: [Date]\r\n  endDateGrossIncome_lt: Date\r\n  endDateGrossIncome_lte: Date\r\n  endDateGrossIncome_gt: Date\r\n  endDateGrossIncome_gte: Date\r\n  revenueAmount: Float\r\n  revenueAmount_not: Float\r\n  revenueAmount_in: [Float]\r\n  revenueAmount_not_in: [Float]\r\n  revenueAmount_lt: Float\r\n  revenueAmount_lte: Float\r\n  revenueAmount_gt: Float\r\n  revenueAmount_gte: Float\r\n  revenueAmountlocal: Float\r\n  revenueAmountlocal_not: Float\r\n  revenueAmountlocal_in: [Float]\r\n  revenueAmountlocal_not_in: [Float]\r\n  revenueAmountlocal_lt: Float\r\n  revenueAmountlocal_lte: Float\r\n  revenueAmountlocal_gt: Float\r\n  revenueAmountlocal_gte: Float\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of Incident\r\ninput filterIncident {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  codeIncident: Int\r\n  codeIncident_not: Int\r\n  codeIncident_in: [Int]\r\n  codeIncident_not_in: [Int]\r\n  codeIncident_lt: Int\r\n  codeIncident_lte: Int\r\n  codeIncident_gt: Int\r\n  codeIncident_gte: Int\r\n  declarationDate: Date\r\n  declarationDate_not: Date\r\n  declarationDate_in: [Date]\r\n  declarationDate_not_in: [Date]\r\n  declarationDate_lt: Date\r\n  declarationDate_lte: Date\r\n  declarationDate_gt: Date\r\n  declarationDate_gte: Date\r\n  detectionDate: Date\r\n  detectionDate_not: Date\r\n  detectionDate_in: [Date]\r\n  detectionDate_not_in: [Date]\r\n  detectionDate_lt: Date\r\n  detectionDate_lte: Date\r\n  detectionDate_gt: Date\r\n  detectionDate_gte: Date\r\n  occurrenceDate: Date\r\n  occurrenceDate_not: Date\r\n  occurrenceDate_in: [Date]\r\n  occurrenceDate_not_in: [Date]\r\n  occurrenceDate_lt: Date\r\n  occurrenceDate_lte: Date\r\n  occurrenceDate_gt: Date\r\n  occurrenceDate_gte: Date\r\n  nearMiss: Boolean\r\n  nearMiss_not: Boolean\r\n  natureIncident: NatureIncidentEnumFilter\r\n  natureIncident_not: NatureIncidentEnumFilter\r\n  natureIncident_in: [NatureIncidentEnumFilter]\r\n  natureIncident_not_in: [NatureIncidentEnumFilter]\r\n  statusIncident: StatusIncidentEnumFilter\r\n  statusIncident_not: StatusIncidentEnumFilter\r\n  statusIncident_in: [StatusIncidentEnumFilter]\r\n  statusIncident_not_in: [StatusIncidentEnumFilter]\r\n  impactIncident: ImpactIncidentEnumFilter\r\n  impactIncident_not: ImpactIncidentEnumFilter\r\n  impactIncident_in: [ImpactIncidentEnumFilter]\r\n  impactIncident_not_in: [ImpactIncidentEnumFilter]\r\n  priorityIncident: PriorityIncidentEnumFilter\r\n  priorityIncident_not: PriorityIncidentEnumFilter\r\n  priorityIncident_in: [PriorityIncidentEnumFilter]\r\n  priorityIncident_not_in: [PriorityIncidentEnumFilter]\r\n  grossLoss: Float\r\n  grossLoss_not: Float\r\n  grossLoss_in: [Float]\r\n  grossLoss_not_in: [Float]\r\n  grossLoss_lt: Float\r\n  grossLoss_lte: Float\r\n  grossLoss_gt: Float\r\n  grossLoss_gte: Float\r\n  grossLosslocal: Float\r\n  grossLosslocal_not: Float\r\n  grossLosslocal_in: [Float]\r\n  grossLosslocal_not_in: [Float]\r\n  grossLosslocal_lt: Float\r\n  grossLosslocal_lte: Float\r\n  grossLosslocal_gt: Float\r\n  grossLosslocal_gte: Float\r\n  grossActualLoss: Float\r\n  grossActualLoss_not: Float\r\n  grossActualLoss_in: [Float]\r\n  grossActualLoss_not_in: [Float]\r\n  grossActualLoss_lt: Float\r\n  grossActualLoss_lte: Float\r\n  grossActualLoss_gt: Float\r\n  grossActualLoss_gte: Float\r\n  grossActualLosslocal: Float\r\n  grossActualLosslocal_not: Float\r\n  grossActualLosslocal_in: [Float]\r\n  grossActualLosslocal_not_in: [Float]\r\n  grossActualLosslocal_lt: Float\r\n  grossActualLosslocal_lte: Float\r\n  grossActualLosslocal_gt: Float\r\n  grossActualLosslocal_gte: Float\r\n  recoveries: Float\r\n  recoveries_not: Float\r\n  recoveries_in: [Float]\r\n  recoveries_not_in: [Float]\r\n  recoveries_lt: Float\r\n  recoveries_lte: Float\r\n  recoveries_gt: Float\r\n  recoveries_gte: Float\r\n  recoverieslocal: Float\r\n  recoverieslocal_not: Float\r\n  recoverieslocal_in: [Float]\r\n  recoverieslocal_not_in: [Float]\r\n  recoverieslocal_lt: Float\r\n  recoverieslocal_lte: Float\r\n  recoverieslocal_gt: Float\r\n  recoverieslocal_gte: Float\r\n  netLoss: Float\r\n  netLoss_not: Float\r\n  netLoss_in: [Float]\r\n  netLoss_not_in: [Float]\r\n  netLoss_lt: Float\r\n  netLoss_lte: Float\r\n  netLoss_gt: Float\r\n  netLoss_gte: Float\r\n  netLosslocal: Float\r\n  netLosslocal_not: Float\r\n  netLosslocal_in: [Float]\r\n  netLosslocal_not_in: [Float]\r\n  netLosslocal_lt: Float\r\n  netLosslocal_lte: Float\r\n  netLosslocal_gt: Float\r\n  netLosslocal_gte: Float\r\n  netActualLoss: Float\r\n  netActualLoss_not: Float\r\n  netActualLoss_in: [Float]\r\n  netActualLoss_not_in: [Float]\r\n  netActualLoss_lt: Float\r\n  netActualLoss_lte: Float\r\n  netActualLoss_gt: Float\r\n  netActualLoss_gte: Float\r\n  netActualLosslocal: Float\r\n  netActualLosslocal_not: Float\r\n  netActualLosslocal_in: [Float]\r\n  netActualLosslocal_not_in: [Float]\r\n  netActualLosslocal_lt: Float\r\n  netActualLosslocal_lte: Float\r\n  netActualLosslocal_gt: Float\r\n  netActualLosslocal_gte: Float\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of Login\r\ninput filterLogin {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  usercode: String\r\n  usercode_not: String\r\n  usercode_in: [String]\r\n  usercode_not_in: [String]\r\n  usercode_lt: String\r\n  usercode_lte: String\r\n  usercode_gt: String\r\n  usercode_gte: String\r\n  usercode_contains: String\r\n  usercode_not_contains: String\r\n  usercode_starts_with: String\r\n  usercode_not_starts_with: String\r\n  usercode_ends_with: String\r\n  usercode_not_ends_with: String\r\n  commandLine: String\r\n  commandLine_not: String\r\n  commandLine_in: [String]\r\n  commandLine_not_in: [String]\r\n  commandLine_lt: String\r\n  commandLine_lte: String\r\n  commandLine_gt: String\r\n  commandLine_gte: String\r\n  commandLine_contains: String\r\n  commandLine_not_contains: String\r\n  commandLine_starts_with: String\r\n  commandLine_not_starts_with: String\r\n  commandLine_ends_with: String\r\n  commandLine_not_ends_with: String\r\n  statusLogin: StatusLoginEnumFilter\r\n  statusLogin_not: StatusLoginEnumFilter\r\n  statusLogin_in: [StatusLoginEnumFilter]\r\n  statusLogin_not_in: [StatusLoginEnumFilter]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of Loss\r\ninput filterLoss {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  codeFinancialElement: Int\r\n  codeFinancialElement_not: Int\r\n  codeFinancialElement_in: [Int]\r\n  codeFinancialElement_not_in: [Int]\r\n  codeFinancialElement_lt: Int\r\n  codeFinancialElement_lte: Int\r\n  codeFinancialElement_gt: Int\r\n  codeFinancialElement_gte: Int\r\n  amount: Float\r\n  amount_not: Float\r\n  amount_in: [Float]\r\n  amount_not_in: [Float]\r\n  amount_lt: Float\r\n  amount_lte: Float\r\n  amount_gt: Float\r\n  amount_gte: Float\r\n  amountlocal: Float\r\n  amountlocal_not: Float\r\n  amountlocal_in: [Float]\r\n  amountlocal_not_in: [Float]\r\n  amountlocal_lt: Float\r\n  amountlocal_lte: Float\r\n  amountlocal_gt: Float\r\n  amountlocal_gte: Float\r\n  amountisestimated: Boolean\r\n  amountisestimated_not: Boolean\r\n  effectivedate: Date\r\n  effectivedate_not: Date\r\n  effectivedate_in: [Date]\r\n  effectivedate_not_in: [Date]\r\n  effectivedate_lt: Date\r\n  effectivedate_lte: Date\r\n  effectivedate_gt: Date\r\n  effectivedate_gte: Date\r\n  natureLoss: NatureLossEnumFilter\r\n  natureLoss_not: NatureLossEnumFilter\r\n  natureLoss_in: [NatureLossEnumFilter]\r\n  natureLoss_not_in: [NatureLossEnumFilter]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of MacroIncident\r\ninput filterMacroIncident {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  codeMacroIncident: Int\r\n  codeMacroIncident_not: Int\r\n  codeMacroIncident_in: [Int]\r\n  codeMacroIncident_not_in: [Int]\r\n  codeMacroIncident_lt: Int\r\n  codeMacroIncident_lte: Int\r\n  codeMacroIncident_gt: Int\r\n  codeMacroIncident_gte: Int\r\n  grossLoss: Float\r\n  grossLoss_not: Float\r\n  grossLoss_in: [Float]\r\n  grossLoss_not_in: [Float]\r\n  grossLoss_lt: Float\r\n  grossLoss_lte: Float\r\n  grossLoss_gt: Float\r\n  grossLoss_gte: Float\r\n  grossLosslocal: Float\r\n  grossLosslocal_not: Float\r\n  grossLosslocal_in: [Float]\r\n  grossLosslocal_not_in: [Float]\r\n  grossLosslocal_lt: Float\r\n  grossLosslocal_lte: Float\r\n  grossLosslocal_gt: Float\r\n  grossLosslocal_gte: Float\r\n  grossActualLoss: Float\r\n  grossActualLoss_not: Float\r\n  grossActualLoss_in: [Float]\r\n  grossActualLoss_not_in: [Float]\r\n  grossActualLoss_lt: Float\r\n  grossActualLoss_lte: Float\r\n  grossActualLoss_gt: Float\r\n  grossActualLoss_gte: Float\r\n  grossActualLosslocal: Float\r\n  grossActualLosslocal_not: Float\r\n  grossActualLosslocal_in: [Float]\r\n  grossActualLosslocal_not_in: [Float]\r\n  grossActualLosslocal_lt: Float\r\n  grossActualLosslocal_lte: Float\r\n  grossActualLosslocal_gt: Float\r\n  grossActualLosslocal_gte: Float\r\n  recoveries: Float\r\n  recoveries_not: Float\r\n  recoveries_in: [Float]\r\n  recoveries_not_in: [Float]\r\n  recoveries_lt: Float\r\n  recoveries_lte: Float\r\n  recoveries_gt: Float\r\n  recoveries_gte: Float\r\n  recoverieslocal: Float\r\n  recoverieslocal_not: Float\r\n  recoverieslocal_in: [Float]\r\n  recoverieslocal_not_in: [Float]\r\n  recoverieslocal_lt: Float\r\n  recoverieslocal_lte: Float\r\n  recoverieslocal_gt: Float\r\n  recoverieslocal_gte: Float\r\n  netLoss: Float\r\n  netLoss_not: Float\r\n  netLoss_in: [Float]\r\n  netLoss_not_in: [Float]\r\n  netLoss_lt: Float\r\n  netLoss_lte: Float\r\n  netLoss_gt: Float\r\n  netLoss_gte: Float\r\n  netLosslocal: Float\r\n  netLosslocal_not: Float\r\n  netLosslocal_in: [Float]\r\n  netLosslocal_not_in: [Float]\r\n  netLosslocal_lt: Float\r\n  netLosslocal_lte: Float\r\n  netLosslocal_gt: Float\r\n  netLosslocal_gte: Float\r\n  netActualLoss: Float\r\n  netActualLoss_not: Float\r\n  netActualLoss_in: [Float]\r\n  netActualLoss_not_in: [Float]\r\n  netActualLoss_lt: Float\r\n  netActualLoss_lte: Float\r\n  netActualLoss_gt: Float\r\n  netActualLoss_gte: Float\r\n  netActualLosslocal: Float\r\n  netActualLosslocal_not: Float\r\n  netActualLosslocal_in: [Float]\r\n  netActualLosslocal_not_in: [Float]\r\n  netActualLosslocal_lt: Float\r\n  netActualLosslocal_lte: Float\r\n  netActualLosslocal_gt: Float\r\n  netActualLosslocal_gte: Float\r\n  numberofincidents: String\r\n  numberofincidents_not: String\r\n  numberofincidents_in: [String]\r\n  numberofincidents_not_in: [String]\r\n  numberofincidents_lt: String\r\n  numberofincidents_lte: String\r\n  numberofincidents_gt: String\r\n  numberofincidents_gte: String\r\n  numberofincidents_contains: String\r\n  numberofincidents_not_contains: String\r\n  numberofincidents_starts_with: String\r\n  numberofincidents_not_starts_with: String\r\n  numberofincidents_ends_with: String\r\n  numberofincidents_not_ends_with: String\r\n  numberofValidatedIncidents: Int\r\n  numberofValidatedIncidents_not: Int\r\n  numberofValidatedIncidents_in: [Int]\r\n  numberofValidatedIncidents_not_in: [Int]\r\n  numberofValidatedIncidents_lt: Int\r\n  numberofValidatedIncidents_lte: Int\r\n  numberofValidatedIncidents_gt: Int\r\n  numberofValidatedIncidents_gte: Int\r\n  dateofFirstOccurrence: Date\r\n  dateofFirstOccurrence_not: Date\r\n  dateofFirstOccurrence_in: [Date]\r\n  dateofFirstOccurrence_not_in: [Date]\r\n  dateofFirstOccurrence_lt: Date\r\n  dateofFirstOccurrence_lte: Date\r\n  dateofFirstOccurrence_gt: Date\r\n  dateofFirstOccurrence_gte: Date\r\n  dateofLastOccurrence: Date\r\n  dateofLastOccurrence_not: Date\r\n  dateofLastOccurrence_in: [Date]\r\n  dateofLastOccurrence_not_in: [Date]\r\n  dateofLastOccurrence_lt: Date\r\n  dateofLastOccurrence_lte: Date\r\n  dateofLastOccurrence_gt: Date\r\n  dateofLastOccurrence_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of OrganizationalProcess\r\ninput filterOrganizationalProcess {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  beginLifedate: Date\r\n  beginLifedate_not: Date\r\n  beginLifedate_in: [Date]\r\n  beginLifedate_not_in: [Date]\r\n  beginLifedate_lt: Date\r\n  beginLifedate_lte: Date\r\n  beginLifedate_gt: Date\r\n  beginLifedate_gte: Date\r\n  endlifedate: Date\r\n  endlifedate_not: Date\r\n  endlifedate_in: [Date]\r\n  endlifedate_not_in: [Date]\r\n  endlifedate_lt: Date\r\n  endlifedate_lte: Date\r\n  endlifedate_gt: Date\r\n  endlifedate_gte: Date\r\n  numberofincidents: String\r\n  numberofincidents_not: String\r\n  numberofincidents_in: [String]\r\n  numberofincidents_not_in: [String]\r\n  numberofincidents_lt: String\r\n  numberofincidents_lte: String\r\n  numberofincidents_gt: String\r\n  numberofincidents_gte: String\r\n  numberofincidents_contains: String\r\n  numberofincidents_not_contains: String\r\n  numberofincidents_starts_with: String\r\n  numberofincidents_not_starts_with: String\r\n  numberofincidents_ends_with: String\r\n  numberofincidents_not_ends_with: String\r\n  assessmentFreshness: Float\r\n  assessmentFreshness_not: Float\r\n  assessmentFreshness_in: [Float]\r\n  assessmentFreshness_not_in: [Float]\r\n  assessmentFreshness_lt: Float\r\n  assessmentFreshness_lte: Float\r\n  assessmentFreshness_gt: Float\r\n  assessmentFreshness_gte: Float\r\n  lastAssessmentDate: Date\r\n  lastAssessmentDate_not: Date\r\n  lastAssessmentDate_in: [Date]\r\n  lastAssessmentDate_not_in: [Date]\r\n  lastAssessmentDate_lt: Date\r\n  lastAssessmentDate_lte: Date\r\n  lastAssessmentDate_gt: Date\r\n  lastAssessmentDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of OrgUnit\r\ninput filterOrgUnit {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  internalExternal: InternalExternalEnumFilter\r\n  internalExternal_not: InternalExternalEnumFilter\r\n  internalExternal_in: [InternalExternalEnumFilter]\r\n  internalExternal_not_in: [InternalExternalEnumFilter]\r\n  beginLifedate: Date\r\n  beginLifedate_not: Date\r\n  beginLifedate_in: [Date]\r\n  beginLifedate_not_in: [Date]\r\n  beginLifedate_lt: Date\r\n  beginLifedate_lte: Date\r\n  beginLifedate_gt: Date\r\n  beginLifedate_gte: Date\r\n  endlifedate: Date\r\n  endlifedate_not: Date\r\n  endlifedate_in: [Date]\r\n  endlifedate_not_in: [Date]\r\n  endlifedate_lt: Date\r\n  endlifedate_lte: Date\r\n  endlifedate_gt: Date\r\n  endlifedate_gte: Date\r\n  assessmentFreshness: Float\r\n  assessmentFreshness_not: Float\r\n  assessmentFreshness_in: [Float]\r\n  assessmentFreshness_not_in: [Float]\r\n  assessmentFreshness_lt: Float\r\n  assessmentFreshness_lte: Float\r\n  assessmentFreshness_gt: Float\r\n  assessmentFreshness_gte: Float\r\n  lastAssessmentDate: Date\r\n  lastAssessmentDate_not: Date\r\n  lastAssessmentDate_in: [Date]\r\n  lastAssessmentDate_not_in: [Date]\r\n  lastAssessmentDate_lt: Date\r\n  lastAssessmentDate_lte: Date\r\n  lastAssessmentDate_gt: Date\r\n  lastAssessmentDate_gte: Date\r\n  email: String\r\n  email_not: String\r\n  email_in: [String]\r\n  email_not_in: [String]\r\n  email_lt: String\r\n  email_lte: String\r\n  email_gt: String\r\n  email_gte: String\r\n  email_contains: String\r\n  email_not_contains: String\r\n  email_starts_with: String\r\n  email_not_starts_with: String\r\n  email_ends_with: String\r\n  email_not_ends_with: String\r\n  numberofincidents: String\r\n  numberofincidents_not: String\r\n  numberofincidents_in: [String]\r\n  numberofincidents_not_in: [String]\r\n  numberofincidents_lt: String\r\n  numberofincidents_lte: String\r\n  numberofincidents_gt: String\r\n  numberofincidents_gte: String\r\n  numberofincidents_contains: String\r\n  numberofincidents_not_contains: String\r\n  numberofincidents_starts_with: String\r\n  numberofincidents_not_starts_with: String\r\n  numberofincidents_ends_with: String\r\n  numberofincidents_not_ends_with: String\r\n  localeCurrency: String\r\n  localeCurrency_not: String\r\n  localeCurrency_in: [String]\r\n  localeCurrency_not_in: [String]\r\n  localeCurrency_lt: String\r\n  localeCurrency_lte: String\r\n  localeCurrency_gt: String\r\n  localeCurrency_gte: String\r\n  localeCurrency_contains: String\r\n  localeCurrency_not_contains: String\r\n  localeCurrency_starts_with: String\r\n  localeCurrency_not_starts_with: String\r\n  localeCurrency_ends_with: String\r\n  localeCurrency_not_ends_with: String\r\n  orgUnitStatus: OrgUnitStatusEnumFilter\r\n  orgUnitStatus_not: OrgUnitStatusEnumFilter\r\n  orgUnitStatus_in: [OrgUnitStatusEnumFilter]\r\n  orgUnitStatus_not_in: [OrgUnitStatusEnumFilter]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of PersonSystem\r\ninput filterPersonSystem {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  usercode: String\r\n  usercode_not: String\r\n  usercode_in: [String]\r\n  usercode_not_in: [String]\r\n  usercode_lt: String\r\n  usercode_lte: String\r\n  usercode_gt: String\r\n  usercode_gte: String\r\n  usercode_contains: String\r\n  usercode_not_contains: String\r\n  usercode_starts_with: String\r\n  usercode_not_starts_with: String\r\n  usercode_ends_with: String\r\n  usercode_not_ends_with: String\r\n  commandLine: String\r\n  commandLine_not: String\r\n  commandLine_in: [String]\r\n  commandLine_not_in: [String]\r\n  commandLine_lt: String\r\n  commandLine_lte: String\r\n  commandLine_gt: String\r\n  commandLine_gte: String\r\n  commandLine_contains: String\r\n  commandLine_not_contains: String\r\n  commandLine_starts_with: String\r\n  commandLine_not_starts_with: String\r\n  commandLine_ends_with: String\r\n  commandLine_not_ends_with: String\r\n  scciUserName: String\r\n  scciUserName_not: String\r\n  scciUserName_in: [String]\r\n  scciUserName_not_in: [String]\r\n  scciUserName_lt: String\r\n  scciUserName_lte: String\r\n  scciUserName_gt: String\r\n  scciUserName_gte: String\r\n  scciUserName_contains: String\r\n  scciUserName_not_contains: String\r\n  scciUserName_starts_with: String\r\n  scciUserName_not_starts_with: String\r\n  scciUserName_ends_with: String\r\n  scciUserName_not_ends_with: String\r\n  email: String\r\n  email_not: String\r\n  email_in: [String]\r\n  email_not_in: [String]\r\n  email_lt: String\r\n  email_lte: String\r\n  email_gt: String\r\n  email_gte: String\r\n  email_contains: String\r\n  email_not_contains: String\r\n  email_starts_with: String\r\n  email_not_starts_with: String\r\n  email_ends_with: String\r\n  email_not_ends_with: String\r\n  belongstoapersongroup: Boolean\r\n  belongstoapersongroup_not: Boolean\r\n  dataLanguage: String\r\n  dataLanguage_not: String\r\n  dataLanguage_in: [String]\r\n  dataLanguage_not_in: [String]\r\n  dataLanguage_lt: String\r\n  dataLanguage_lte: String\r\n  dataLanguage_gt: String\r\n  dataLanguage_gte: String\r\n  dataLanguage_contains: String\r\n  dataLanguage_not_contains: String\r\n  dataLanguage_starts_with: String\r\n  dataLanguage_not_starts_with: String\r\n  dataLanguage_ends_with: String\r\n  dataLanguage_not_ends_with: String\r\n  phoneNumber: String\r\n  phoneNumber_not: String\r\n  phoneNumber_in: [String]\r\n  phoneNumber_not_in: [String]\r\n  phoneNumber_lt: String\r\n  phoneNumber_lte: String\r\n  phoneNumber_gt: String\r\n  phoneNumber_gte: String\r\n  phoneNumber_contains: String\r\n  phoneNumber_not_contains: String\r\n  phoneNumber_starts_with: String\r\n  phoneNumber_not_starts_with: String\r\n  phoneNumber_ends_with: String\r\n  phoneNumber_not_ends_with: String\r\n  initials: String\r\n  initials_not: String\r\n  initials_in: [String]\r\n  initials_not_in: [String]\r\n  initials_lt: String\r\n  initials_lte: String\r\n  initials_gt: String\r\n  initials_gte: String\r\n  initials_contains: String\r\n  initials_not_contains: String\r\n  initials_starts_with: String\r\n  initials_not_starts_with: String\r\n  initials_ends_with: String\r\n  initials_not_ends_with: String\r\n  validPerson: ValidPersonEnumFilter\r\n  validPerson_not: ValidPersonEnumFilter\r\n  validPerson_in: [ValidPersonEnumFilter]\r\n  validPerson_not_in: [ValidPersonEnumFilter]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of Product\r\ninput filterProduct {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  beginLifedate: Date\r\n  beginLifedate_not: Date\r\n  beginLifedate_in: [Date]\r\n  beginLifedate_not_in: [Date]\r\n  beginLifedate_lt: Date\r\n  beginLifedate_lte: Date\r\n  beginLifedate_gt: Date\r\n  beginLifedate_gte: Date\r\n  endlifedate: Date\r\n  endlifedate_not: Date\r\n  endlifedate_in: [Date]\r\n  endlifedate_not_in: [Date]\r\n  endlifedate_lt: Date\r\n  endlifedate_lte: Date\r\n  endlifedate_gt: Date\r\n  endlifedate_gte: Date\r\n  productType: ProductTypeEnumFilter\r\n  productType_not: ProductTypeEnumFilter\r\n  productType_in: [ProductTypeEnumFilter]\r\n  productType_not_in: [ProductTypeEnumFilter]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of Provision\r\ninput filterProvision {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  codeFinancialElement: Int\r\n  codeFinancialElement_not: Int\r\n  codeFinancialElement_in: [Int]\r\n  codeFinancialElement_not_in: [Int]\r\n  codeFinancialElement_lt: Int\r\n  codeFinancialElement_lte: Int\r\n  codeFinancialElement_gt: Int\r\n  codeFinancialElement_gte: Int\r\n  amount: Float\r\n  amount_not: Float\r\n  amount_in: [Float]\r\n  amount_not_in: [Float]\r\n  amount_lt: Float\r\n  amount_lte: Float\r\n  amount_gt: Float\r\n  amount_gte: Float\r\n  amountlocal: Float\r\n  amountlocal_not: Float\r\n  amountlocal_in: [Float]\r\n  amountlocal_not_in: [Float]\r\n  amountlocal_lt: Float\r\n  amountlocal_lte: Float\r\n  amountlocal_gt: Float\r\n  amountlocal_gte: Float\r\n  amountisestimated: Boolean\r\n  amountisestimated_not: Boolean\r\n  effectivedate: Date\r\n  effectivedate_not: Date\r\n  effectivedate_in: [Date]\r\n  effectivedate_not_in: [Date]\r\n  effectivedate_lt: Date\r\n  effectivedate_lte: Date\r\n  effectivedate_gt: Date\r\n  effectivedate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of Recovery\r\ninput filterRecovery {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  codeFinancialElement: Int\r\n  codeFinancialElement_not: Int\r\n  codeFinancialElement_in: [Int]\r\n  codeFinancialElement_not_in: [Int]\r\n  codeFinancialElement_lt: Int\r\n  codeFinancialElement_lte: Int\r\n  codeFinancialElement_gt: Int\r\n  codeFinancialElement_gte: Int\r\n  amount: Float\r\n  amount_not: Float\r\n  amount_in: [Float]\r\n  amount_not_in: [Float]\r\n  amount_lt: Float\r\n  amount_lte: Float\r\n  amount_gt: Float\r\n  amount_gte: Float\r\n  amountlocal: Float\r\n  amountlocal_not: Float\r\n  amountlocal_in: [Float]\r\n  amountlocal_not_in: [Float]\r\n  amountlocal_lt: Float\r\n  amountlocal_lte: Float\r\n  amountlocal_gt: Float\r\n  amountlocal_gte: Float\r\n  amountisestimated: Boolean\r\n  amountisestimated_not: Boolean\r\n  effectivedate: Date\r\n  effectivedate_not: Date\r\n  effectivedate_in: [Date]\r\n  effectivedate_not_in: [Date]\r\n  effectivedate_lt: Date\r\n  effectivedate_lte: Date\r\n  effectivedate_gt: Date\r\n  effectivedate_gte: Date\r\n  natureRecovery: NatureRecoveryEnumFilter\r\n  natureRecovery_not: NatureRecoveryEnumFilter\r\n  natureRecovery_in: [NatureRecoveryEnumFilter]\r\n  natureRecovery_not_in: [NatureRecoveryEnumFilter]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of Requirement\r\ninput filterRequirement {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  requirementNature: RequirementNatureEnumFilter\r\n  requirementNature_not: RequirementNatureEnumFilter\r\n  requirementNature_in: [RequirementNatureEnumFilter]\r\n  requirementNature_not_in: [RequirementNatureEnumFilter]\r\n  priority: PriorityEnumFilter\r\n  priority_not: PriorityEnumFilter\r\n  priority_in: [PriorityEnumFilter]\r\n  priority_not_in: [PriorityEnumFilter]\r\n  requirementCode: String\r\n  requirementCode_not: String\r\n  requirementCode_in: [String]\r\n  requirementCode_not_in: [String]\r\n  requirementCode_lt: String\r\n  requirementCode_lte: String\r\n  requirementCode_gt: String\r\n  requirementCode_gte: String\r\n  requirementCode_contains: String\r\n  requirementCode_not_contains: String\r\n  requirementCode_starts_with: String\r\n  requirementCode_not_starts_with: String\r\n  requirementCode_ends_with: String\r\n  requirementCode_not_ends_with: String\r\n  lastUpdate: Date\r\n  lastUpdate_not: Date\r\n  lastUpdate_in: [Date]\r\n  lastUpdate_not_in: [Date]\r\n  lastUpdate_lt: Date\r\n  lastUpdate_lte: Date\r\n  lastUpdate_gt: Date\r\n  lastUpdate_gte: Date\r\n  assessmentFreshness: Float\r\n  assessmentFreshness_not: Float\r\n  assessmentFreshness_in: [Float]\r\n  assessmentFreshness_not_in: [Float]\r\n  assessmentFreshness_lt: Float\r\n  assessmentFreshness_lte: Float\r\n  assessmentFreshness_gt: Float\r\n  assessmentFreshness_gte: Float\r\n  lastAssessmentDate: Date\r\n  lastAssessmentDate_not: Date\r\n  lastAssessmentDate_in: [Date]\r\n  lastAssessmentDate_not_in: [Date]\r\n  lastAssessmentDate_lt: Date\r\n  lastAssessmentDate_lte: Date\r\n  lastAssessmentDate_gt: Date\r\n  lastAssessmentDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of Risk\r\ninput filterRisk {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  riskCode: String\r\n  riskCode_not: String\r\n  riskCode_in: [String]\r\n  riskCode_not_in: [String]\r\n  riskCode_lt: String\r\n  riskCode_lte: String\r\n  riskCode_gt: String\r\n  riskCode_gte: String\r\n  riskCode_contains: String\r\n  riskCode_not_contains: String\r\n  riskCode_starts_with: String\r\n  riskCode_not_starts_with: String\r\n  riskCode_ends_with: String\r\n  riskCode_not_ends_with: String\r\n  riskIdentificationMode: RiskIdentificationModeEnumFilter\r\n  riskIdentificationMode_not: RiskIdentificationModeEnumFilter\r\n  riskIdentificationMode_in: [RiskIdentificationModeEnumFilter]\r\n  riskIdentificationMode_not_in: [RiskIdentificationModeEnumFilter]\r\n  assessmentFreshness: Float\r\n  assessmentFreshness_not: Float\r\n  assessmentFreshness_in: [Float]\r\n  assessmentFreshness_not_in: [Float]\r\n  assessmentFreshness_lt: Float\r\n  assessmentFreshness_lte: Float\r\n  assessmentFreshness_gt: Float\r\n  assessmentFreshness_gte: Float\r\n  impactERM: ImpactERMEnumFilter\r\n  impactERM_not: ImpactERMEnumFilter\r\n  impactERM_in: [ImpactERMEnumFilter]\r\n  impactERM_not_in: [ImpactERMEnumFilter]\r\n  likelihoodERM: LikelihoodERMEnumFilter\r\n  likelihoodERM_not: LikelihoodERMEnumFilter\r\n  likelihoodERM_in: [LikelihoodERMEnumFilter]\r\n  likelihoodERM_not_in: [LikelihoodERMEnumFilter]\r\n  lastAssessmentDate: Date\r\n  lastAssessmentDate_not: Date\r\n  lastAssessmentDate_in: [Date]\r\n  lastAssessmentDate_not_in: [Date]\r\n  lastAssessmentDate_lt: Date\r\n  lastAssessmentDate_lte: Date\r\n  lastAssessmentDate_gt: Date\r\n  lastAssessmentDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of RiskConsequence\r\ninput filterRiskConsequence {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  criticality: CriticalityEnumFilter\r\n  criticality_not: CriticalityEnumFilter\r\n  criticality_in: [CriticalityEnumFilter]\r\n  criticality_not_in: [CriticalityEnumFilter]\r\n  consequenceType: ConsequenceTypeEnumFilter\r\n  consequenceType_not: ConsequenceTypeEnumFilter\r\n  consequenceType_in: [ConsequenceTypeEnumFilter]\r\n  consequenceType_not_in: [ConsequenceTypeEnumFilter]\r\n  trend: TrendEnumFilter\r\n  trend_not: TrendEnumFilter\r\n  trend_in: [TrendEnumFilter]\r\n  trend_not_in: [TrendEnumFilter]\r\n  riskConsequenceCode: String\r\n  riskConsequenceCode_not: String\r\n  riskConsequenceCode_in: [String]\r\n  riskConsequenceCode_not_in: [String]\r\n  riskConsequenceCode_lt: String\r\n  riskConsequenceCode_lte: String\r\n  riskConsequenceCode_gt: String\r\n  riskConsequenceCode_gte: String\r\n  riskConsequenceCode_contains: String\r\n  riskConsequenceCode_not_contains: String\r\n  riskConsequenceCode_starts_with: String\r\n  riskConsequenceCode_not_starts_with: String\r\n  riskConsequenceCode_ends_with: String\r\n  riskConsequenceCode_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of RiskFactor\r\ninput filterRiskFactor {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  riskFactorCode: String\r\n  riskFactorCode_not: String\r\n  riskFactorCode_in: [String]\r\n  riskFactorCode_not_in: [String]\r\n  riskFactorCode_lt: String\r\n  riskFactorCode_lte: String\r\n  riskFactorCode_gt: String\r\n  riskFactorCode_gte: String\r\n  riskFactorCode_contains: String\r\n  riskFactorCode_not_contains: String\r\n  riskFactorCode_starts_with: String\r\n  riskFactorCode_not_starts_with: String\r\n  riskFactorCode_ends_with: String\r\n  riskFactorCode_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of RiskType\r\ninput filterRiskType {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  numberofincidents: String\r\n  numberofincidents_not: String\r\n  numberofincidents_in: [String]\r\n  numberofincidents_not_in: [String]\r\n  numberofincidents_lt: String\r\n  numberofincidents_lte: String\r\n  numberofincidents_gt: String\r\n  numberofincidents_gte: String\r\n  numberofincidents_contains: String\r\n  numberofincidents_not_contains: String\r\n  numberofincidents_starts_with: String\r\n  numberofincidents_not_starts_with: String\r\n  numberofincidents_ends_with: String\r\n  numberofincidents_not_ends_with: String\r\n  riskTypeCode: String\r\n  riskTypeCode_not: String\r\n  riskTypeCode_in: [String]\r\n  riskTypeCode_not_in: [String]\r\n  riskTypeCode_lt: String\r\n  riskTypeCode_lte: String\r\n  riskTypeCode_gt: String\r\n  riskTypeCode_gte: String\r\n  riskTypeCode_contains: String\r\n  riskTypeCode_not_contains: String\r\n  riskTypeCode_starts_with: String\r\n  riskTypeCode_not_starts_with: String\r\n  riskTypeCode_ends_with: String\r\n  riskTypeCode_not_ends_with: String\r\n  assessmentFreshness: Float\r\n  assessmentFreshness_not: Float\r\n  assessmentFreshness_in: [Float]\r\n  assessmentFreshness_not_in: [Float]\r\n  assessmentFreshness_lt: Float\r\n  assessmentFreshness_lte: Float\r\n  assessmentFreshness_gt: Float\r\n  assessmentFreshness_gte: Float\r\n  lastAssessmentDate: Date\r\n  lastAssessmentDate_not: Date\r\n  lastAssessmentDate_in: [Date]\r\n  lastAssessmentDate_not_in: [Date]\r\n  lastAssessmentDate_lt: Date\r\n  lastAssessmentDate_lte: Date\r\n  lastAssessmentDate_gt: Date\r\n  lastAssessmentDate_gte: Date\r\n  level: String\r\n  level_not: String\r\n  level_in: [String]\r\n  level_not_in: [String]\r\n  level_lt: String\r\n  level_lte: String\r\n  level_gt: String\r\n  level_gte: String\r\n  level_contains: String\r\n  level_not_contains: String\r\n  level_starts_with: String\r\n  level_not_starts_with: String\r\n  level_ends_with: String\r\n  level_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Amount of money gained as the result of an incident\r\ntype Gain {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  codeFinancialElement: Int\r\n  amount: Float\r\n  amountlocal: Float\r\n  amountisestimated: Boolean\r\n  effectivedate: Date\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  account(filter: filterAccount, orderBy: [orderByAccount]): [Account]\r\n  incident(filter: filterIncident, orderBy: [orderByIncident]): [Incident]\r\n}\r\n\r\ninput GainFilter {\r\n  and: [GainFilter!]\r\n  or: [GainFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  codeFinancialElement: Int\r\n  codeFinancialElement_not: Int\r\n  codeFinancialElement_in: [Int!]\r\n  codeFinancialElement_not_in: [Int!]\r\n  codeFinancialElement_lt: Int\r\n  codeFinancialElement_lte: Int\r\n  codeFinancialElement_gt: Int\r\n  codeFinancialElement_gte: Int\r\n  amount: Float\r\n  amount_not: Float\r\n  amount_in: [Float!]\r\n  amount_not_in: [Float!]\r\n  amount_lt: Float\r\n  amount_lte: Float\r\n  amount_gt: Float\r\n  amount_gte: Float\r\n  amountlocal: Float\r\n  amountlocal_not: Float\r\n  amountlocal_in: [Float!]\r\n  amountlocal_not_in: [Float!]\r\n  amountlocal_lt: Float\r\n  amountlocal_lte: Float\r\n  amountlocal_gt: Float\r\n  amountlocal_gte: Float\r\n  amountisestimated: Boolean\r\n  amountisestimated_not: Boolean\r\n  effectivedate: Date\r\n  effectivedate_not: Date\r\n  effectivedate_in: [Date!]\r\n  effectivedate_not_in: [Date!]\r\n  effectivedate_lt: Date\r\n  effectivedate_lte: Date\r\n  effectivedate_gt: Date\r\n  effectivedate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  account_some: [GainFilter!]\r\n  incident_some: [GainFilter!]\r\n}\r\n\r\n# All income from whatever source derived\r\ntype GrossIncome {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  beginDateGrossIncome: Date\r\n  endDateGrossIncome: Date\r\n  revenueAmount: Float\r\n  revenueAmountlocal: Float\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  businessLine(filter: filterBusinessLine, orderBy: [orderByBusinessLine]): [BusinessLine]\r\n}\r\n\r\ninput GrossIncomeFilter {\r\n  and: [GrossIncomeFilter!]\r\n  or: [GrossIncomeFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  beginDateGrossIncome: Date\r\n  beginDateGrossIncome_not: Date\r\n  beginDateGrossIncome_in: [Date!]\r\n  beginDateGrossIncome_not_in: [Date!]\r\n  beginDateGrossIncome_lt: Date\r\n  beginDateGrossIncome_lte: Date\r\n  beginDateGrossIncome_gt: Date\r\n  beginDateGrossIncome_gte: Date\r\n  endDateGrossIncome: Date\r\n  endDateGrossIncome_not: Date\r\n  endDateGrossIncome_in: [Date!]\r\n  endDateGrossIncome_not_in: [Date!]\r\n  endDateGrossIncome_lt: Date\r\n  endDateGrossIncome_lte: Date\r\n  endDateGrossIncome_gt: Date\r\n  endDateGrossIncome_gte: Date\r\n  revenueAmount: Float\r\n  revenueAmount_not: Float\r\n  revenueAmount_in: [Float!]\r\n  revenueAmount_not_in: [Float!]\r\n  revenueAmount_lt: Float\r\n  revenueAmount_lte: Float\r\n  revenueAmount_gt: Float\r\n  revenueAmount_gte: Float\r\n  revenueAmountlocal: Float\r\n  revenueAmountlocal_not: Float\r\n  revenueAmountlocal_in: [Float!]\r\n  revenueAmountlocal_not_in: [Float!]\r\n  revenueAmountlocal_lt: Float\r\n  revenueAmountlocal_lte: Float\r\n  revenueAmountlocal_gt: Float\r\n  revenueAmountlocal_gte: Float\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  businessLine_some: [GrossIncomeFilter!]\r\n}\r\n\r\nenum ImpactERMEnumFilter {\r\n  VeryLow\r\n  Low\r\n  Medium\r\n  High\r\n  VeryHigh\r\n}\r\n\r\nenum ImpactIncidentEnumFilter {\r\n  Veryhigh\r\n  High\r\n  Medium\r\n  Low\r\n  VeryLow\r\n}\r\n\r\n# The incident impacted elements are a subpart of the risk s scope. The incident\r\n# causes and consequences are a subpart of the risk s ones. But the incident scope\r\n# (processes, entities etc.) are not filtered within the scope of the risk\r\n# connected to the incident, because the link between risk and incident isn t always done. \r\ntype Incident {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  codeIncident: Int\r\n  declarationDate: Date\r\n  detectionDate: Date\r\n  occurrenceDate: Date\r\n  nearMiss: Boolean\r\n  natureIncident: IncidentNatureIncidentEnum\r\n  statusIncident: IncidentStatusIncidentEnum\r\n  impactIncident: IncidentImpactIncidentEnum\r\n  priorityIncident: IncidentPriorityIncidentEnum\r\n  grossLoss: Float\r\n  grossLosslocal: Float\r\n  grossActualLoss: Float\r\n  grossActualLosslocal: Float\r\n  recoveries: Float\r\n  recoverieslocal: Float\r\n  netLoss: Float\r\n  netLosslocal: Float\r\n  netActualLoss: Float\r\n  netActualLosslocal: Float\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  businessDocument_AttachedDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n  businessDocument_ReferredtoDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n  businessDocumentVersion_AttachedDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n  businessDocumentVersion_ReferredtoDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n  declarer_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  orgUnit_DeclarantsEntity(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  actionPlan(filter: filterActionPlan, orderBy: [orderByActionPlan]): [ActionPlan]\r\n  macroIncident(filter: filterMacroIncident, orderBy: [orderByMacroIncident]): [MacroIncident]\r\n  provision_IncidentFinancialElement(filter: filterProvision, orderBy: [orderByProvision]): [Provision]\r\n  loss_IncidentFinancialElement(filter: filterLoss, orderBy: [orderByLoss]): [Loss]\r\n  recovery_IncidentFinancialElement(filter: filterRecovery, orderBy: [orderByRecovery]): [Recovery]\r\n  gain_IncidentFinancialElement(filter: filterGain, orderBy: [orderByGain]): [Gain]\r\n  riskType(filter: filterRiskType, orderBy: [orderByRiskType]): [RiskType]\r\n  businessLine(filter: filterBusinessLine, orderBy: [orderByBusinessLine]): [BusinessLine]\r\n  orgUnit_Entity(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  businessProcess(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n  organizationalProcess(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n  product(filter: filterProduct, orderBy: [orderByProduct]): [Product]\r\n  application(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  requirement(filter: filterRequirement, orderBy: [orderByRequirement]): [Requirement]\r\n  risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  control(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n  riskFactor(filter: filterRiskFactor, orderBy: [orderByRiskFactor]): [RiskFactor]\r\n  riskConsequence(filter: filterRiskConsequence, orderBy: [orderByRiskConsequence]): [RiskConsequence]\r\n}\r\n\r\ninput IncidentFilter {\r\n  and: [IncidentFilter!]\r\n  or: [IncidentFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  codeIncident: Int\r\n  codeIncident_not: Int\r\n  codeIncident_in: [Int!]\r\n  codeIncident_not_in: [Int!]\r\n  codeIncident_lt: Int\r\n  codeIncident_lte: Int\r\n  codeIncident_gt: Int\r\n  codeIncident_gte: Int\r\n  declarationDate: Date\r\n  declarationDate_not: Date\r\n  declarationDate_in: [Date!]\r\n  declarationDate_not_in: [Date!]\r\n  declarationDate_lt: Date\r\n  declarationDate_lte: Date\r\n  declarationDate_gt: Date\r\n  declarationDate_gte: Date\r\n  detectionDate: Date\r\n  detectionDate_not: Date\r\n  detectionDate_in: [Date!]\r\n  detectionDate_not_in: [Date!]\r\n  detectionDate_lt: Date\r\n  detectionDate_lte: Date\r\n  detectionDate_gt: Date\r\n  detectionDate_gte: Date\r\n  occurrenceDate: Date\r\n  occurrenceDate_not: Date\r\n  occurrenceDate_in: [Date!]\r\n  occurrenceDate_not_in: [Date!]\r\n  occurrenceDate_lt: Date\r\n  occurrenceDate_lte: Date\r\n  occurrenceDate_gt: Date\r\n  occurrenceDate_gte: Date\r\n  nearMiss: Boolean\r\n  nearMiss_not: Boolean\r\n  natureIncident: IncidentNatureIncidentEnum\r\n  natureIncident_not: IncidentNatureIncidentEnum\r\n  natureIncident_in: [IncidentNatureIncidentEnum!]\r\n  natureIncident_not_in: [IncidentNatureIncidentEnum!]\r\n  statusIncident: IncidentStatusIncidentEnum\r\n  statusIncident_not: IncidentStatusIncidentEnum\r\n  statusIncident_in: [IncidentStatusIncidentEnum!]\r\n  statusIncident_not_in: [IncidentStatusIncidentEnum!]\r\n  impactIncident: IncidentImpactIncidentEnum\r\n  impactIncident_not: IncidentImpactIncidentEnum\r\n  impactIncident_in: [IncidentImpactIncidentEnum!]\r\n  impactIncident_not_in: [IncidentImpactIncidentEnum!]\r\n  priorityIncident: IncidentPriorityIncidentEnum\r\n  priorityIncident_not: IncidentPriorityIncidentEnum\r\n  priorityIncident_in: [IncidentPriorityIncidentEnum!]\r\n  priorityIncident_not_in: [IncidentPriorityIncidentEnum!]\r\n  grossLoss: Float\r\n  grossLoss_not: Float\r\n  grossLoss_in: [Float!]\r\n  grossLoss_not_in: [Float!]\r\n  grossLoss_lt: Float\r\n  grossLoss_lte: Float\r\n  grossLoss_gt: Float\r\n  grossLoss_gte: Float\r\n  grossLosslocal: Float\r\n  grossLosslocal_not: Float\r\n  grossLosslocal_in: [Float!]\r\n  grossLosslocal_not_in: [Float!]\r\n  grossLosslocal_lt: Float\r\n  grossLosslocal_lte: Float\r\n  grossLosslocal_gt: Float\r\n  grossLosslocal_gte: Float\r\n  grossActualLoss: Float\r\n  grossActualLoss_not: Float\r\n  grossActualLoss_in: [Float!]\r\n  grossActualLoss_not_in: [Float!]\r\n  grossActualLoss_lt: Float\r\n  grossActualLoss_lte: Float\r\n  grossActualLoss_gt: Float\r\n  grossActualLoss_gte: Float\r\n  grossActualLosslocal: Float\r\n  grossActualLosslocal_not: Float\r\n  grossActualLosslocal_in: [Float!]\r\n  grossActualLosslocal_not_in: [Float!]\r\n  grossActualLosslocal_lt: Float\r\n  grossActualLosslocal_lte: Float\r\n  grossActualLosslocal_gt: Float\r\n  grossActualLosslocal_gte: Float\r\n  recoveries: Float\r\n  recoveries_not: Float\r\n  recoveries_in: [Float!]\r\n  recoveries_not_in: [Float!]\r\n  recoveries_lt: Float\r\n  recoveries_lte: Float\r\n  recoveries_gt: Float\r\n  recoveries_gte: Float\r\n  recoverieslocal: Float\r\n  recoverieslocal_not: Float\r\n  recoverieslocal_in: [Float!]\r\n  recoverieslocal_not_in: [Float!]\r\n  recoverieslocal_lt: Float\r\n  recoverieslocal_lte: Float\r\n  recoverieslocal_gt: Float\r\n  recoverieslocal_gte: Float\r\n  netLoss: Float\r\n  netLoss_not: Float\r\n  netLoss_in: [Float!]\r\n  netLoss_not_in: [Float!]\r\n  netLoss_lt: Float\r\n  netLoss_lte: Float\r\n  netLoss_gt: Float\r\n  netLoss_gte: Float\r\n  netLosslocal: Float\r\n  netLosslocal_not: Float\r\n  netLosslocal_in: [Float!]\r\n  netLosslocal_not_in: [Float!]\r\n  netLosslocal_lt: Float\r\n  netLosslocal_lte: Float\r\n  netLosslocal_gt: Float\r\n  netLosslocal_gte: Float\r\n  netActualLoss: Float\r\n  netActualLoss_not: Float\r\n  netActualLoss_in: [Float!]\r\n  netActualLoss_not_in: [Float!]\r\n  netActualLoss_lt: Float\r\n  netActualLoss_lte: Float\r\n  netActualLoss_gt: Float\r\n  netActualLoss_gte: Float\r\n  netActualLosslocal: Float\r\n  netActualLosslocal_not: Float\r\n  netActualLosslocal_in: [Float!]\r\n  netActualLosslocal_not_in: [Float!]\r\n  netActualLosslocal_lt: Float\r\n  netActualLosslocal_lte: Float\r\n  netActualLosslocal_gt: Float\r\n  netActualLosslocal_gte: Float\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  businessDocument_AttachedDocument_some: [IncidentFilter!]\r\n  businessDocument_ReferredtoDocument_some: [IncidentFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [IncidentFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [IncidentFilter!]\r\n  declarer_PersonSystem_some: [IncidentFilter!]\r\n  orgUnit_DeclarantsEntity_some: [IncidentFilter!]\r\n  actionPlan_some: [IncidentFilter!]\r\n  macroIncident_some: [IncidentFilter!]\r\n  provision_IncidentFinancialElement_some: [IncidentFilter!]\r\n  loss_IncidentFinancialElement_some: [IncidentFilter!]\r\n  recovery_IncidentFinancialElement_some: [IncidentFilter!]\r\n  gain_IncidentFinancialElement_some: [IncidentFilter!]\r\n  riskType_some: [IncidentFilter!]\r\n  businessLine_some: [IncidentFilter!]\r\n  orgUnit_Entity_some: [IncidentFilter!]\r\n  businessProcess_some: [IncidentFilter!]\r\n  organizationalProcess_some: [IncidentFilter!]\r\n  product_some: [IncidentFilter!]\r\n  application_some: [IncidentFilter!]\r\n  requirement_some: [IncidentFilter!]\r\n  risk_some: [IncidentFilter!]\r\n  control_some: [IncidentFilter!]\r\n  riskFactor_some: [IncidentFilter!]\r\n  riskConsequence_some: [IncidentFilter!]\r\n}\r\n\r\nenum IncidentImpactIncidentEnum {\r\n  Veryhigh\r\n  High\r\n  Medium\r\n  Low\r\n  VeryLow\r\n}\r\n\r\nenum IncidentNatureIncidentEnum {\r\n  Financial\r\n  NotFinancial\r\n}\r\n\r\nenum IncidentPriorityIncidentEnum {\r\n  High\r\n  Medium\r\n  Low\r\n}\r\n\r\nenum IncidentStatusIncidentEnum {\r\n  Draft\r\n  Tobevalidated\r\n  Validated\r\n  Rejected\r\n  Closed\r\n}\r\n\r\n# Input type for Account\r\ninput InputAccount {\r\n  externalIdentifier: String\r\n  name: String\r\n  accountCode: String\r\n  accounttype: AccountAccounttypeEnum\r\n  totalvalue: Float\r\n  accountStatus: AccountAccountStatusEnum\r\n  lastAssessmentDate: Date\r\n  externalName: String\r\n  comment: String\r\n  provision_IncidentFinancialElement: _InputCollectionAction\r\n  loss_IncidentFinancialElement: _InputCollectionAction\r\n  recovery_IncidentFinancialElement: _InputCollectionAction\r\n  gain_IncidentFinancialElement: _InputCollectionAction\r\n}\r\n\r\n# Input type for ActionPlan\r\ninput InputActionPlan {\r\n  externalIdentifier: String\r\n  name: String\r\n  successful: ActionPlanSuccessfulEnum\r\n  realCost: Float\r\n  forecastCost: Float\r\n  forecastCostManDays: Int\r\n  realCostManDays: Int\r\n  actionPlanCategory: ActionPlanActionPlanCategoryEnum\r\n  actionPlanStatus: ActionPlanActionPlanStatusEnum\r\n  means: String\r\n  actionPlanOrigin: ActionPlanActionPlanOriginEnum\r\n  keySuccessFactor: String\r\n  successfullcomments: String\r\n  plannedBeginDate: Date\r\n  plannedEndDate: Date\r\n  realBeginDate: Date\r\n  realEndDate: Date\r\n  actionPlanPriority: ActionPlanActionPlanPriorityEnum\r\n  delay: ActionPlanDelayEnum\r\n  actionPlanNature: ActionPlanActionPlanNatureEnum\r\n  comment: String\r\n  businessDocument_AttachedDocument: _InputCollectionAction\r\n  businessDocument_ReferredtoDocument: _InputCollectionAction\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n  businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n  actionPlanOwner_PersonSystem: _InputCollectionAction\r\n  actionPlanResponsible_PersonSystem: _InputCollectionAction\r\n  actionPlanApprover_PersonSystem: _InputCollectionAction\r\n  risk_Scope: _InputCollectionAction\r\n  incident_Scope: _InputCollectionAction\r\n  control_Scope: _InputCollectionAction\r\n  application_Scope: _InputCollectionAction\r\n  orgUnit_Scope: _InputCollectionAction\r\n  organizationalProcess_Scope: _InputCollectionAction\r\n  requirement_Scope: _InputCollectionAction\r\n  businessProcess_Scope: _InputCollectionAction\r\n}\r\n\r\n# Input type for Application\r\ninput InputApplication {\r\n  externalIdentifier: String\r\n  name: String\r\n  applicationStereotype: ApplicationApplicationStereotypeEnum\r\n  statusReview: ApplicationStatusReviewEnum\r\n  lastAssessmentDate: Date\r\n  comment: String\r\n  businessDocument_AttachedDocument: _InputCollectionAction\r\n  businessDocument_ReferredtoDocument: _InputCollectionAction\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n  businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n  actionPlan: _InputCollectionAction\r\n  incident: _InputCollectionAction\r\n}\r\n\r\n# Input type for BusinessDocument\r\ninput InputBusinessDocument {\r\n  externalIdentifier: String\r\n  name: String\r\n  isCiphered: Boolean\r\n  gDPRDocumentID: String\r\n  comment: String\r\n  actionPlan_DocumentedObject: _InputCollectionAction\r\n  businessLine_DocumentedObject: _InputCollectionAction\r\n  product_DocumentedObject: _InputCollectionAction\r\n  riskType_DocumentedObject: _InputCollectionAction\r\n  risk_DocumentedObject: _InputCollectionAction\r\n  incident_DocumentedObject: _InputCollectionAction\r\n  control_DocumentedObject: _InputCollectionAction\r\n  application_DocumentedObject: _InputCollectionAction\r\n  orgUnit_DocumentedObject: _InputCollectionAction\r\n  organizationalProcess_DocumentedObject: _InputCollectionAction\r\n  requirement_DocumentedObject: _InputCollectionAction\r\n  businessProcess_DocumentedObject: _InputCollectionAction\r\n  actionPlan_Object: _InputCollectionAction\r\n  businessLine_Object: _InputCollectionAction\r\n  product_Object: _InputCollectionAction\r\n  riskType_Object: _InputCollectionAction\r\n  risk_Object: _InputCollectionAction\r\n  incident_Object: _InputCollectionAction\r\n  control_Object: _InputCollectionAction\r\n  application_Object: _InputCollectionAction\r\n  orgUnit_Object: _InputCollectionAction\r\n  organizationalProcess_Object: _InputCollectionAction\r\n  requirement_Object: _InputCollectionAction\r\n  businessProcess_Object: _InputCollectionAction\r\n  documentCategory: _InputCollectionAction\r\n  businessDocumentPattern_DocumentPattern: _InputCollectionAction\r\n  businessDocumentVersion_DocumentVersions: _InputCollectionAction\r\n}\r\n\r\n# Input type for BusinessDocumentPattern\r\ninput InputBusinessDocumentPattern {\r\n  externalIdentifier: String\r\n  name: String\r\n  ciphered: Boolean\r\n  comment: String\r\n  documentCategory: _InputCollectionAction\r\n  businessDocument_BusinessDocuments: _InputCollectionAction\r\n}\r\n\r\n# Input type for BusinessDocumentVersion\r\ninput InputBusinessDocumentVersion {\r\n  externalIdentifier: String\r\n  name: String\r\n  fileExtension: String\r\n  documentVersion: String\r\n  comment: String\r\n  actionPlan_DocumentedObject: _InputCollectionAction\r\n  businessLine_DocumentedObject: _InputCollectionAction\r\n  product_DocumentedObject: _InputCollectionAction\r\n  riskType_DocumentedObject: _InputCollectionAction\r\n  risk_DocumentedObject: _InputCollectionAction\r\n  incident_DocumentedObject: _InputCollectionAction\r\n  control_DocumentedObject: _InputCollectionAction\r\n  application_DocumentedObject: _InputCollectionAction\r\n  orgUnit_DocumentedObject: _InputCollectionAction\r\n  organizationalProcess_DocumentedObject: _InputCollectionAction\r\n  requirement_DocumentedObject: _InputCollectionAction\r\n  businessProcess_DocumentedObject: _InputCollectionAction\r\n  actionPlan_Object: _InputCollectionAction\r\n  businessLine_Object: _InputCollectionAction\r\n  product_Object: _InputCollectionAction\r\n  riskType_Object: _InputCollectionAction\r\n  risk_Object: _InputCollectionAction\r\n  incident_Object: _InputCollectionAction\r\n  control_Object: _InputCollectionAction\r\n  application_Object: _InputCollectionAction\r\n  orgUnit_Object: _InputCollectionAction\r\n  organizationalProcess_Object: _InputCollectionAction\r\n  requirement_Object: _InputCollectionAction\r\n  businessProcess_Object: _InputCollectionAction\r\n  businessDocument_Document: _InputCollectionAction\r\n}\r\n\r\n# Input type for BusinessLine\r\ninput InputBusinessLine {\r\n  externalIdentifier: String\r\n  name: String\r\n  businessLineCode: String\r\n  lastAssessmentDate: Date\r\n  standardizedApproachRatioTSA: Float\r\n  comment: String\r\n  businessDocument_AttachedDocument: _InputCollectionAction\r\n  businessDocument_ReferredtoDocument: _InputCollectionAction\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n  businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n  businessLine_ParentBusinessLine: _InputCollectionAction\r\n  businessLine_SubBusinessLine: _InputCollectionAction\r\n  grossIncome: _InputCollectionAction\r\n  incident: _InputCollectionAction\r\n}\r\n\r\n# Input type for BusinessProcess\r\ninput InputBusinessProcess {\r\n  externalIdentifier: String\r\n  name: String\r\n  businessProcessCode: String\r\n  lastAssessmentDate: Date\r\n  comment: String\r\n  businessProcess_OwnerBusinessProcess: _InputCollectionAction\r\n  businessProcess_OwnedBusinessProcess: _InputCollectionAction\r\n  businessDocument_AttachedDocument: _InputCollectionAction\r\n  businessDocument_ReferredtoDocument: _InputCollectionAction\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n  businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n  actionPlan: _InputCollectionAction\r\n  incident: _InputCollectionAction\r\n}\r\n\r\n# Input type for BusinessRole\r\ninput InputBusinessRole {\r\n  externalIdentifier: String\r\n  name: String\r\n  businessRoleMultiplicity: BusinessRoleBusinessRoleMultiplicityEnum\r\n  businessRoleStatus: BusinessRoleBusinessRoleStatusEnum\r\n  proposeallusers: Boolean\r\n  businessRoleDisplay: BusinessRoleBusinessRoleDisplayEnum\r\n  gUIName: String\r\n  comment: String\r\n  personSystem_AssignedPerson_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n  actionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n  risk_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n  incident_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n  control_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n  application_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n  orgUnit_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n  organizationalProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n  requirement_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n  businessProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n}\r\n\r\n# Input type for Control\r\ninput InputControl {\r\n  externalIdentifier: String\r\n  name: String\r\n  controlCode: String\r\n  controlLevel: ControlControlLevelEnum\r\n  controlNature: ControlControlNatureEnum\r\n  lastAssessmentDate: Date\r\n  comment: String\r\n  businessDocument_AttachedDocument: _InputCollectionAction\r\n  businessDocument_ReferredtoDocument: _InputCollectionAction\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n  businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n  controlOwner_PersonSystem: _InputCollectionAction\r\n  actionPlan: _InputCollectionAction\r\n  incident: _InputCollectionAction\r\n}\r\n\r\n# Input type for DocumentCategory\r\ninput InputDocumentCategory {\r\n  externalIdentifier: String\r\n  name: String\r\n  comment: String\r\n  documentCategory_ParentDocumentCategory: _InputCollectionAction\r\n  documentCategory_SubDocumentCategories: _InputCollectionAction\r\n  businessDocumentPattern_DocumentPattern: _InputCollectionAction\r\n  businessDocument_BusinessDocuments: _InputCollectionAction\r\n}\r\n\r\n# Input type for Gain\r\ninput InputGain {\r\n  externalIdentifier: String\r\n  name: String\r\n  codeFinancialElement: Int\r\n  amount: Float\r\n  amountisestimated: Boolean\r\n  effectivedate: Date\r\n  comment: String\r\n  account: _InputCollectionAction\r\n  incident: _InputCollectionAction\r\n}\r\n\r\n# Input type for GrossIncome\r\ninput InputGrossIncome {\r\n  externalIdentifier: String\r\n  name: String\r\n  beginDateGrossIncome: Date\r\n  endDateGrossIncome: Date\r\n  revenueAmount: Float\r\n  comment: String\r\n  businessLine: _InputCollectionAction\r\n}\r\n\r\n# Input type for Incident\r\ninput InputIncident {\r\n  externalIdentifier: String\r\n  name: String\r\n  codeIncident: Int\r\n  declarationDate: Date\r\n  detectionDate: Date\r\n  occurrenceDate: Date\r\n  nearMiss: Boolean\r\n  natureIncident: IncidentNatureIncidentEnum\r\n  statusIncident: IncidentStatusIncidentEnum\r\n  impactIncident: IncidentImpactIncidentEnum\r\n  priorityIncident: IncidentPriorityIncidentEnum\r\n  comment: String\r\n  businessDocument_AttachedDocument: _InputCollectionAction\r\n  businessDocument_ReferredtoDocument: _InputCollectionAction\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n  businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n  declarer_PersonSystem: _InputCollectionAction\r\n  orgUnit_DeclarantsEntity: _InputCollectionAction\r\n  actionPlan: _InputCollectionAction\r\n  macroIncident: _InputCollectionAction\r\n  provision_IncidentFinancialElement: _InputCollectionAction\r\n  loss_IncidentFinancialElement: _InputCollectionAction\r\n  recovery_IncidentFinancialElement: _InputCollectionAction\r\n  gain_IncidentFinancialElement: _InputCollectionAction\r\n  riskType: _InputCollectionAction\r\n  businessLine: _InputCollectionAction\r\n  orgUnit_Entity: _InputCollectionAction\r\n  businessProcess: _InputCollectionAction\r\n  organizationalProcess: _InputCollectionAction\r\n  product: _InputCollectionAction\r\n  application: _InputCollectionAction\r\n  requirement: _InputCollectionAction\r\n  risk: _InputCollectionAction\r\n  control: _InputCollectionAction\r\n  riskFactor: _InputCollectionAction\r\n  riskConsequence: _InputCollectionAction\r\n}\r\n\r\n# Input type for Login\r\ninput InputLogin {\r\n  externalIdentifier: String\r\n  name: String\r\n  usercode: String\r\n  commandLine: String\r\n  statusLogin: LoginStatusLoginEnum\r\n  comment: String\r\n  personSystem_LoginHolder: _InputCollectionAction\r\n}\r\n\r\n# Input type for Loss\r\ninput InputLoss {\r\n  externalIdentifier: String\r\n  name: String\r\n  codeFinancialElement: Int\r\n  amount: Float\r\n  amountisestimated: Boolean\r\n  effectivedate: Date\r\n  natureLoss: LossNatureLossEnum\r\n  comment: String\r\n  account: _InputCollectionAction\r\n  incident: _InputCollectionAction\r\n}\r\n\r\n# Input type for MacroIncident\r\ninput InputMacroIncident {\r\n  externalIdentifier: String\r\n  name: String\r\n  codeMacroIncident: Int\r\n  comment: String\r\n  incident: _InputCollectionAction\r\n}\r\n\r\n# Input type for OrganizationalProcess\r\ninput InputOrganizationalProcess {\r\n  externalIdentifier: String\r\n  name: String\r\n  lastAssessmentDate: Date\r\n  comment: String\r\n  businessDocument_AttachedDocument: _InputCollectionAction\r\n  businessDocument_ReferredtoDocument: _InputCollectionAction\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n  businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n  organizationalProcessManager_PersonSystem: _InputCollectionAction\r\n  actionPlan: _InputCollectionAction\r\n  incident: _InputCollectionAction\r\n}\r\n\r\n# Input type for OrgUnit\r\ninput InputOrgUnit {\r\n  externalIdentifier: String\r\n  name: String\r\n  internalExternal: OrgUnitInternalExternalEnum\r\n  lastAssessmentDate: Date\r\n  email: String\r\n  orgUnitStatus: OrgUnitOrgUnitStatusEnum\r\n  comment: String\r\n  businessDocument_AttachedDocument: _InputCollectionAction\r\n  businessDocument_ReferredtoDocument: _InputCollectionAction\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n  businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n  incident_DeclarantsIncident: _InputCollectionAction\r\n  actionPlan: _InputCollectionAction\r\n  incident: _InputCollectionAction\r\n}\r\n\r\n# Input type for PersonSystem\r\ninput InputPersonSystem {\r\n  externalIdentifier: String\r\n  name: String\r\n  usercode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongstoapersongroup: Boolean\r\n  dataLanguage: String\r\n  phoneNumber: String\r\n  initials: String\r\n  comment: String\r\n  login: _InputCollectionAction\r\n  actionPlanOwner_ActionPlan: _InputCollectionAction\r\n  actionPlanResponsible_ActionPlan: _InputCollectionAction\r\n  actionPlanApprover_ActionPlan: _InputCollectionAction\r\n  riskOwner_Risk: _InputCollectionAction\r\n  declarer_Incident: _InputCollectionAction\r\n  controlOwner_Control: _InputCollectionAction\r\n  organizationalProcessManager_OrganizationalProcess: _InputCollectionAction\r\n  requirementResponsible_Requirement: _InputCollectionAction\r\n  requirementAccountable_Requirement: _InputCollectionAction\r\n  requirementConsulted_Requirement: _InputCollectionAction\r\n  requirementInformed_Requirement: _InputCollectionAction\r\n}\r\n\r\n# Input type for Product\r\ninput InputProduct {\r\n  externalIdentifier: String\r\n  name: String\r\n  productType: ProductProductTypeEnum\r\n  comment: String\r\n  businessDocument_AttachedDocument: _InputCollectionAction\r\n  businessDocument_ReferredtoDocument: _InputCollectionAction\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n  businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n  incident: _InputCollectionAction\r\n}\r\n\r\n# Input type for Provision\r\ninput InputProvision {\r\n  externalIdentifier: String\r\n  name: String\r\n  codeFinancialElement: Int\r\n  amount: Float\r\n  amountisestimated: Boolean\r\n  effectivedate: Date\r\n  comment: String\r\n  account: _InputCollectionAction\r\n  incident: _InputCollectionAction\r\n}\r\n\r\n# Input type for Recovery\r\ninput InputRecovery {\r\n  externalIdentifier: String\r\n  name: String\r\n  codeFinancialElement: Int\r\n  amount: Float\r\n  amountisestimated: Boolean\r\n  effectivedate: Date\r\n  natureRecovery: RecoveryNatureRecoveryEnum\r\n  comment: String\r\n  account: _InputCollectionAction\r\n  incident: _InputCollectionAction\r\n}\r\n\r\n# Input type for Requirement\r\ninput InputRequirement {\r\n  externalIdentifier: String\r\n  name: String\r\n  requirementNature: RequirementRequirementNatureEnum\r\n  priority: RequirementPriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: Date\r\n  lastAssessmentDate: Date\r\n  comment: String\r\n  businessDocument_AttachedDocument: _InputCollectionAction\r\n  businessDocument_ReferredtoDocument: _InputCollectionAction\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n  businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n  requirementResponsible_PersonSystem: _InputCollectionAction\r\n  requirementAccountable_PersonSystem: _InputCollectionAction\r\n  requirementConsulted_PersonSystem: _InputCollectionAction\r\n  requirementInformed_PersonSystem: _InputCollectionAction\r\n  actionPlan: _InputCollectionAction\r\n  incident: _InputCollectionAction\r\n}\r\n\r\n# Input type for ResponsibilityAssignment\r\ninput InputResponsibilityAssignment {\r\n  externalIdentifier: String\r\n  name: String\r\n  comment: String\r\n  personSystem_AssignedPerson: _InputCollectionAction\r\n  businessRole: _InputCollectionAction\r\n  actionPlan_AssignedObject: _InputCollectionAction\r\n  risk_AssignedObject: _InputCollectionAction\r\n  incident_AssignedObject: _InputCollectionAction\r\n  control_AssignedObject: _InputCollectionAction\r\n  application_AssignedObject: _InputCollectionAction\r\n  orgUnit_AssignedObject: _InputCollectionAction\r\n  organizationalProcess_AssignedObject: _InputCollectionAction\r\n  requirement_AssignedObject: _InputCollectionAction\r\n  businessProcess_AssignedObject: _InputCollectionAction\r\n}\r\n\r\n# Input type for Risk\r\ninput InputRisk {\r\n  externalIdentifier: String\r\n  name: String\r\n  riskCode: String\r\n  riskIdentificationMode: RiskRiskIdentificationModeEnum\r\n  lastAssessmentDate: Date\r\n  comment: String\r\n  businessDocument_AttachedDocument: _InputCollectionAction\r\n  businessDocument_ReferredtoDocument: _InputCollectionAction\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n  businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n  riskOwner_PersonSystem: _InputCollectionAction\r\n  actionPlan: _InputCollectionAction\r\n  incident: _InputCollectionAction\r\n}\r\n\r\n# Input type for RiskConsequence\r\ninput InputRiskConsequence {\r\n  externalIdentifier: String\r\n  name: String\r\n  criticality: RiskConsequenceCriticalityEnum\r\n  consequenceType: RiskConsequenceConsequenceTypeEnum\r\n  trend: RiskConsequenceTrendEnum\r\n  riskConsequenceCode: String\r\n  comment: String\r\n  incident: _InputCollectionAction\r\n}\r\n\r\n# Input type for RiskFactor\r\ninput InputRiskFactor {\r\n  externalIdentifier: String\r\n  name: String\r\n  riskFactorCode: String\r\n  comment: String\r\n  incident: _InputCollectionAction\r\n}\r\n\r\n# Input type for RiskType\r\ninput InputRiskType {\r\n  externalIdentifier: String\r\n  name: String\r\n  riskTypeCode: String\r\n  lastAssessmentDate: Date\r\n  comment: String\r\n  businessDocument_AttachedDocument: _InputCollectionAction\r\n  businessDocument_ReferredtoDocument: _InputCollectionAction\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n  businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n  incident: _InputCollectionAction\r\n}\r\n\r\nenum InternalExternalEnumFilter {\r\n  InternalOrg_Unit\r\n  ExternalEntity\r\n}\r\n\r\nenum LikelihoodERMEnumFilter {\r\n  Rare\r\n  Possible\r\n  Likely\r\n  Probable\r\n  Certain\r\n}\r\n\r\n# A login gives access to certain functions of the product and certain\r\n# repositories. The login s associated code is used to generate file names as well\r\n# as a specific work directory for the user. At the time of installation, the\r\n# Admin login, which is used to manage repositories and create new logins.  \r\ntype Login {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  usercode: String\r\n  commandLine: String\r\n  statusLogin: LoginStatusLoginEnum\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  personSystem_LoginHolder(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n}\r\n\r\ninput LoginFilter {\r\n  and: [LoginFilter!]\r\n  or: [LoginFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  usercode: String\r\n  usercode_not: String\r\n  usercode_in: [String!]\r\n  usercode_not_in: [String!]\r\n  usercode_lt: String\r\n  usercode_lte: String\r\n  usercode_gt: String\r\n  usercode_gte: String\r\n  usercode_contains: String\r\n  usercode_not_contains: String\r\n  usercode_starts_with: String\r\n  usercode_not_starts_with: String\r\n  usercode_ends_with: String\r\n  usercode_not_ends_with: String\r\n  commandLine: String\r\n  commandLine_not: String\r\n  commandLine_in: [String!]\r\n  commandLine_not_in: [String!]\r\n  commandLine_lt: String\r\n  commandLine_lte: String\r\n  commandLine_gt: String\r\n  commandLine_gte: String\r\n  commandLine_contains: String\r\n  commandLine_not_contains: String\r\n  commandLine_starts_with: String\r\n  commandLine_not_starts_with: String\r\n  commandLine_ends_with: String\r\n  commandLine_not_ends_with: String\r\n  statusLogin: LoginStatusLoginEnum\r\n  statusLogin_not: LoginStatusLoginEnum\r\n  statusLogin_in: [LoginStatusLoginEnum!]\r\n  statusLogin_not_in: [LoginStatusLoginEnum!]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  personSystem_LoginHolder_some: [LoginFilter!]\r\n}\r\n\r\nenum LoginStatusLoginEnum {\r\n  Active\r\n  Inactive\r\n}\r\n\r\n# A loss is an amount of money that an entity has lost at a specific date.Losses\r\n# and incidents need to be distinct objects because:-\tLosses of different natures\r\n# can be linked to the same incident,-\tOne incident can trigger several losses\r\n# after it was detected,-\tLosses can be used in the general ledger, whereas\r\n# incidents are not.The scope is defined on the incident and automatically\r\n# inherited by the loss. If the loss scope varies from the incident s, then it can\r\n# be overwritten. \r\ntype Loss {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  codeFinancialElement: Int\r\n  amount: Float\r\n  amountlocal: Float\r\n  amountisestimated: Boolean\r\n  effectivedate: Date\r\n  natureLoss: LossNatureLossEnum\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  account(filter: filterAccount, orderBy: [orderByAccount]): [Account]\r\n  incident(filter: filterIncident, orderBy: [orderByIncident]): [Incident]\r\n}\r\n\r\ninput LossFilter {\r\n  and: [LossFilter!]\r\n  or: [LossFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  codeFinancialElement: Int\r\n  codeFinancialElement_not: Int\r\n  codeFinancialElement_in: [Int!]\r\n  codeFinancialElement_not_in: [Int!]\r\n  codeFinancialElement_lt: Int\r\n  codeFinancialElement_lte: Int\r\n  codeFinancialElement_gt: Int\r\n  codeFinancialElement_gte: Int\r\n  amount: Float\r\n  amount_not: Float\r\n  amount_in: [Float!]\r\n  amount_not_in: [Float!]\r\n  amount_lt: Float\r\n  amount_lte: Float\r\n  amount_gt: Float\r\n  amount_gte: Float\r\n  amountlocal: Float\r\n  amountlocal_not: Float\r\n  amountlocal_in: [Float!]\r\n  amountlocal_not_in: [Float!]\r\n  amountlocal_lt: Float\r\n  amountlocal_lte: Float\r\n  amountlocal_gt: Float\r\n  amountlocal_gte: Float\r\n  amountisestimated: Boolean\r\n  amountisestimated_not: Boolean\r\n  effectivedate: Date\r\n  effectivedate_not: Date\r\n  effectivedate_in: [Date!]\r\n  effectivedate_not_in: [Date!]\r\n  effectivedate_lt: Date\r\n  effectivedate_lte: Date\r\n  effectivedate_gt: Date\r\n  effectivedate_gte: Date\r\n  natureLoss: LossNatureLossEnum\r\n  natureLoss_not: LossNatureLossEnum\r\n  natureLoss_in: [LossNatureLossEnum!]\r\n  natureLoss_not_in: [LossNatureLossEnum!]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  account_some: [LossFilter!]\r\n  incident_some: [LossFilter!]\r\n}\r\n\r\nenum LossNatureLossEnum {\r\n  Writedowns\r\n  Lossofrecourse\r\n  Restitution\r\n  LegalLiability\r\n  Regulatory_Compliance\r\n  Lossofordamagetoassets\r\n  Otherdirectloss\r\n}\r\n\r\n# A macro incident is a high level incident that regroups several incidents.It is\r\n# more than a group of incidents or than an incident type, because it can be\r\n# analyzed for itself, as a high level incident. It has loss amounts, computed as\r\n# the sum of the losses connected to its children incidents.Macro incidents have a\r\n# broad scope. Incidents have a more precise scope. \r\ntype MacroIncident {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  codeMacroIncident: Int\r\n  grossLoss: Float\r\n  grossLosslocal: Float\r\n  grossActualLoss: Float\r\n  grossActualLosslocal: Float\r\n  recoveries: Float\r\n  recoverieslocal: Float\r\n  netLoss: Float\r\n  netLosslocal: Float\r\n  netActualLoss: Float\r\n  netActualLosslocal: Float\r\n  numberofincidents: String\r\n  numberofValidatedIncidents: Int\r\n  dateofFirstOccurrence: Date\r\n  dateofLastOccurrence: Date\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  incident(filter: filterIncident, orderBy: [orderByIncident]): [Incident]\r\n}\r\n\r\ninput MacroIncidentFilter {\r\n  and: [MacroIncidentFilter!]\r\n  or: [MacroIncidentFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  codeMacroIncident: Int\r\n  codeMacroIncident_not: Int\r\n  codeMacroIncident_in: [Int!]\r\n  codeMacroIncident_not_in: [Int!]\r\n  codeMacroIncident_lt: Int\r\n  codeMacroIncident_lte: Int\r\n  codeMacroIncident_gt: Int\r\n  codeMacroIncident_gte: Int\r\n  grossLoss: Float\r\n  grossLoss_not: Float\r\n  grossLoss_in: [Float!]\r\n  grossLoss_not_in: [Float!]\r\n  grossLoss_lt: Float\r\n  grossLoss_lte: Float\r\n  grossLoss_gt: Float\r\n  grossLoss_gte: Float\r\n  grossLosslocal: Float\r\n  grossLosslocal_not: Float\r\n  grossLosslocal_in: [Float!]\r\n  grossLosslocal_not_in: [Float!]\r\n  grossLosslocal_lt: Float\r\n  grossLosslocal_lte: Float\r\n  grossLosslocal_gt: Float\r\n  grossLosslocal_gte: Float\r\n  grossActualLoss: Float\r\n  grossActualLoss_not: Float\r\n  grossActualLoss_in: [Float!]\r\n  grossActualLoss_not_in: [Float!]\r\n  grossActualLoss_lt: Float\r\n  grossActualLoss_lte: Float\r\n  grossActualLoss_gt: Float\r\n  grossActualLoss_gte: Float\r\n  grossActualLosslocal: Float\r\n  grossActualLosslocal_not: Float\r\n  grossActualLosslocal_in: [Float!]\r\n  grossActualLosslocal_not_in: [Float!]\r\n  grossActualLosslocal_lt: Float\r\n  grossActualLosslocal_lte: Float\r\n  grossActualLosslocal_gt: Float\r\n  grossActualLosslocal_gte: Float\r\n  recoveries: Float\r\n  recoveries_not: Float\r\n  recoveries_in: [Float!]\r\n  recoveries_not_in: [Float!]\r\n  recoveries_lt: Float\r\n  recoveries_lte: Float\r\n  recoveries_gt: Float\r\n  recoveries_gte: Float\r\n  recoverieslocal: Float\r\n  recoverieslocal_not: Float\r\n  recoverieslocal_in: [Float!]\r\n  recoverieslocal_not_in: [Float!]\r\n  recoverieslocal_lt: Float\r\n  recoverieslocal_lte: Float\r\n  recoverieslocal_gt: Float\r\n  recoverieslocal_gte: Float\r\n  netLoss: Float\r\n  netLoss_not: Float\r\n  netLoss_in: [Float!]\r\n  netLoss_not_in: [Float!]\r\n  netLoss_lt: Float\r\n  netLoss_lte: Float\r\n  netLoss_gt: Float\r\n  netLoss_gte: Float\r\n  netLosslocal: Float\r\n  netLosslocal_not: Float\r\n  netLosslocal_in: [Float!]\r\n  netLosslocal_not_in: [Float!]\r\n  netLosslocal_lt: Float\r\n  netLosslocal_lte: Float\r\n  netLosslocal_gt: Float\r\n  netLosslocal_gte: Float\r\n  netActualLoss: Float\r\n  netActualLoss_not: Float\r\n  netActualLoss_in: [Float!]\r\n  netActualLoss_not_in: [Float!]\r\n  netActualLoss_lt: Float\r\n  netActualLoss_lte: Float\r\n  netActualLoss_gt: Float\r\n  netActualLoss_gte: Float\r\n  netActualLosslocal: Float\r\n  netActualLosslocal_not: Float\r\n  netActualLosslocal_in: [Float!]\r\n  netActualLosslocal_not_in: [Float!]\r\n  netActualLosslocal_lt: Float\r\n  netActualLosslocal_lte: Float\r\n  netActualLosslocal_gt: Float\r\n  netActualLosslocal_gte: Float\r\n  numberofincidents: String\r\n  numberofincidents_not: String\r\n  numberofincidents_in: [String!]\r\n  numberofincidents_not_in: [String!]\r\n  numberofincidents_lt: String\r\n  numberofincidents_lte: String\r\n  numberofincidents_gt: String\r\n  numberofincidents_gte: String\r\n  numberofincidents_contains: String\r\n  numberofincidents_not_contains: String\r\n  numberofincidents_starts_with: String\r\n  numberofincidents_not_starts_with: String\r\n  numberofincidents_ends_with: String\r\n  numberofincidents_not_ends_with: String\r\n  numberofValidatedIncidents: Int\r\n  numberofValidatedIncidents_not: Int\r\n  numberofValidatedIncidents_in: [Int!]\r\n  numberofValidatedIncidents_not_in: [Int!]\r\n  numberofValidatedIncidents_lt: Int\r\n  numberofValidatedIncidents_lte: Int\r\n  numberofValidatedIncidents_gt: Int\r\n  numberofValidatedIncidents_gte: Int\r\n  dateofFirstOccurrence: Date\r\n  dateofFirstOccurrence_not: Date\r\n  dateofFirstOccurrence_in: [Date!]\r\n  dateofFirstOccurrence_not_in: [Date!]\r\n  dateofFirstOccurrence_lt: Date\r\n  dateofFirstOccurrence_lte: Date\r\n  dateofFirstOccurrence_gt: Date\r\n  dateofFirstOccurrence_gte: Date\r\n  dateofLastOccurrence: Date\r\n  dateofLastOccurrence_not: Date\r\n  dateofLastOccurrence_in: [Date!]\r\n  dateofLastOccurrence_not_in: [Date!]\r\n  dateofLastOccurrence_lt: Date\r\n  dateofLastOccurrence_lte: Date\r\n  dateofLastOccurrence_gt: Date\r\n  dateofLastOccurrence_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  incident_some: [MacroIncidentFilter!]\r\n}\r\n\r\n# The `Milliseconds` scalar type represents a period of time represented as the total number of milliseconds.\r\nscalar Milliseconds\r\n\r\ntype Mutation {\r\n  createPersonSystem(personSystem: InputPersonSystem!, creationMode: creationMode): PersonSystem!\r\n  updatePersonSystem(id: String!, personSystem: InputPersonSystem!): PersonSystem!\r\n  deletePersonSystem(id: String!, cascade: Boolean): PersonSystem\r\n  createLogin(login: InputLogin!, creationMode: creationMode): Login!\r\n  updateLogin(id: String!, login: InputLogin!): Login!\r\n  deleteLogin(id: String!, cascade: Boolean): Login\r\n  createResponsibilityAssignment(responsibilityAssignment: InputResponsibilityAssignment!, creationMode: creationMode): ResponsibilityAssignment!\r\n  updateResponsibilityAssignment(id: String!, responsibilityAssignment: InputResponsibilityAssignment!): ResponsibilityAssignment!\r\n  deleteResponsibilityAssignment(id: String!, cascade: Boolean): ResponsibilityAssignment\r\n  createBusinessRole(businessRole: InputBusinessRole!, creationMode: creationMode): BusinessRole!\r\n  updateBusinessRole(id: String!, businessRole: InputBusinessRole!): BusinessRole!\r\n  deleteBusinessRole(id: String!, cascade: Boolean): BusinessRole\r\n  createActionPlan(actionPlan: InputActionPlan!, creationMode: creationMode): ActionPlan!\r\n  updateActionPlan(id: String!, actionPlan: InputActionPlan!): ActionPlan!\r\n  deleteActionPlan(id: String!, cascade: Boolean): ActionPlan\r\n  createRiskConsequence(riskConsequence: InputRiskConsequence!, creationMode: creationMode): RiskConsequence!\r\n  updateRiskConsequence(id: String!, riskConsequence: InputRiskConsequence!): RiskConsequence!\r\n  deleteRiskConsequence(id: String!, cascade: Boolean): RiskConsequence\r\n  createAccount(account: InputAccount!, creationMode: creationMode): Account!\r\n  updateAccount(id: String!, account: InputAccount!): Account!\r\n  deleteAccount(id: String!, cascade: Boolean): Account\r\n  createBusinessLine(businessLine: InputBusinessLine!, creationMode: creationMode): BusinessLine!\r\n  updateBusinessLine(id: String!, businessLine: InputBusinessLine!): BusinessLine!\r\n  deleteBusinessLine(id: String!, cascade: Boolean): BusinessLine\r\n  createProduct(product: InputProduct!, creationMode: creationMode): Product!\r\n  updateProduct(id: String!, product: InputProduct!): Product!\r\n  deleteProduct(id: String!, cascade: Boolean): Product\r\n  createRiskType(riskType: InputRiskType!, creationMode: creationMode): RiskType!\r\n  updateRiskType(id: String!, riskType: InputRiskType!): RiskType!\r\n  deleteRiskType(id: String!, cascade: Boolean): RiskType\r\n  createRisk(risk: InputRisk!, creationMode: creationMode): Risk!\r\n  updateRisk(id: String!, risk: InputRisk!): Risk!\r\n  deleteRisk(id: String!, cascade: Boolean): Risk\r\n  createBusinessDocument(businessDocument: InputBusinessDocument!): BusinessDocument!\r\n  updateBusinessDocument(id: String!, businessDocument: InputBusinessDocument!): BusinessDocument!\r\n  deleteBusinessDocument(id: String!, cascade: Boolean): BusinessDocument\r\n  createRiskFactor(riskFactor: InputRiskFactor!, creationMode: creationMode): RiskFactor!\r\n  updateRiskFactor(id: String!, riskFactor: InputRiskFactor!): RiskFactor!\r\n  deleteRiskFactor(id: String!, cascade: Boolean): RiskFactor\r\n  createProvision(provision: InputProvision!, creationMode: creationMode): Provision!\r\n  updateProvision(id: String!, provision: InputProvision!): Provision!\r\n  deleteProvision(id: String!, cascade: Boolean): Provision\r\n  createIncident(incident: InputIncident!, creationMode: creationMode): Incident!\r\n  updateIncident(id: String!, incident: InputIncident!): Incident!\r\n  deleteIncident(id: String!, cascade: Boolean): Incident\r\n  createMacroIncident(macroIncident: InputMacroIncident!, creationMode: creationMode): MacroIncident!\r\n  updateMacroIncident(id: String!, macroIncident: InputMacroIncident!): MacroIncident!\r\n  deleteMacroIncident(id: String!, cascade: Boolean): MacroIncident\r\n  createLoss(loss: InputLoss!, creationMode: creationMode): Loss!\r\n  updateLoss(id: String!, loss: InputLoss!): Loss!\r\n  deleteLoss(id: String!, cascade: Boolean): Loss\r\n  createRecovery(recovery: InputRecovery!, creationMode: creationMode): Recovery!\r\n  updateRecovery(id: String!, recovery: InputRecovery!): Recovery!\r\n  deleteRecovery(id: String!, cascade: Boolean): Recovery\r\n  createGain(gain: InputGain!, creationMode: creationMode): Gain!\r\n  updateGain(id: String!, gain: InputGain!): Gain!\r\n  deleteGain(id: String!, cascade: Boolean): Gain\r\n  createControl(control: InputControl!, creationMode: creationMode): Control!\r\n  updateControl(id: String!, control: InputControl!): Control!\r\n  deleteControl(id: String!, cascade: Boolean): Control\r\n  createBusinessDocumentPattern(businessDocumentPattern: InputBusinessDocumentPattern!, creationMode: creationMode): BusinessDocumentPattern!\r\n  updateBusinessDocumentPattern(id: String!, businessDocumentPattern: InputBusinessDocumentPattern!): BusinessDocumentPattern!\r\n  deleteBusinessDocumentPattern(id: String!, cascade: Boolean): BusinessDocumentPattern\r\n  createDocumentCategory(documentCategory: InputDocumentCategory!, creationMode: creationMode): DocumentCategory!\r\n  updateDocumentCategory(id: String!, documentCategory: InputDocumentCategory!): DocumentCategory!\r\n  deleteDocumentCategory(id: String!, cascade: Boolean): DocumentCategory\r\n  createGrossIncome(grossIncome: InputGrossIncome!, creationMode: creationMode): GrossIncome!\r\n  updateGrossIncome(id: String!, grossIncome: InputGrossIncome!): GrossIncome!\r\n  deleteGrossIncome(id: String!, cascade: Boolean): GrossIncome\r\n  createBusinessDocumentVersion(businessDocumentVersion: InputBusinessDocumentVersion!, creationMode: creationMode): BusinessDocumentVersion!\r\n  updateBusinessDocumentVersion(id: String!, businessDocumentVersion: InputBusinessDocumentVersion!): BusinessDocumentVersion!\r\n  deleteBusinessDocumentVersion(id: String!, cascade: Boolean): BusinessDocumentVersion\r\n  createApplication(application: InputApplication!, creationMode: creationMode): Application!\r\n  updateApplication(id: String!, application: InputApplication!): Application!\r\n  deleteApplication(id: String!, cascade: Boolean): Application\r\n  createOrgUnit(orgUnit: InputOrgUnit!, creationMode: creationMode): OrgUnit!\r\n  updateOrgUnit(id: String!, orgUnit: InputOrgUnit!): OrgUnit!\r\n  deleteOrgUnit(id: String!, cascade: Boolean): OrgUnit\r\n  createOrganizationalProcess(organizationalProcess: InputOrganizationalProcess!, creationMode: creationMode): OrganizationalProcess!\r\n  updateOrganizationalProcess(id: String!, organizationalProcess: InputOrganizationalProcess!): OrganizationalProcess!\r\n  deleteOrganizationalProcess(id: String!, cascade: Boolean): OrganizationalProcess\r\n  createRequirement(requirement: InputRequirement!, creationMode: creationMode): Requirement!\r\n  updateRequirement(id: String!, requirement: InputRequirement!): Requirement!\r\n  deleteRequirement(id: String!, cascade: Boolean): Requirement\r\n  createBusinessProcess(businessProcess: InputBusinessProcess!, creationMode: creationMode): BusinessProcess!\r\n  updateBusinessProcess(id: String!, businessProcess: InputBusinessProcess!): BusinessProcess!\r\n  deleteBusinessProcess(id: String!, cascade: Boolean): BusinessProcess\r\n}\r\n\r\nenum NatureIncidentEnumFilter {\r\n  Financial\r\n  NotFinancial\r\n}\r\n\r\nenum NatureLossEnumFilter {\r\n  Writedowns\r\n  Lossofrecourse\r\n  Restitution\r\n  LegalLiability\r\n  Regulatory_Compliance\r\n  Lossofordamagetoassets\r\n  Otherdirectloss\r\n}\r\n\r\nenum NatureRecoveryEnumFilter {\r\n  Insurance\r\n  NoInsurance\r\n}\r\n\r\nenum orderByAccount {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  accountCode_ASC\r\n  accountCode_DESC\r\n  accounttype_ASC\r\n  accounttype_DESC\r\n  totalvalue_ASC\r\n  totalvalue_DESC\r\n  accountStatus_ASC\r\n  accountStatus_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  externalName_ASC\r\n  externalName_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByActionPlan {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  lastProgressPercentage_ASC\r\n  lastProgressPercentage_DESC\r\n  lastProgressComment_ASC\r\n  lastProgressComment_DESC\r\n  successful_ASC\r\n  successful_DESC\r\n  realCost_ASC\r\n  realCost_DESC\r\n  forecastCost_ASC\r\n  forecastCost_DESC\r\n  forecastCostManDays_ASC\r\n  forecastCostManDays_DESC\r\n  realCostManDays_ASC\r\n  realCostManDays_DESC\r\n  actionPlanCategory_ASC\r\n  actionPlanCategory_DESC\r\n  actionPlanStatus_ASC\r\n  actionPlanStatus_DESC\r\n  means_ASC\r\n  means_DESC\r\n  actionPlanOrigin_ASC\r\n  actionPlanOrigin_DESC\r\n  keySuccessFactor_ASC\r\n  keySuccessFactor_DESC\r\n  successfullcomments_ASC\r\n  successfullcomments_DESC\r\n  plannedBeginDate_ASC\r\n  plannedBeginDate_DESC\r\n  plannedEndDate_ASC\r\n  plannedEndDate_DESC\r\n  realBeginDate_ASC\r\n  realBeginDate_DESC\r\n  realEndDate_ASC\r\n  realEndDate_DESC\r\n  actionPlanPriority_ASC\r\n  actionPlanPriority_DESC\r\n  delay_ASC\r\n  delay_DESC\r\n  actionPlanNature_ASC\r\n  actionPlanNature_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByApplication {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  applicationStereotype_ASC\r\n  applicationStereotype_DESC\r\n  beginLifedate_ASC\r\n  beginLifedate_DESC\r\n  endlifedate_ASC\r\n  endlifedate_DESC\r\n  statusReview_ASC\r\n  statusReview_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByBusinessDocument {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  isCiphered_ASC\r\n  isCiphered_DESC\r\n  gDPRDocumentID_ASC\r\n  gDPRDocumentID_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByBusinessDocumentPattern {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  ciphered_ASC\r\n  ciphered_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByBusinessDocumentVersion {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  fileExtension_ASC\r\n  fileExtension_DESC\r\n  businessDocumentVersionName_ASC\r\n  businessDocumentVersionName_DESC\r\n  documentVersion_ASC\r\n  documentVersion_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByBusinessLine {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  customerSatisfaction_ASC\r\n  customerSatisfaction_DESC\r\n  numberofincidents_ASC\r\n  numberofincidents_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  businessLineCode_ASC\r\n  businessLineCode_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  standardizedApproachRatioTSA_ASC\r\n  standardizedApproachRatioTSA_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByBusinessProcess {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  beginLifedate_ASC\r\n  beginLifedate_DESC\r\n  endlifedate_ASC\r\n  endlifedate_DESC\r\n  businessProcessCode_ASC\r\n  businessProcessCode_DESC\r\n  numberofincidents_ASC\r\n  numberofincidents_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByBusinessRole {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  businessRoleMultiplicity_ASC\r\n  businessRoleMultiplicity_DESC\r\n  businessRoleStatus_ASC\r\n  businessRoleStatus_DESC\r\n  proposeallusers_ASC\r\n  proposeallusers_DESC\r\n  businessRoleDisplay_ASC\r\n  businessRoleDisplay_DESC\r\n  gUIName_ASC\r\n  gUIName_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByControl {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  controlCode_ASC\r\n  controlCode_DESC\r\n  controlLevel_ASC\r\n  controlLevel_DESC\r\n  controlNature_ASC\r\n  controlNature_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByDocumentCategory {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByGain {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  codeFinancialElement_ASC\r\n  codeFinancialElement_DESC\r\n  amount_ASC\r\n  amount_DESC\r\n  amountlocal_ASC\r\n  amountlocal_DESC\r\n  amountisestimated_ASC\r\n  amountisestimated_DESC\r\n  effectivedate_ASC\r\n  effectivedate_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByGrossIncome {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  beginDateGrossIncome_ASC\r\n  beginDateGrossIncome_DESC\r\n  endDateGrossIncome_ASC\r\n  endDateGrossIncome_DESC\r\n  revenueAmount_ASC\r\n  revenueAmount_DESC\r\n  revenueAmountlocal_ASC\r\n  revenueAmountlocal_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByIncident {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  codeIncident_ASC\r\n  codeIncident_DESC\r\n  declarationDate_ASC\r\n  declarationDate_DESC\r\n  detectionDate_ASC\r\n  detectionDate_DESC\r\n  occurrenceDate_ASC\r\n  occurrenceDate_DESC\r\n  nearMiss_ASC\r\n  nearMiss_DESC\r\n  natureIncident_ASC\r\n  natureIncident_DESC\r\n  statusIncident_ASC\r\n  statusIncident_DESC\r\n  impactIncident_ASC\r\n  impactIncident_DESC\r\n  priorityIncident_ASC\r\n  priorityIncident_DESC\r\n  grossLoss_ASC\r\n  grossLoss_DESC\r\n  grossLosslocal_ASC\r\n  grossLosslocal_DESC\r\n  grossActualLoss_ASC\r\n  grossActualLoss_DESC\r\n  grossActualLosslocal_ASC\r\n  grossActualLosslocal_DESC\r\n  recoveries_ASC\r\n  recoveries_DESC\r\n  recoverieslocal_ASC\r\n  recoverieslocal_DESC\r\n  netLoss_ASC\r\n  netLoss_DESC\r\n  netLosslocal_ASC\r\n  netLosslocal_DESC\r\n  netActualLoss_ASC\r\n  netActualLoss_DESC\r\n  netActualLosslocal_ASC\r\n  netActualLosslocal_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByLogin {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  usercode_ASC\r\n  usercode_DESC\r\n  commandLine_ASC\r\n  commandLine_DESC\r\n  statusLogin_ASC\r\n  statusLogin_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByLoss {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  codeFinancialElement_ASC\r\n  codeFinancialElement_DESC\r\n  amount_ASC\r\n  amount_DESC\r\n  amountlocal_ASC\r\n  amountlocal_DESC\r\n  amountisestimated_ASC\r\n  amountisestimated_DESC\r\n  effectivedate_ASC\r\n  effectivedate_DESC\r\n  natureLoss_ASC\r\n  natureLoss_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByMacroIncident {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  codeMacroIncident_ASC\r\n  codeMacroIncident_DESC\r\n  grossLoss_ASC\r\n  grossLoss_DESC\r\n  grossLosslocal_ASC\r\n  grossLosslocal_DESC\r\n  grossActualLoss_ASC\r\n  grossActualLoss_DESC\r\n  grossActualLosslocal_ASC\r\n  grossActualLosslocal_DESC\r\n  recoveries_ASC\r\n  recoveries_DESC\r\n  recoverieslocal_ASC\r\n  recoverieslocal_DESC\r\n  netLoss_ASC\r\n  netLoss_DESC\r\n  netLosslocal_ASC\r\n  netLosslocal_DESC\r\n  netActualLoss_ASC\r\n  netActualLoss_DESC\r\n  netActualLosslocal_ASC\r\n  netActualLosslocal_DESC\r\n  numberofincidents_ASC\r\n  numberofincidents_DESC\r\n  numberofValidatedIncidents_ASC\r\n  numberofValidatedIncidents_DESC\r\n  dateofFirstOccurrence_ASC\r\n  dateofFirstOccurrence_DESC\r\n  dateofLastOccurrence_ASC\r\n  dateofLastOccurrence_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByOrganizationalProcess {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  beginLifedate_ASC\r\n  beginLifedate_DESC\r\n  endlifedate_ASC\r\n  endlifedate_DESC\r\n  numberofincidents_ASC\r\n  numberofincidents_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByOrgUnit {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  internalExternal_ASC\r\n  internalExternal_DESC\r\n  beginLifedate_ASC\r\n  beginLifedate_DESC\r\n  endlifedate_ASC\r\n  endlifedate_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  email_ASC\r\n  email_DESC\r\n  numberofincidents_ASC\r\n  numberofincidents_DESC\r\n  localeCurrency_ASC\r\n  localeCurrency_DESC\r\n  orgUnitStatus_ASC\r\n  orgUnitStatus_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByPersonSystem {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  usercode_ASC\r\n  usercode_DESC\r\n  commandLine_ASC\r\n  commandLine_DESC\r\n  scciUserName_ASC\r\n  scciUserName_DESC\r\n  email_ASC\r\n  email_DESC\r\n  belongstoapersongroup_ASC\r\n  belongstoapersongroup_DESC\r\n  dataLanguage_ASC\r\n  dataLanguage_DESC\r\n  phoneNumber_ASC\r\n  phoneNumber_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByProduct {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  beginLifedate_ASC\r\n  beginLifedate_DESC\r\n  endlifedate_ASC\r\n  endlifedate_DESC\r\n  productType_ASC\r\n  productType_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByProvision {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  codeFinancialElement_ASC\r\n  codeFinancialElement_DESC\r\n  amount_ASC\r\n  amount_DESC\r\n  amountlocal_ASC\r\n  amountlocal_DESC\r\n  amountisestimated_ASC\r\n  amountisestimated_DESC\r\n  effectivedate_ASC\r\n  effectivedate_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByRecovery {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  codeFinancialElement_ASC\r\n  codeFinancialElement_DESC\r\n  amount_ASC\r\n  amount_DESC\r\n  amountlocal_ASC\r\n  amountlocal_DESC\r\n  amountisestimated_ASC\r\n  amountisestimated_DESC\r\n  effectivedate_ASC\r\n  effectivedate_DESC\r\n  natureRecovery_ASC\r\n  natureRecovery_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByRequirement {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  requirementNature_ASC\r\n  requirementNature_DESC\r\n  priority_ASC\r\n  priority_DESC\r\n  requirementCode_ASC\r\n  requirementCode_DESC\r\n  lastUpdate_ASC\r\n  lastUpdate_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByRisk {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  riskCode_ASC\r\n  riskCode_DESC\r\n  riskIdentificationMode_ASC\r\n  riskIdentificationMode_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  impactERM_ASC\r\n  impactERM_DESC\r\n  likelihoodERM_ASC\r\n  likelihoodERM_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByRiskConsequence {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  criticality_ASC\r\n  criticality_DESC\r\n  consequenceType_ASC\r\n  consequenceType_DESC\r\n  trend_ASC\r\n  trend_DESC\r\n  riskConsequenceCode_ASC\r\n  riskConsequenceCode_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByRiskFactor {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  riskFactorCode_ASC\r\n  riskFactorCode_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByRiskType {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  numberofincidents_ASC\r\n  numberofincidents_DESC\r\n  riskTypeCode_ASC\r\n  riskTypeCode_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  level_ASC\r\n  level_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\n# An organizational process is a set of operations performed by org-units within a\r\n# company or organization, to produce a result. It is depicted as a sequence of\r\n# operations, controlled by events and conditions. In the BPMN notation, the\r\n# organizational process represents a sub-process from the organizational point of view.\r\ntype OrganizationalProcess {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  beginLifedate: Date\r\n  endlifedate: Date\r\n  numberofincidents: String\r\n  assessmentFreshness: Float\r\n  lastAssessmentDate: Date\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  businessDocument_AttachedDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n  businessDocument_ReferredtoDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n  businessDocumentVersion_AttachedDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n  businessDocumentVersion_ReferredtoDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n  organizationalProcessManager_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  actionPlan(filter: filterActionPlan, orderBy: [orderByActionPlan]): [ActionPlan]\r\n  incident(filter: filterIncident, orderBy: [orderByIncident]): [Incident]\r\n}\r\n\r\ninput OrganizationalProcessFilter {\r\n  and: [OrganizationalProcessFilter!]\r\n  or: [OrganizationalProcessFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  beginLifedate: Date\r\n  beginLifedate_not: Date\r\n  beginLifedate_in: [Date!]\r\n  beginLifedate_not_in: [Date!]\r\n  beginLifedate_lt: Date\r\n  beginLifedate_lte: Date\r\n  beginLifedate_gt: Date\r\n  beginLifedate_gte: Date\r\n  endlifedate: Date\r\n  endlifedate_not: Date\r\n  endlifedate_in: [Date!]\r\n  endlifedate_not_in: [Date!]\r\n  endlifedate_lt: Date\r\n  endlifedate_lte: Date\r\n  endlifedate_gt: Date\r\n  endlifedate_gte: Date\r\n  numberofincidents: String\r\n  numberofincidents_not: String\r\n  numberofincidents_in: [String!]\r\n  numberofincidents_not_in: [String!]\r\n  numberofincidents_lt: String\r\n  numberofincidents_lte: String\r\n  numberofincidents_gt: String\r\n  numberofincidents_gte: String\r\n  numberofincidents_contains: String\r\n  numberofincidents_not_contains: String\r\n  numberofincidents_starts_with: String\r\n  numberofincidents_not_starts_with: String\r\n  numberofincidents_ends_with: String\r\n  numberofincidents_not_ends_with: String\r\n  assessmentFreshness: Float\r\n  assessmentFreshness_not: Float\r\n  assessmentFreshness_in: [Float!]\r\n  assessmentFreshness_not_in: [Float!]\r\n  assessmentFreshness_lt: Float\r\n  assessmentFreshness_lte: Float\r\n  assessmentFreshness_gt: Float\r\n  assessmentFreshness_gte: Float\r\n  lastAssessmentDate: Date\r\n  lastAssessmentDate_not: Date\r\n  lastAssessmentDate_in: [Date!]\r\n  lastAssessmentDate_not_in: [Date!]\r\n  lastAssessmentDate_lt: Date\r\n  lastAssessmentDate_lte: Date\r\n  lastAssessmentDate_gt: Date\r\n  lastAssessmentDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  businessDocument_AttachedDocument_some: [OrganizationalProcessFilter!]\r\n  businessDocument_ReferredtoDocument_some: [OrganizationalProcessFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [OrganizationalProcessFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessManager_PersonSystem_some: [OrganizationalProcessFilter!]\r\n  actionPlan_some: [OrganizationalProcessFilter!]\r\n  incident_some: [OrganizationalProcessFilter!]\r\n}\r\n\r\n# An org-unit represents a person or a group of persons that intervenes in the\r\n# enterprise business processes or information system. An org-unit can be internal\r\n# or external to the enterprise.- An internal org-unit is an organizational\r\n# element of the enterprise structure such as a department, a service, or a\r\n# workstation. An internal org-unit is defined based on how detailed you require\r\n# your view of the enterprise to be (cf org-unit-type). Example: financial\r\n# management, sales management, marketing department, account manager.- An\r\n# external entity is an organization that exchanges flows with the enterprise.\r\n# Example: Customer, Supplier, Government Office.\r\ntype OrgUnit {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  internalExternal: OrgUnitInternalExternalEnum\r\n  beginLifedate: Date\r\n  endlifedate: Date\r\n  assessmentFreshness: Float\r\n  lastAssessmentDate: Date\r\n  email: String\r\n  numberofincidents: String\r\n  localeCurrency: String\r\n  orgUnitStatus: OrgUnitOrgUnitStatusEnum\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  businessDocument_AttachedDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n  businessDocument_ReferredtoDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n  businessDocumentVersion_AttachedDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n  businessDocumentVersion_ReferredtoDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n  incident_DeclarantsIncident(filter: filterIncident, orderBy: [orderByIncident]): [Incident]\r\n  actionPlan(filter: filterActionPlan, orderBy: [orderByActionPlan]): [ActionPlan]\r\n  incident(filter: filterIncident, orderBy: [orderByIncident]): [Incident]\r\n}\r\n\r\ninput OrgUnitFilter {\r\n  and: [OrgUnitFilter!]\r\n  or: [OrgUnitFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  internalExternal: OrgUnitInternalExternalEnum\r\n  internalExternal_not: OrgUnitInternalExternalEnum\r\n  internalExternal_in: [OrgUnitInternalExternalEnum!]\r\n  internalExternal_not_in: [OrgUnitInternalExternalEnum!]\r\n  beginLifedate: Date\r\n  beginLifedate_not: Date\r\n  beginLifedate_in: [Date!]\r\n  beginLifedate_not_in: [Date!]\r\n  beginLifedate_lt: Date\r\n  beginLifedate_lte: Date\r\n  beginLifedate_gt: Date\r\n  beginLifedate_gte: Date\r\n  endlifedate: Date\r\n  endlifedate_not: Date\r\n  endlifedate_in: [Date!]\r\n  endlifedate_not_in: [Date!]\r\n  endlifedate_lt: Date\r\n  endlifedate_lte: Date\r\n  endlifedate_gt: Date\r\n  endlifedate_gte: Date\r\n  assessmentFreshness: Float\r\n  assessmentFreshness_not: Float\r\n  assessmentFreshness_in: [Float!]\r\n  assessmentFreshness_not_in: [Float!]\r\n  assessmentFreshness_lt: Float\r\n  assessmentFreshness_lte: Float\r\n  assessmentFreshness_gt: Float\r\n  assessmentFreshness_gte: Float\r\n  lastAssessmentDate: Date\r\n  lastAssessmentDate_not: Date\r\n  lastAssessmentDate_in: [Date!]\r\n  lastAssessmentDate_not_in: [Date!]\r\n  lastAssessmentDate_lt: Date\r\n  lastAssessmentDate_lte: Date\r\n  lastAssessmentDate_gt: Date\r\n  lastAssessmentDate_gte: Date\r\n  email: String\r\n  email_not: String\r\n  email_in: [String!]\r\n  email_not_in: [String!]\r\n  email_lt: String\r\n  email_lte: String\r\n  email_gt: String\r\n  email_gte: String\r\n  email_contains: String\r\n  email_not_contains: String\r\n  email_starts_with: String\r\n  email_not_starts_with: String\r\n  email_ends_with: String\r\n  email_not_ends_with: String\r\n  numberofincidents: String\r\n  numberofincidents_not: String\r\n  numberofincidents_in: [String!]\r\n  numberofincidents_not_in: [String!]\r\n  numberofincidents_lt: String\r\n  numberofincidents_lte: String\r\n  numberofincidents_gt: String\r\n  numberofincidents_gte: String\r\n  numberofincidents_contains: String\r\n  numberofincidents_not_contains: String\r\n  numberofincidents_starts_with: String\r\n  numberofincidents_not_starts_with: String\r\n  numberofincidents_ends_with: String\r\n  numberofincidents_not_ends_with: String\r\n  localeCurrency: String\r\n  localeCurrency_not: String\r\n  localeCurrency_in: [String!]\r\n  localeCurrency_not_in: [String!]\r\n  localeCurrency_lt: String\r\n  localeCurrency_lte: String\r\n  localeCurrency_gt: String\r\n  localeCurrency_gte: String\r\n  localeCurrency_contains: String\r\n  localeCurrency_not_contains: String\r\n  localeCurrency_starts_with: String\r\n  localeCurrency_not_starts_with: String\r\n  localeCurrency_ends_with: String\r\n  localeCurrency_not_ends_with: String\r\n  orgUnitStatus: OrgUnitOrgUnitStatusEnum\r\n  orgUnitStatus_not: OrgUnitOrgUnitStatusEnum\r\n  orgUnitStatus_in: [OrgUnitOrgUnitStatusEnum!]\r\n  orgUnitStatus_not_in: [OrgUnitOrgUnitStatusEnum!]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  businessDocument_AttachedDocument_some: [OrgUnitFilter!]\r\n  businessDocument_ReferredtoDocument_some: [OrgUnitFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [OrgUnitFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [OrgUnitFilter!]\r\n  incident_DeclarantsIncident_some: [OrgUnitFilter!]\r\n  actionPlan_some: [OrgUnitFilter!]\r\n  incident_some: [OrgUnitFilter!]\r\n}\r\n\r\nenum OrgUnitInternalExternalEnum {\r\n  InternalOrg_Unit\r\n  ExternalEntity\r\n}\r\n\r\nenum OrgUnitOrgUnitStatusEnum {\r\n  UpdateinProgress\r\n  ValidationinProgress\r\n  Validated\r\n}\r\n\r\nenum OrgUnitStatusEnumFilter {\r\n  UpdateinProgress\r\n  ValidationinProgress\r\n  Validated\r\n}\r\n\r\n# A Person is defined by her his name and email.A Person can access HOPEX as soon\r\n# as the Administrator assigns her him a connection identifier (Login) and a profile. \r\ntype PersonSystem {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  usercode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongstoapersongroup: Boolean\r\n  dataLanguage: String\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: PersonSystemValidPersonEnum\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  login(filter: filterLogin, orderBy: [orderByLogin]): [Login]\r\n  actionPlanOwner_ActionPlan(filter: filterActionPlan, orderBy: [orderByActionPlan]): [ActionPlan]\r\n  actionPlanResponsible_ActionPlan(filter: filterActionPlan, orderBy: [orderByActionPlan]): [ActionPlan]\r\n  actionPlanApprover_ActionPlan(filter: filterActionPlan, orderBy: [orderByActionPlan]): [ActionPlan]\r\n  riskOwner_Risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  declarer_Incident(filter: filterIncident, orderBy: [orderByIncident]): [Incident]\r\n  controlOwner_Control(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n  organizationalProcessManager_OrganizationalProcess(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n  requirementResponsible_Requirement(filter: filterRequirement, orderBy: [orderByRequirement]): [Requirement]\r\n  requirementAccountable_Requirement(filter: filterRequirement, orderBy: [orderByRequirement]): [Requirement]\r\n  requirementConsulted_Requirement(filter: filterRequirement, orderBy: [orderByRequirement]): [Requirement]\r\n  requirementInformed_Requirement(filter: filterRequirement, orderBy: [orderByRequirement]): [Requirement]\r\n}\r\n\r\ninput PersonSystemFilter {\r\n  and: [PersonSystemFilter!]\r\n  or: [PersonSystemFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  usercode: String\r\n  usercode_not: String\r\n  usercode_in: [String!]\r\n  usercode_not_in: [String!]\r\n  usercode_lt: String\r\n  usercode_lte: String\r\n  usercode_gt: String\r\n  usercode_gte: String\r\n  usercode_contains: String\r\n  usercode_not_contains: String\r\n  usercode_starts_with: String\r\n  usercode_not_starts_with: String\r\n  usercode_ends_with: String\r\n  usercode_not_ends_with: String\r\n  commandLine: String\r\n  commandLine_not: String\r\n  commandLine_in: [String!]\r\n  commandLine_not_in: [String!]\r\n  commandLine_lt: String\r\n  commandLine_lte: String\r\n  commandLine_gt: String\r\n  commandLine_gte: String\r\n  commandLine_contains: String\r\n  commandLine_not_contains: String\r\n  commandLine_starts_with: String\r\n  commandLine_not_starts_with: String\r\n  commandLine_ends_with: String\r\n  commandLine_not_ends_with: String\r\n  scciUserName: String\r\n  scciUserName_not: String\r\n  scciUserName_in: [String!]\r\n  scciUserName_not_in: [String!]\r\n  scciUserName_lt: String\r\n  scciUserName_lte: String\r\n  scciUserName_gt: String\r\n  scciUserName_gte: String\r\n  scciUserName_contains: String\r\n  scciUserName_not_contains: String\r\n  scciUserName_starts_with: String\r\n  scciUserName_not_starts_with: String\r\n  scciUserName_ends_with: String\r\n  scciUserName_not_ends_with: String\r\n  email: String\r\n  email_not: String\r\n  email_in: [String!]\r\n  email_not_in: [String!]\r\n  email_lt: String\r\n  email_lte: String\r\n  email_gt: String\r\n  email_gte: String\r\n  email_contains: String\r\n  email_not_contains: String\r\n  email_starts_with: String\r\n  email_not_starts_with: String\r\n  email_ends_with: String\r\n  email_not_ends_with: String\r\n  belongstoapersongroup: Boolean\r\n  belongstoapersongroup_not: Boolean\r\n  dataLanguage: String\r\n  dataLanguage_not: String\r\n  dataLanguage_in: [String!]\r\n  dataLanguage_not_in: [String!]\r\n  dataLanguage_lt: String\r\n  dataLanguage_lte: String\r\n  dataLanguage_gt: String\r\n  dataLanguage_gte: String\r\n  dataLanguage_contains: String\r\n  dataLanguage_not_contains: String\r\n  dataLanguage_starts_with: String\r\n  dataLanguage_not_starts_with: String\r\n  dataLanguage_ends_with: String\r\n  dataLanguage_not_ends_with: String\r\n  phoneNumber: String\r\n  phoneNumber_not: String\r\n  phoneNumber_in: [String!]\r\n  phoneNumber_not_in: [String!]\r\n  phoneNumber_lt: String\r\n  phoneNumber_lte: String\r\n  phoneNumber_gt: String\r\n  phoneNumber_gte: String\r\n  phoneNumber_contains: String\r\n  phoneNumber_not_contains: String\r\n  phoneNumber_starts_with: String\r\n  phoneNumber_not_starts_with: String\r\n  phoneNumber_ends_with: String\r\n  phoneNumber_not_ends_with: String\r\n  initials: String\r\n  initials_not: String\r\n  initials_in: [String!]\r\n  initials_not_in: [String!]\r\n  initials_lt: String\r\n  initials_lte: String\r\n  initials_gt: String\r\n  initials_gte: String\r\n  initials_contains: String\r\n  initials_not_contains: String\r\n  initials_starts_with: String\r\n  initials_not_starts_with: String\r\n  initials_ends_with: String\r\n  initials_not_ends_with: String\r\n  validPerson: PersonSystemValidPersonEnum\r\n  validPerson_not: PersonSystemValidPersonEnum\r\n  validPerson_in: [PersonSystemValidPersonEnum!]\r\n  validPerson_not_in: [PersonSystemValidPersonEnum!]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  login_some: [PersonSystemFilter!]\r\n  actionPlanOwner_ActionPlan_some: [PersonSystemFilter!]\r\n  actionPlanResponsible_ActionPlan_some: [PersonSystemFilter!]\r\n  actionPlanApprover_ActionPlan_some: [PersonSystemFilter!]\r\n  riskOwner_Risk_some: [PersonSystemFilter!]\r\n  declarer_Incident_some: [PersonSystemFilter!]\r\n  controlOwner_Control_some: [PersonSystemFilter!]\r\n  organizationalProcessManager_OrganizationalProcess_some: [PersonSystemFilter!]\r\n  requirementResponsible_Requirement_some: [PersonSystemFilter!]\r\n  requirementAccountable_Requirement_some: [PersonSystemFilter!]\r\n  requirementConsulted_Requirement_some: [PersonSystemFilter!]\r\n  requirementInformed_Requirement_some: [PersonSystemFilter!]\r\n}\r\n\r\nenum PersonSystemValidPersonEnum {\r\n  Valid\r\n  Incomplete\r\n  Invalid\r\n}\r\n\r\nenum PriorityEnumFilter {\r\n  Low\r\n  Medium\r\n  High\r\n}\r\n\r\nenum PriorityIncidentEnumFilter {\r\n  High\r\n  Medium\r\n  Low\r\n}\r\n\r\n# A product represents commodities offered for sale, either some goods or\r\n# merchandise that are produced as the result of manufacturing, or a service, i.e.\r\n# some work done by one person or group that benefits another.\r\ntype Product {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  beginLifedate: Date\r\n  endlifedate: Date\r\n  productType: ProductProductTypeEnum\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  businessDocument_AttachedDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n  businessDocument_ReferredtoDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n  businessDocumentVersion_AttachedDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n  businessDocumentVersion_ReferredtoDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n  incident(filter: filterIncident, orderBy: [orderByIncident]): [Incident]\r\n}\r\n\r\ninput ProductFilter {\r\n  and: [ProductFilter!]\r\n  or: [ProductFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  beginLifedate: Date\r\n  beginLifedate_not: Date\r\n  beginLifedate_in: [Date!]\r\n  beginLifedate_not_in: [Date!]\r\n  beginLifedate_lt: Date\r\n  beginLifedate_lte: Date\r\n  beginLifedate_gt: Date\r\n  beginLifedate_gte: Date\r\n  endlifedate: Date\r\n  endlifedate_not: Date\r\n  endlifedate_in: [Date!]\r\n  endlifedate_not_in: [Date!]\r\n  endlifedate_lt: Date\r\n  endlifedate_lte: Date\r\n  endlifedate_gt: Date\r\n  endlifedate_gte: Date\r\n  productType: ProductProductTypeEnum\r\n  productType_not: ProductProductTypeEnum\r\n  productType_in: [ProductProductTypeEnum!]\r\n  productType_not_in: [ProductProductTypeEnum!]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  businessDocument_AttachedDocument_some: [ProductFilter!]\r\n  businessDocument_ReferredtoDocument_some: [ProductFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [ProductFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [ProductFilter!]\r\n  incident_some: [ProductFilter!]\r\n}\r\n\r\nenum ProductProductTypeEnum {\r\n  Complex\r\n  Goods\r\n  Services\r\n}\r\n\r\nenum ProductTypeEnumFilter {\r\n  Complex\r\n  Goods\r\n  Services\r\n}\r\n\r\n# Provisions are amounts of money that the company puts aside when registering a\r\n# loss in case other losses occur for the same incident.\r\ntype Provision {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  codeFinancialElement: Int\r\n  amount: Float\r\n  amountlocal: Float\r\n  amountisestimated: Boolean\r\n  effectivedate: Date\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  account(filter: filterAccount, orderBy: [orderByAccount]): [Account]\r\n  incident(filter: filterIncident, orderBy: [orderByIncident]): [Incident]\r\n}\r\n\r\ninput ProvisionFilter {\r\n  and: [ProvisionFilter!]\r\n  or: [ProvisionFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  codeFinancialElement: Int\r\n  codeFinancialElement_not: Int\r\n  codeFinancialElement_in: [Int!]\r\n  codeFinancialElement_not_in: [Int!]\r\n  codeFinancialElement_lt: Int\r\n  codeFinancialElement_lte: Int\r\n  codeFinancialElement_gt: Int\r\n  codeFinancialElement_gte: Int\r\n  amount: Float\r\n  amount_not: Float\r\n  amount_in: [Float!]\r\n  amount_not_in: [Float!]\r\n  amount_lt: Float\r\n  amount_lte: Float\r\n  amount_gt: Float\r\n  amount_gte: Float\r\n  amountlocal: Float\r\n  amountlocal_not: Float\r\n  amountlocal_in: [Float!]\r\n  amountlocal_not_in: [Float!]\r\n  amountlocal_lt: Float\r\n  amountlocal_lte: Float\r\n  amountlocal_gt: Float\r\n  amountlocal_gte: Float\r\n  amountisestimated: Boolean\r\n  amountisestimated_not: Boolean\r\n  effectivedate: Date\r\n  effectivedate_not: Date\r\n  effectivedate_in: [Date!]\r\n  effectivedate_not_in: [Date!]\r\n  effectivedate_lt: Date\r\n  effectivedate_lte: Date\r\n  effectivedate_gt: Date\r\n  effectivedate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  account_some: [ProvisionFilter!]\r\n  incident_some: [ProvisionFilter!]\r\n}\r\n\r\ntype Query {\r\n  _currentContext: ContextType\r\n  personSystem(filter: PersonSystemFilter, skip: Int, take: Int, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  login(filter: LoginFilter, skip: Int, take: Int, orderBy: [orderByLogin]): [Login]\r\n  businessRole(filter: BusinessRoleFilter, skip: Int, take: Int, orderBy: [orderByBusinessRole]): [BusinessRole]\r\n  actionPlan(filter: ActionPlanFilter, skip: Int, take: Int, orderBy: [orderByActionPlan]): [ActionPlan]\r\n  riskConsequence(filter: RiskConsequenceFilter, skip: Int, take: Int, orderBy: [orderByRiskConsequence]): [RiskConsequence]\r\n  account(filter: AccountFilter, skip: Int, take: Int, orderBy: [orderByAccount]): [Account]\r\n  businessLine(filter: BusinessLineFilter, skip: Int, take: Int, orderBy: [orderByBusinessLine]): [BusinessLine]\r\n  product(filter: ProductFilter, skip: Int, take: Int, orderBy: [orderByProduct]): [Product]\r\n  riskType(filter: RiskTypeFilter, skip: Int, take: Int, orderBy: [orderByRiskType]): [RiskType]\r\n  risk(filter: RiskFilter, skip: Int, take: Int, orderBy: [orderByRisk]): [Risk]\r\n  businessDocument(filter: BusinessDocumentFilter, skip: Int, take: Int, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n  riskFactor(filter: RiskFactorFilter, skip: Int, take: Int, orderBy: [orderByRiskFactor]): [RiskFactor]\r\n  provision(filter: ProvisionFilter, skip: Int, take: Int, orderBy: [orderByProvision]): [Provision]\r\n  incident(filter: IncidentFilter, skip: Int, take: Int, orderBy: [orderByIncident]): [Incident]\r\n  macroIncident(filter: MacroIncidentFilter, skip: Int, take: Int, orderBy: [orderByMacroIncident]): [MacroIncident]\r\n  loss(filter: LossFilter, skip: Int, take: Int, orderBy: [orderByLoss]): [Loss]\r\n  recovery(filter: RecoveryFilter, skip: Int, take: Int, orderBy: [orderByRecovery]): [Recovery]\r\n  gain(filter: GainFilter, skip: Int, take: Int, orderBy: [orderByGain]): [Gain]\r\n  control(filter: ControlFilter, skip: Int, take: Int, orderBy: [orderByControl]): [Control]\r\n  businessDocumentPattern(filter: BusinessDocumentPatternFilter, skip: Int, take: Int, orderBy: [orderByBusinessDocumentPattern]): [BusinessDocumentPattern]\r\n  documentCategory(filter: DocumentCategoryFilter, skip: Int, take: Int, orderBy: [orderByDocumentCategory]): [DocumentCategory]\r\n  grossIncome(filter: GrossIncomeFilter, skip: Int, take: Int, orderBy: [orderByGrossIncome]): [GrossIncome]\r\n  businessDocumentVersion(filter: BusinessDocumentVersionFilter, skip: Int, take: Int, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n  application(filter: ApplicationFilter, skip: Int, take: Int, orderBy: [orderByApplication]): [Application]\r\n  orgUnit(filter: OrgUnitFilter, skip: Int, take: Int, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  organizationalProcess(filter: OrganizationalProcessFilter, skip: Int, take: Int, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n  requirement(filter: RequirementFilter, skip: Int, take: Int, orderBy: [orderByRequirement]): [Requirement]\r\n  businessProcess(filter: BusinessProcessFilter, skip: Int, take: Int, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n}\r\n\r\n# Recoveries are amounts of money that the company retrieves after registering a loss. \r\ntype Recovery {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  codeFinancialElement: Int\r\n  amount: Float\r\n  amountlocal: Float\r\n  amountisestimated: Boolean\r\n  effectivedate: Date\r\n  natureRecovery: RecoveryNatureRecoveryEnum\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  account(filter: filterAccount, orderBy: [orderByAccount]): [Account]\r\n  incident(filter: filterIncident, orderBy: [orderByIncident]): [Incident]\r\n}\r\n\r\ninput RecoveryFilter {\r\n  and: [RecoveryFilter!]\r\n  or: [RecoveryFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  codeFinancialElement: Int\r\n  codeFinancialElement_not: Int\r\n  codeFinancialElement_in: [Int!]\r\n  codeFinancialElement_not_in: [Int!]\r\n  codeFinancialElement_lt: Int\r\n  codeFinancialElement_lte: Int\r\n  codeFinancialElement_gt: Int\r\n  codeFinancialElement_gte: Int\r\n  amount: Float\r\n  amount_not: Float\r\n  amount_in: [Float!]\r\n  amount_not_in: [Float!]\r\n  amount_lt: Float\r\n  amount_lte: Float\r\n  amount_gt: Float\r\n  amount_gte: Float\r\n  amountlocal: Float\r\n  amountlocal_not: Float\r\n  amountlocal_in: [Float!]\r\n  amountlocal_not_in: [Float!]\r\n  amountlocal_lt: Float\r\n  amountlocal_lte: Float\r\n  amountlocal_gt: Float\r\n  amountlocal_gte: Float\r\n  amountisestimated: Boolean\r\n  amountisestimated_not: Boolean\r\n  effectivedate: Date\r\n  effectivedate_not: Date\r\n  effectivedate_in: [Date!]\r\n  effectivedate_not_in: [Date!]\r\n  effectivedate_lt: Date\r\n  effectivedate_lte: Date\r\n  effectivedate_gt: Date\r\n  effectivedate_gte: Date\r\n  natureRecovery: RecoveryNatureRecoveryEnum\r\n  natureRecovery_not: RecoveryNatureRecoveryEnum\r\n  natureRecovery_in: [RecoveryNatureRecoveryEnum!]\r\n  natureRecovery_not_in: [RecoveryNatureRecoveryEnum!]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  account_some: [RecoveryFilter!]\r\n  incident_some: [RecoveryFilter!]\r\n}\r\n\r\nenum RecoveryNatureRecoveryEnum {\r\n  Insurance\r\n  NoInsurance\r\n}\r\n\r\n# A requirement is a need or expectation explicitly expressed, imposed as a\r\n# constraint to be respected within the context of a project. This project can be\r\n# a certification project or an organizational project or an information system project.\r\ntype Requirement {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  requirementNature: RequirementRequirementNatureEnum\r\n  priority: RequirementPriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: Date\r\n  assessmentFreshness: Float\r\n  lastAssessmentDate: Date\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  businessDocument_AttachedDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n  businessDocument_ReferredtoDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n  businessDocumentVersion_AttachedDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n  businessDocumentVersion_ReferredtoDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n  requirementResponsible_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  requirementAccountable_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  requirementConsulted_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  requirementInformed_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  actionPlan(filter: filterActionPlan, orderBy: [orderByActionPlan]): [ActionPlan]\r\n  incident(filter: filterIncident, orderBy: [orderByIncident]): [Incident]\r\n}\r\n\r\ninput RequirementFilter {\r\n  and: [RequirementFilter!]\r\n  or: [RequirementFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  requirementNature: RequirementRequirementNatureEnum\r\n  requirementNature_not: RequirementRequirementNatureEnum\r\n  requirementNature_in: [RequirementRequirementNatureEnum!]\r\n  requirementNature_not_in: [RequirementRequirementNatureEnum!]\r\n  priority: RequirementPriorityEnum\r\n  priority_not: RequirementPriorityEnum\r\n  priority_in: [RequirementPriorityEnum!]\r\n  priority_not_in: [RequirementPriorityEnum!]\r\n  requirementCode: String\r\n  requirementCode_not: String\r\n  requirementCode_in: [String!]\r\n  requirementCode_not_in: [String!]\r\n  requirementCode_lt: String\r\n  requirementCode_lte: String\r\n  requirementCode_gt: String\r\n  requirementCode_gte: String\r\n  requirementCode_contains: String\r\n  requirementCode_not_contains: String\r\n  requirementCode_starts_with: String\r\n  requirementCode_not_starts_with: String\r\n  requirementCode_ends_with: String\r\n  requirementCode_not_ends_with: String\r\n  lastUpdate: Date\r\n  lastUpdate_not: Date\r\n  lastUpdate_in: [Date!]\r\n  lastUpdate_not_in: [Date!]\r\n  lastUpdate_lt: Date\r\n  lastUpdate_lte: Date\r\n  lastUpdate_gt: Date\r\n  lastUpdate_gte: Date\r\n  assessmentFreshness: Float\r\n  assessmentFreshness_not: Float\r\n  assessmentFreshness_in: [Float!]\r\n  assessmentFreshness_not_in: [Float!]\r\n  assessmentFreshness_lt: Float\r\n  assessmentFreshness_lte: Float\r\n  assessmentFreshness_gt: Float\r\n  assessmentFreshness_gte: Float\r\n  lastAssessmentDate: Date\r\n  lastAssessmentDate_not: Date\r\n  lastAssessmentDate_in: [Date!]\r\n  lastAssessmentDate_not_in: [Date!]\r\n  lastAssessmentDate_lt: Date\r\n  lastAssessmentDate_lte: Date\r\n  lastAssessmentDate_gt: Date\r\n  lastAssessmentDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  businessDocument_AttachedDocument_some: [RequirementFilter!]\r\n  businessDocument_ReferredtoDocument_some: [RequirementFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [RequirementFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [RequirementFilter!]\r\n  requirementResponsible_PersonSystem_some: [RequirementFilter!]\r\n  requirementAccountable_PersonSystem_some: [RequirementFilter!]\r\n  requirementConsulted_PersonSystem_some: [RequirementFilter!]\r\n  requirementInformed_PersonSystem_some: [RequirementFilter!]\r\n  actionPlan_some: [RequirementFilter!]\r\n  incident_some: [RequirementFilter!]\r\n}\r\n\r\nenum RequirementNatureEnumFilter {\r\n  Quality\r\n  Clientexpectation\r\n  Technical\r\n  Business\r\n  LegalorRegulatory\r\n  Organizational\r\n  System\r\n}\r\n\r\nenum RequirementPriorityEnum {\r\n  Low\r\n  Medium\r\n  High\r\n}\r\n\r\nenum RequirementRequirementNatureEnum {\r\n  Quality\r\n  Clientexpectation\r\n  Technical\r\n  Business\r\n  LegalorRegulatory\r\n  Organizational\r\n  System\r\n}\r\n\r\ntype ResponsibilityAssignment {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  responsibilityAssignmentName: String\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  personSystem_AssignedPerson(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  businessRole(filter: filterBusinessRole, orderBy: [orderByBusinessRole]): [BusinessRole]\r\n  actionPlan_AssignedObject(filter: filterActionPlan, orderBy: [orderByActionPlan]): [ActionPlan]\r\n  risk_AssignedObject(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  incident_AssignedObject(filter: filterIncident, orderBy: [orderByIncident]): [Incident]\r\n  control_AssignedObject(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n  application_AssignedObject(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  orgUnit_AssignedObject(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  organizationalProcess_AssignedObject(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n  requirement_AssignedObject(filter: filterRequirement, orderBy: [orderByRequirement]): [Requirement]\r\n  businessProcess_AssignedObject(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n}\r\n\r\n# A risk is a hazard of greater or lesser likelihood to which an organization is exposed.\r\ntype Risk {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  riskCode: String\r\n  riskIdentificationMode: RiskRiskIdentificationModeEnum\r\n  assessmentFreshness: Float\r\n  impactERM: RiskImpactERMEnum\r\n  likelihoodERM: RiskLikelihoodERMEnum\r\n  lastAssessmentDate: Date\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  businessDocument_AttachedDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n  businessDocument_ReferredtoDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n  businessDocumentVersion_AttachedDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n  businessDocumentVersion_ReferredtoDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n  riskOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  actionPlan(filter: filterActionPlan, orderBy: [orderByActionPlan]): [ActionPlan]\r\n  incident(filter: filterIncident, orderBy: [orderByIncident]): [Incident]\r\n}\r\n\r\ntype RiskConsequence {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  criticality: RiskConsequenceCriticalityEnum\r\n  consequenceType: RiskConsequenceConsequenceTypeEnum\r\n  trend: RiskConsequenceTrendEnum\r\n  riskConsequenceCode: String\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  incident(filter: filterIncident, orderBy: [orderByIncident]): [Incident]\r\n}\r\n\r\nenum RiskConsequenceConsequenceTypeEnum {\r\n  Regulatory\r\n  CustomersQuality\r\n  Suppliers\r\n  EmployeesSocial\r\n  Reputation\r\n  Environmental\r\n}\r\n\r\nenum RiskConsequenceCriticalityEnum {\r\n  High\r\n  Medium\r\n  Low\r\n  Insignificante\r\n  Unknown\r\n}\r\n\r\ninput RiskConsequenceFilter {\r\n  and: [RiskConsequenceFilter!]\r\n  or: [RiskConsequenceFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  criticality: RiskConsequenceCriticalityEnum\r\n  criticality_not: RiskConsequenceCriticalityEnum\r\n  criticality_in: [RiskConsequenceCriticalityEnum!]\r\n  criticality_not_in: [RiskConsequenceCriticalityEnum!]\r\n  consequenceType: RiskConsequenceConsequenceTypeEnum\r\n  consequenceType_not: RiskConsequenceConsequenceTypeEnum\r\n  consequenceType_in: [RiskConsequenceConsequenceTypeEnum!]\r\n  consequenceType_not_in: [RiskConsequenceConsequenceTypeEnum!]\r\n  trend: RiskConsequenceTrendEnum\r\n  trend_not: RiskConsequenceTrendEnum\r\n  trend_in: [RiskConsequenceTrendEnum!]\r\n  trend_not_in: [RiskConsequenceTrendEnum!]\r\n  riskConsequenceCode: String\r\n  riskConsequenceCode_not: String\r\n  riskConsequenceCode_in: [String!]\r\n  riskConsequenceCode_not_in: [String!]\r\n  riskConsequenceCode_lt: String\r\n  riskConsequenceCode_lte: String\r\n  riskConsequenceCode_gt: String\r\n  riskConsequenceCode_gte: String\r\n  riskConsequenceCode_contains: String\r\n  riskConsequenceCode_not_contains: String\r\n  riskConsequenceCode_starts_with: String\r\n  riskConsequenceCode_not_starts_with: String\r\n  riskConsequenceCode_ends_with: String\r\n  riskConsequenceCode_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  incident_some: [RiskConsequenceFilter!]\r\n}\r\n\r\nenum RiskConsequenceTrendEnum {\r\n  Positive\r\n  Negative\r\n}\r\n\r\n# A risk factor is an element which contributes to the occurrence of a risk or\r\n# which triggers a risk. Several risks can originate from a same risk factor.\r\n# Examples: the use of a hazardous chemical product, the complexity of an\r\n# application, the size of a project, the number of involved parties, the use of a\r\n# new technology, the lack of quality insurance, the lack of rigor in requirements\r\n# definition, etc.\r\ntype RiskFactor {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  riskFactorCode: String\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  incident(filter: filterIncident, orderBy: [orderByIncident]): [Incident]\r\n}\r\n\r\ninput RiskFactorFilter {\r\n  and: [RiskFactorFilter!]\r\n  or: [RiskFactorFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  riskFactorCode: String\r\n  riskFactorCode_not: String\r\n  riskFactorCode_in: [String!]\r\n  riskFactorCode_not_in: [String!]\r\n  riskFactorCode_lt: String\r\n  riskFactorCode_lte: String\r\n  riskFactorCode_gt: String\r\n  riskFactorCode_gte: String\r\n  riskFactorCode_contains: String\r\n  riskFactorCode_not_contains: String\r\n  riskFactorCode_starts_with: String\r\n  riskFactorCode_not_starts_with: String\r\n  riskFactorCode_ends_with: String\r\n  riskFactorCode_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  incident_some: [RiskFactorFilter!]\r\n}\r\n\r\ninput RiskFilter {\r\n  and: [RiskFilter!]\r\n  or: [RiskFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  riskCode: String\r\n  riskCode_not: String\r\n  riskCode_in: [String!]\r\n  riskCode_not_in: [String!]\r\n  riskCode_lt: String\r\n  riskCode_lte: String\r\n  riskCode_gt: String\r\n  riskCode_gte: String\r\n  riskCode_contains: String\r\n  riskCode_not_contains: String\r\n  riskCode_starts_with: String\r\n  riskCode_not_starts_with: String\r\n  riskCode_ends_with: String\r\n  riskCode_not_ends_with: String\r\n  riskIdentificationMode: RiskRiskIdentificationModeEnum\r\n  riskIdentificationMode_not: RiskRiskIdentificationModeEnum\r\n  riskIdentificationMode_in: [RiskRiskIdentificationModeEnum!]\r\n  riskIdentificationMode_not_in: [RiskRiskIdentificationModeEnum!]\r\n  assessmentFreshness: Float\r\n  assessmentFreshness_not: Float\r\n  assessmentFreshness_in: [Float!]\r\n  assessmentFreshness_not_in: [Float!]\r\n  assessmentFreshness_lt: Float\r\n  assessmentFreshness_lte: Float\r\n  assessmentFreshness_gt: Float\r\n  assessmentFreshness_gte: Float\r\n  impactERM: RiskImpactERMEnum\r\n  impactERM_not: RiskImpactERMEnum\r\n  impactERM_in: [RiskImpactERMEnum!]\r\n  impactERM_not_in: [RiskImpactERMEnum!]\r\n  likelihoodERM: RiskLikelihoodERMEnum\r\n  likelihoodERM_not: RiskLikelihoodERMEnum\r\n  likelihoodERM_in: [RiskLikelihoodERMEnum!]\r\n  likelihoodERM_not_in: [RiskLikelihoodERMEnum!]\r\n  lastAssessmentDate: Date\r\n  lastAssessmentDate_not: Date\r\n  lastAssessmentDate_in: [Date!]\r\n  lastAssessmentDate_not_in: [Date!]\r\n  lastAssessmentDate_lt: Date\r\n  lastAssessmentDate_lte: Date\r\n  lastAssessmentDate_gt: Date\r\n  lastAssessmentDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  businessDocument_AttachedDocument_some: [RiskFilter!]\r\n  businessDocument_ReferredtoDocument_some: [RiskFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [RiskFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [RiskFilter!]\r\n  riskOwner_PersonSystem_some: [RiskFilter!]\r\n  actionPlan_some: [RiskFilter!]\r\n  incident_some: [RiskFilter!]\r\n}\r\n\r\nenum RiskIdentificationModeEnumFilter {\r\n  IncidentDatabase\r\n  Risktypeassessment\r\n  Expertise\r\n  Survey\r\n  Workshop\r\n  Audit\r\n}\r\n\r\nenum RiskImpactERMEnum {\r\n  VeryLow\r\n  Low\r\n  Medium\r\n  High\r\n  VeryHigh\r\n}\r\n\r\nenum RiskLikelihoodERMEnum {\r\n  Rare\r\n  Possible\r\n  Likely\r\n  Probable\r\n  Certain\r\n}\r\n\r\nenum RiskRiskIdentificationModeEnum {\r\n  IncidentDatabase\r\n  Risktypeassessment\r\n  Expertise\r\n  Survey\r\n  Workshop\r\n  Audit\r\n}\r\n\r\n# A risk type defines a standardized risk typology within the context of an organization.\r\ntype RiskType {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  numberofincidents: String\r\n  riskTypeCode: String\r\n  assessmentFreshness: Float\r\n  lastAssessmentDate: Date\r\n  level: String\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  businessDocument_AttachedDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n  businessDocument_ReferredtoDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n  businessDocumentVersion_AttachedDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n  businessDocumentVersion_ReferredtoDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n  incident(filter: filterIncident, orderBy: [orderByIncident]): [Incident]\r\n}\r\n\r\ninput RiskTypeFilter {\r\n  and: [RiskTypeFilter!]\r\n  or: [RiskTypeFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  numberofincidents: String\r\n  numberofincidents_not: String\r\n  numberofincidents_in: [String!]\r\n  numberofincidents_not_in: [String!]\r\n  numberofincidents_lt: String\r\n  numberofincidents_lte: String\r\n  numberofincidents_gt: String\r\n  numberofincidents_gte: String\r\n  numberofincidents_contains: String\r\n  numberofincidents_not_contains: String\r\n  numberofincidents_starts_with: String\r\n  numberofincidents_not_starts_with: String\r\n  numberofincidents_ends_with: String\r\n  numberofincidents_not_ends_with: String\r\n  riskTypeCode: String\r\n  riskTypeCode_not: String\r\n  riskTypeCode_in: [String!]\r\n  riskTypeCode_not_in: [String!]\r\n  riskTypeCode_lt: String\r\n  riskTypeCode_lte: String\r\n  riskTypeCode_gt: String\r\n  riskTypeCode_gte: String\r\n  riskTypeCode_contains: String\r\n  riskTypeCode_not_contains: String\r\n  riskTypeCode_starts_with: String\r\n  riskTypeCode_not_starts_with: String\r\n  riskTypeCode_ends_with: String\r\n  riskTypeCode_not_ends_with: String\r\n  assessmentFreshness: Float\r\n  assessmentFreshness_not: Float\r\n  assessmentFreshness_in: [Float!]\r\n  assessmentFreshness_not_in: [Float!]\r\n  assessmentFreshness_lt: Float\r\n  assessmentFreshness_lte: Float\r\n  assessmentFreshness_gt: Float\r\n  assessmentFreshness_gte: Float\r\n  lastAssessmentDate: Date\r\n  lastAssessmentDate_not: Date\r\n  lastAssessmentDate_in: [Date!]\r\n  lastAssessmentDate_not_in: [Date!]\r\n  lastAssessmentDate_lt: Date\r\n  lastAssessmentDate_lte: Date\r\n  lastAssessmentDate_gt: Date\r\n  lastAssessmentDate_gte: Date\r\n  level: String\r\n  level_not: String\r\n  level_in: [String!]\r\n  level_not_in: [String!]\r\n  level_lt: String\r\n  level_lte: String\r\n  level_gt: String\r\n  level_gte: String\r\n  level_contains: String\r\n  level_not_contains: String\r\n  level_starts_with: String\r\n  level_not_starts_with: String\r\n  level_ends_with: String\r\n  level_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  businessDocument_AttachedDocument_some: [RiskTypeFilter!]\r\n  businessDocument_ReferredtoDocument_some: [RiskTypeFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [RiskTypeFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [RiskTypeFilter!]\r\n  incident_some: [RiskTypeFilter!]\r\n}\r\n\r\n# The `Seconds` scalar type represents a period of time represented as the total number of seconds.\r\nscalar Seconds\r\n\r\nenum StatusIncidentEnumFilter {\r\n  Draft\r\n  Tobevalidated\r\n  Validated\r\n  Rejected\r\n  Closed\r\n}\r\n\r\nenum StatusLoginEnumFilter {\r\n  Active\r\n  Inactive\r\n}\r\n\r\nenum StatusReviewEnumFilter {\r\n  UpdateinProgress\r\n  ValidationinProgress\r\n  Validated\r\n}\r\n\r\nenum StringFormat {\r\n  HTML\r\n  RTF\r\n  RAW\r\n}\r\n\r\nenum SuccessfulEnumFilter {\r\n  Yes\r\n  No\r\n  None\r\n}\r\n\r\nenum TrendEnumFilter {\r\n  Positive\r\n  Negative\r\n}\r\n\r\nenum ValidPersonEnumFilter {\r\n  Valid\r\n  Incomplete\r\n  Invalid\r\n}\r\n"