HOPEX - SDL Schema - Audit

GET {{server_url}}/HOPEXGraphQL/api/Audit/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\n# An action is included in an action plan and represents some transformation or processing in an organization or a system. \r\ntype ActionActionPlan {\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  actionProgress: ActionActionPlanActionProgressEnum\r\n  deliverablesact(format: StringFormat): String\r\n  plannedBeginDate: Date\r\n  plannedEndDate: Date\r\n  realBeginDate: Date\r\n  realEndDate: Date\r\n  statusact: ActionActionPlanStatusactEnum\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  audit_OwnerAudit(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\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  actionOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  actionPlan_OwnerActionPlan(filter: filterActionPlan, orderBy: [orderByActionPlan]): [ActionPlan]\r\n  recommendation(filter: filterRecommendation, orderBy: [orderByRecommendation]): [Recommendation]\r\n}\r\n\r\nenum ActionActionPlanActionProgressEnum {\r\n  InProgress\r\n  Completed\r\n}\r\n\r\ninput ActionActionPlanFilter {\r\n  and: [ActionActionPlanFilter!]\r\n  or: [ActionActionPlanFilter!]\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  actionProgress: ActionActionPlanActionProgressEnum\r\n  actionProgress_not: ActionActionPlanActionProgressEnum\r\n  actionProgress_in: [ActionActionPlanActionProgressEnum!]\r\n  actionProgress_not_in: [ActionActionPlanActionProgressEnum!]\r\n  deliverablesact: String\r\n  deliverablesact_not: String\r\n  deliverablesact_in: [String!]\r\n  deliverablesact_not_in: [String!]\r\n  deliverablesact_lt: String\r\n  deliverablesact_lte: String\r\n  deliverablesact_gt: String\r\n  deliverablesact_gte: String\r\n  deliverablesact_contains: String\r\n  deliverablesact_not_contains: String\r\n  deliverablesact_starts_with: String\r\n  deliverablesact_not_starts_with: String\r\n  deliverablesact_ends_with: String\r\n  deliverablesact_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  statusact: ActionActionPlanStatusactEnum\r\n  statusact_not: ActionActionPlanStatusactEnum\r\n  statusact_in: [ActionActionPlanStatusactEnum!]\r\n  statusact_not_in: [ActionActionPlanStatusactEnum!]\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  audit_OwnerAudit_some: [ActionActionPlanFilter!]\r\n  businessDocument_AttachedDocument_some: [ActionActionPlanFilter!]\r\n  businessDocument_ReferredtoDocument_some: [ActionActionPlanFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [ActionActionPlanFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [ActionActionPlanFilter!]\r\n  actionOwner_PersonSystem_some: [ActionActionPlanFilter!]\r\n  actionPlan_OwnerActionPlan_some: [ActionActionPlanFilter!]\r\n  recommendation_some: [ActionActionPlanFilter!]\r\n}\r\n\r\nenum ActionActionPlanStatusactEnum {\r\n  Created\r\n  Tobeclosed\r\n  Draft\r\n  Closed\r\n  Open\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  organizationalLevel: ActionPlanOrganizationalLevelEnum\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  actionActionPlan_OwnedAction(filter: filterActionActionPlan, orderBy: [orderByActionActionPlan]): [ActionActionPlan]\r\n  progressUpdate(filter: filterProgressUpdate, orderBy: [orderByProgressUpdate]): [ProgressUpdate]\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  organizationalLevel: ActionPlanOrganizationalLevelEnum\r\n  organizationalLevel_not: ActionPlanOrganizationalLevelEnum\r\n  organizationalLevel_in: [ActionPlanOrganizationalLevelEnum!]\r\n  organizationalLevel_not_in: [ActionPlanOrganizationalLevelEnum!]\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  actionActionPlan_OwnedAction_some: [ActionPlanFilter!]\r\n  progressUpdate_some: [ActionPlanFilter!]\r\n}\r\n\r\nenum ActionPlanNatureEnumFilter {\r\n  Corrective\r\n  Preventive\r\n}\r\n\r\nenum ActionPlanOrganizationalLevelEnum {\r\n  Global\r\n  Local\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\nenum ActionProgressEnumFilter {\r\n  InProgress\r\n  Completed\r\n}\r\n\r\nenum ActivityStatusEnumFilter {\r\n  Created\r\n  Tobereviewed\r\n  Tobevalidated\r\n  Validated\r\n  Closed\r\n}\r\n\r\nenum AdHocEnumFilter {\r\n  Yes\r\n  No\r\n}\r\n\r\n# This metaclass is no more used. It is deprecated.\r\ntype AnswerAudit {\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  weighting: Int\r\n  deficient: Boolean\r\n  selected: Boolean\r\n  description: String\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  questionAudit_Question(filter: filterQuestionAudit, orderBy: [orderByQuestionAudit]): [QuestionAudit]\r\n}\r\n\r\ninput AnswerAuditFilter {\r\n  and: [AnswerAuditFilter!]\r\n  or: [AnswerAuditFilter!]\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  weighting: Int\r\n  weighting_not: Int\r\n  weighting_in: [Int!]\r\n  weighting_not_in: [Int!]\r\n  weighting_lt: Int\r\n  weighting_lte: Int\r\n  weighting_gt: Int\r\n  weighting_gte: Int\r\n  deficient: Boolean\r\n  deficient_not: Boolean\r\n  selected: Boolean\r\n  selected_not: Boolean\r\n  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_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  questionAudit_Question_some: [AnswerAuditFilter!]\r\n}\r\n\r\n# An audit is a mission assigned to a team of internal auditors in the context of an audit plan.\r\ntype Audit {\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  description: String\r\n  missionCode: String\r\n  includedintheinitialPlan: Boolean\r\n  objectiveGRC(format: StringFormat): String\r\n  missionCategory: AuditMissionCategoryEnum\r\n  missionStatus: AuditMissionStatusEnum\r\n  justificationGRC(format: StringFormat): String\r\n  missionOrigin: AuditMissionOriginEnum\r\n  missionPriority: AuditMissionPriorityEnum\r\n  estimatedDurationDays: Int\r\n  estimatedNumberofResources: Float\r\n  estimatedWorkloadHours: Float\r\n  effectiveWorkloadHours: Float\r\n  numberofStaffedResources: String\r\n  missionEvaluation: AuditMissionEvaluationEnum\r\n  missionPlannedBeginDate: Date\r\n  missionPlannedEndDate: Date\r\n  missionEffectiveBeginDate: Date\r\n  missionEffectiveEndDate: Date\r\n  keyWeaknesses(format: StringFormat): String\r\n  keyStrengths(format: StringFormat): String\r\n  plannedClosingReview: Date\r\n  effectiveClosingReview: Date\r\n  computedHoursManDayRate: Int\r\n  computedEffectiveWorkloadMD: Float\r\n  computedEstimatedWorkloadMD: Float\r\n  followupAudit: Boolean\r\n  offline: AuditOfflineEnum\r\n  yearoftheFollowUpAudit: String\r\n  gRCAudit(format: StringFormat): String\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  actionActionPlan_OwnedAction(filter: filterActionActionPlan, orderBy: [orderByActionActionPlan]): [ActionActionPlan]\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  auditActivity(filter: filterAuditActivity, orderBy: [orderByAuditActivity]): [AuditActivity]\r\n  auditTheme(filter: filterAuditTheme, orderBy: [orderByAuditTheme]): [AuditTheme]\r\n  otherParticipantinAudit_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  auditee_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  auditorinAudit_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  leadAuditor_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  mainAuditee_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  recommendation_FollowUpRecommendation(filter: filterRecommendation, orderBy: [orderByRecommendation]): [Recommendation]\r\n  timeSheet(filter: filterTimeSheet, orderBy: [orderByTimeSheet]): [TimeSheet]\r\n  recommendation_OwnedRecommendation(filter: filterRecommendation, orderBy: [orderByRecommendation]): [Recommendation]\r\n  skill(filter: filterSkill, orderBy: [orderBySkill]): [Skill]\r\n  plan_AuditPlan(filter: filterPlan, orderBy: [orderByPlan]): [Plan]\r\n  businessProcess(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n  organizationalProcess(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n  orgUnit(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  requirement(filter: filterRequirement, orderBy: [orderByRequirement]): [Requirement]\r\n}\r\n\r\n# An audit activity is an element of an audit that can relate to a set of\r\n# processes, applications, risks or controls to be audited in an enterprise\r\n# organization unit\r\ntype AuditActivity {\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  beginDate: Date\r\n  activityEndDate: Date\r\n  estimatedWorkloadHours: Float\r\n  description: String\r\n  activityStatus: AuditActivityActivityStatusEnum\r\n  activityEffectiveWorkloadHours: Float\r\n  offline: AuditActivityOfflineEnum\r\n  computedActivityEffectiveWorkloadHours: Float\r\n  currentOfflineUpdateDate: Date\r\n  previousOfflineUpdateDate: Date\r\n  currentOnlineUpdateDate: Date\r\n  previousOnlineUpdateDate: Date\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  audit(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n  auditTheme_ActivityTheme(filter: filterAuditTheme, orderBy: [orderByAuditTheme]): [AuditTheme]\r\n  finding_ActivityFinding(filter: filterFinding, orderBy: [orderByFinding]): [Finding]\r\n  workPaper_ActivityWorkPaper(filter: filterWorkPaper, orderBy: [orderByWorkPaper]): [WorkPaper]\r\n  activityOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  risk_Scope(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  orgUnit_Scope(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  organizationalProcess_Scope(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n  businessProcess_Scope(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n}\r\n\r\nenum AuditActivityActivityStatusEnum {\r\n  Created\r\n  Tobereviewed\r\n  Tobevalidated\r\n  Validated\r\n  Closed\r\n}\r\n\r\ninput AuditActivityFilter {\r\n  and: [AuditActivityFilter!]\r\n  or: [AuditActivityFilter!]\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  beginDate: Date\r\n  beginDate_not: Date\r\n  beginDate_in: [Date!]\r\n  beginDate_not_in: [Date!]\r\n  beginDate_lt: Date\r\n  beginDate_lte: Date\r\n  beginDate_gt: Date\r\n  beginDate_gte: Date\r\n  activityEndDate: Date\r\n  activityEndDate_not: Date\r\n  activityEndDate_in: [Date!]\r\n  activityEndDate_not_in: [Date!]\r\n  activityEndDate_lt: Date\r\n  activityEndDate_lte: Date\r\n  activityEndDate_gt: Date\r\n  activityEndDate_gte: Date\r\n  estimatedWorkloadHours: Float\r\n  estimatedWorkloadHours_not: Float\r\n  estimatedWorkloadHours_in: [Float!]\r\n  estimatedWorkloadHours_not_in: [Float!]\r\n  estimatedWorkloadHours_lt: Float\r\n  estimatedWorkloadHours_lte: Float\r\n  estimatedWorkloadHours_gt: Float\r\n  estimatedWorkloadHours_gte: Float\r\n  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  activityStatus: AuditActivityActivityStatusEnum\r\n  activityStatus_not: AuditActivityActivityStatusEnum\r\n  activityStatus_in: [AuditActivityActivityStatusEnum!]\r\n  activityStatus_not_in: [AuditActivityActivityStatusEnum!]\r\n  activityEffectiveWorkloadHours: Float\r\n  activityEffectiveWorkloadHours_not: Float\r\n  activityEffectiveWorkloadHours_in: [Float!]\r\n  activityEffectiveWorkloadHours_not_in: [Float!]\r\n  activityEffectiveWorkloadHours_lt: Float\r\n  activityEffectiveWorkloadHours_lte: Float\r\n  activityEffectiveWorkloadHours_gt: Float\r\n  activityEffectiveWorkloadHours_gte: Float\r\n  offline: AuditActivityOfflineEnum\r\n  offline_not: AuditActivityOfflineEnum\r\n  offline_in: [AuditActivityOfflineEnum!]\r\n  offline_not_in: [AuditActivityOfflineEnum!]\r\n  computedActivityEffectiveWorkloadHours: Float\r\n  computedActivityEffectiveWorkloadHours_not: Float\r\n  computedActivityEffectiveWorkloadHours_in: [Float!]\r\n  computedActivityEffectiveWorkloadHours_not_in: [Float!]\r\n  computedActivityEffectiveWorkloadHours_lt: Float\r\n  computedActivityEffectiveWorkloadHours_lte: Float\r\n  computedActivityEffectiveWorkloadHours_gt: Float\r\n  computedActivityEffectiveWorkloadHours_gte: Float\r\n  currentOfflineUpdateDate: Date\r\n  currentOfflineUpdateDate_not: Date\r\n  currentOfflineUpdateDate_in: [Date!]\r\n  currentOfflineUpdateDate_not_in: [Date!]\r\n  currentOfflineUpdateDate_lt: Date\r\n  currentOfflineUpdateDate_lte: Date\r\n  currentOfflineUpdateDate_gt: Date\r\n  currentOfflineUpdateDate_gte: Date\r\n  previousOfflineUpdateDate: Date\r\n  previousOfflineUpdateDate_not: Date\r\n  previousOfflineUpdateDate_in: [Date!]\r\n  previousOfflineUpdateDate_not_in: [Date!]\r\n  previousOfflineUpdateDate_lt: Date\r\n  previousOfflineUpdateDate_lte: Date\r\n  previousOfflineUpdateDate_gt: Date\r\n  previousOfflineUpdateDate_gte: Date\r\n  currentOnlineUpdateDate: Date\r\n  currentOnlineUpdateDate_not: Date\r\n  currentOnlineUpdateDate_in: [Date!]\r\n  currentOnlineUpdateDate_not_in: [Date!]\r\n  currentOnlineUpdateDate_lt: Date\r\n  currentOnlineUpdateDate_lte: Date\r\n  currentOnlineUpdateDate_gt: Date\r\n  currentOnlineUpdateDate_gte: Date\r\n  previousOnlineUpdateDate: Date\r\n  previousOnlineUpdateDate_not: Date\r\n  previousOnlineUpdateDate_in: [Date!]\r\n  previousOnlineUpdateDate_not_in: [Date!]\r\n  previousOnlineUpdateDate_lt: Date\r\n  previousOnlineUpdateDate_lte: Date\r\n  previousOnlineUpdateDate_gt: Date\r\n  previousOnlineUpdateDate_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  audit_some: [AuditActivityFilter!]\r\n  auditTheme_ActivityTheme_some: [AuditActivityFilter!]\r\n  finding_ActivityFinding_some: [AuditActivityFilter!]\r\n  workPaper_ActivityWorkPaper_some: [AuditActivityFilter!]\r\n  activityOwner_PersonSystem_some: [AuditActivityFilter!]\r\n  risk_Scope_some: [AuditActivityFilter!]\r\n  orgUnit_Scope_some: [AuditActivityFilter!]\r\n  organizationalProcess_Scope_some: [AuditActivityFilter!]\r\n  businessProcess_Scope_some: [AuditActivityFilter!]\r\n}\r\n\r\nenum AuditActivityOfflineEnum {\r\n  Online\r\n  Offline\r\n}\r\n\r\ninput AuditFilter {\r\n  and: [AuditFilter!]\r\n  or: [AuditFilter!]\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  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  missionCode: String\r\n  missionCode_not: String\r\n  missionCode_in: [String!]\r\n  missionCode_not_in: [String!]\r\n  missionCode_lt: String\r\n  missionCode_lte: String\r\n  missionCode_gt: String\r\n  missionCode_gte: String\r\n  missionCode_contains: String\r\n  missionCode_not_contains: String\r\n  missionCode_starts_with: String\r\n  missionCode_not_starts_with: String\r\n  missionCode_ends_with: String\r\n  missionCode_not_ends_with: String\r\n  includedintheinitialPlan: Boolean\r\n  includedintheinitialPlan_not: Boolean\r\n  objectiveGRC: String\r\n  objectiveGRC_not: String\r\n  objectiveGRC_in: [String!]\r\n  objectiveGRC_not_in: [String!]\r\n  objectiveGRC_lt: String\r\n  objectiveGRC_lte: String\r\n  objectiveGRC_gt: String\r\n  objectiveGRC_gte: String\r\n  objectiveGRC_contains: String\r\n  objectiveGRC_not_contains: String\r\n  objectiveGRC_starts_with: String\r\n  objectiveGRC_not_starts_with: String\r\n  objectiveGRC_ends_with: String\r\n  objectiveGRC_not_ends_with: String\r\n  missionCategory: AuditMissionCategoryEnum\r\n  missionCategory_not: AuditMissionCategoryEnum\r\n  missionCategory_in: [AuditMissionCategoryEnum!]\r\n  missionCategory_not_in: [AuditMissionCategoryEnum!]\r\n  missionStatus: AuditMissionStatusEnum\r\n  missionStatus_not: AuditMissionStatusEnum\r\n  missionStatus_in: [AuditMissionStatusEnum!]\r\n  missionStatus_not_in: [AuditMissionStatusEnum!]\r\n  justificationGRC: String\r\n  justificationGRC_not: String\r\n  justificationGRC_in: [String!]\r\n  justificationGRC_not_in: [String!]\r\n  justificationGRC_lt: String\r\n  justificationGRC_lte: String\r\n  justificationGRC_gt: String\r\n  justificationGRC_gte: String\r\n  justificationGRC_contains: String\r\n  justificationGRC_not_contains: String\r\n  justificationGRC_starts_with: String\r\n  justificationGRC_not_starts_with: String\r\n  justificationGRC_ends_with: String\r\n  justificationGRC_not_ends_with: String\r\n  missionOrigin: AuditMissionOriginEnum\r\n  missionOrigin_not: AuditMissionOriginEnum\r\n  missionOrigin_in: [AuditMissionOriginEnum!]\r\n  missionOrigin_not_in: [AuditMissionOriginEnum!]\r\n  missionPriority: AuditMissionPriorityEnum\r\n  missionPriority_not: AuditMissionPriorityEnum\r\n  missionPriority_in: [AuditMissionPriorityEnum!]\r\n  missionPriority_not_in: [AuditMissionPriorityEnum!]\r\n  estimatedDurationDays: Int\r\n  estimatedDurationDays_not: Int\r\n  estimatedDurationDays_in: [Int!]\r\n  estimatedDurationDays_not_in: [Int!]\r\n  estimatedDurationDays_lt: Int\r\n  estimatedDurationDays_lte: Int\r\n  estimatedDurationDays_gt: Int\r\n  estimatedDurationDays_gte: Int\r\n  estimatedNumberofResources: Float\r\n  estimatedNumberofResources_not: Float\r\n  estimatedNumberofResources_in: [Float!]\r\n  estimatedNumberofResources_not_in: [Float!]\r\n  estimatedNumberofResources_lt: Float\r\n  estimatedNumberofResources_lte: Float\r\n  estimatedNumberofResources_gt: Float\r\n  estimatedNumberofResources_gte: Float\r\n  estimatedWorkloadHours: Float\r\n  estimatedWorkloadHours_not: Float\r\n  estimatedWorkloadHours_in: [Float!]\r\n  estimatedWorkloadHours_not_in: [Float!]\r\n  estimatedWorkloadHours_lt: Float\r\n  estimatedWorkloadHours_lte: Float\r\n  estimatedWorkloadHours_gt: Float\r\n  estimatedWorkloadHours_gte: Float\r\n  effectiveWorkloadHours: Float\r\n  effectiveWorkloadHours_not: Float\r\n  effectiveWorkloadHours_in: [Float!]\r\n  effectiveWorkloadHours_not_in: [Float!]\r\n  effectiveWorkloadHours_lt: Float\r\n  effectiveWorkloadHours_lte: Float\r\n  effectiveWorkloadHours_gt: Float\r\n  effectiveWorkloadHours_gte: Float\r\n  numberofStaffedResources: String\r\n  numberofStaffedResources_not: String\r\n  numberofStaffedResources_in: [String!]\r\n  numberofStaffedResources_not_in: [String!]\r\n  numberofStaffedResources_lt: String\r\n  numberofStaffedResources_lte: String\r\n  numberofStaffedResources_gt: String\r\n  numberofStaffedResources_gte: String\r\n  numberofStaffedResources_contains: String\r\n  numberofStaffedResources_not_contains: String\r\n  numberofStaffedResources_starts_with: String\r\n  numberofStaffedResources_not_starts_with: String\r\n  numberofStaffedResources_ends_with: String\r\n  numberofStaffedResources_not_ends_with: String\r\n  missionEvaluation: AuditMissionEvaluationEnum\r\n  missionEvaluation_not: AuditMissionEvaluationEnum\r\n  missionEvaluation_in: [AuditMissionEvaluationEnum!]\r\n  missionEvaluation_not_in: [AuditMissionEvaluationEnum!]\r\n  missionPlannedBeginDate: Date\r\n  missionPlannedBeginDate_not: Date\r\n  missionPlannedBeginDate_in: [Date!]\r\n  missionPlannedBeginDate_not_in: [Date!]\r\n  missionPlannedBeginDate_lt: Date\r\n  missionPlannedBeginDate_lte: Date\r\n  missionPlannedBeginDate_gt: Date\r\n  missionPlannedBeginDate_gte: Date\r\n  missionPlannedEndDate: Date\r\n  missionPlannedEndDate_not: Date\r\n  missionPlannedEndDate_in: [Date!]\r\n  missionPlannedEndDate_not_in: [Date!]\r\n  missionPlannedEndDate_lt: Date\r\n  missionPlannedEndDate_lte: Date\r\n  missionPlannedEndDate_gt: Date\r\n  missionPlannedEndDate_gte: Date\r\n  missionEffectiveBeginDate: Date\r\n  missionEffectiveBeginDate_not: Date\r\n  missionEffectiveBeginDate_in: [Date!]\r\n  missionEffectiveBeginDate_not_in: [Date!]\r\n  missionEffectiveBeginDate_lt: Date\r\n  missionEffectiveBeginDate_lte: Date\r\n  missionEffectiveBeginDate_gt: Date\r\n  missionEffectiveBeginDate_gte: Date\r\n  missionEffectiveEndDate: Date\r\n  missionEffectiveEndDate_not: Date\r\n  missionEffectiveEndDate_in: [Date!]\r\n  missionEffectiveEndDate_not_in: [Date!]\r\n  missionEffectiveEndDate_lt: Date\r\n  missionEffectiveEndDate_lte: Date\r\n  missionEffectiveEndDate_gt: Date\r\n  missionEffectiveEndDate_gte: Date\r\n  keyWeaknesses: String\r\n  keyWeaknesses_not: String\r\n  keyWeaknesses_in: [String!]\r\n  keyWeaknesses_not_in: [String!]\r\n  keyWeaknesses_lt: String\r\n  keyWeaknesses_lte: String\r\n  keyWeaknesses_gt: String\r\n  keyWeaknesses_gte: String\r\n  keyWeaknesses_contains: String\r\n  keyWeaknesses_not_contains: String\r\n  keyWeaknesses_starts_with: String\r\n  keyWeaknesses_not_starts_with: String\r\n  keyWeaknesses_ends_with: String\r\n  keyWeaknesses_not_ends_with: String\r\n  keyStrengths: String\r\n  keyStrengths_not: String\r\n  keyStrengths_in: [String!]\r\n  keyStrengths_not_in: [String!]\r\n  keyStrengths_lt: String\r\n  keyStrengths_lte: String\r\n  keyStrengths_gt: String\r\n  keyStrengths_gte: String\r\n  keyStrengths_contains: String\r\n  keyStrengths_not_contains: String\r\n  keyStrengths_starts_with: String\r\n  keyStrengths_not_starts_with: String\r\n  keyStrengths_ends_with: String\r\n  keyStrengths_not_ends_with: String\r\n  plannedClosingReview: Date\r\n  plannedClosingReview_not: Date\r\n  plannedClosingReview_in: [Date!]\r\n  plannedClosingReview_not_in: [Date!]\r\n  plannedClosingReview_lt: Date\r\n  plannedClosingReview_lte: Date\r\n  plannedClosingReview_gt: Date\r\n  plannedClosingReview_gte: Date\r\n  effectiveClosingReview: Date\r\n  effectiveClosingReview_not: Date\r\n  effectiveClosingReview_in: [Date!]\r\n  effectiveClosingReview_not_in: [Date!]\r\n  effectiveClosingReview_lt: Date\r\n  effectiveClosingReview_lte: Date\r\n  effectiveClosingReview_gt: Date\r\n  effectiveClosingReview_gte: Date\r\n  computedHoursManDayRate: Int\r\n  computedHoursManDayRate_not: Int\r\n  computedHoursManDayRate_in: [Int!]\r\n  computedHoursManDayRate_not_in: [Int!]\r\n  computedHoursManDayRate_lt: Int\r\n  computedHoursManDayRate_lte: Int\r\n  computedHoursManDayRate_gt: Int\r\n  computedHoursManDayRate_gte: Int\r\n  computedEffectiveWorkloadMD: Float\r\n  computedEffectiveWorkloadMD_not: Float\r\n  computedEffectiveWorkloadMD_in: [Float!]\r\n  computedEffectiveWorkloadMD_not_in: [Float!]\r\n  computedEffectiveWorkloadMD_lt: Float\r\n  computedEffectiveWorkloadMD_lte: Float\r\n  computedEffectiveWorkloadMD_gt: Float\r\n  computedEffectiveWorkloadMD_gte: Float\r\n  computedEstimatedWorkloadMD: Float\r\n  computedEstimatedWorkloadMD_not: Float\r\n  computedEstimatedWorkloadMD_in: [Float!]\r\n  computedEstimatedWorkloadMD_not_in: [Float!]\r\n  computedEstimatedWorkloadMD_lt: Float\r\n  computedEstimatedWorkloadMD_lte: Float\r\n  computedEstimatedWorkloadMD_gt: Float\r\n  computedEstimatedWorkloadMD_gte: Float\r\n  followupAudit: Boolean\r\n  followupAudit_not: Boolean\r\n  offline: AuditOfflineEnum\r\n  offline_not: AuditOfflineEnum\r\n  offline_in: [AuditOfflineEnum!]\r\n  offline_not_in: [AuditOfflineEnum!]\r\n  yearoftheFollowUpAudit: String\r\n  yearoftheFollowUpAudit_not: String\r\n  yearoftheFollowUpAudit_in: [String!]\r\n  yearoftheFollowUpAudit_not_in: [String!]\r\n  yearoftheFollowUpAudit_lt: String\r\n  yearoftheFollowUpAudit_lte: String\r\n  yearoftheFollowUpAudit_gt: String\r\n  yearoftheFollowUpAudit_gte: String\r\n  yearoftheFollowUpAudit_contains: String\r\n  yearoftheFollowUpAudit_not_contains: String\r\n  yearoftheFollowUpAudit_starts_with: String\r\n  yearoftheFollowUpAudit_not_starts_with: String\r\n  yearoftheFollowUpAudit_ends_with: String\r\n  yearoftheFollowUpAudit_not_ends_with: String\r\n  gRCAudit: String\r\n  gRCAudit_not: String\r\n  gRCAudit_in: [String!]\r\n  gRCAudit_not_in: [String!]\r\n  gRCAudit_lt: String\r\n  gRCAudit_lte: String\r\n  gRCAudit_gt: String\r\n  gRCAudit_gte: String\r\n  gRCAudit_contains: String\r\n  gRCAudit_not_contains: String\r\n  gRCAudit_starts_with: String\r\n  gRCAudit_not_starts_with: String\r\n  gRCAudit_ends_with: String\r\n  gRCAudit_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  actionActionPlan_OwnedAction_some: [AuditFilter!]\r\n  businessDocument_AttachedDocument_some: [AuditFilter!]\r\n  businessDocument_ReferredtoDocument_some: [AuditFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [AuditFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [AuditFilter!]\r\n  auditActivity_some: [AuditFilter!]\r\n  auditTheme_some: [AuditFilter!]\r\n  otherParticipantinAudit_PersonSystem_some: [AuditFilter!]\r\n  auditee_PersonSystem_some: [AuditFilter!]\r\n  auditorinAudit_PersonSystem_some: [AuditFilter!]\r\n  leadAuditor_PersonSystem_some: [AuditFilter!]\r\n  mainAuditee_PersonSystem_some: [AuditFilter!]\r\n  recommendation_FollowUpRecommendation_some: [AuditFilter!]\r\n  timeSheet_some: [AuditFilter!]\r\n  recommendation_OwnedRecommendation_some: [AuditFilter!]\r\n  skill_some: [AuditFilter!]\r\n  plan_AuditPlan_some: [AuditFilter!]\r\n  businessProcess_some: [AuditFilter!]\r\n  organizationalProcess_some: [AuditFilter!]\r\n  orgUnit_some: [AuditFilter!]\r\n  risk_some: [AuditFilter!]\r\n  requirement_some: [AuditFilter!]\r\n}\r\n\r\nenum AuditMissionCategoryEnum {\r\n  Compliance\r\n  Efficiency\r\n}\r\n\r\nenum AuditMissionEvaluationEnum {\r\n  Goodoveralllevel\r\n  Canbeimproved\r\n  Improvementneeded\r\n  AtRisk\r\n}\r\n\r\nenum AuditMissionOriginEnum {\r\n  Recurring\r\n  Punctual\r\n  Regulatory\r\n  BoardDemand\r\n  Follow_up\r\n}\r\n\r\nenum AuditMissionPriorityEnum {\r\n  Low\r\n  High\r\n  Medium\r\n}\r\n\r\nenum AuditMissionStatusEnum {\r\n  Rejected\r\n  InProgress\r\n  Cancelled\r\n  Published\r\n  Completed\r\n  Template\r\n  Closed\r\n  Potential\r\n  InPreparation\r\n  Tobevalidated\r\n}\r\n\r\nenum AuditOfflineEnum {\r\n  Online\r\n  Offline\r\n}\r\n\r\n# An audit theme is a grouping of audit activities concerning the same subject.\r\n# Audit themes can be broken down into sub-audit themes.\r\ntype AuditTheme {\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  description: String\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  audit_ThemeAudit(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n  auditTheme_Parent(filter: filterAuditTheme, orderBy: [orderByAuditTheme]): [AuditTheme]\r\n  auditTheme_ChildAuditTheme(filter: filterAuditTheme, orderBy: [orderByAuditTheme]): [AuditTheme]\r\n  auditActivity_ActivitywithTheme(filter: filterAuditActivity, orderBy: [orderByAuditActivity]): [AuditActivity]\r\n  organizationalProcess_AuditThemeScope(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n  businessProcess_AuditThemeScope(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n}\r\n\r\ninput AuditThemeFilter {\r\n  and: [AuditThemeFilter!]\r\n  or: [AuditThemeFilter!]\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  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_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  audit_ThemeAudit_some: [AuditThemeFilter!]\r\n  auditTheme_Parent_some: [AuditThemeFilter!]\r\n  auditTheme_ChildAuditTheme_some: [AuditThemeFilter!]\r\n  auditActivity_ActivitywithTheme_some: [AuditThemeFilter!]\r\n  organizationalProcess_AuditThemeScope_some: [AuditThemeFilter!]\r\n  businessProcess_AuditThemeScope_some: [AuditThemeFilter!]\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  workPaper_DocumentedObject(filter: filterWorkPaper, orderBy: [orderByWorkPaper]): [WorkPaper]\r\n  audit_DocumentedObject(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n  recommendation_DocumentedObject(filter: filterRecommendation, orderBy: [orderByRecommendation]): [Recommendation]\r\n  finding_DocumentedObject(filter: filterFinding, orderBy: [orderByFinding]): [Finding]\r\n  actionPlan_DocumentedObject(filter: filterActionPlan, orderBy: [orderByActionPlan]): [ActionPlan]\r\n  skill_DocumentedObject(filter: filterSkill, orderBy: [orderBySkill]): [Skill]\r\n  actionActionPlan_DocumentedObject(filter: filterActionActionPlan, orderBy: [orderByActionActionPlan]): [ActionActionPlan]\r\n  risk_DocumentedObject(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  control_DocumentedObject(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n  orgUnit_DocumentedObject(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  organizationalProcess_DocumentedObject(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n  skillType_DocumentedObject(filter: filterSkillType, orderBy: [orderBySkillType]): [SkillType]\r\n  requirement_DocumentedObject(filter: filterRequirement, orderBy: [orderByRequirement]): [Requirement]\r\n  businessProcess_DocumentedObject(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n  workPaper_Object(filter: filterWorkPaper, orderBy: [orderByWorkPaper]): [WorkPaper]\r\n  audit_Object(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n  recommendation_Object(filter: filterRecommendation, orderBy: [orderByRecommendation]): [Recommendation]\r\n  finding_Object(filter: filterFinding, orderBy: [orderByFinding]): [Finding]\r\n  actionPlan_Object(filter: filterActionPlan, orderBy: [orderByActionPlan]): [ActionPlan]\r\n  skill_Object(filter: filterSkill, orderBy: [orderBySkill]): [Skill]\r\n  actionActionPlan_Object(filter: filterActionActionPlan, orderBy: [orderByActionActionPlan]): [ActionActionPlan]\r\n  risk_Object(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  control_Object(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n  orgUnit_Object(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  organizationalProcess_Object(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n  skillType_Object(filter: filterSkillType, orderBy: [orderBySkillType]): [SkillType]\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  workPaper_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  audit_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  recommendation_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  finding_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  actionPlan_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  skill_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  actionActionPlan_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  risk_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  control_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  orgUnit_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  organizationalProcess_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  skillType_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  requirement_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  businessProcess_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  workPaper_Object_some: [BusinessDocumentFilter!]\r\n  audit_Object_some: [BusinessDocumentFilter!]\r\n  recommendation_Object_some: [BusinessDocumentFilter!]\r\n  finding_Object_some: [BusinessDocumentFilter!]\r\n  actionPlan_Object_some: [BusinessDocumentFilter!]\r\n  skill_Object_some: [BusinessDocumentFilter!]\r\n  actionActionPlan_Object_some: [BusinessDocumentFilter!]\r\n  risk_Object_some: [BusinessDocumentFilter!]\r\n  control_Object_some: [BusinessDocumentFilter!]\r\n  orgUnit_Object_some: [BusinessDocumentFilter!]\r\n  organizationalProcess_Object_some: [BusinessDocumentFilter!]\r\n  skillType_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  workPaper_DocumentedObject(filter: filterWorkPaper, orderBy: [orderByWorkPaper]): [WorkPaper]\r\n  audit_DocumentedObject(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n  recommendation_DocumentedObject(filter: filterRecommendation, orderBy: [orderByRecommendation]): [Recommendation]\r\n  finding_DocumentedObject(filter: filterFinding, orderBy: [orderByFinding]): [Finding]\r\n  actionPlan_DocumentedObject(filter: filterActionPlan, orderBy: [orderByActionPlan]): [ActionPlan]\r\n  skill_DocumentedObject(filter: filterSkill, orderBy: [orderBySkill]): [Skill]\r\n  actionActionPlan_DocumentedObject(filter: filterActionActionPlan, orderBy: [orderByActionActionPlan]): [ActionActionPlan]\r\n  risk_DocumentedObject(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  control_DocumentedObject(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n  orgUnit_DocumentedObject(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  organizationalProcess_DocumentedObject(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n  skillType_DocumentedObject(filter: filterSkillType, orderBy: [orderBySkillType]): [SkillType]\r\n  requirement_DocumentedObject(filter: filterRequirement, orderBy: [orderByRequirement]): [Requirement]\r\n  businessProcess_DocumentedObject(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n  workPaper_Object(filter: filterWorkPaper, orderBy: [orderByWorkPaper]): [WorkPaper]\r\n  audit_Object(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n  recommendation_Object(filter: filterRecommendation, orderBy: [orderByRecommendation]): [Recommendation]\r\n  finding_Object(filter: filterFinding, orderBy: [orderByFinding]): [Finding]\r\n  actionPlan_Object(filter: filterActionPlan, orderBy: [orderByActionPlan]): [ActionPlan]\r\n  skill_Object(filter: filterSkill, orderBy: [orderBySkill]): [Skill]\r\n  actionActionPlan_Object(filter: filterActionActionPlan, orderBy: [orderByActionActionPlan]): [ActionActionPlan]\r\n  risk_Object(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  control_Object(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n  orgUnit_Object(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  organizationalProcess_Object(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n  skillType_Object(filter: filterSkillType, orderBy: [orderBySkillType]): [SkillType]\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  workPaper_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  audit_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  recommendation_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  finding_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  actionPlan_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  skill_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  actionActionPlan_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  risk_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  control_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  orgUnit_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  organizationalProcess_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  skillType_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  requirement_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  businessProcess_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  workPaper_Object_some: [BusinessDocumentVersionFilter!]\r\n  audit_Object_some: [BusinessDocumentVersionFilter!]\r\n  recommendation_Object_some: [BusinessDocumentVersionFilter!]\r\n  finding_Object_some: [BusinessDocumentVersionFilter!]\r\n  actionPlan_Object_some: [BusinessDocumentVersionFilter!]\r\n  skill_Object_some: [BusinessDocumentVersionFilter!]\r\n  actionActionPlan_Object_some: [BusinessDocumentVersionFilter!]\r\n  risk_Object_some: [BusinessDocumentVersionFilter!]\r\n  control_Object_some: [BusinessDocumentVersionFilter!]\r\n  orgUnit_Object_some: [BusinessDocumentVersionFilter!]\r\n  organizationalProcess_Object_some: [BusinessDocumentVersionFilter!]\r\n  skillType_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# 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  outputLogic: BusinessProcessOutputLogicEnum\r\n  triggeredbyEvent: Boolean\r\n  businessProcessType: BusinessProcessBusinessProcessTypeEnum\r\n  businessProcessCode: String\r\n  transaction: BusinessProcessTransactionEnum\r\n  loop: BusinessProcessLoopEnum\r\n  adHoc: BusinessProcessAdHocEnum\r\n  multiple: BusinessProcessMultipleEnum\r\n  compensation: BusinessProcessCompensationEnum\r\n  loopCondition: String\r\n  assessmentFreshness: Float\r\n  lastAssessmentDate: Date\r\n  businessProcessStatus: BusinessProcessBusinessProcessStatusEnum\r\n  inputLogic: BusinessProcessInputLogicEnum\r\n  executionBA: BusinessProcessExecutionBAEnum\r\n  designBA: BusinessProcessDesignBAEnum\r\n  knowledgeBA: BusinessProcessKnowledgeBAEnum\r\n  iTSupportBA: BusinessProcessITSupportBAEnum\r\n  performanceBA: BusinessProcessPerformanceBAEnum\r\n  efficiencyBA: BusinessProcessEfficiencyBAEnum\r\n  businessValueBA: BusinessProcessBusinessValueBAEnum\r\n  riskBA: BusinessProcessRiskBAEnum\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  businessProcessDesigner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  businessProcessOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  questionGroup(filter: filterQuestionGroup, orderBy: [orderByQuestionGroup]): [QuestionGroup]\r\n  auditActivity_Activity(filter: filterAuditActivity, orderBy: [orderByAuditActivity]): [AuditActivity]\r\n  businessProcess_Aggregationof(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n  businessProcess_Component(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n  auditTheme(filter: filterAuditTheme, orderBy: [orderByAuditTheme]): [AuditTheme]\r\n  recommendation(filter: filterRecommendation, orderBy: [orderByRecommendation]): [Recommendation]\r\n  plan_AuditPlan(filter: filterPlan, orderBy: [orderByPlan]): [Plan]\r\n  audit(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n}\r\n\r\nenum BusinessProcessAdHocEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum BusinessProcessBusinessProcessStatusEnum {\r\n  UpdateinProgress\r\n  ValidationinProgress\r\n  Validated\r\n}\r\n\r\nenum BusinessProcessBusinessProcessTypeEnum {\r\n  Group\r\n}\r\n\r\nenum BusinessProcessBusinessValueBAEnum {\r\n  NA\r\n  VeryLow\r\n  Low\r\n  Medium\r\n  High\r\n  VeryHigh\r\n}\r\n\r\nenum BusinessProcessCompensationEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum BusinessProcessDesignBAEnum {\r\n  NA\r\n  VeryPoor\r\n  Poor\r\n  Medium\r\n  Good\r\n  VeryGood\r\n}\r\n\r\nenum BusinessProcessEfficiencyBAEnum {\r\n  NA\r\n  VeryLow\r\n  Low\r\n  Medium\r\n  High\r\n  VeryHigh\r\n}\r\n\r\nenum BusinessProcessExecutionBAEnum {\r\n  NA\r\n  Inefficient\r\n  Insufficient\r\n  Medium\r\n  Good\r\n  VeryGood\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  outputLogic: BusinessProcessOutputLogicEnum\r\n  outputLogic_not: BusinessProcessOutputLogicEnum\r\n  outputLogic_in: [BusinessProcessOutputLogicEnum!]\r\n  outputLogic_not_in: [BusinessProcessOutputLogicEnum!]\r\n  triggeredbyEvent: Boolean\r\n  triggeredbyEvent_not: Boolean\r\n  businessProcessType: BusinessProcessBusinessProcessTypeEnum\r\n  businessProcessType_not: BusinessProcessBusinessProcessTypeEnum\r\n  businessProcessType_in: [BusinessProcessBusinessProcessTypeEnum!]\r\n  businessProcessType_not_in: [BusinessProcessBusinessProcessTypeEnum!]\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  transaction: BusinessProcessTransactionEnum\r\n  transaction_not: BusinessProcessTransactionEnum\r\n  transaction_in: [BusinessProcessTransactionEnum!]\r\n  transaction_not_in: [BusinessProcessTransactionEnum!]\r\n  loop: BusinessProcessLoopEnum\r\n  loop_not: BusinessProcessLoopEnum\r\n  loop_in: [BusinessProcessLoopEnum!]\r\n  loop_not_in: [BusinessProcessLoopEnum!]\r\n  adHoc: BusinessProcessAdHocEnum\r\n  adHoc_not: BusinessProcessAdHocEnum\r\n  adHoc_in: [BusinessProcessAdHocEnum!]\r\n  adHoc_not_in: [BusinessProcessAdHocEnum!]\r\n  multiple: BusinessProcessMultipleEnum\r\n  multiple_not: BusinessProcessMultipleEnum\r\n  multiple_in: [BusinessProcessMultipleEnum!]\r\n  multiple_not_in: [BusinessProcessMultipleEnum!]\r\n  compensation: BusinessProcessCompensationEnum\r\n  compensation_not: BusinessProcessCompensationEnum\r\n  compensation_in: [BusinessProcessCompensationEnum!]\r\n  compensation_not_in: [BusinessProcessCompensationEnum!]\r\n  loopCondition: String\r\n  loopCondition_not: String\r\n  loopCondition_in: [String!]\r\n  loopCondition_not_in: [String!]\r\n  loopCondition_lt: String\r\n  loopCondition_lte: String\r\n  loopCondition_gt: String\r\n  loopCondition_gte: String\r\n  loopCondition_contains: String\r\n  loopCondition_not_contains: String\r\n  loopCondition_starts_with: String\r\n  loopCondition_not_starts_with: String\r\n  loopCondition_ends_with: String\r\n  loopCondition_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  businessProcessStatus: BusinessProcessBusinessProcessStatusEnum\r\n  businessProcessStatus_not: BusinessProcessBusinessProcessStatusEnum\r\n  businessProcessStatus_in: [BusinessProcessBusinessProcessStatusEnum!]\r\n  businessProcessStatus_not_in: [BusinessProcessBusinessProcessStatusEnum!]\r\n  inputLogic: BusinessProcessInputLogicEnum\r\n  inputLogic_not: BusinessProcessInputLogicEnum\r\n  inputLogic_in: [BusinessProcessInputLogicEnum!]\r\n  inputLogic_not_in: [BusinessProcessInputLogicEnum!]\r\n  executionBA: BusinessProcessExecutionBAEnum\r\n  executionBA_not: BusinessProcessExecutionBAEnum\r\n  executionBA_in: [BusinessProcessExecutionBAEnum!]\r\n  executionBA_not_in: [BusinessProcessExecutionBAEnum!]\r\n  designBA: BusinessProcessDesignBAEnum\r\n  designBA_not: BusinessProcessDesignBAEnum\r\n  designBA_in: [BusinessProcessDesignBAEnum!]\r\n  designBA_not_in: [BusinessProcessDesignBAEnum!]\r\n  knowledgeBA: BusinessProcessKnowledgeBAEnum\r\n  knowledgeBA_not: BusinessProcessKnowledgeBAEnum\r\n  knowledgeBA_in: [BusinessProcessKnowledgeBAEnum!]\r\n  knowledgeBA_not_in: [BusinessProcessKnowledgeBAEnum!]\r\n  iTSupportBA: BusinessProcessITSupportBAEnum\r\n  iTSupportBA_not: BusinessProcessITSupportBAEnum\r\n  iTSupportBA_in: [BusinessProcessITSupportBAEnum!]\r\n  iTSupportBA_not_in: [BusinessProcessITSupportBAEnum!]\r\n  performanceBA: BusinessProcessPerformanceBAEnum\r\n  performanceBA_not: BusinessProcessPerformanceBAEnum\r\n  performanceBA_in: [BusinessProcessPerformanceBAEnum!]\r\n  performanceBA_not_in: [BusinessProcessPerformanceBAEnum!]\r\n  efficiencyBA: BusinessProcessEfficiencyBAEnum\r\n  efficiencyBA_not: BusinessProcessEfficiencyBAEnum\r\n  efficiencyBA_in: [BusinessProcessEfficiencyBAEnum!]\r\n  efficiencyBA_not_in: [BusinessProcessEfficiencyBAEnum!]\r\n  businessValueBA: BusinessProcessBusinessValueBAEnum\r\n  businessValueBA_not: BusinessProcessBusinessValueBAEnum\r\n  businessValueBA_in: [BusinessProcessBusinessValueBAEnum!]\r\n  businessValueBA_not_in: [BusinessProcessBusinessValueBAEnum!]\r\n  riskBA: BusinessProcessRiskBAEnum\r\n  riskBA_not: BusinessProcessRiskBAEnum\r\n  riskBA_in: [BusinessProcessRiskBAEnum!]\r\n  riskBA_not_in: [BusinessProcessRiskBAEnum!]\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: [BusinessProcessFilter!]\r\n  businessDocument_ReferredtoDocument_some: [BusinessProcessFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [BusinessProcessFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [BusinessProcessFilter!]\r\n  businessProcessDesigner_PersonSystem_some: [BusinessProcessFilter!]\r\n  businessProcessOwner_PersonSystem_some: [BusinessProcessFilter!]\r\n  questionGroup_some: [BusinessProcessFilter!]\r\n  auditActivity_Activity_some: [BusinessProcessFilter!]\r\n  businessProcess_Aggregationof_some: [BusinessProcessFilter!]\r\n  businessProcess_Component_some: [BusinessProcessFilter!]\r\n  auditTheme_some: [BusinessProcessFilter!]\r\n  recommendation_some: [BusinessProcessFilter!]\r\n  plan_AuditPlan_some: [BusinessProcessFilter!]\r\n  audit_some: [BusinessProcessFilter!]\r\n}\r\n\r\nenum BusinessProcessInputLogicEnum {\r\n  Synchronization\r\n  Junction\r\n}\r\n\r\nenum BusinessProcessITSupportBAEnum {\r\n  NA\r\n  Poor\r\n  VeryPoor\r\n  Medium\r\n  Good\r\n  VeryGood\r\n}\r\n\r\nenum BusinessProcessKnowledgeBAEnum {\r\n  NA\r\n  Unknown\r\n  Poor\r\n  Medium\r\n  WellKnown\r\n  VeryWellKnown\r\n}\r\n\r\nenum BusinessProcessLoopEnum {\r\n  DoWhile\r\n  No\r\n  DoUntil\r\n}\r\n\r\nenum BusinessProcessMultipleEnum {\r\n  Sequential\r\n  Parallel\r\n  No\r\n}\r\n\r\nenum BusinessProcessOutputLogicEnum {\r\n  Parallelism\r\n  Condition\r\n}\r\n\r\nenum BusinessProcessPerformanceBAEnum {\r\n  NA\r\n  VeryLow\r\n  Low\r\n  Medium\r\n  High\r\n  VeryHigh\r\n}\r\n\r\nenum BusinessProcessRiskBAEnum {\r\n  NA\r\n  VeryHigh\r\n  High\r\n  Medium\r\n  Low\r\n  VeryLow\r\n}\r\n\r\nenum BusinessProcessStatusEnumFilter {\r\n  UpdateinProgress\r\n  ValidationinProgress\r\n  Validated\r\n}\r\n\r\nenum BusinessProcessTransactionEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum BusinessProcessTypeEnumFilter {\r\n  Group\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  audit_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n  auditActivity_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterAuditActivity, orderBy: [orderByAuditActivity]): [AuditActivity]\r\n  recommendation_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterRecommendation, orderBy: [orderByRecommendation]): [Recommendation]\r\n  actionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterActionPlan, orderBy: [orderByActionPlan]): [ActionPlan]\r\n  actionActionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterActionActionPlan, orderBy: [orderByActionActionPlan]): [ActionActionPlan]\r\n  vacation_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterVacation, orderBy: [orderByVacation]): [Vacation]\r\n  risk_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  control_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterControl, orderBy: [orderByControl]): [Control]\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  audit_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n  auditActivity_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n  recommendation_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n  actionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n  actionActionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n  vacation_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n  risk_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n  control_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 BusinessValueBAEnumFilter {\r\n  NA\r\n  VeryLow\r\n  Low\r\n  Medium\r\n  High\r\n  VeryHigh\r\n}\r\n\r\nenum CompensationEnumFilter {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum ComplianceTestTypeEnumFilter {\r\n  Design\r\n  Execution\r\n  IndirectIndicator\r\n  DesignandExecution\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  controlExecutionMethod: ControlControlExecutionMethodEnum\r\n  controlStatus: ControlControlStatusEnum\r\n  testingFrequency: ControlTestingFrequencyEnum\r\n  testingMethod: ControlTestingMethodEnum\r\n  testingPopulationSize: Int\r\n  executionMode: ControlExecutionModeEnum\r\n  testingSampleSize: Int\r\n  testingProcedure(format: StringFormat): String\r\n  executionprocedure(format: StringFormat): String\r\n  controlKey: Boolean\r\n  controlFrequency: ControlControlFrequencyEnum\r\n  customFrequency: String\r\n  controlObjective(format: StringFormat): String\r\n  controlExecutionValueIC: ControlControlExecutionValueICEnum\r\n  operationalCost: String\r\n  controlDesignIC: ControlControlDesignICEnum\r\n  controlEffectivenessIC: ControlControlEffectivenessICEnum\r\n  controlLevelIC: ControlControlLevelICEnum\r\n  controlDesignERM: ControlControlDesignERMEnum\r\n  controlEfficiencyERM: ControlControlEfficiencyERMEnum\r\n  controlLevelERM: ControlControlLevelERMEnum\r\n  assessmentFreshness: Float\r\n  organizationalLevel: ControlOrganizationalLevelEnum\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  questionGroup(filter: filterQuestionGroup, orderBy: [orderByQuestionGroup]): [QuestionGroup]\r\n  risk_ControlledRisk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n}\r\n\r\nenum ControlControlDesignERMEnum {\r\n  VeryStrong\r\n  Strong\r\n  Medium\r\n  Weak\r\n  VeryWeak\r\n}\r\n\r\nenum ControlControlDesignICEnum {\r\n  Adequate\r\n  Inadequate\r\n}\r\n\r\nenum ControlControlEffectivenessICEnum {\r\n  Effective\r\n  Ineffective\r\n}\r\n\r\nenum ControlControlEfficiencyERMEnum {\r\n  VeryStrong\r\n  Strong\r\n  Medium\r\n  Weak\r\n  VeryWeak\r\n}\r\n\r\nenum ControlControlExecutionMethodEnum {\r\n  Observation\r\n  Exhaustive\r\n  ExceptionControl\r\n  BySample\r\n  StandardControl\r\n}\r\n\r\nenum ControlControlExecutionValueICEnum {\r\n  NO\r\n  OK\r\n}\r\n\r\nenum ControlControlFrequencyEnum {\r\n  Continuous\r\n  Daily\r\n  Weekly\r\n  Monthly\r\n  Quarterly\r\n  Semestrially\r\n  Yearly\r\n  Custom\r\n  Bi_monthly\r\n  Ateachtransaction\r\n}\r\n\r\nenum ControlControlLevelEnum {\r\n  LevelOne_Operational\r\n  LevelTwo_Organizational\r\n}\r\n\r\nenum ControlControlLevelERMEnum {\r\n  VeryStrong\r\n  Strong\r\n  Medium\r\n  Weak\r\n  VeryWeak\r\n}\r\n\r\nenum ControlControlLevelICEnum {\r\n  Pass\r\n  Fail\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\nenum ControlControlStatusEnum {\r\n  Created\r\n  Submitted\r\n  Validated\r\n  Rejected\r\n  Closed\r\n  Draft\r\n}\r\n\r\nenum ControlDesignERMEnumFilter {\r\n  VeryStrong\r\n  Strong\r\n  Medium\r\n  Weak\r\n  Veryweak\r\n}\r\n\r\nenum ControlDesignICEnumFilter {\r\n  Adequate\r\n  Inadequate\r\n}\r\n\r\nenum ControlEffectivenessERMEnumFilter {\r\n  VeryStrong\r\n  Strong\r\n  Medium\r\n  Weak\r\n  VeryWeak\r\n}\r\n\r\nenum ControlEffectivenessICEnumFilter {\r\n  Effective\r\n  Ineffective\r\n}\r\n\r\nenum ControlEfficiencyERMEnumFilter {\r\n  VeryStrong\r\n  Strong\r\n  Medium\r\n  Weak\r\n  VeryWeak\r\n}\r\n\r\nenum ControlExecutionMethodEnumFilter {\r\n  Observation\r\n  Exhaustive\r\n  ExceptionControl\r\n  BySample\r\n  StandardControl\r\n}\r\n\r\nenum ControlExecutionModeEnum {\r\n  Automatic\r\n  Manual\r\n  Semi_Automatic\r\n}\r\n\r\nenum ControlExecutionValueICEnumFilter {\r\n  NO\r\n  OK\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  controlExecutionMethod: ControlControlExecutionMethodEnum\r\n  controlExecutionMethod_not: ControlControlExecutionMethodEnum\r\n  controlExecutionMethod_in: [ControlControlExecutionMethodEnum!]\r\n  controlExecutionMethod_not_in: [ControlControlExecutionMethodEnum!]\r\n  controlStatus: ControlControlStatusEnum\r\n  controlStatus_not: ControlControlStatusEnum\r\n  controlStatus_in: [ControlControlStatusEnum!]\r\n  controlStatus_not_in: [ControlControlStatusEnum!]\r\n  testingFrequency: ControlTestingFrequencyEnum\r\n  testingFrequency_not: ControlTestingFrequencyEnum\r\n  testingFrequency_in: [ControlTestingFrequencyEnum!]\r\n  testingFrequency_not_in: [ControlTestingFrequencyEnum!]\r\n  testingMethod: ControlTestingMethodEnum\r\n  testingMethod_not: ControlTestingMethodEnum\r\n  testingMethod_in: [ControlTestingMethodEnum!]\r\n  testingMethod_not_in: [ControlTestingMethodEnum!]\r\n  testingPopulationSize: Int\r\n  testingPopulationSize_not: Int\r\n  testingPopulationSize_in: [Int!]\r\n  testingPopulationSize_not_in: [Int!]\r\n  testingPopulationSize_lt: Int\r\n  testingPopulationSize_lte: Int\r\n  testingPopulationSize_gt: Int\r\n  testingPopulationSize_gte: Int\r\n  executionMode: ControlExecutionModeEnum\r\n  executionMode_not: ControlExecutionModeEnum\r\n  executionMode_in: [ControlExecutionModeEnum!]\r\n  executionMode_not_in: [ControlExecutionModeEnum!]\r\n  testingSampleSize: Int\r\n  testingSampleSize_not: Int\r\n  testingSampleSize_in: [Int!]\r\n  testingSampleSize_not_in: [Int!]\r\n  testingSampleSize_lt: Int\r\n  testingSampleSize_lte: Int\r\n  testingSampleSize_gt: Int\r\n  testingSampleSize_gte: Int\r\n  testingProcedure: String\r\n  testingProcedure_not: String\r\n  testingProcedure_in: [String!]\r\n  testingProcedure_not_in: [String!]\r\n  testingProcedure_lt: String\r\n  testingProcedure_lte: String\r\n  testingProcedure_gt: String\r\n  testingProcedure_gte: String\r\n  testingProcedure_contains: String\r\n  testingProcedure_not_contains: String\r\n  testingProcedure_starts_with: String\r\n  testingProcedure_not_starts_with: String\r\n  testingProcedure_ends_with: String\r\n  testingProcedure_not_ends_with: String\r\n  executionprocedure: String\r\n  executionprocedure_not: String\r\n  executionprocedure_in: [String!]\r\n  executionprocedure_not_in: [String!]\r\n  executionprocedure_lt: String\r\n  executionprocedure_lte: String\r\n  executionprocedure_gt: String\r\n  executionprocedure_gte: String\r\n  executionprocedure_contains: String\r\n  executionprocedure_not_contains: String\r\n  executionprocedure_starts_with: String\r\n  executionprocedure_not_starts_with: String\r\n  executionprocedure_ends_with: String\r\n  executionprocedure_not_ends_with: String\r\n  controlKey: Boolean\r\n  controlKey_not: Boolean\r\n  controlFrequency: ControlControlFrequencyEnum\r\n  controlFrequency_not: ControlControlFrequencyEnum\r\n  controlFrequency_in: [ControlControlFrequencyEnum!]\r\n  controlFrequency_not_in: [ControlControlFrequencyEnum!]\r\n  customFrequency: String\r\n  customFrequency_not: String\r\n  customFrequency_in: [String!]\r\n  customFrequency_not_in: [String!]\r\n  customFrequency_lt: String\r\n  customFrequency_lte: String\r\n  customFrequency_gt: String\r\n  customFrequency_gte: String\r\n  customFrequency_contains: String\r\n  customFrequency_not_contains: String\r\n  customFrequency_starts_with: String\r\n  customFrequency_not_starts_with: String\r\n  customFrequency_ends_with: String\r\n  customFrequency_not_ends_with: String\r\n  controlObjective: String\r\n  controlObjective_not: String\r\n  controlObjective_in: [String!]\r\n  controlObjective_not_in: [String!]\r\n  controlObjective_lt: String\r\n  controlObjective_lte: String\r\n  controlObjective_gt: String\r\n  controlObjective_gte: String\r\n  controlObjective_contains: String\r\n  controlObjective_not_contains: String\r\n  controlObjective_starts_with: String\r\n  controlObjective_not_starts_with: String\r\n  controlObjective_ends_with: String\r\n  controlObjective_not_ends_with: String\r\n  controlExecutionValueIC: ControlControlExecutionValueICEnum\r\n  controlExecutionValueIC_not: ControlControlExecutionValueICEnum\r\n  controlExecutionValueIC_in: [ControlControlExecutionValueICEnum!]\r\n  controlExecutionValueIC_not_in: [ControlControlExecutionValueICEnum!]\r\n  operationalCost: String\r\n  operationalCost_not: String\r\n  operationalCost_in: [String!]\r\n  operationalCost_not_in: [String!]\r\n  operationalCost_lt: String\r\n  operationalCost_lte: String\r\n  operationalCost_gt: String\r\n  operationalCost_gte: String\r\n  operationalCost_contains: String\r\n  operationalCost_not_contains: String\r\n  operationalCost_starts_with: String\r\n  operationalCost_not_starts_with: String\r\n  operationalCost_ends_with: String\r\n  operationalCost_not_ends_with: String\r\n  controlDesignIC: ControlControlDesignICEnum\r\n  controlDesignIC_not: ControlControlDesignICEnum\r\n  controlDesignIC_in: [ControlControlDesignICEnum!]\r\n  controlDesignIC_not_in: [ControlControlDesignICEnum!]\r\n  controlEffectivenessIC: ControlControlEffectivenessICEnum\r\n  controlEffectivenessIC_not: ControlControlEffectivenessICEnum\r\n  controlEffectivenessIC_in: [ControlControlEffectivenessICEnum!]\r\n  controlEffectivenessIC_not_in: [ControlControlEffectivenessICEnum!]\r\n  controlLevelIC: ControlControlLevelICEnum\r\n  controlLevelIC_not: ControlControlLevelICEnum\r\n  controlLevelIC_in: [ControlControlLevelICEnum!]\r\n  controlLevelIC_not_in: [ControlControlLevelICEnum!]\r\n  controlDesignERM: ControlControlDesignERMEnum\r\n  controlDesignERM_not: ControlControlDesignERMEnum\r\n  controlDesignERM_in: [ControlControlDesignERMEnum!]\r\n  controlDesignERM_not_in: [ControlControlDesignERMEnum!]\r\n  controlEfficiencyERM: ControlControlEfficiencyERMEnum\r\n  controlEfficiencyERM_not: ControlControlEfficiencyERMEnum\r\n  controlEfficiencyERM_in: [ControlControlEfficiencyERMEnum!]\r\n  controlEfficiencyERM_not_in: [ControlControlEfficiencyERMEnum!]\r\n  controlLevelERM: ControlControlLevelERMEnum\r\n  controlLevelERM_not: ControlControlLevelERMEnum\r\n  controlLevelERM_in: [ControlControlLevelERMEnum!]\r\n  controlLevelERM_not_in: [ControlControlLevelERMEnum!]\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  organizationalLevel: ControlOrganizationalLevelEnum\r\n  organizationalLevel_not: ControlOrganizationalLevelEnum\r\n  organizationalLevel_in: [ControlOrganizationalLevelEnum!]\r\n  organizationalLevel_not_in: [ControlOrganizationalLevelEnum!]\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  questionGroup_some: [ControlFilter!]\r\n  risk_ControlledRisk_some: [ControlFilter!]\r\n}\r\n\r\nenum ControlFrequencyEnumFilter {\r\n  Continuous\r\n  Daily\r\n  Weekly\r\n  Monthly\r\n  Quarterly\r\n  Semestrially\r\n  Yearly\r\n  Custom\r\n  Bi_monthly\r\n  Ateachtransaction\r\n}\r\n\r\nenum ControlLevelEnumFilter {\r\n  LevelOne_Operational\r\n  LevelTwo_Organizational\r\n}\r\n\r\nenum ControlLevelERMEnumFilter {\r\n  VeryStrong\r\n  Strong\r\n  Medium\r\n  Weak\r\n  VeryWeak\r\n}\r\n\r\nenum ControlLevelICEnumFilter {\r\n  Pass\r\n  Fail\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 ControlOrganizationalLevelEnum {\r\n  Global\r\n  Local\r\n}\r\n\r\nenum ControlStatusEnumFilter {\r\n  Created\r\n  Submitted\r\n  Validated\r\n  Rejected\r\n  Closed\r\n  Draft\r\n}\r\n\r\nenum ControlTestingFrequencyEnum {\r\n  Quarterly\r\n  Bi_Yearly\r\n  Yearly\r\n}\r\n\r\nenum ControlTestingMethodEnum {\r\n  Observation\r\n  Inquiry\r\n  Inspection\r\n  Re_Performance\r\n}\r\n\r\nenum creationMode {\r\n  RAW\r\n  BUSINESS\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\nenum DelegationAllowedEnumFilter {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum DesignBAEnumFilter {\r\n  NA\r\n  VeryPoor\r\n  Poor\r\n  Medium\r\n  Good\r\n  VeryGood\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\nenum EfficiencyBAEnumFilter {\r\n  NA\r\n  VeryLow\r\n  Low\r\n  Medium\r\n  High\r\n  VeryHigh\r\n}\r\n\r\nenum ExecutionBAEnumFilter {\r\n  NA\r\n  Inefficient\r\n  Insufficient\r\n  Medium\r\n  Good\r\n  VeryGood\r\n}\r\n\r\nenum ExecutionModeEnumFilter {\r\n  Automatic\r\n  Manual\r\n  Semi_Automatic\r\n}\r\n\r\n# Filters of ActionActionPlan\r\ninput filterActionActionPlan {\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  actionProgress: ActionProgressEnumFilter\r\n  actionProgress_not: ActionProgressEnumFilter\r\n  actionProgress_in: [ActionProgressEnumFilter]\r\n  actionProgress_not_in: [ActionProgressEnumFilter]\r\n  deliverablesact: String\r\n  deliverablesact_not: String\r\n  deliverablesact_in: [String]\r\n  deliverablesact_not_in: [String]\r\n  deliverablesact_lt: String\r\n  deliverablesact_lte: String\r\n  deliverablesact_gt: String\r\n  deliverablesact_gte: String\r\n  deliverablesact_contains: String\r\n  deliverablesact_not_contains: String\r\n  deliverablesact_starts_with: String\r\n  deliverablesact_not_starts_with: String\r\n  deliverablesact_ends_with: String\r\n  deliverablesact_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  statusact: StatusactEnumFilter\r\n  statusact_not: StatusactEnumFilter\r\n  statusact_in: [StatusactEnumFilter]\r\n  statusact_not_in: [StatusactEnumFilter]\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  organizationalLevel: OrganizationalLevelEnumFilter\r\n  organizationalLevel_not: OrganizationalLevelEnumFilter\r\n  organizationalLevel_in: [OrganizationalLevelEnumFilter]\r\n  organizationalLevel_not_in: [OrganizationalLevelEnumFilter]\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 AnswerAudit\r\ninput filterAnswerAudit {\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  weighting: Int\r\n  weighting_not: Int\r\n  weighting_in: [Int]\r\n  weighting_not_in: [Int]\r\n  weighting_lt: Int\r\n  weighting_lte: Int\r\n  weighting_gt: Int\r\n  weighting_gte: Int\r\n  deficient: Boolean\r\n  deficient_not: Boolean\r\n  selected: Boolean\r\n  selected_not: Boolean\r\n  description: String\r\n  description_not: String\r\n  description_in: [String]\r\n  description_not_in: [String]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_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 Audit\r\ninput filterAudit {\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  description: String\r\n  description_not: String\r\n  description_in: [String]\r\n  description_not_in: [String]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  missionCode: String\r\n  missionCode_not: String\r\n  missionCode_in: [String]\r\n  missionCode_not_in: [String]\r\n  missionCode_lt: String\r\n  missionCode_lte: String\r\n  missionCode_gt: String\r\n  missionCode_gte: String\r\n  missionCode_contains: String\r\n  missionCode_not_contains: String\r\n  missionCode_starts_with: String\r\n  missionCode_not_starts_with: String\r\n  missionCode_ends_with: String\r\n  missionCode_not_ends_with: String\r\n  includedintheinitialPlan: Boolean\r\n  includedintheinitialPlan_not: Boolean\r\n  objectiveGRC: String\r\n  objectiveGRC_not: String\r\n  objectiveGRC_in: [String]\r\n  objectiveGRC_not_in: [String]\r\n  objectiveGRC_lt: String\r\n  objectiveGRC_lte: String\r\n  objectiveGRC_gt: String\r\n  objectiveGRC_gte: String\r\n  objectiveGRC_contains: String\r\n  objectiveGRC_not_contains: String\r\n  objectiveGRC_starts_with: String\r\n  objectiveGRC_not_starts_with: String\r\n  objectiveGRC_ends_with: String\r\n  objectiveGRC_not_ends_with: String\r\n  missionCategory: MissionCategoryEnumFilter\r\n  missionCategory_not: MissionCategoryEnumFilter\r\n  missionCategory_in: [MissionCategoryEnumFilter]\r\n  missionCategory_not_in: [MissionCategoryEnumFilter]\r\n  missionStatus: MissionStatusEnumFilter\r\n  missionStatus_not: MissionStatusEnumFilter\r\n  missionStatus_in: [MissionStatusEnumFilter]\r\n  missionStatus_not_in: [MissionStatusEnumFilter]\r\n  justificationGRC: String\r\n  justificationGRC_not: String\r\n  justificationGRC_in: [String]\r\n  justificationGRC_not_in: [String]\r\n  justificationGRC_lt: String\r\n  justificationGRC_lte: String\r\n  justificationGRC_gt: String\r\n  justificationGRC_gte: String\r\n  justificationGRC_contains: String\r\n  justificationGRC_not_contains: String\r\n  justificationGRC_starts_with: String\r\n  justificationGRC_not_starts_with: String\r\n  justificationGRC_ends_with: String\r\n  justificationGRC_not_ends_with: String\r\n  missionOrigin: MissionOriginEnumFilter\r\n  missionOrigin_not: MissionOriginEnumFilter\r\n  missionOrigin_in: [MissionOriginEnumFilter]\r\n  missionOrigin_not_in: [MissionOriginEnumFilter]\r\n  missionPriority: MissionPriorityEnumFilter\r\n  missionPriority_not: MissionPriorityEnumFilter\r\n  missionPriority_in: [MissionPriorityEnumFilter]\r\n  missionPriority_not_in: [MissionPriorityEnumFilter]\r\n  estimatedDurationDays: Int\r\n  estimatedDurationDays_not: Int\r\n  estimatedDurationDays_in: [Int]\r\n  estimatedDurationDays_not_in: [Int]\r\n  estimatedDurationDays_lt: Int\r\n  estimatedDurationDays_lte: Int\r\n  estimatedDurationDays_gt: Int\r\n  estimatedDurationDays_gte: Int\r\n  estimatedNumberofResources: Float\r\n  estimatedNumberofResources_not: Float\r\n  estimatedNumberofResources_in: [Float]\r\n  estimatedNumberofResources_not_in: [Float]\r\n  estimatedNumberofResources_lt: Float\r\n  estimatedNumberofResources_lte: Float\r\n  estimatedNumberofResources_gt: Float\r\n  estimatedNumberofResources_gte: Float\r\n  estimatedWorkloadHours: Float\r\n  estimatedWorkloadHours_not: Float\r\n  estimatedWorkloadHours_in: [Float]\r\n  estimatedWorkloadHours_not_in: [Float]\r\n  estimatedWorkloadHours_lt: Float\r\n  estimatedWorkloadHours_lte: Float\r\n  estimatedWorkloadHours_gt: Float\r\n  estimatedWorkloadHours_gte: Float\r\n  effectiveWorkloadHours: Float\r\n  effectiveWorkloadHours_not: Float\r\n  effectiveWorkloadHours_in: [Float]\r\n  effectiveWorkloadHours_not_in: [Float]\r\n  effectiveWorkloadHours_lt: Float\r\n  effectiveWorkloadHours_lte: Float\r\n  effectiveWorkloadHours_gt: Float\r\n  effectiveWorkloadHours_gte: Float\r\n  numberofStaffedResources: String\r\n  numberofStaffedResources_not: String\r\n  numberofStaffedResources_in: [String]\r\n  numberofStaffedResources_not_in: [String]\r\n  numberofStaffedResources_lt: String\r\n  numberofStaffedResources_lte: String\r\n  numberofStaffedResources_gt: String\r\n  numberofStaffedResources_gte: String\r\n  numberofStaffedResources_contains: String\r\n  numberofStaffedResources_not_contains: String\r\n  numberofStaffedResources_starts_with: String\r\n  numberofStaffedResources_not_starts_with: String\r\n  numberofStaffedResources_ends_with: String\r\n  numberofStaffedResources_not_ends_with: String\r\n  missionEvaluation: MissionEvaluationEnumFilter\r\n  missionEvaluation_not: MissionEvaluationEnumFilter\r\n  missionEvaluation_in: [MissionEvaluationEnumFilter]\r\n  missionEvaluation_not_in: [MissionEvaluationEnumFilter]\r\n  missionPlannedBeginDate: Date\r\n  missionPlannedBeginDate_not: Date\r\n  missionPlannedBeginDate_in: [Date]\r\n  missionPlannedBeginDate_not_in: [Date]\r\n  missionPlannedBeginDate_lt: Date\r\n  missionPlannedBeginDate_lte: Date\r\n  missionPlannedBeginDate_gt: Date\r\n  missionPlannedBeginDate_gte: Date\r\n  missionPlannedEndDate: Date\r\n  missionPlannedEndDate_not: Date\r\n  missionPlannedEndDate_in: [Date]\r\n  missionPlannedEndDate_not_in: [Date]\r\n  missionPlannedEndDate_lt: Date\r\n  missionPlannedEndDate_lte: Date\r\n  missionPlannedEndDate_gt: Date\r\n  missionPlannedEndDate_gte: Date\r\n  missionEffectiveBeginDate: Date\r\n  missionEffectiveBeginDate_not: Date\r\n  missionEffectiveBeginDate_in: [Date]\r\n  missionEffectiveBeginDate_not_in: [Date]\r\n  missionEffectiveBeginDate_lt: Date\r\n  missionEffectiveBeginDate_lte: Date\r\n  missionEffectiveBeginDate_gt: Date\r\n  missionEffectiveBeginDate_gte: Date\r\n  missionEffectiveEndDate: Date\r\n  missionEffectiveEndDate_not: Date\r\n  missionEffectiveEndDate_in: [Date]\r\n  missionEffectiveEndDate_not_in: [Date]\r\n  missionEffectiveEndDate_lt: Date\r\n  missionEffectiveEndDate_lte: Date\r\n  missionEffectiveEndDate_gt: Date\r\n  missionEffectiveEndDate_gte: Date\r\n  keyWeaknesses: String\r\n  keyWeaknesses_not: String\r\n  keyWeaknesses_in: [String]\r\n  keyWeaknesses_not_in: [String]\r\n  keyWeaknesses_lt: String\r\n  keyWeaknesses_lte: String\r\n  keyWeaknesses_gt: String\r\n  keyWeaknesses_gte: String\r\n  keyWeaknesses_contains: String\r\n  keyWeaknesses_not_contains: String\r\n  keyWeaknesses_starts_with: String\r\n  keyWeaknesses_not_starts_with: String\r\n  keyWeaknesses_ends_with: String\r\n  keyWeaknesses_not_ends_with: String\r\n  keyStrengths: String\r\n  keyStrengths_not: String\r\n  keyStrengths_in: [String]\r\n  keyStrengths_not_in: [String]\r\n  keyStrengths_lt: String\r\n  keyStrengths_lte: String\r\n  keyStrengths_gt: String\r\n  keyStrengths_gte: String\r\n  keyStrengths_contains: String\r\n  keyStrengths_not_contains: String\r\n  keyStrengths_starts_with: String\r\n  keyStrengths_not_starts_with: String\r\n  keyStrengths_ends_with: String\r\n  keyStrengths_not_ends_with: String\r\n  plannedClosingReview: Date\r\n  plannedClosingReview_not: Date\r\n  plannedClosingReview_in: [Date]\r\n  plannedClosingReview_not_in: [Date]\r\n  plannedClosingReview_lt: Date\r\n  plannedClosingReview_lte: Date\r\n  plannedClosingReview_gt: Date\r\n  plannedClosingReview_gte: Date\r\n  effectiveClosingReview: Date\r\n  effectiveClosingReview_not: Date\r\n  effectiveClosingReview_in: [Date]\r\n  effectiveClosingReview_not_in: [Date]\r\n  effectiveClosingReview_lt: Date\r\n  effectiveClosingReview_lte: Date\r\n  effectiveClosingReview_gt: Date\r\n  effectiveClosingReview_gte: Date\r\n  computedHoursManDayRate: Int\r\n  computedHoursManDayRate_not: Int\r\n  computedHoursManDayRate_in: [Int]\r\n  computedHoursManDayRate_not_in: [Int]\r\n  computedHoursManDayRate_lt: Int\r\n  computedHoursManDayRate_lte: Int\r\n  computedHoursManDayRate_gt: Int\r\n  computedHoursManDayRate_gte: Int\r\n  computedEffectiveWorkloadMD: Float\r\n  computedEffectiveWorkloadMD_not: Float\r\n  computedEffectiveWorkloadMD_in: [Float]\r\n  computedEffectiveWorkloadMD_not_in: [Float]\r\n  computedEffectiveWorkloadMD_lt: Float\r\n  computedEffectiveWorkloadMD_lte: Float\r\n  computedEffectiveWorkloadMD_gt: Float\r\n  computedEffectiveWorkloadMD_gte: Float\r\n  computedEstimatedWorkloadMD: Float\r\n  computedEstimatedWorkloadMD_not: Float\r\n  computedEstimatedWorkloadMD_in: [Float]\r\n  computedEstimatedWorkloadMD_not_in: [Float]\r\n  computedEstimatedWorkloadMD_lt: Float\r\n  computedEstimatedWorkloadMD_lte: Float\r\n  computedEstimatedWorkloadMD_gt: Float\r\n  computedEstimatedWorkloadMD_gte: Float\r\n  followupAudit: Boolean\r\n  followupAudit_not: Boolean\r\n  offline: OfflineEnumFilter\r\n  offline_not: OfflineEnumFilter\r\n  offline_in: [OfflineEnumFilter]\r\n  offline_not_in: [OfflineEnumFilter]\r\n  yearoftheFollowUpAudit: String\r\n  yearoftheFollowUpAudit_not: String\r\n  yearoftheFollowUpAudit_in: [String]\r\n  yearoftheFollowUpAudit_not_in: [String]\r\n  yearoftheFollowUpAudit_lt: String\r\n  yearoftheFollowUpAudit_lte: String\r\n  yearoftheFollowUpAudit_gt: String\r\n  yearoftheFollowUpAudit_gte: String\r\n  yearoftheFollowUpAudit_contains: String\r\n  yearoftheFollowUpAudit_not_contains: String\r\n  yearoftheFollowUpAudit_starts_with: String\r\n  yearoftheFollowUpAudit_not_starts_with: String\r\n  yearoftheFollowUpAudit_ends_with: String\r\n  yearoftheFollowUpAudit_not_ends_with: String\r\n  gRCAudit: String\r\n  gRCAudit_not: String\r\n  gRCAudit_in: [String]\r\n  gRCAudit_not_in: [String]\r\n  gRCAudit_lt: String\r\n  gRCAudit_lte: String\r\n  gRCAudit_gt: String\r\n  gRCAudit_gte: String\r\n  gRCAudit_contains: String\r\n  gRCAudit_not_contains: String\r\n  gRCAudit_starts_with: String\r\n  gRCAudit_not_starts_with: String\r\n  gRCAudit_ends_with: String\r\n  gRCAudit_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 AuditActivity\r\ninput filterAuditActivity {\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  beginDate: Date\r\n  beginDate_not: Date\r\n  beginDate_in: [Date]\r\n  beginDate_not_in: [Date]\r\n  beginDate_lt: Date\r\n  beginDate_lte: Date\r\n  beginDate_gt: Date\r\n  beginDate_gte: Date\r\n  activityEndDate: Date\r\n  activityEndDate_not: Date\r\n  activityEndDate_in: [Date]\r\n  activityEndDate_not_in: [Date]\r\n  activityEndDate_lt: Date\r\n  activityEndDate_lte: Date\r\n  activityEndDate_gt: Date\r\n  activityEndDate_gte: Date\r\n  estimatedWorkloadHours: Float\r\n  estimatedWorkloadHours_not: Float\r\n  estimatedWorkloadHours_in: [Float]\r\n  estimatedWorkloadHours_not_in: [Float]\r\n  estimatedWorkloadHours_lt: Float\r\n  estimatedWorkloadHours_lte: Float\r\n  estimatedWorkloadHours_gt: Float\r\n  estimatedWorkloadHours_gte: Float\r\n  description: String\r\n  description_not: String\r\n  description_in: [String]\r\n  description_not_in: [String]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  activityStatus: ActivityStatusEnumFilter\r\n  activityStatus_not: ActivityStatusEnumFilter\r\n  activityStatus_in: [ActivityStatusEnumFilter]\r\n  activityStatus_not_in: [ActivityStatusEnumFilter]\r\n  activityEffectiveWorkloadHours: Float\r\n  activityEffectiveWorkloadHours_not: Float\r\n  activityEffectiveWorkloadHours_in: [Float]\r\n  activityEffectiveWorkloadHours_not_in: [Float]\r\n  activityEffectiveWorkloadHours_lt: Float\r\n  activityEffectiveWorkloadHours_lte: Float\r\n  activityEffectiveWorkloadHours_gt: Float\r\n  activityEffectiveWorkloadHours_gte: Float\r\n  offline: OfflineEnumFilter\r\n  offline_not: OfflineEnumFilter\r\n  offline_in: [OfflineEnumFilter]\r\n  offline_not_in: [OfflineEnumFilter]\r\n  computedActivityEffectiveWorkloadHours: Float\r\n  computedActivityEffectiveWorkloadHours_not: Float\r\n  computedActivityEffectiveWorkloadHours_in: [Float]\r\n  computedActivityEffectiveWorkloadHours_not_in: [Float]\r\n  computedActivityEffectiveWorkloadHours_lt: Float\r\n  computedActivityEffectiveWorkloadHours_lte: Float\r\n  computedActivityEffectiveWorkloadHours_gt: Float\r\n  computedActivityEffectiveWorkloadHours_gte: Float\r\n  currentOfflineUpdateDate: Date\r\n  currentOfflineUpdateDate_not: Date\r\n  currentOfflineUpdateDate_in: [Date]\r\n  currentOfflineUpdateDate_not_in: [Date]\r\n  currentOfflineUpdateDate_lt: Date\r\n  currentOfflineUpdateDate_lte: Date\r\n  currentOfflineUpdateDate_gt: Date\r\n  currentOfflineUpdateDate_gte: Date\r\n  previousOfflineUpdateDate: Date\r\n  previousOfflineUpdateDate_not: Date\r\n  previousOfflineUpdateDate_in: [Date]\r\n  previousOfflineUpdateDate_not_in: [Date]\r\n  previousOfflineUpdateDate_lt: Date\r\n  previousOfflineUpdateDate_lte: Date\r\n  previousOfflineUpdateDate_gt: Date\r\n  previousOfflineUpdateDate_gte: Date\r\n  currentOnlineUpdateDate: Date\r\n  currentOnlineUpdateDate_not: Date\r\n  currentOnlineUpdateDate_in: [Date]\r\n  currentOnlineUpdateDate_not_in: [Date]\r\n  currentOnlineUpdateDate_lt: Date\r\n  currentOnlineUpdateDate_lte: Date\r\n  currentOnlineUpdateDate_gt: Date\r\n  currentOnlineUpdateDate_gte: Date\r\n  previousOnlineUpdateDate: Date\r\n  previousOnlineUpdateDate_not: Date\r\n  previousOnlineUpdateDate_in: [Date]\r\n  previousOnlineUpdateDate_not_in: [Date]\r\n  previousOnlineUpdateDate_lt: Date\r\n  previousOnlineUpdateDate_lte: Date\r\n  previousOnlineUpdateDate_gt: Date\r\n  previousOnlineUpdateDate_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 AuditTheme\r\ninput filterAuditTheme {\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  description: String\r\n  description_not: String\r\n  description_in: [String]\r\n  description_not_in: [String]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_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 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 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  outputLogic: OutputLogicEnumFilter\r\n  outputLogic_not: OutputLogicEnumFilter\r\n  outputLogic_in: [OutputLogicEnumFilter]\r\n  outputLogic_not_in: [OutputLogicEnumFilter]\r\n  triggeredbyEvent: Boolean\r\n  triggeredbyEvent_not: Boolean\r\n  businessProcessType: BusinessProcessTypeEnumFilter\r\n  businessProcessType_not: BusinessProcessTypeEnumFilter\r\n  businessProcessType_in: [BusinessProcessTypeEnumFilter]\r\n  businessProcessType_not_in: [BusinessProcessTypeEnumFilter]\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  transaction: TransactionEnumFilter\r\n  transaction_not: TransactionEnumFilter\r\n  transaction_in: [TransactionEnumFilter]\r\n  transaction_not_in: [TransactionEnumFilter]\r\n  loop: LoopEnumFilter\r\n  loop_not: LoopEnumFilter\r\n  loop_in: [LoopEnumFilter]\r\n  loop_not_in: [LoopEnumFilter]\r\n  adHoc: AdHocEnumFilter\r\n  adHoc_not: AdHocEnumFilter\r\n  adHoc_in: [AdHocEnumFilter]\r\n  adHoc_not_in: [AdHocEnumFilter]\r\n  multiple: MultipleEnumFilter\r\n  multiple_not: MultipleEnumFilter\r\n  multiple_in: [MultipleEnumFilter]\r\n  multiple_not_in: [MultipleEnumFilter]\r\n  compensation: CompensationEnumFilter\r\n  compensation_not: CompensationEnumFilter\r\n  compensation_in: [CompensationEnumFilter]\r\n  compensation_not_in: [CompensationEnumFilter]\r\n  loopCondition: String\r\n  loopCondition_not: String\r\n  loopCondition_in: [String]\r\n  loopCondition_not_in: [String]\r\n  loopCondition_lt: String\r\n  loopCondition_lte: String\r\n  loopCondition_gt: String\r\n  loopCondition_gte: String\r\n  loopCondition_contains: String\r\n  loopCondition_not_contains: String\r\n  loopCondition_starts_with: String\r\n  loopCondition_not_starts_with: String\r\n  loopCondition_ends_with: String\r\n  loopCondition_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  businessProcessStatus: BusinessProcessStatusEnumFilter\r\n  businessProcessStatus_not: BusinessProcessStatusEnumFilter\r\n  businessProcessStatus_in: [BusinessProcessStatusEnumFilter]\r\n  businessProcessStatus_not_in: [BusinessProcessStatusEnumFilter]\r\n  inputLogic: InputLogicEnumFilter\r\n  inputLogic_not: InputLogicEnumFilter\r\n  inputLogic_in: [InputLogicEnumFilter]\r\n  inputLogic_not_in: [InputLogicEnumFilter]\r\n  executionBA: ExecutionBAEnumFilter\r\n  executionBA_not: ExecutionBAEnumFilter\r\n  executionBA_in: [ExecutionBAEnumFilter]\r\n  executionBA_not_in: [ExecutionBAEnumFilter]\r\n  designBA: DesignBAEnumFilter\r\n  designBA_not: DesignBAEnumFilter\r\n  designBA_in: [DesignBAEnumFilter]\r\n  designBA_not_in: [DesignBAEnumFilter]\r\n  knowledgeBA: KnowledgeBAEnumFilter\r\n  knowledgeBA_not: KnowledgeBAEnumFilter\r\n  knowledgeBA_in: [KnowledgeBAEnumFilter]\r\n  knowledgeBA_not_in: [KnowledgeBAEnumFilter]\r\n  iTSupportBA: ITSupportBAEnumFilter\r\n  iTSupportBA_not: ITSupportBAEnumFilter\r\n  iTSupportBA_in: [ITSupportBAEnumFilter]\r\n  iTSupportBA_not_in: [ITSupportBAEnumFilter]\r\n  performanceBA: PerformanceBAEnumFilter\r\n  performanceBA_not: PerformanceBAEnumFilter\r\n  performanceBA_in: [PerformanceBAEnumFilter]\r\n  performanceBA_not_in: [PerformanceBAEnumFilter]\r\n  efficiencyBA: EfficiencyBAEnumFilter\r\n  efficiencyBA_not: EfficiencyBAEnumFilter\r\n  efficiencyBA_in: [EfficiencyBAEnumFilter]\r\n  efficiencyBA_not_in: [EfficiencyBAEnumFilter]\r\n  businessValueBA: BusinessValueBAEnumFilter\r\n  businessValueBA_not: BusinessValueBAEnumFilter\r\n  businessValueBA_in: [BusinessValueBAEnumFilter]\r\n  businessValueBA_not_in: [BusinessValueBAEnumFilter]\r\n  riskBA: RiskBAEnumFilter\r\n  riskBA_not: RiskBAEnumFilter\r\n  riskBA_in: [RiskBAEnumFilter]\r\n  riskBA_not_in: [RiskBAEnumFilter]\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  controlExecutionMethod: ControlExecutionMethodEnumFilter\r\n  controlExecutionMethod_not: ControlExecutionMethodEnumFilter\r\n  controlExecutionMethod_in: [ControlExecutionMethodEnumFilter]\r\n  controlExecutionMethod_not_in: [ControlExecutionMethodEnumFilter]\r\n  controlStatus: ControlStatusEnumFilter\r\n  controlStatus_not: ControlStatusEnumFilter\r\n  controlStatus_in: [ControlStatusEnumFilter]\r\n  controlStatus_not_in: [ControlStatusEnumFilter]\r\n  testingFrequency: TestingFrequencyEnumFilter\r\n  testingFrequency_not: TestingFrequencyEnumFilter\r\n  testingFrequency_in: [TestingFrequencyEnumFilter]\r\n  testingFrequency_not_in: [TestingFrequencyEnumFilter]\r\n  testingMethod: TestingMethodEnumFilter\r\n  testingMethod_not: TestingMethodEnumFilter\r\n  testingMethod_in: [TestingMethodEnumFilter]\r\n  testingMethod_not_in: [TestingMethodEnumFilter]\r\n  testingPopulationSize: Int\r\n  testingPopulationSize_not: Int\r\n  testingPopulationSize_in: [Int]\r\n  testingPopulationSize_not_in: [Int]\r\n  testingPopulationSize_lt: Int\r\n  testingPopulationSize_lte: Int\r\n  testingPopulationSize_gt: Int\r\n  testingPopulationSize_gte: Int\r\n  executionMode: ExecutionModeEnumFilter\r\n  executionMode_not: ExecutionModeEnumFilter\r\n  executionMode_in: [ExecutionModeEnumFilter]\r\n  executionMode_not_in: [ExecutionModeEnumFilter]\r\n  testingSampleSize: Int\r\n  testingSampleSize_not: Int\r\n  testingSampleSize_in: [Int]\r\n  testingSampleSize_not_in: [Int]\r\n  testingSampleSize_lt: Int\r\n  testingSampleSize_lte: Int\r\n  testingSampleSize_gt: Int\r\n  testingSampleSize_gte: Int\r\n  testingProcedure: String\r\n  testingProcedure_not: String\r\n  testingProcedure_in: [String]\r\n  testingProcedure_not_in: [String]\r\n  testingProcedure_lt: String\r\n  testingProcedure_lte: String\r\n  testingProcedure_gt: String\r\n  testingProcedure_gte: String\r\n  testingProcedure_contains: String\r\n  testingProcedure_not_contains: String\r\n  testingProcedure_starts_with: String\r\n  testingProcedure_not_starts_with: String\r\n  testingProcedure_ends_with: String\r\n  testingProcedure_not_ends_with: String\r\n  executionprocedure: String\r\n  executionprocedure_not: String\r\n  executionprocedure_in: [String]\r\n  executionprocedure_not_in: [String]\r\n  executionprocedure_lt: String\r\n  executionprocedure_lte: String\r\n  executionprocedure_gt: String\r\n  executionprocedure_gte: String\r\n  executionprocedure_contains: String\r\n  executionprocedure_not_contains: String\r\n  executionprocedure_starts_with: String\r\n  executionprocedure_not_starts_with: String\r\n  executionprocedure_ends_with: String\r\n  executionprocedure_not_ends_with: String\r\n  controlKey: Boolean\r\n  controlKey_not: Boolean\r\n  controlFrequency: ControlFrequencyEnumFilter\r\n  controlFrequency_not: ControlFrequencyEnumFilter\r\n  controlFrequency_in: [ControlFrequencyEnumFilter]\r\n  controlFrequency_not_in: [ControlFrequencyEnumFilter]\r\n  customFrequency: String\r\n  customFrequency_not: String\r\n  customFrequency_in: [String]\r\n  customFrequency_not_in: [String]\r\n  customFrequency_lt: String\r\n  customFrequency_lte: String\r\n  customFrequency_gt: String\r\n  customFrequency_gte: String\r\n  customFrequency_contains: String\r\n  customFrequency_not_contains: String\r\n  customFrequency_starts_with: String\r\n  customFrequency_not_starts_with: String\r\n  customFrequency_ends_with: String\r\n  customFrequency_not_ends_with: String\r\n  controlObjective: String\r\n  controlObjective_not: String\r\n  controlObjective_in: [String]\r\n  controlObjective_not_in: [String]\r\n  controlObjective_lt: String\r\n  controlObjective_lte: String\r\n  controlObjective_gt: String\r\n  controlObjective_gte: String\r\n  controlObjective_contains: String\r\n  controlObjective_not_contains: String\r\n  controlObjective_starts_with: String\r\n  controlObjective_not_starts_with: String\r\n  controlObjective_ends_with: String\r\n  controlObjective_not_ends_with: String\r\n  controlExecutionValueIC: ControlExecutionValueICEnumFilter\r\n  controlExecutionValueIC_not: ControlExecutionValueICEnumFilter\r\n  controlExecutionValueIC_in: [ControlExecutionValueICEnumFilter]\r\n  controlExecutionValueIC_not_in: [ControlExecutionValueICEnumFilter]\r\n  operationalCost: String\r\n  operationalCost_not: String\r\n  operationalCost_in: [String]\r\n  operationalCost_not_in: [String]\r\n  operationalCost_lt: String\r\n  operationalCost_lte: String\r\n  operationalCost_gt: String\r\n  operationalCost_gte: String\r\n  operationalCost_contains: String\r\n  operationalCost_not_contains: String\r\n  operationalCost_starts_with: String\r\n  operationalCost_not_starts_with: String\r\n  operationalCost_ends_with: String\r\n  operationalCost_not_ends_with: String\r\n  controlDesignIC: ControlDesignICEnumFilter\r\n  controlDesignIC_not: ControlDesignICEnumFilter\r\n  controlDesignIC_in: [ControlDesignICEnumFilter]\r\n  controlDesignIC_not_in: [ControlDesignICEnumFilter]\r\n  controlEffectivenessIC: ControlEffectivenessICEnumFilter\r\n  controlEffectivenessIC_not: ControlEffectivenessICEnumFilter\r\n  controlEffectivenessIC_in: [ControlEffectivenessICEnumFilter]\r\n  controlEffectivenessIC_not_in: [ControlEffectivenessICEnumFilter]\r\n  controlLevelIC: ControlLevelICEnumFilter\r\n  controlLevelIC_not: ControlLevelICEnumFilter\r\n  controlLevelIC_in: [ControlLevelICEnumFilter]\r\n  controlLevelIC_not_in: [ControlLevelICEnumFilter]\r\n  controlDesignERM: ControlDesignERMEnumFilter\r\n  controlDesignERM_not: ControlDesignERMEnumFilter\r\n  controlDesignERM_in: [ControlDesignERMEnumFilter]\r\n  controlDesignERM_not_in: [ControlDesignERMEnumFilter]\r\n  controlEfficiencyERM: ControlEfficiencyERMEnumFilter\r\n  controlEfficiencyERM_not: ControlEfficiencyERMEnumFilter\r\n  controlEfficiencyERM_in: [ControlEfficiencyERMEnumFilter]\r\n  controlEfficiencyERM_not_in: [ControlEfficiencyERMEnumFilter]\r\n  controlLevelERM: ControlLevelERMEnumFilter\r\n  controlLevelERM_not: ControlLevelERMEnumFilter\r\n  controlLevelERM_in: [ControlLevelERMEnumFilter]\r\n  controlLevelERM_not_in: [ControlLevelERMEnumFilter]\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  organizationalLevel: OrganizationalLevelEnumFilter\r\n  organizationalLevel_not: OrganizationalLevelEnumFilter\r\n  organizationalLevel_in: [OrganizationalLevelEnumFilter]\r\n  organizationalLevel_not_in: [OrganizationalLevelEnumFilter]\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 Finding\r\ninput filterFinding {\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  findingType: FindingTypeEnumFilter\r\n  findingType_not: FindingTypeEnumFilter\r\n  findingType_in: [FindingTypeEnumFilter]\r\n  findingType_not_in: [FindingTypeEnumFilter]\r\n  causalAnalysis: String\r\n  causalAnalysis_not: String\r\n  causalAnalysis_in: [String]\r\n  causalAnalysis_not_in: [String]\r\n  causalAnalysis_lt: String\r\n  causalAnalysis_lte: String\r\n  causalAnalysis_gt: String\r\n  causalAnalysis_gte: String\r\n  causalAnalysis_contains: String\r\n  causalAnalysis_not_contains: String\r\n  causalAnalysis_starts_with: String\r\n  causalAnalysis_not_starts_with: String\r\n  causalAnalysis_ends_with: String\r\n  causalAnalysis_not_ends_with: String\r\n  detailedDescription: String\r\n  detailedDescription_not: String\r\n  detailedDescription_in: [String]\r\n  detailedDescription_not_in: [String]\r\n  detailedDescription_lt: String\r\n  detailedDescription_lte: String\r\n  detailedDescription_gt: String\r\n  detailedDescription_gte: String\r\n  detailedDescription_contains: String\r\n  detailedDescription_not_contains: String\r\n  detailedDescription_starts_with: String\r\n  detailedDescription_not_starts_with: String\r\n  detailedDescription_ends_with: String\r\n  detailedDescription_not_ends_with: String\r\n  description: String\r\n  description_not: String\r\n  description_in: [String]\r\n  description_not_in: [String]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  findingImpact: FindingImpactEnumFilter\r\n  findingImpact_not: FindingImpactEnumFilter\r\n  findingImpact_in: [FindingImpactEnumFilter]\r\n  findingImpact_not_in: [FindingImpactEnumFilter]\r\n  complianceTestType: ComplianceTestTypeEnumFilter\r\n  complianceTestType_not: ComplianceTestTypeEnumFilter\r\n  complianceTestType_in: [ComplianceTestTypeEnumFilter]\r\n  complianceTestType_not_in: [ComplianceTestTypeEnumFilter]\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 MetaTest\r\ninput filterMetaTest {\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  testExpression: String\r\n  testExpression_not: String\r\n  testExpression_in: [String]\r\n  testExpression_not_in: [String]\r\n  testExpression_lt: String\r\n  testExpression_lte: String\r\n  testExpression_gt: String\r\n  testExpression_gte: String\r\n  testExpression_contains: String\r\n  testExpression_not_contains: String\r\n  testExpression_starts_with: String\r\n  testExpression_not_starts_with: String\r\n  testExpression_ends_with: String\r\n  testExpression_not_ends_with: String\r\n  logicalOperator: LogicalOperatorEnumFilter\r\n  logicalOperator_not: LogicalOperatorEnumFilter\r\n  logicalOperator_in: [LogicalOperatorEnumFilter]\r\n  logicalOperator_not_in: [LogicalOperatorEnumFilter]\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 MultipleValue\r\ninput filterMultipleValue {\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  valueDataType: ValueDataTypeEnumFilter\r\n  valueDataType_not: ValueDataTypeEnumFilter\r\n  valueDataType_in: [ValueDataTypeEnumFilter]\r\n  valueDataType_not_in: [ValueDataTypeEnumFilter]\r\n  mandatoryElement: MandatoryElementEnumFilter\r\n  mandatoryElement_not: MandatoryElementEnumFilter\r\n  mandatoryElement_in: [MandatoryElementEnumFilter]\r\n  mandatoryElement_not_in: [MandatoryElementEnumFilter]\r\n  linkAnsweredObject: String\r\n  linkAnsweredObject_not: String\r\n  linkAnsweredObject_in: [String]\r\n  linkAnsweredObject_not_in: [String]\r\n  linkAnsweredObject_lt: String\r\n  linkAnsweredObject_lte: String\r\n  linkAnsweredObject_gt: String\r\n  linkAnsweredObject_gte: String\r\n  linkAnsweredObject_contains: String\r\n  linkAnsweredObject_not_contains: String\r\n  linkAnsweredObject_starts_with: String\r\n  linkAnsweredObject_not_starts_with: String\r\n  linkAnsweredObject_ends_with: String\r\n  linkAnsweredObject_not_ends_with: String\r\n  titleText: String\r\n  titleText_not: String\r\n  titleText_in: [String]\r\n  titleText_not_in: [String]\r\n  titleText_lt: String\r\n  titleText_lte: String\r\n  titleText_gt: String\r\n  titleText_gte: String\r\n  titleText_contains: String\r\n  titleText_not_contains: String\r\n  titleText_starts_with: String\r\n  titleText_not_starts_with: String\r\n  titleText_ends_with: String\r\n  titleText_not_ends_with: String\r\n  minimumnumberofanswers: Int\r\n  minimumnumberofanswers_not: Int\r\n  minimumnumberofanswers_in: [Int]\r\n  minimumnumberofanswers_not_in: [Int]\r\n  minimumnumberofanswers_lt: Int\r\n  minimumnumberofanswers_lte: Int\r\n  minimumnumberofanswers_gt: Int\r\n  minimumnumberofanswers_gte: Int\r\n  maximumnumberofanswers: Int\r\n  maximumnumberofanswers_not: Int\r\n  maximumnumberofanswers_in: [Int]\r\n  maximumnumberofanswers_not_in: [Int]\r\n  maximumnumberofanswers_lt: Int\r\n  maximumnumberofanswers_lte: Int\r\n  maximumnumberofanswers_gt: Int\r\n  maximumnumberofanswers_gte: Int\r\n  answerComment: String\r\n  answerComment_not: String\r\n  answerComment_in: [String]\r\n  answerComment_not_in: [String]\r\n  answerComment_lt: String\r\n  answerComment_lte: String\r\n  answerComment_gt: String\r\n  answerComment_gte: String\r\n  answerComment_contains: String\r\n  answerComment_not_contains: String\r\n  answerComment_starts_with: String\r\n  answerComment_not_starts_with: String\r\n  answerComment_ends_with: String\r\n  answerComment_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 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  organizationalProcessCode: String\r\n  organizationalProcessCode_not: String\r\n  organizationalProcessCode_in: [String]\r\n  organizationalProcessCode_not_in: [String]\r\n  organizationalProcessCode_lt: String\r\n  organizationalProcessCode_lte: String\r\n  organizationalProcessCode_gt: String\r\n  organizationalProcessCode_gte: String\r\n  organizationalProcessCode_contains: String\r\n  organizationalProcessCode_not_contains: String\r\n  organizationalProcessCode_starts_with: String\r\n  organizationalProcessCode_not_starts_with: String\r\n  organizationalProcessCode_ends_with: String\r\n  organizationalProcessCode_not_ends_with: String\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  outputLogic: OutputLogicEnumFilter\r\n  outputLogic_not: OutputLogicEnumFilter\r\n  outputLogic_in: [OutputLogicEnumFilter]\r\n  outputLogic_not_in: [OutputLogicEnumFilter]\r\n  triggeredbyEvent: Boolean\r\n  triggeredbyEvent_not: Boolean\r\n  designBA: DesignBAEnumFilter\r\n  designBA_not: DesignBAEnumFilter\r\n  designBA_in: [DesignBAEnumFilter]\r\n  designBA_not_in: [DesignBAEnumFilter]\r\n  knowledgeBA: KnowledgeBAEnumFilter\r\n  knowledgeBA_not: KnowledgeBAEnumFilter\r\n  knowledgeBA_in: [KnowledgeBAEnumFilter]\r\n  knowledgeBA_not_in: [KnowledgeBAEnumFilter]\r\n  iTSupportBA: ITSupportBAEnumFilter\r\n  iTSupportBA_not: ITSupportBAEnumFilter\r\n  iTSupportBA_in: [ITSupportBAEnumFilter]\r\n  iTSupportBA_not_in: [ITSupportBAEnumFilter]\r\n  executionBA: ExecutionBAEnumFilter\r\n  executionBA_not: ExecutionBAEnumFilter\r\n  executionBA_in: [ExecutionBAEnumFilter]\r\n  executionBA_not_in: [ExecutionBAEnumFilter]\r\n  efficiencyBA: EfficiencyBAEnumFilter\r\n  efficiencyBA_not: EfficiencyBAEnumFilter\r\n  efficiencyBA_in: [EfficiencyBAEnumFilter]\r\n  efficiencyBA_not_in: [EfficiencyBAEnumFilter]\r\n  businessValueBA: BusinessValueBAEnumFilter\r\n  businessValueBA_not: BusinessValueBAEnumFilter\r\n  businessValueBA_in: [BusinessValueBAEnumFilter]\r\n  businessValueBA_not_in: [BusinessValueBAEnumFilter]\r\n  riskBA: RiskBAEnumFilter\r\n  riskBA_not: RiskBAEnumFilter\r\n  riskBA_in: [RiskBAEnumFilter]\r\n  riskBA_not_in: [RiskBAEnumFilter]\r\n  performanceBA: PerformanceBAEnumFilter\r\n  performanceBA_not: PerformanceBAEnumFilter\r\n  performanceBA_in: [PerformanceBAEnumFilter]\r\n  performanceBA_not_in: [PerformanceBAEnumFilter]\r\n  transaction: TransactionEnumFilter\r\n  transaction_not: TransactionEnumFilter\r\n  transaction_in: [TransactionEnumFilter]\r\n  transaction_not_in: [TransactionEnumFilter]\r\n  loop: LoopEnumFilter\r\n  loop_not: LoopEnumFilter\r\n  loop_in: [LoopEnumFilter]\r\n  loop_not_in: [LoopEnumFilter]\r\n  adHoc: AdHocEnumFilter\r\n  adHoc_not: AdHocEnumFilter\r\n  adHoc_in: [AdHocEnumFilter]\r\n  adHoc_not_in: [AdHocEnumFilter]\r\n  multiple: MultipleEnumFilter\r\n  multiple_not: MultipleEnumFilter\r\n  multiple_in: [MultipleEnumFilter]\r\n  multiple_not_in: [MultipleEnumFilter]\r\n  compensation: CompensationEnumFilter\r\n  compensation_not: CompensationEnumFilter\r\n  compensation_in: [CompensationEnumFilter]\r\n  compensation_not_in: [CompensationEnumFilter]\r\n  loopCondition: String\r\n  loopCondition_not: String\r\n  loopCondition_in: [String]\r\n  loopCondition_not_in: [String]\r\n  loopCondition_lt: String\r\n  loopCondition_lte: String\r\n  loopCondition_gt: String\r\n  loopCondition_gte: String\r\n  loopCondition_contains: String\r\n  loopCondition_not_contains: String\r\n  loopCondition_starts_with: String\r\n  loopCondition_not_starts_with: String\r\n  loopCondition_ends_with: String\r\n  loopCondition_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  organizationalProcessStatus: OrganizationalProcessStatusEnumFilter\r\n  organizationalProcessStatus_not: OrganizationalProcessStatusEnumFilter\r\n  organizationalProcessStatus_in: [OrganizationalProcessStatusEnumFilter]\r\n  organizationalProcessStatus_not_in: [OrganizationalProcessStatusEnumFilter]\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  taskType: TaskTypeEnumFilter\r\n  taskType_not: TaskTypeEnumFilter\r\n  taskType_in: [TaskTypeEnumFilter]\r\n  taskType_not_in: [TaskTypeEnumFilter]\r\n  inputLogic: InputLogicEnumFilter\r\n  inputLogic_not: InputLogicEnumFilter\r\n  inputLogic_in: [InputLogicEnumFilter]\r\n  inputLogic_not_in: [InputLogicEnumFilter]\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  orgUnitType: OrgUnitTypeEnumFilter\r\n  orgUnitType_not: OrgUnitTypeEnumFilter\r\n  orgUnitType_in: [OrgUnitTypeEnumFilter]\r\n  orgUnitType_not_in: [OrgUnitTypeEnumFilter]\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  orgUnitActivity: OrgUnitActivityEnumFilter\r\n  orgUnitActivity_not: OrgUnitActivityEnumFilter\r\n  orgUnitActivity_in: [OrgUnitActivityEnumFilter]\r\n  orgUnitActivity_not_in: [OrgUnitActivityEnumFilter]\r\n  orgUnitCode: String\r\n  orgUnitCode_not: String\r\n  orgUnitCode_in: [String]\r\n  orgUnitCode_not_in: [String]\r\n  orgUnitCode_lt: String\r\n  orgUnitCode_lte: String\r\n  orgUnitCode_gt: String\r\n  orgUnitCode_gte: String\r\n  orgUnitCode_contains: String\r\n  orgUnitCode_not_contains: String\r\n  orgUnitCode_starts_with: String\r\n  orgUnitCode_not_starts_with: String\r\n  orgUnitCode_ends_with: String\r\n  orgUnitCode_not_ends_with: String\r\n  orgUnitLevel: OrgUnitLevelEnumFilter\r\n  orgUnitLevel_not: OrgUnitLevelEnumFilter\r\n  orgUnitLevel_in: [OrgUnitLevelEnumFilter]\r\n  orgUnitLevel_not_in: [OrgUnitLevelEnumFilter]\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  initialNumberofComplianceAudits: Int\r\n  initialNumberofComplianceAudits_not: Int\r\n  initialNumberofComplianceAudits_in: [Int]\r\n  initialNumberofComplianceAudits_not_in: [Int]\r\n  initialNumberofComplianceAudits_lt: Int\r\n  initialNumberofComplianceAudits_lte: Int\r\n  initialNumberofComplianceAudits_gt: Int\r\n  initialNumberofComplianceAudits_gte: Int\r\n  initialNumberofEfficiencyAudits: Int\r\n  initialNumberofEfficiencyAudits_not: Int\r\n  initialNumberofEfficiencyAudits_in: [Int]\r\n  initialNumberofEfficiencyAudits_not_in: [Int]\r\n  initialNumberofEfficiencyAudits_lt: Int\r\n  initialNumberofEfficiencyAudits_lte: Int\r\n  initialNumberofEfficiencyAudits_gt: Int\r\n  initialNumberofEfficiencyAudits_gte: Int\r\n  initialNumberofComplianceAuditActivities: Int\r\n  initialNumberofComplianceAuditActivities_not: Int\r\n  initialNumberofComplianceAuditActivities_in: [Int]\r\n  initialNumberofComplianceAuditActivities_not_in: [Int]\r\n  initialNumberofComplianceAuditActivities_lt: Int\r\n  initialNumberofComplianceAuditActivities_lte: Int\r\n  initialNumberofComplianceAuditActivities_gt: Int\r\n  initialNumberofComplianceAuditActivities_gte: Int\r\n  initialNumberofEfficiencyAuditActivities: Int\r\n  initialNumberofEfficiencyAuditActivities_not: Int\r\n  initialNumberofEfficiencyAuditActivities_in: [Int]\r\n  initialNumberofEfficiencyAuditActivities_not_in: [Int]\r\n  initialNumberofEfficiencyAuditActivities_lt: Int\r\n  initialNumberofEfficiencyAuditActivities_lte: Int\r\n  initialNumberofEfficiencyAuditActivities_gt: Int\r\n  initialNumberofEfficiencyAuditActivities_gte: Int\r\n  numberofExecutedComplianceAudits: Int\r\n  numberofExecutedComplianceAudits_not: Int\r\n  numberofExecutedComplianceAudits_in: [Int]\r\n  numberofExecutedComplianceAudits_not_in: [Int]\r\n  numberofExecutedComplianceAudits_lt: Int\r\n  numberofExecutedComplianceAudits_lte: Int\r\n  numberofExecutedComplianceAudits_gt: Int\r\n  numberofExecutedComplianceAudits_gte: Int\r\n  numberofExecutedEfficiencyAudits: Int\r\n  numberofExecutedEfficiencyAudits_not: Int\r\n  numberofExecutedEfficiencyAudits_in: [Int]\r\n  numberofExecutedEfficiencyAudits_not_in: [Int]\r\n  numberofExecutedEfficiencyAudits_lt: Int\r\n  numberofExecutedEfficiencyAudits_lte: Int\r\n  numberofExecutedEfficiencyAudits_gt: Int\r\n  numberofExecutedEfficiencyAudits_gte: Int\r\n  numberofExecutedComplianceAuditActivities: Int\r\n  numberofExecutedComplianceAuditActivities_not: Int\r\n  numberofExecutedComplianceAuditActivities_in: [Int]\r\n  numberofExecutedComplianceAuditActivities_not_in: [Int]\r\n  numberofExecutedComplianceAuditActivities_lt: Int\r\n  numberofExecutedComplianceAuditActivities_lte: Int\r\n  numberofExecutedComplianceAuditActivities_gt: Int\r\n  numberofExecutedComplianceAuditActivities_gte: Int\r\n  numberofExecutedEfficiencyAuditActivities: Int\r\n  numberofExecutedEfficiencyAuditActivities_not: Int\r\n  numberofExecutedEfficiencyAuditActivities_in: [Int]\r\n  numberofExecutedEfficiencyAuditActivities_not_in: [Int]\r\n  numberofExecutedEfficiencyAuditActivities_lt: Int\r\n  numberofExecutedEfficiencyAuditActivities_lte: Int\r\n  numberofExecutedEfficiencyAuditActivities_gt: Int\r\n  numberofExecutedEfficiencyAuditActivities_gte: Int\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 Plan\r\ninput filterPlan {\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  description: String\r\n  description_not: String\r\n  description_in: [String]\r\n  description_not_in: [String]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  currentAuditPlan: Boolean\r\n  currentAuditPlan_not: Boolean\r\n  planStatus: PlanStatusEnumFilter\r\n  planStatus_not: PlanStatusEnumFilter\r\n  planStatus_in: [PlanStatusEnumFilter]\r\n  planStatus_not_in: [PlanStatusEnumFilter]\r\n  planNature: PlanNatureEnumFilter\r\n  planNature_not: PlanNatureEnumFilter\r\n  planNature_in: [PlanNatureEnumFilter]\r\n  planNature_not_in: [PlanNatureEnumFilter]\r\n  planBeginDate: Date\r\n  planBeginDate_not: Date\r\n  planBeginDate_in: [Date]\r\n  planBeginDate_not_in: [Date]\r\n  planBeginDate_lt: Date\r\n  planBeginDate_lte: Date\r\n  planBeginDate_gt: Date\r\n  planBeginDate_gte: Date\r\n  planEndDate: Date\r\n  planEndDate_not: Date\r\n  planEndDate_in: [Date]\r\n  planEndDate_not_in: [Date]\r\n  planEndDate_lt: Date\r\n  planEndDate_lte: Date\r\n  planEndDate_gt: Date\r\n  planEndDate_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 PossibleAnswerValue\r\ninput filterPossibleAnswerValue {\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  internalValue: String\r\n  internalValue_not: String\r\n  internalValue_in: [String]\r\n  internalValue_not_in: [String]\r\n  internalValue_lt: String\r\n  internalValue_lte: String\r\n  internalValue_gt: String\r\n  internalValue_gte: String\r\n  internalValue_contains: String\r\n  internalValue_not_contains: String\r\n  internalValue_starts_with: String\r\n  internalValue_not_starts_with: String\r\n  internalValue_ends_with: String\r\n  internalValue_not_ends_with: String\r\n  rGBColor: Int\r\n  rGBColor_not: Int\r\n  rGBColor_in: [Int]\r\n  rGBColor_not_in: [Int]\r\n  rGBColor_lt: Int\r\n  rGBColor_lte: Int\r\n  rGBColor_gt: Int\r\n  rGBColor_gte: Int\r\n  answerValue: Float\r\n  answerValue_not: Float\r\n  answerValue_in: [Float]\r\n  answerValue_not_in: [Float]\r\n  answerValue_lt: Float\r\n  answerValue_lte: Float\r\n  answerValue_gt: Float\r\n  answerValue_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 ProgressUpdate\r\ninput filterProgressUpdate {\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  progressDate: Date\r\n  progressDate_not: Date\r\n  progressDate_in: [Date]\r\n  progressDate_not_in: [Date]\r\n  progressDate_lt: Date\r\n  progressDate_lte: Date\r\n  progressDate_gt: Date\r\n  progressDate_gte: Date\r\n  progressEvaluation: ProgressEvaluationEnumFilter\r\n  progressEvaluation_not: ProgressEvaluationEnumFilter\r\n  progressEvaluation_in: [ProgressEvaluationEnumFilter]\r\n  progressEvaluation_not_in: [ProgressEvaluationEnumFilter]\r\n  progressUpdatePercentage: Int\r\n  progressUpdatePercentage_not: Int\r\n  progressUpdatePercentage_in: [Int]\r\n  progressUpdatePercentage_not_in: [Int]\r\n  progressUpdatePercentage_lt: Int\r\n  progressUpdatePercentage_lte: Int\r\n  progressUpdatePercentage_gt: Int\r\n  progressUpdatePercentage_gte: Int\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 Question\r\ninput filterQuestion {\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  questionType: QuestionTypeEnumFilter\r\n  questionType_not: QuestionTypeEnumFilter\r\n  questionType_in: [QuestionTypeEnumFilter]\r\n  questionType_not_in: [QuestionTypeEnumFilter]\r\n  mandatoryElement: MandatoryElementEnumFilter\r\n  mandatoryElement_not: MandatoryElementEnumFilter\r\n  mandatoryElement_in: [MandatoryElementEnumFilter]\r\n  mandatoryElement_not_in: [MandatoryElementEnumFilter]\r\n  delegationAllowed: DelegationAllowedEnumFilter\r\n  delegationAllowed_not: DelegationAllowedEnumFilter\r\n  delegationAllowed_in: [DelegationAllowedEnumFilter]\r\n  delegationAllowed_not_in: [DelegationAllowedEnumFilter]\r\n  titleText: String\r\n  titleText_not: String\r\n  titleText_in: [String]\r\n  titleText_not_in: [String]\r\n  titleText_lt: String\r\n  titleText_lte: String\r\n  titleText_gt: String\r\n  titleText_gte: String\r\n  titleText_contains: String\r\n  titleText_not_contains: String\r\n  titleText_starts_with: String\r\n  titleText_not_starts_with: String\r\n  titleText_ends_with: String\r\n  titleText_not_ends_with: String\r\n  minimumnumberofanswers: Int\r\n  minimumnumberofanswers_not: Int\r\n  minimumnumberofanswers_in: [Int]\r\n  minimumnumberofanswers_not_in: [Int]\r\n  minimumnumberofanswers_lt: Int\r\n  minimumnumberofanswers_lte: Int\r\n  minimumnumberofanswers_gt: Int\r\n  minimumnumberofanswers_gte: Int\r\n  maximumnumberofanswers: Int\r\n  maximumnumberofanswers_not: Int\r\n  maximumnumberofanswers_in: [Int]\r\n  maximumnumberofanswers_not_in: [Int]\r\n  maximumnumberofanswers_lt: Int\r\n  maximumnumberofanswers_lte: Int\r\n  maximumnumberofanswers_gt: Int\r\n  maximumnumberofanswers_gte: Int\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 QuestionAudit\r\ninput filterQuestionAudit {\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  notes: String\r\n  notes_not: String\r\n  notes_in: [String]\r\n  notes_not_in: [String]\r\n  notes_lt: String\r\n  notes_lte: String\r\n  notes_gt: String\r\n  notes_gte: String\r\n  notes_contains: String\r\n  notes_not_contains: String\r\n  notes_starts_with: String\r\n  notes_not_starts_with: String\r\n  notes_ends_with: String\r\n  notes_not_ends_with: String\r\n  textAnswer: String\r\n  textAnswer_not: String\r\n  textAnswer_in: [String]\r\n  textAnswer_not_in: [String]\r\n  textAnswer_lt: String\r\n  textAnswer_lte: String\r\n  textAnswer_gt: String\r\n  textAnswer_gte: String\r\n  textAnswer_contains: String\r\n  textAnswer_not_contains: String\r\n  textAnswer_starts_with: String\r\n  textAnswer_not_starts_with: String\r\n  textAnswer_ends_with: String\r\n  textAnswer_not_ends_with: String\r\n  description: String\r\n  description_not: String\r\n  description_in: [String]\r\n  description_not_in: [String]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_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 QuestionGroup\r\ninput filterQuestionGroup {\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  specific: Boolean\r\n  specific_not: Boolean\r\n  delegationAllowed: DelegationAllowedEnumFilter\r\n  delegationAllowed_not: DelegationAllowedEnumFilter\r\n  delegationAllowed_in: [DelegationAllowedEnumFilter]\r\n  delegationAllowed_not_in: [DelegationAllowedEnumFilter]\r\n  titleText: String\r\n  titleText_not: String\r\n  titleText_in: [String]\r\n  titleText_not_in: [String]\r\n  titleText_lt: String\r\n  titleText_lte: String\r\n  titleText_gt: String\r\n  titleText_gte: String\r\n  titleText_contains: String\r\n  titleText_not_contains: String\r\n  titleText_starts_with: String\r\n  titleText_not_starts_with: String\r\n  titleText_ends_with: String\r\n  titleText_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 Recommendation\r\ninput filterRecommendation {\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  recommendationPriority: RecommendationPriorityEnumFilter\r\n  recommendationPriority_not: RecommendationPriorityEnumFilter\r\n  recommendationPriority_in: [RecommendationPriorityEnumFilter]\r\n  recommendationPriority_not_in: [RecommendationPriorityEnumFilter]\r\n  dueDate: Date\r\n  dueDate_not: Date\r\n  dueDate_in: [Date]\r\n  dueDate_not_in: [Date]\r\n  dueDate_lt: Date\r\n  dueDate_lte: Date\r\n  dueDate_gt: Date\r\n  dueDate_gte: Date\r\n  details: String\r\n  details_not: String\r\n  details_in: [String]\r\n  details_not_in: [String]\r\n  details_lt: String\r\n  details_lte: String\r\n  details_gt: String\r\n  details_gte: String\r\n  details_contains: String\r\n  details_not_contains: String\r\n  details_starts_with: String\r\n  details_not_starts_with: String\r\n  details_ends_with: String\r\n  details_not_ends_with: String\r\n  description: String\r\n  description_not: String\r\n  description_in: [String]\r\n  description_not_in: [String]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\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  recommendationCode: String\r\n  recommendationCode_not: String\r\n  recommendationCode_in: [String]\r\n  recommendationCode_not_in: [String]\r\n  recommendationCode_lt: String\r\n  recommendationCode_lte: String\r\n  recommendationCode_gt: String\r\n  recommendationCode_gte: String\r\n  recommendationCode_contains: String\r\n  recommendationCode_not_contains: String\r\n  recommendationCode_starts_with: String\r\n  recommendationCode_not_starts_with: String\r\n  recommendationCode_ends_with: String\r\n  recommendationCode_not_ends_with: String\r\n  recommendationStatus: RecommendationStatusEnumFilter\r\n  recommendationStatus_not: RecommendationStatusEnumFilter\r\n  recommendationStatus_in: [RecommendationStatusEnumFilter]\r\n  recommendationStatus_not_in: [RecommendationStatusEnumFilter]\r\n  followup: Boolean\r\n  followup_not: Boolean\r\n  recommendationEndDate: Date\r\n  recommendationEndDate_not: Date\r\n  recommendationEndDate_in: [Date]\r\n  recommendationEndDate_not_in: [Date]\r\n  recommendationEndDate_lt: Date\r\n  recommendationEndDate_lte: Date\r\n  recommendationEndDate_gt: Date\r\n  recommendationEndDate_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 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  controlDesignERM: ControlDesignERMEnumFilter\r\n  controlDesignERM_not: ControlDesignERMEnumFilter\r\n  controlDesignERM_in: [ControlDesignERMEnumFilter]\r\n  controlDesignERM_not_in: [ControlDesignERMEnumFilter]\r\n  controlEffectivenessERM: ControlEffectivenessERMEnumFilter\r\n  controlEffectivenessERM_not: ControlEffectivenessERMEnumFilter\r\n  controlEffectivenessERM_in: [ControlEffectivenessERMEnumFilter]\r\n  controlEffectivenessERM_not_in: [ControlEffectivenessERMEnumFilter]\r\n  riskIdentificationMode: RiskIdentificationModeEnumFilter\r\n  riskIdentificationMode_not: RiskIdentificationModeEnumFilter\r\n  riskIdentificationMode_in: [RiskIdentificationModeEnumFilter]\r\n  riskIdentificationMode_not_in: [RiskIdentificationModeEnumFilter]\r\n  keyRisk: Boolean\r\n  keyRisk_not: Boolean\r\n  targetRiskERM: TargetRiskERMEnumFilter\r\n  targetRiskERM_not: TargetRiskERMEnumFilter\r\n  targetRiskERM_in: [TargetRiskERMEnumFilter]\r\n  targetRiskERM_not_in: [TargetRiskERMEnumFilter]\r\n  netRiskERM: NetRiskERMEnumFilter\r\n  netRiskERM_not: NetRiskERMEnumFilter\r\n  netRiskERM_in: [NetRiskERMEnumFilter]\r\n  netRiskERM_not_in: [NetRiskERMEnumFilter]\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  inherentRiskERM: InherentRiskERMEnumFilter\r\n  inherentRiskERM_not: InherentRiskERMEnumFilter\r\n  inherentRiskERM_in: [InherentRiskERMEnumFilter]\r\n  inherentRiskERM_not_in: [InherentRiskERMEnumFilter]\r\n  residualRiskComputingMode: String\r\n  residualRiskComputingMode_not: String\r\n  residualRiskComputingMode_in: [String]\r\n  residualRiskComputingMode_not_in: [String]\r\n  residualRiskComputingMode_lt: String\r\n  residualRiskComputingMode_lte: String\r\n  residualRiskComputingMode_gt: String\r\n  residualRiskComputingMode_gte: String\r\n  residualRiskComputingMode_contains: String\r\n  residualRiskComputingMode_not_contains: String\r\n  residualRiskComputingMode_starts_with: String\r\n  residualRiskComputingMode_not_starts_with: String\r\n  residualRiskComputingMode_ends_with: String\r\n  residualRiskComputingMode_not_ends_with: String\r\n  controlLevelERM: ControlLevelERMEnumFilter\r\n  controlLevelERM_not: ControlLevelERMEnumFilter\r\n  controlLevelERM_in: [ControlLevelERMEnumFilter]\r\n  controlLevelERM_not_in: [ControlLevelERMEnumFilter]\r\n  riskComment: String\r\n  riskComment_not: String\r\n  riskComment_in: [String]\r\n  riskComment_not_in: [String]\r\n  riskComment_lt: String\r\n  riskComment_lte: String\r\n  riskComment_gt: String\r\n  riskComment_gte: String\r\n  riskComment_contains: String\r\n  riskComment_not_contains: String\r\n  riskComment_starts_with: String\r\n  riskComment_not_starts_with: String\r\n  riskComment_ends_with: String\r\n  riskComment_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  riskStatusobj: RiskStatusobjEnumFilter\r\n  riskStatusobj_not: RiskStatusobjEnumFilter\r\n  riskStatusobj_in: [RiskStatusobjEnumFilter]\r\n  riskStatusobj_not_in: [RiskStatusobjEnumFilter]\r\n  riskAcceptance: Boolean\r\n  riskAcceptance_not: Boolean\r\n  riskAvoidance: Boolean\r\n  riskAvoidance_not: Boolean\r\n  riskReduction: Boolean\r\n  riskReduction_not: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskTransferSubcontractor_not: Boolean\r\n  riskInsurance: Boolean\r\n  riskInsurance_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 Skill\r\ninput filterSkill {\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 SkillType\r\ninput filterSkillType {\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 TestSheet\r\ninput filterTestSheet {\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  completed: Boolean\r\n  completed_not: Boolean\r\n  description: String\r\n  description_not: String\r\n  description_in: [String]\r\n  description_not_in: [String]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_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 TimeSheet\r\ninput filterTimeSheet {\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  timeSheetEnteredDate: Date\r\n  timeSheetEnteredDate_not: Date\r\n  timeSheetEnteredDate_in: [Date]\r\n  timeSheetEnteredDate_not_in: [Date]\r\n  timeSheetEnteredDate_lt: Date\r\n  timeSheetEnteredDate_lte: Date\r\n  timeSheetEnteredDate_gt: Date\r\n  timeSheetEnteredDate_gte: Date\r\n  timeSheetBeginDate: Date\r\n  timeSheetBeginDate_not: Date\r\n  timeSheetBeginDate_in: [Date]\r\n  timeSheetBeginDate_not_in: [Date]\r\n  timeSheetBeginDate_lt: Date\r\n  timeSheetBeginDate_lte: Date\r\n  timeSheetBeginDate_gt: Date\r\n  timeSheetBeginDate_gte: Date\r\n  timeSheetBeginWeek: Int\r\n  timeSheetBeginWeek_not: Int\r\n  timeSheetBeginWeek_in: [Int]\r\n  timeSheetBeginWeek_not_in: [Int]\r\n  timeSheetBeginWeek_lt: Int\r\n  timeSheetBeginWeek_lte: Int\r\n  timeSheetBeginWeek_gt: Int\r\n  timeSheetBeginWeek_gte: Int\r\n  timeSheetBeginMonth: Int\r\n  timeSheetBeginMonth_not: Int\r\n  timeSheetBeginMonth_in: [Int]\r\n  timeSheetBeginMonth_not_in: [Int]\r\n  timeSheetBeginMonth_lt: Int\r\n  timeSheetBeginMonth_lte: Int\r\n  timeSheetBeginMonth_gt: Int\r\n  timeSheetBeginMonth_gte: Int\r\n  timeSheetBeginYear: Int\r\n  timeSheetBeginYear_not: Int\r\n  timeSheetBeginYear_in: [Int]\r\n  timeSheetBeginYear_not_in: [Int]\r\n  timeSheetBeginYear_lt: Int\r\n  timeSheetBeginYear_lte: Int\r\n  timeSheetBeginYear_gt: Int\r\n  timeSheetBeginYear_gte: Int\r\n  timeSheetEndDate: Date\r\n  timeSheetEndDate_not: Date\r\n  timeSheetEndDate_in: [Date]\r\n  timeSheetEndDate_not_in: [Date]\r\n  timeSheetEndDate_lt: Date\r\n  timeSheetEndDate_lte: Date\r\n  timeSheetEndDate_gt: Date\r\n  timeSheetEndDate_gte: Date\r\n  timeSheetEndWeek: Int\r\n  timeSheetEndWeek_not: Int\r\n  timeSheetEndWeek_in: [Int]\r\n  timeSheetEndWeek_not_in: [Int]\r\n  timeSheetEndWeek_lt: Int\r\n  timeSheetEndWeek_lte: Int\r\n  timeSheetEndWeek_gt: Int\r\n  timeSheetEndWeek_gte: Int\r\n  timeSheetEndMonth: Int\r\n  timeSheetEndMonth_not: Int\r\n  timeSheetEndMonth_in: [Int]\r\n  timeSheetEndMonth_not_in: [Int]\r\n  timeSheetEndMonth_lt: Int\r\n  timeSheetEndMonth_lte: Int\r\n  timeSheetEndMonth_gt: Int\r\n  timeSheetEndMonth_gte: Int\r\n  timeSheetEndYear: Int\r\n  timeSheetEndYear_not: Int\r\n  timeSheetEndYear_in: [Int]\r\n  timeSheetEndYear_not_in: [Int]\r\n  timeSheetEndYear_lt: Int\r\n  timeSheetEndYear_lte: Int\r\n  timeSheetEndYear_gt: Int\r\n  timeSheetEndYear_gte: Int\r\n  timeSheetMondayDate: Date\r\n  timeSheetMondayDate_not: Date\r\n  timeSheetMondayDate_in: [Date]\r\n  timeSheetMondayDate_not_in: [Date]\r\n  timeSheetMondayDate_lt: Date\r\n  timeSheetMondayDate_lte: Date\r\n  timeSheetMondayDate_gt: Date\r\n  timeSheetMondayDate_gte: Date\r\n  timeSheetTuesdayDate: Date\r\n  timeSheetTuesdayDate_not: Date\r\n  timeSheetTuesdayDate_in: [Date]\r\n  timeSheetTuesdayDate_not_in: [Date]\r\n  timeSheetTuesdayDate_lt: Date\r\n  timeSheetTuesdayDate_lte: Date\r\n  timeSheetTuesdayDate_gt: Date\r\n  timeSheetTuesdayDate_gte: Date\r\n  timeSheetWednesdayDate: Date\r\n  timeSheetWednesdayDate_not: Date\r\n  timeSheetWednesdayDate_in: [Date]\r\n  timeSheetWednesdayDate_not_in: [Date]\r\n  timeSheetWednesdayDate_lt: Date\r\n  timeSheetWednesdayDate_lte: Date\r\n  timeSheetWednesdayDate_gt: Date\r\n  timeSheetWednesdayDate_gte: Date\r\n  timeSheetThursdayDate: Date\r\n  timeSheetThursdayDate_not: Date\r\n  timeSheetThursdayDate_in: [Date]\r\n  timeSheetThursdayDate_not_in: [Date]\r\n  timeSheetThursdayDate_lt: Date\r\n  timeSheetThursdayDate_lte: Date\r\n  timeSheetThursdayDate_gt: Date\r\n  timeSheetThursdayDate_gte: Date\r\n  timeSheetFridayDate: Date\r\n  timeSheetFridayDate_not: Date\r\n  timeSheetFridayDate_in: [Date]\r\n  timeSheetFridayDate_not_in: [Date]\r\n  timeSheetFridayDate_lt: Date\r\n  timeSheetFridayDate_lte: Date\r\n  timeSheetFridayDate_gt: Date\r\n  timeSheetFridayDate_gte: Date\r\n  timeSheetSaturdayDate: Date\r\n  timeSheetSaturdayDate_not: Date\r\n  timeSheetSaturdayDate_in: [Date]\r\n  timeSheetSaturdayDate_not_in: [Date]\r\n  timeSheetSaturdayDate_lt: Date\r\n  timeSheetSaturdayDate_lte: Date\r\n  timeSheetSaturdayDate_gt: Date\r\n  timeSheetSaturdayDate_gte: Date\r\n  timeSheetSundayDate: Date\r\n  timeSheetSundayDate_not: Date\r\n  timeSheetSundayDate_in: [Date]\r\n  timeSheetSundayDate_not_in: [Date]\r\n  timeSheetSundayDate_lt: Date\r\n  timeSheetSundayDate_lte: Date\r\n  timeSheetSundayDate_gt: Date\r\n  timeSheetSundayDate_gte: Date\r\n  totalMondayHours: Int\r\n  totalMondayHours_not: Int\r\n  totalMondayHours_in: [Int]\r\n  totalMondayHours_not_in: [Int]\r\n  totalMondayHours_lt: Int\r\n  totalMondayHours_lte: Int\r\n  totalMondayHours_gt: Int\r\n  totalMondayHours_gte: Int\r\n  totalTuesdayHours: Int\r\n  totalTuesdayHours_not: Int\r\n  totalTuesdayHours_in: [Int]\r\n  totalTuesdayHours_not_in: [Int]\r\n  totalTuesdayHours_lt: Int\r\n  totalTuesdayHours_lte: Int\r\n  totalTuesdayHours_gt: Int\r\n  totalTuesdayHours_gte: Int\r\n  totalWednesdayHours: Int\r\n  totalWednesdayHours_not: Int\r\n  totalWednesdayHours_in: [Int]\r\n  totalWednesdayHours_not_in: [Int]\r\n  totalWednesdayHours_lt: Int\r\n  totalWednesdayHours_lte: Int\r\n  totalWednesdayHours_gt: Int\r\n  totalWednesdayHours_gte: Int\r\n  totalThursdayHours: Int\r\n  totalThursdayHours_not: Int\r\n  totalThursdayHours_in: [Int]\r\n  totalThursdayHours_not_in: [Int]\r\n  totalThursdayHours_lt: Int\r\n  totalThursdayHours_lte: Int\r\n  totalThursdayHours_gt: Int\r\n  totalThursdayHours_gte: Int\r\n  totalFridayHours: Int\r\n  totalFridayHours_not: Int\r\n  totalFridayHours_in: [Int]\r\n  totalFridayHours_not_in: [Int]\r\n  totalFridayHours_lt: Int\r\n  totalFridayHours_lte: Int\r\n  totalFridayHours_gt: Int\r\n  totalFridayHours_gte: Int\r\n  totalSaturdayHours: Int\r\n  totalSaturdayHours_not: Int\r\n  totalSaturdayHours_in: [Int]\r\n  totalSaturdayHours_not_in: [Int]\r\n  totalSaturdayHours_lt: Int\r\n  totalSaturdayHours_lte: Int\r\n  totalSaturdayHours_gt: Int\r\n  totalSaturdayHours_gte: Int\r\n  totalSundayHours: Int\r\n  totalSundayHours_not: Int\r\n  totalSundayHours_in: [Int]\r\n  totalSundayHours_not_in: [Int]\r\n  totalSundayHours_lt: Int\r\n  totalSundayHours_lte: Int\r\n  totalSundayHours_gt: Int\r\n  totalSundayHours_gte: Int\r\n  timeSheetStatus: TimeSheetStatusEnumFilter\r\n  timeSheetStatus_not: TimeSheetStatusEnumFilter\r\n  timeSheetStatus_in: [TimeSheetStatusEnumFilter]\r\n  timeSheetStatus_not_in: [TimeSheetStatusEnumFilter]\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 UniqueValue\r\ninput filterUniqueValue {\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  valueDataType: ValueDataTypeEnumFilter\r\n  valueDataType_not: ValueDataTypeEnumFilter\r\n  valueDataType_in: [ValueDataTypeEnumFilter]\r\n  valueDataType_not_in: [ValueDataTypeEnumFilter]\r\n  mandatoryElement: MandatoryElementEnumFilter\r\n  mandatoryElement_not: MandatoryElementEnumFilter\r\n  mandatoryElement_in: [MandatoryElementEnumFilter]\r\n  mandatoryElement_not_in: [MandatoryElementEnumFilter]\r\n  linkAnsweredObject: String\r\n  linkAnsweredObject_not: String\r\n  linkAnsweredObject_in: [String]\r\n  linkAnsweredObject_not_in: [String]\r\n  linkAnsweredObject_lt: String\r\n  linkAnsweredObject_lte: String\r\n  linkAnsweredObject_gt: String\r\n  linkAnsweredObject_gte: String\r\n  linkAnsweredObject_contains: String\r\n  linkAnsweredObject_not_contains: String\r\n  linkAnsweredObject_starts_with: String\r\n  linkAnsweredObject_not_starts_with: String\r\n  linkAnsweredObject_ends_with: String\r\n  linkAnsweredObject_not_ends_with: String\r\n  titleText: String\r\n  titleText_not: String\r\n  titleText_in: [String]\r\n  titleText_not_in: [String]\r\n  titleText_lt: String\r\n  titleText_lte: String\r\n  titleText_gt: String\r\n  titleText_gte: String\r\n  titleText_contains: String\r\n  titleText_not_contains: String\r\n  titleText_starts_with: String\r\n  titleText_not_starts_with: String\r\n  titleText_ends_with: String\r\n  titleText_not_ends_with: String\r\n  answerComment: String\r\n  answerComment_not: String\r\n  answerComment_in: [String]\r\n  answerComment_not_in: [String]\r\n  answerComment_lt: String\r\n  answerComment_lte: String\r\n  answerComment_gt: String\r\n  answerComment_gte: String\r\n  answerComment_contains: String\r\n  answerComment_not_contains: String\r\n  answerComment_starts_with: String\r\n  answerComment_not_starts_with: String\r\n  answerComment_ends_with: String\r\n  answerComment_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 Vacation\r\ninput filterVacation {\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  missionPlannedBeginDate: Date\r\n  missionPlannedBeginDate_not: Date\r\n  missionPlannedBeginDate_in: [Date]\r\n  missionPlannedBeginDate_not_in: [Date]\r\n  missionPlannedBeginDate_lt: Date\r\n  missionPlannedBeginDate_lte: Date\r\n  missionPlannedBeginDate_gt: Date\r\n  missionPlannedBeginDate_gte: Date\r\n  missionPlannedEndDate: Date\r\n  missionPlannedEndDate_not: Date\r\n  missionPlannedEndDate_in: [Date]\r\n  missionPlannedEndDate_not_in: [Date]\r\n  missionPlannedEndDate_lt: Date\r\n  missionPlannedEndDate_lte: Date\r\n  missionPlannedEndDate_gt: Date\r\n  missionPlannedEndDate_gte: Date\r\n  missionEffectiveBeginDate: Date\r\n  missionEffectiveBeginDate_not: Date\r\n  missionEffectiveBeginDate_in: [Date]\r\n  missionEffectiveBeginDate_not_in: [Date]\r\n  missionEffectiveBeginDate_lt: Date\r\n  missionEffectiveBeginDate_lte: Date\r\n  missionEffectiveBeginDate_gt: Date\r\n  missionEffectiveBeginDate_gte: Date\r\n  missionEffectiveEndDate: Date\r\n  missionEffectiveEndDate_not: Date\r\n  missionEffectiveEndDate_in: [Date]\r\n  missionEffectiveEndDate_not_in: [Date]\r\n  missionEffectiveEndDate_lt: Date\r\n  missionEffectiveEndDate_lte: Date\r\n  missionEffectiveEndDate_gt: Date\r\n  missionEffectiveEndDate_gte: Date\r\n  vacationStatus: VacationStatusEnumFilter\r\n  vacationStatus_not: VacationStatusEnumFilter\r\n  vacationStatus_in: [VacationStatusEnumFilter]\r\n  vacationStatus_not_in: [VacationStatusEnumFilter]\r\n  vacationType: VacationTypeEnumFilter\r\n  vacationType_not: VacationTypeEnumFilter\r\n  vacationType_in: [VacationTypeEnumFilter]\r\n  vacationType_not_in: [VacationTypeEnumFilter]\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 WorkPaper\r\ninput filterWorkPaper {\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  detailedTask: String\r\n  detailedTask_not: String\r\n  detailedTask_in: [String]\r\n  detailedTask_not_in: [String]\r\n  detailedTask_lt: String\r\n  detailedTask_lte: String\r\n  detailedTask_gt: String\r\n  detailedTask_gte: String\r\n  detailedTask_contains: String\r\n  detailedTask_not_contains: String\r\n  detailedTask_starts_with: String\r\n  detailedTask_not_starts_with: String\r\n  detailedTask_ends_with: String\r\n  detailedTask_not_ends_with: String\r\n  description: String\r\n  description_not: String\r\n  description_in: [String]\r\n  description_not_in: [String]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  workPaperDefaultSampleSize: Int\r\n  workPaperDefaultSampleSize_not: Int\r\n  workPaperDefaultSampleSize_in: [Int]\r\n  workPaperDefaultSampleSize_not_in: [Int]\r\n  workPaperDefaultSampleSize_lt: Int\r\n  workPaperDefaultSampleSize_lte: Int\r\n  workPaperDefaultSampleSize_gt: Int\r\n  workPaperDefaultSampleSize_gte: Int\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  workPaperSampleSize: Int\r\n  workPaperSampleSize_not: Int\r\n  workPaperSampleSize_in: [Int]\r\n  workPaperSampleSize_not_in: [Int]\r\n  workPaperSampleSize_lt: Int\r\n  workPaperSampleSize_lte: Int\r\n  workPaperSampleSize_gt: Int\r\n  workPaperSampleSize_gte: Int\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# Audit findings are the results of the evaluation of the collected audit evidence\r\n# against audit criteria. Audit findings can indicate either conformity or\r\n# nonconformity with audit criteria or opportunities for improvement (source ISO 19011:2011).\r\ntype Finding {\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  findingType: FindingFindingTypeEnum\r\n  causalAnalysis(format: StringFormat): String\r\n  detailedDescription(format: StringFormat): String\r\n  description: String\r\n  findingImpact: FindingFindingImpactEnum\r\n  complianceTestType: FindingComplianceTestTypeEnum\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  auditActivity_Activity(filter: filterAuditActivity, orderBy: [orderByAuditActivity]): [AuditActivity]\r\n  recommendation(filter: filterRecommendation, orderBy: [orderByRecommendation]): [Recommendation]\r\n  risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n}\r\n\r\nenum FindingComplianceTestTypeEnum {\r\n  Design\r\n  Execution\r\n  IndirectIndicator\r\n  DesignandExecution\r\n}\r\n\r\ninput FindingFilter {\r\n  and: [FindingFilter!]\r\n  or: [FindingFilter!]\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  findingType: FindingFindingTypeEnum\r\n  findingType_not: FindingFindingTypeEnum\r\n  findingType_in: [FindingFindingTypeEnum!]\r\n  findingType_not_in: [FindingFindingTypeEnum!]\r\n  causalAnalysis: String\r\n  causalAnalysis_not: String\r\n  causalAnalysis_in: [String!]\r\n  causalAnalysis_not_in: [String!]\r\n  causalAnalysis_lt: String\r\n  causalAnalysis_lte: String\r\n  causalAnalysis_gt: String\r\n  causalAnalysis_gte: String\r\n  causalAnalysis_contains: String\r\n  causalAnalysis_not_contains: String\r\n  causalAnalysis_starts_with: String\r\n  causalAnalysis_not_starts_with: String\r\n  causalAnalysis_ends_with: String\r\n  causalAnalysis_not_ends_with: String\r\n  detailedDescription: String\r\n  detailedDescription_not: String\r\n  detailedDescription_in: [String!]\r\n  detailedDescription_not_in: [String!]\r\n  detailedDescription_lt: String\r\n  detailedDescription_lte: String\r\n  detailedDescription_gt: String\r\n  detailedDescription_gte: String\r\n  detailedDescription_contains: String\r\n  detailedDescription_not_contains: String\r\n  detailedDescription_starts_with: String\r\n  detailedDescription_not_starts_with: String\r\n  detailedDescription_ends_with: String\r\n  detailedDescription_not_ends_with: String\r\n  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  findingImpact: FindingFindingImpactEnum\r\n  findingImpact_not: FindingFindingImpactEnum\r\n  findingImpact_in: [FindingFindingImpactEnum!]\r\n  findingImpact_not_in: [FindingFindingImpactEnum!]\r\n  complianceTestType: FindingComplianceTestTypeEnum\r\n  complianceTestType_not: FindingComplianceTestTypeEnum\r\n  complianceTestType_in: [FindingComplianceTestTypeEnum!]\r\n  complianceTestType_not_in: [FindingComplianceTestTypeEnum!]\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: [FindingFilter!]\r\n  businessDocument_ReferredtoDocument_some: [FindingFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [FindingFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [FindingFilter!]\r\n  auditActivity_Activity_some: [FindingFilter!]\r\n  recommendation_some: [FindingFilter!]\r\n  risk_some: [FindingFilter!]\r\n}\r\n\r\nenum FindingFindingImpactEnum {\r\n  VeryHigh\r\n  High\r\n  Medium\r\n  Low\r\n  VeryLow\r\n}\r\n\r\nenum FindingFindingTypeEnum {\r\n  Strength\r\n  Weakness\r\n}\r\n\r\nenum FindingImpactEnumFilter {\r\n  VeryHigh\r\n  High\r\n  Medium\r\n  Low\r\n  VeryLow\r\n}\r\n\r\nenum FindingTypeEnumFilter {\r\n  Strength\r\n  Weakness\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 InherentRiskERMEnumFilter {\r\n  VeryLow\r\n  Low\r\n  Medium\r\n  High\r\n  VeryHigh\r\n}\r\n\r\n# Input type for ActionActionPlan\r\ninput InputActionActionPlan {\r\n  externalIdentifier: String\r\n  name: String\r\n  actionProgress: ActionActionPlanActionProgressEnum\r\n  deliverablesact: String\r\n  plannedBeginDate: Date\r\n  plannedEndDate: Date\r\n  realBeginDate: Date\r\n  realEndDate: Date\r\n  statusact: ActionActionPlanStatusactEnum\r\n  comment: String\r\n  audit_OwnerAudit: _InputCollectionAction\r\n  businessDocument_AttachedDocument: _InputCollectionAction\r\n  businessDocument_ReferredtoDocument: _InputCollectionAction\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n  businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n  actionOwner_PersonSystem: _InputCollectionAction\r\n  actionPlan_OwnerActionPlan: _InputCollectionAction\r\n  recommendation: _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  organizationalLevel: ActionPlanOrganizationalLevelEnum\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  actionActionPlan_OwnedAction: _InputCollectionAction\r\n  progressUpdate: _InputCollectionAction\r\n}\r\n\r\n# Input type for AnswerAudit\r\ninput InputAnswerAudit {\r\n  externalIdentifier: String\r\n  name: String\r\n  weighting: Int\r\n  deficient: Boolean\r\n  selected: Boolean\r\n  comment: String\r\n  questionAudit_Question: _InputCollectionAction\r\n}\r\n\r\n# Input type for Audit\r\ninput InputAudit {\r\n  externalIdentifier: String\r\n  name: String\r\n  missionCode: String\r\n  includedintheinitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: AuditMissionCategoryEnum\r\n  missionStatus: AuditMissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: AuditMissionOriginEnum\r\n  missionPriority: AuditMissionPriorityEnum\r\n  estimatedDurationDays: Int\r\n  estimatedNumberofResources: Float\r\n  estimatedWorkloadHours: Float\r\n  effectiveWorkloadHours: Float\r\n  missionEvaluation: AuditMissionEvaluationEnum\r\n  missionPlannedBeginDate: Date\r\n  missionPlannedEndDate: Date\r\n  missionEffectiveBeginDate: Date\r\n  missionEffectiveEndDate: Date\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: Date\r\n  effectiveClosingReview: Date\r\n  followupAudit: Boolean\r\n  offline: AuditOfflineEnum\r\n  yearoftheFollowUpAudit: String\r\n  gRCAudit: String\r\n  comment: String\r\n  actionActionPlan_OwnedAction: _InputCollectionAction\r\n  businessDocument_AttachedDocument: _InputCollectionAction\r\n  businessDocument_ReferredtoDocument: _InputCollectionAction\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n  businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n  auditActivity: _InputCollectionAction\r\n  auditTheme: _InputCollectionAction\r\n  otherParticipantinAudit_PersonSystem: _InputCollectionAction\r\n  auditee_PersonSystem: _InputCollectionAction\r\n  auditorinAudit_PersonSystem: _InputCollectionAction\r\n  leadAuditor_PersonSystem: _InputCollectionAction\r\n  mainAuditee_PersonSystem: _InputCollectionAction\r\n  recommendation_FollowUpRecommendation: _InputCollectionAction\r\n  timeSheet: _InputCollectionAction\r\n  recommendation_OwnedRecommendation: _InputCollectionAction\r\n  skill: _InputCollectionAction\r\n  plan_AuditPlan: _InputCollectionAction\r\n  businessProcess: _InputCollectionAction\r\n  organizationalProcess: _InputCollectionAction\r\n  orgUnit: _InputCollectionAction\r\n  risk: _InputCollectionAction\r\n  requirement: _InputCollectionAction\r\n}\r\n\r\n# Input type for AuditActivity\r\ninput InputAuditActivity {\r\n  externalIdentifier: String\r\n  name: String\r\n  beginDate: Date\r\n  activityEndDate: Date\r\n  estimatedWorkloadHours: Float\r\n  activityStatus: AuditActivityActivityStatusEnum\r\n  offline: AuditActivityOfflineEnum\r\n  computedActivityEffectiveWorkloadHours: Float\r\n  currentOfflineUpdateDate: Date\r\n  previousOfflineUpdateDate: Date\r\n  currentOnlineUpdateDate: Date\r\n  previousOnlineUpdateDate: Date\r\n  comment: String\r\n  audit: _InputCollectionAction\r\n  auditTheme_ActivityTheme: _InputCollectionAction\r\n  finding_ActivityFinding: _InputCollectionAction\r\n  workPaper_ActivityWorkPaper: _InputCollectionAction\r\n  activityOwner_PersonSystem: _InputCollectionAction\r\n  risk_Scope: _InputCollectionAction\r\n  orgUnit_Scope: _InputCollectionAction\r\n  organizationalProcess_Scope: _InputCollectionAction\r\n  businessProcess_Scope: _InputCollectionAction\r\n}\r\n\r\n# Input type for AuditTheme\r\ninput InputAuditTheme {\r\n  externalIdentifier: String\r\n  name: String\r\n  comment: String\r\n  audit_ThemeAudit: _InputCollectionAction\r\n  auditTheme_Parent: _InputCollectionAction\r\n  auditTheme_ChildAuditTheme: _InputCollectionAction\r\n  auditActivity_ActivitywithTheme: _InputCollectionAction\r\n  organizationalProcess_AuditThemeScope: _InputCollectionAction\r\n  businessProcess_AuditThemeScope: _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  workPaper_DocumentedObject: _InputCollectionAction\r\n  audit_DocumentedObject: _InputCollectionAction\r\n  recommendation_DocumentedObject: _InputCollectionAction\r\n  finding_DocumentedObject: _InputCollectionAction\r\n  actionPlan_DocumentedObject: _InputCollectionAction\r\n  skill_DocumentedObject: _InputCollectionAction\r\n  actionActionPlan_DocumentedObject: _InputCollectionAction\r\n  risk_DocumentedObject: _InputCollectionAction\r\n  control_DocumentedObject: _InputCollectionAction\r\n  orgUnit_DocumentedObject: _InputCollectionAction\r\n  organizationalProcess_DocumentedObject: _InputCollectionAction\r\n  skillType_DocumentedObject: _InputCollectionAction\r\n  requirement_DocumentedObject: _InputCollectionAction\r\n  businessProcess_DocumentedObject: _InputCollectionAction\r\n  workPaper_Object: _InputCollectionAction\r\n  audit_Object: _InputCollectionAction\r\n  recommendation_Object: _InputCollectionAction\r\n  finding_Object: _InputCollectionAction\r\n  actionPlan_Object: _InputCollectionAction\r\n  skill_Object: _InputCollectionAction\r\n  actionActionPlan_Object: _InputCollectionAction\r\n  risk_Object: _InputCollectionAction\r\n  control_Object: _InputCollectionAction\r\n  orgUnit_Object: _InputCollectionAction\r\n  organizationalProcess_Object: _InputCollectionAction\r\n  skillType_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  workPaper_DocumentedObject: _InputCollectionAction\r\n  audit_DocumentedObject: _InputCollectionAction\r\n  recommendation_DocumentedObject: _InputCollectionAction\r\n  finding_DocumentedObject: _InputCollectionAction\r\n  actionPlan_DocumentedObject: _InputCollectionAction\r\n  skill_DocumentedObject: _InputCollectionAction\r\n  actionActionPlan_DocumentedObject: _InputCollectionAction\r\n  risk_DocumentedObject: _InputCollectionAction\r\n  control_DocumentedObject: _InputCollectionAction\r\n  orgUnit_DocumentedObject: _InputCollectionAction\r\n  organizationalProcess_DocumentedObject: _InputCollectionAction\r\n  skillType_DocumentedObject: _InputCollectionAction\r\n  requirement_DocumentedObject: _InputCollectionAction\r\n  businessProcess_DocumentedObject: _InputCollectionAction\r\n  workPaper_Object: _InputCollectionAction\r\n  audit_Object: _InputCollectionAction\r\n  recommendation_Object: _InputCollectionAction\r\n  finding_Object: _InputCollectionAction\r\n  actionPlan_Object: _InputCollectionAction\r\n  skill_Object: _InputCollectionAction\r\n  actionActionPlan_Object: _InputCollectionAction\r\n  risk_Object: _InputCollectionAction\r\n  control_Object: _InputCollectionAction\r\n  orgUnit_Object: _InputCollectionAction\r\n  organizationalProcess_Object: _InputCollectionAction\r\n  skillType_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 BusinessProcess\r\ninput InputBusinessProcess {\r\n  externalIdentifier: String\r\n  name: String\r\n  outputLogic: BusinessProcessOutputLogicEnum\r\n  triggeredbyEvent: Boolean\r\n  businessProcessType: BusinessProcessBusinessProcessTypeEnum\r\n  businessProcessCode: String\r\n  transaction: BusinessProcessTransactionEnum\r\n  loop: BusinessProcessLoopEnum\r\n  adHoc: BusinessProcessAdHocEnum\r\n  multiple: BusinessProcessMultipleEnum\r\n  compensation: BusinessProcessCompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: Date\r\n  businessProcessStatus: BusinessProcessBusinessProcessStatusEnum\r\n  inputLogic: BusinessProcessInputLogicEnum\r\n  designBA: BusinessProcessDesignBAEnum\r\n  knowledgeBA: BusinessProcessKnowledgeBAEnum\r\n  iTSupportBA: BusinessProcessITSupportBAEnum\r\n  efficiencyBA: BusinessProcessEfficiencyBAEnum\r\n  businessValueBA: BusinessProcessBusinessValueBAEnum\r\n  riskBA: BusinessProcessRiskBAEnum\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  businessProcessDesigner_PersonSystem: _InputCollectionAction\r\n  businessProcessOwner_PersonSystem: _InputCollectionAction\r\n  questionGroup: _InputCollectionAction\r\n  auditActivity_Activity: _InputCollectionAction\r\n  businessProcess_Aggregationof: _InputCollectionAction\r\n  businessProcess_Component: _InputCollectionAction\r\n  auditTheme: _InputCollectionAction\r\n  recommendation: _InputCollectionAction\r\n  plan_AuditPlan: _InputCollectionAction\r\n  audit: _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  audit_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n  auditActivity_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n  recommendation_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n  actionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n  actionActionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n  vacation_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n  risk_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n  control_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  controlExecutionMethod: ControlControlExecutionMethodEnum\r\n  controlStatus: ControlControlStatusEnum\r\n  testingFrequency: ControlTestingFrequencyEnum\r\n  testingMethod: ControlTestingMethodEnum\r\n  testingPopulationSize: Int\r\n  executionMode: ControlExecutionModeEnum\r\n  testingSampleSize: Int\r\n  testingProcedure: String\r\n  executionprocedure: String\r\n  controlKey: Boolean\r\n  controlFrequency: ControlControlFrequencyEnum\r\n  customFrequency: String\r\n  controlObjective: String\r\n  controlExecutionValueIC: ControlControlExecutionValueICEnum\r\n  operationalCost: String\r\n  controlDesignERM: ControlControlDesignERMEnum\r\n  controlEfficiencyERM: ControlControlEfficiencyERMEnum\r\n  controlLevelERM: ControlControlLevelERMEnum\r\n  organizationalLevel: ControlOrganizationalLevelEnum\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  questionGroup: _InputCollectionAction\r\n  risk_ControlledRisk: _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 Finding\r\ninput InputFinding {\r\n  externalIdentifier: String\r\n  name: String\r\n  findingType: FindingFindingTypeEnum\r\n  causalAnalysis: String\r\n  detailedDescription: String\r\n  findingImpact: FindingFindingImpactEnum\r\n  complianceTestType: FindingComplianceTestTypeEnum\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  auditActivity_Activity: _InputCollectionAction\r\n  recommendation: _InputCollectionAction\r\n  risk: _InputCollectionAction\r\n}\r\n\r\nenum InputLogicEnumFilter {\r\n  Synchronization\r\n  Junction\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 MetaTest\r\ninput InputMetaTest {\r\n  externalIdentifier: String\r\n  name: String\r\n  testExpression: String\r\n  logicalOperator: MetaTestLogicalOperatorEnum\r\n  comment: String\r\n  question: _InputCollectionAction\r\n}\r\n\r\n# Input type for MultipleValue\r\ninput InputMultipleValue {\r\n  externalIdentifier: String\r\n  name: String\r\n  mandatoryElement: MultipleValueMandatoryElementEnum\r\n  linkAnsweredObject: String\r\n  titleText: String\r\n  minimumnumberofanswers: Int\r\n  maximumnumberofanswers: Int\r\n  comment: String\r\n  question: _InputCollectionAction\r\n}\r\n\r\n# Input type for OrganizationalProcess\r\ninput InputOrganizationalProcess {\r\n  externalIdentifier: String\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OrganizationalProcessOutputLogicEnum\r\n  triggeredbyEvent: Boolean\r\n  designBA: OrganizationalProcessDesignBAEnum\r\n  knowledgeBA: OrganizationalProcessKnowledgeBAEnum\r\n  iTSupportBA: OrganizationalProcessITSupportBAEnum\r\n  efficiencyBA: OrganizationalProcessEfficiencyBAEnum\r\n  businessValueBA: OrganizationalProcessBusinessValueBAEnum\r\n  riskBA: OrganizationalProcessRiskBAEnum\r\n  transaction: OrganizationalProcessTransactionEnum\r\n  loop: OrganizationalProcessLoopEnum\r\n  adHoc: OrganizationalProcessAdHocEnum\r\n  multiple: OrganizationalProcessMultipleEnum\r\n  compensation: OrganizationalProcessCompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessOrganizationalProcessStatusEnum\r\n  lastAssessmentDate: Date\r\n  taskType: OrganizationalProcessTaskTypeEnum\r\n  inputLogic: OrganizationalProcessInputLogicEnum\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  organizationalProcessDesigner_PersonSystem: _InputCollectionAction\r\n  organizationalProcessManager_PersonSystem: _InputCollectionAction\r\n  organizationalProcessContributor_PersonSystem: _InputCollectionAction\r\n  organizationalProcessOwner_PersonSystem: _InputCollectionAction\r\n  organizationalProcess_OrganizationalProcessUsed: _InputCollectionAction\r\n  organizationalProcess_UserOrganizationalProcess: _InputCollectionAction\r\n  questionGroup: _InputCollectionAction\r\n  auditActivity_Activity: _InputCollectionAction\r\n  auditTheme: _InputCollectionAction\r\n  plan_AuditPlan: _InputCollectionAction\r\n  recommendation: _InputCollectionAction\r\n  audit: _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  orgUnitType: OrgUnitOrgUnitTypeEnum\r\n  lastAssessmentDate: Date\r\n  email: String\r\n  orgUnitActivity: OrgUnitOrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitOrgUnitLevelEnum\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  orgUnitMember_PersonSystem: _InputCollectionAction\r\n  organizationalUnitOwner_PersonSystem: _InputCollectionAction\r\n  orgUnitDesigner_PersonSystem: _InputCollectionAction\r\n  questionGroup: _InputCollectionAction\r\n  auditActivity_Activity: _InputCollectionAction\r\n  orgUnit_Aggregationof: _InputCollectionAction\r\n  orgUnit_Component: _InputCollectionAction\r\n  plan_AuditPlan: _InputCollectionAction\r\n  recommendation: _InputCollectionAction\r\n  audit: _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  initialNumberofComplianceAudits: Int\r\n  initialNumberofEfficiencyAudits: Int\r\n  initialNumberofComplianceAuditActivities: Int\r\n  initialNumberofEfficiencyAuditActivities: Int\r\n  comment: String\r\n  login: _InputCollectionAction\r\n  otherParticipantinAudit_Audit: _InputCollectionAction\r\n  auditee_Audit: _InputCollectionAction\r\n  auditorinAudit_Audit: _InputCollectionAction\r\n  leadAuditor_Audit: _InputCollectionAction\r\n  mainAuditee_Audit: _InputCollectionAction\r\n  activityOwner_AuditActivity: _InputCollectionAction\r\n  recommendationCorrespondent_Recommendation: _InputCollectionAction\r\n  recommendationOwner_Recommendation: _InputCollectionAction\r\n  actionPlanOwner_ActionPlan: _InputCollectionAction\r\n  actionPlanResponsible_ActionPlan: _InputCollectionAction\r\n  actionPlanApprover_ActionPlan: _InputCollectionAction\r\n  actionOwner_ActionActionPlan: _InputCollectionAction\r\n  inVacation_Vacation: _InputCollectionAction\r\n  orgUnitMember_OrgUnit: _InputCollectionAction\r\n  organizationalUnitOwner_OrgUnit: _InputCollectionAction\r\n  orgUnitDesigner_OrgUnit: _InputCollectionAction\r\n  organizationalProcessDesigner_OrganizationalProcess: _InputCollectionAction\r\n  organizationalProcessManager_OrganizationalProcess: _InputCollectionAction\r\n  organizationalProcessContributor_OrganizationalProcess: _InputCollectionAction\r\n  organizationalProcessOwner_OrganizationalProcess: _InputCollectionAction\r\n  requirementResponsible_Requirement: _InputCollectionAction\r\n  requirementAccountable_Requirement: _InputCollectionAction\r\n  requirementConsulted_Requirement: _InputCollectionAction\r\n  requirementInformed_Requirement: _InputCollectionAction\r\n  businessProcessDesigner_BusinessProcess: _InputCollectionAction\r\n  businessProcessOwner_BusinessProcess: _InputCollectionAction\r\n  timeSheet: _InputCollectionAction\r\n  skill: _InputCollectionAction\r\n}\r\n\r\n# Input type for Plan\r\ninput InputPlan {\r\n  externalIdentifier: String\r\n  name: String\r\n  currentAuditPlan: Boolean\r\n  planStatus: PlanPlanStatusEnum\r\n  planNature: PlanPlanNatureEnum\r\n  planBeginDate: Date\r\n  planEndDate: Date\r\n  comment: String\r\n  vacation: _InputCollectionAction\r\n  audit: _InputCollectionAction\r\n  risk_Scope: _InputCollectionAction\r\n  orgUnit_Scope: _InputCollectionAction\r\n  organizationalProcess_Scope: _InputCollectionAction\r\n  businessProcess_Scope: _InputCollectionAction\r\n}\r\n\r\n# Input type for PossibleAnswerValue\r\ninput InputPossibleAnswerValue {\r\n  externalIdentifier: String\r\n  name: String\r\n  internalValue: String\r\n  rGBColor: Int\r\n  answerValue: Float\r\n  comment: String\r\n  uniqueValue: _InputCollectionAction\r\n}\r\n\r\n# Input type for ProgressUpdate\r\ninput InputProgressUpdate {\r\n  externalIdentifier: String\r\n  name: String\r\n  progressDate: Date\r\n  progressEvaluation: ProgressUpdateProgressEvaluationEnum\r\n  progressUpdatePercentage: Int\r\n  comment: String\r\n  recommendation: _InputCollectionAction\r\n  actionPlan: _InputCollectionAction\r\n}\r\n\r\n# Input type for Question\r\ninput InputQuestion {\r\n  externalIdentifier: String\r\n  name: String\r\n  questionType: QuestionQuestionTypeEnum\r\n  mandatoryElement: QuestionMandatoryElementEnum\r\n  delegationAllowed: QuestionDelegationAllowedEnum\r\n  titleText: String\r\n  minimumnumberofanswers: Int\r\n  maximumnumberofanswers: Int\r\n  comment: String\r\n  metaTest_Condition: _InputCollectionAction\r\n  questionGroup: _InputCollectionAction\r\n  uniqueValue_Answer: _InputCollectionAction\r\n  multipleValue_Answer: _InputCollectionAction\r\n}\r\n\r\n# Input type for QuestionAudit\r\ninput InputQuestionAudit {\r\n  externalIdentifier: String\r\n  name: String\r\n  notes: String\r\n  textAnswer: String\r\n  comment: String\r\n  testSheet: _InputCollectionAction\r\n  answerAudit_Answer: _InputCollectionAction\r\n}\r\n\r\n# Input type for QuestionGroup\r\ninput InputQuestionGroup {\r\n  externalIdentifier: String\r\n  name: String\r\n  specific: Boolean\r\n  delegationAllowed: QuestionGroupDelegationAllowedEnum\r\n  titleText: String\r\n  comment: String\r\n  workPaper_ElementwithQuestionGroup: _InputCollectionAction\r\n  risk_ElementwithQuestionGroup: _InputCollectionAction\r\n  control_ElementwithQuestionGroup: _InputCollectionAction\r\n  orgUnit_ElementwithQuestionGroup: _InputCollectionAction\r\n  organizationalProcess_ElementwithQuestionGroup: _InputCollectionAction\r\n  requirement_ElementwithQuestionGroup: _InputCollectionAction\r\n  businessProcess_ElementwithQuestionGroup: _InputCollectionAction\r\n  workPaper_InitializedWorkPaper: _InputCollectionAction\r\n  question: _InputCollectionAction\r\n}\r\n\r\n# Input type for Recommendation\r\ninput InputRecommendation {\r\n  externalIdentifier: String\r\n  name: String\r\n  recommendationPriority: RecommendationRecommendationPriorityEnum\r\n  dueDate: Date\r\n  details: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationRecommendationStatusEnum\r\n  recommendationEndDate: 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  finding: _InputCollectionAction\r\n  recommendationCorrespondent_PersonSystem: _InputCollectionAction\r\n  recommendationOwner_PersonSystem: _InputCollectionAction\r\n  audit_FollowupAudit: _InputCollectionAction\r\n  actionActionPlan_Action: _InputCollectionAction\r\n  audit_OwnerAudit: _InputCollectionAction\r\n  progressUpdate: _InputCollectionAction\r\n  businessProcess: _InputCollectionAction\r\n  orgUnit: _InputCollectionAction\r\n  risk: _InputCollectionAction\r\n  organizationalProcess: _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  requirement_SubRequirement: _InputCollectionAction\r\n  requirement_ParentRequirement: _InputCollectionAction\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  questionGroup: _InputCollectionAction\r\n  audit: _InputCollectionAction\r\n}\r\n\r\n# Input type for ResponsibilityAssignment\r\ninput InputResponsibilityAssignment {\r\n  externalIdentifier: String\r\n  name: String\r\n  responsibilityAssignmentWorkloadHours: Int\r\n  responsibilityAssignmentProgress: ResponsibilityAssignmentResponsibilityAssignmentProgressEnum\r\n  comment: String\r\n  personSystem_AssignedPerson: _InputCollectionAction\r\n  businessRole: _InputCollectionAction\r\n  audit_AssignedObject: _InputCollectionAction\r\n  auditActivity_AssignedObject: _InputCollectionAction\r\n  recommendation_AssignedObject: _InputCollectionAction\r\n  actionPlan_AssignedObject: _InputCollectionAction\r\n  actionActionPlan_AssignedObject: _InputCollectionAction\r\n  vacation_AssignedObject: _InputCollectionAction\r\n  risk_AssignedObject: _InputCollectionAction\r\n  control_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  keyRisk: Boolean\r\n  targetRiskERM: RiskTargetRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  riskComment: String\r\n  lastAssessmentDate: Date\r\n  riskStatusobj: RiskRiskStatusobjEnum\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  questionGroup: _InputCollectionAction\r\n  control_PreventiveControl: _InputCollectionAction\r\n  auditActivity_Activity: _InputCollectionAction\r\n  finding: _InputCollectionAction\r\n  plan_AuditPlan: _InputCollectionAction\r\n  recommendation: _InputCollectionAction\r\n  audit: _InputCollectionAction\r\n}\r\n\r\n# Input type for Skill\r\ninput InputSkill {\r\n  externalIdentifier: String\r\n  name: String\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  personSystem_Person: _InputCollectionAction\r\n  audit: _InputCollectionAction\r\n  skillType: _InputCollectionAction\r\n}\r\n\r\n# Input type for SkillType\r\ninput InputSkillType {\r\n  externalIdentifier: String\r\n  name: String\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  skill: _InputCollectionAction\r\n}\r\n\r\n# Input type for TestSheet\r\ninput InputTestSheet {\r\n  externalIdentifier: String\r\n  name: String\r\n  completed: Boolean\r\n  comment: String\r\n  workPaper: _InputCollectionAction\r\n  questionAudit_TestQuestion: _InputCollectionAction\r\n}\r\n\r\n# Input type for TimeSheet\r\ninput InputTimeSheet {\r\n  externalIdentifier: String\r\n  name: String\r\n  timeSheetEnteredDate: Date\r\n  timeSheetBeginDate: Date\r\n  timeSheetBeginWeek: Int\r\n  timeSheetBeginMonth: Int\r\n  timeSheetBeginYear: Int\r\n  timeSheetEndDate: Date\r\n  timeSheetEndWeek: Int\r\n  timeSheetEndMonth: Int\r\n  timeSheetEndYear: Int\r\n  timeSheetMondayDate: Date\r\n  timeSheetTuesdayDate: Date\r\n  timeSheetWednesdayDate: Date\r\n  timeSheetThursdayDate: Date\r\n  timeSheetFridayDate: Date\r\n  timeSheetSaturdayDate: Date\r\n  timeSheetSundayDate: Date\r\n  totalMondayHours: Int\r\n  totalTuesdayHours: Int\r\n  totalWednesdayHours: Int\r\n  totalThursdayHours: Int\r\n  totalFridayHours: Int\r\n  totalSaturdayHours: Int\r\n  totalSundayHours: Int\r\n  timeSheetStatus: TimeSheetTimeSheetStatusEnum\r\n  comment: String\r\n  personSystem: _InputCollectionAction\r\n  audit_WorkPeriod: _InputCollectionAction\r\n  vacation_WorkPeriod: _InputCollectionAction\r\n  timeSheet_PreviousTimeSheet: _InputCollectionAction\r\n  timeSheet_NextTimeSheet: _InputCollectionAction\r\n}\r\n\r\n# Input type for UniqueValue\r\ninput InputUniqueValue {\r\n  externalIdentifier: String\r\n  name: String\r\n  mandatoryElement: UniqueValueMandatoryElementEnum\r\n  linkAnsweredObject: String\r\n  titleText: String\r\n  comment: String\r\n  possibleAnswerValue: _InputCollectionAction\r\n  question: _InputCollectionAction\r\n}\r\n\r\n# Input type for Vacation\r\ninput InputVacation {\r\n  externalIdentifier: String\r\n  name: String\r\n  missionPlannedBeginDate: Date\r\n  missionPlannedEndDate: Date\r\n  missionEffectiveBeginDate: Date\r\n  missionEffectiveEndDate: Date\r\n  vacationStatus: VacationVacationStatusEnum\r\n  vacationType: VacationVacationTypeEnum\r\n  comment: String\r\n  inVacation_PersonSystem: _InputCollectionAction\r\n  timeSheet: _InputCollectionAction\r\n  plan: _InputCollectionAction\r\n}\r\n\r\n# Input type for WorkPaper\r\ninput InputWorkPaper {\r\n  externalIdentifier: String\r\n  name: String\r\n  detailedTask: String\r\n  workPaperDefaultSampleSize: Int\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  auditActivity_Activity: _InputCollectionAction\r\n  testSheet_WorkPaperTestSheet: _InputCollectionAction\r\n  questionGroup: _InputCollectionAction\r\n  questionGroup_TemplateQuestionGroup: _InputCollectionAction\r\n}\r\n\r\nenum InternalExternalEnumFilter {\r\n  InternalOrg_Unit\r\n  ExternalEntity\r\n}\r\n\r\nenum ITSupportBAEnumFilter {\r\n  NA\r\n  Poor\r\n  VeryPoor\r\n  Medium\r\n  Good\r\n  VeryGood\r\n}\r\n\r\nenum KnowledgeBAEnumFilter {\r\n  NA\r\n  Unknown\r\n  Poor\r\n  Medium\r\n  WellKnown\r\n  VeryWellKnown\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\nenum LogicalOperatorEnumFilter {\r\n  And\r\n  Or\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\nenum LoopEnumFilter {\r\n  DoWhile\r\n  No\r\n  DoUntil\r\n}\r\n\r\nenum MandatoryElementEnumFilter {\r\n  Yes\r\n  No\r\n}\r\n\r\ntype MetaTest {\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  testExpression: String\r\n  logicalOperator: MetaTestLogicalOperatorEnum\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  question(filter: filterQuestion, orderBy: [orderByQuestion]): [Question]\r\n}\r\n\r\ninput MetaTestFilter {\r\n  and: [MetaTestFilter!]\r\n  or: [MetaTestFilter!]\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  testExpression: String\r\n  testExpression_not: String\r\n  testExpression_in: [String!]\r\n  testExpression_not_in: [String!]\r\n  testExpression_lt: String\r\n  testExpression_lte: String\r\n  testExpression_gt: String\r\n  testExpression_gte: String\r\n  testExpression_contains: String\r\n  testExpression_not_contains: String\r\n  testExpression_starts_with: String\r\n  testExpression_not_starts_with: String\r\n  testExpression_ends_with: String\r\n  testExpression_not_ends_with: String\r\n  logicalOperator: MetaTestLogicalOperatorEnum\r\n  logicalOperator_not: MetaTestLogicalOperatorEnum\r\n  logicalOperator_in: [MetaTestLogicalOperatorEnum!]\r\n  logicalOperator_not_in: [MetaTestLogicalOperatorEnum!]\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  question_some: [MetaTestFilter!]\r\n}\r\n\r\nenum MetaTestLogicalOperatorEnum {\r\n  And\r\n  Or\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\nenum MissionCategoryEnumFilter {\r\n  Compliance\r\n  Efficiency\r\n}\r\n\r\nenum MissionEvaluationEnumFilter {\r\n  Goodoveralllevel\r\n  Canbeimproved\r\n  Improvementneeded\r\n  AtRisk\r\n}\r\n\r\nenum MissionOriginEnumFilter {\r\n  Recurring\r\n  Punctual\r\n  Regulatory\r\n  BoardDemand\r\n  Follow_up\r\n}\r\n\r\nenum MissionPriorityEnumFilter {\r\n  Low\r\n  High\r\n  Medium\r\n}\r\n\r\nenum MissionStatusEnumFilter {\r\n  Rejected\r\n  InProgress\r\n  Cancelled\r\n  Published\r\n  Completed\r\n  Template\r\n  Closed\r\n  Potential\r\n  InPreparation\r\n  Tobevalidated\r\n}\r\n\r\nenum MultipleEnumFilter {\r\n  Sequential\r\n  Parallel\r\n  No\r\n}\r\n\r\n# The multiple value is used to specify that an assessor can indicate several\r\n# values of MEGA object type in answer. This should not be confused with a\r\n# multiple choice answer. In the latter case, this is a question with several\r\n# answers where each is defined as an answer of boolean type.\r\ntype MultipleValue {\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  valueDataType: MultipleValueValueDataTypeEnum\r\n  mandatoryElement: MultipleValueMandatoryElementEnum\r\n  linkAnsweredObject: String\r\n  titleText: String\r\n  minimumnumberofanswers: Int\r\n  maximumnumberofanswers: Int\r\n  answerComment(format: StringFormat): String\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  question(filter: filterQuestion, orderBy: [orderByQuestion]): [Question]\r\n}\r\n\r\ninput MultipleValueFilter {\r\n  and: [MultipleValueFilter!]\r\n  or: [MultipleValueFilter!]\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  valueDataType: MultipleValueValueDataTypeEnum\r\n  valueDataType_not: MultipleValueValueDataTypeEnum\r\n  valueDataType_in: [MultipleValueValueDataTypeEnum!]\r\n  valueDataType_not_in: [MultipleValueValueDataTypeEnum!]\r\n  mandatoryElement: MultipleValueMandatoryElementEnum\r\n  mandatoryElement_not: MultipleValueMandatoryElementEnum\r\n  mandatoryElement_in: [MultipleValueMandatoryElementEnum!]\r\n  mandatoryElement_not_in: [MultipleValueMandatoryElementEnum!]\r\n  linkAnsweredObject: String\r\n  linkAnsweredObject_not: String\r\n  linkAnsweredObject_in: [String!]\r\n  linkAnsweredObject_not_in: [String!]\r\n  linkAnsweredObject_lt: String\r\n  linkAnsweredObject_lte: String\r\n  linkAnsweredObject_gt: String\r\n  linkAnsweredObject_gte: String\r\n  linkAnsweredObject_contains: String\r\n  linkAnsweredObject_not_contains: String\r\n  linkAnsweredObject_starts_with: String\r\n  linkAnsweredObject_not_starts_with: String\r\n  linkAnsweredObject_ends_with: String\r\n  linkAnsweredObject_not_ends_with: String\r\n  titleText: String\r\n  titleText_not: String\r\n  titleText_in: [String!]\r\n  titleText_not_in: [String!]\r\n  titleText_lt: String\r\n  titleText_lte: String\r\n  titleText_gt: String\r\n  titleText_gte: String\r\n  titleText_contains: String\r\n  titleText_not_contains: String\r\n  titleText_starts_with: String\r\n  titleText_not_starts_with: String\r\n  titleText_ends_with: String\r\n  titleText_not_ends_with: String\r\n  minimumnumberofanswers: Int\r\n  minimumnumberofanswers_not: Int\r\n  minimumnumberofanswers_in: [Int!]\r\n  minimumnumberofanswers_not_in: [Int!]\r\n  minimumnumberofanswers_lt: Int\r\n  minimumnumberofanswers_lte: Int\r\n  minimumnumberofanswers_gt: Int\r\n  minimumnumberofanswers_gte: Int\r\n  maximumnumberofanswers: Int\r\n  maximumnumberofanswers_not: Int\r\n  maximumnumberofanswers_in: [Int!]\r\n  maximumnumberofanswers_not_in: [Int!]\r\n  maximumnumberofanswers_lt: Int\r\n  maximumnumberofanswers_lte: Int\r\n  maximumnumberofanswers_gt: Int\r\n  maximumnumberofanswers_gte: Int\r\n  answerComment: String\r\n  answerComment_not: String\r\n  answerComment_in: [String!]\r\n  answerComment_not_in: [String!]\r\n  answerComment_lt: String\r\n  answerComment_lte: String\r\n  answerComment_gt: String\r\n  answerComment_gte: String\r\n  answerComment_contains: String\r\n  answerComment_not_contains: String\r\n  answerComment_starts_with: String\r\n  answerComment_not_starts_with: String\r\n  answerComment_ends_with: String\r\n  answerComment_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  question_some: [MultipleValueFilter!]\r\n}\r\n\r\nenum MultipleValueMandatoryElementEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum MultipleValueValueDataTypeEnum {\r\n  EnumerationVerticalRadioButton\r\n  MegaObject\r\n  Duration\r\n  Percent\r\n  SignedNumber\r\n  String\r\n  Short\r\n  Text\r\n  Number\r\n  BooleanCheck\r\n  DateTime\r\n  EnumerationCombolist\r\n}\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  createTestSheet(testSheet: InputTestSheet!, creationMode: creationMode): TestSheet!\r\n  updateTestSheet(id: String!, testSheet: InputTestSheet!): TestSheet!\r\n  deleteTestSheet(id: String!, cascade: Boolean): TestSheet\r\n  createWorkPaper(workPaper: InputWorkPaper!, creationMode: creationMode): WorkPaper!\r\n  updateWorkPaper(id: String!, workPaper: InputWorkPaper!): WorkPaper!\r\n  deleteWorkPaper(id: String!, cascade: Boolean): WorkPaper\r\n  createAudit(audit: InputAudit!, creationMode: creationMode): Audit!\r\n  updateAudit(id: String!, audit: InputAudit!): Audit!\r\n  deleteAudit(id: String!, cascade: Boolean): Audit\r\n  createAuditTheme(auditTheme: InputAuditTheme!, creationMode: creationMode): AuditTheme!\r\n  updateAuditTheme(id: String!, auditTheme: InputAuditTheme!): AuditTheme!\r\n  deleteAuditTheme(id: String!, cascade: Boolean): AuditTheme\r\n  createAuditActivity(auditActivity: InputAuditActivity!, creationMode: creationMode): AuditActivity!\r\n  updateAuditActivity(id: String!, auditActivity: InputAuditActivity!): AuditActivity!\r\n  deleteAuditActivity(id: String!, cascade: Boolean): AuditActivity\r\n  createQuestionAudit(questionAudit: InputQuestionAudit!, creationMode: creationMode): QuestionAudit!\r\n  updateQuestionAudit(id: String!, questionAudit: InputQuestionAudit!): QuestionAudit!\r\n  deleteQuestionAudit(id: String!, cascade: Boolean): QuestionAudit\r\n  createRecommendation(recommendation: InputRecommendation!, creationMode: creationMode): Recommendation!\r\n  updateRecommendation(id: String!, recommendation: InputRecommendation!): Recommendation!\r\n  deleteRecommendation(id: String!, cascade: Boolean): Recommendation\r\n  createFinding(finding: InputFinding!, creationMode: creationMode): Finding!\r\n  updateFinding(id: String!, finding: InputFinding!): Finding!\r\n  deleteFinding(id: String!, cascade: Boolean): Finding\r\n  createAnswerAudit(answerAudit: InputAnswerAudit!, creationMode: creationMode): AnswerAudit!\r\n  updateAnswerAudit(id: String!, answerAudit: InputAnswerAudit!): AnswerAudit!\r\n  deleteAnswerAudit(id: String!, cascade: Boolean): AnswerAudit\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  createProgressUpdate(progressUpdate: InputProgressUpdate!, creationMode: creationMode): ProgressUpdate!\r\n  updateProgressUpdate(id: String!, progressUpdate: InputProgressUpdate!): ProgressUpdate!\r\n  deleteProgressUpdate(id: String!, cascade: Boolean): ProgressUpdate\r\n  createPlan(plan: InputPlan!, creationMode: creationMode): Plan!\r\n  updatePlan(id: String!, plan: InputPlan!): Plan!\r\n  deletePlan(id: String!, cascade: Boolean): Plan\r\n  createSkill(skill: InputSkill!, creationMode: creationMode): Skill!\r\n  updateSkill(id: String!, skill: InputSkill!): Skill!\r\n  deleteSkill(id: String!, cascade: Boolean): Skill\r\n  createMetaTest(metaTest: InputMetaTest!, creationMode: creationMode): MetaTest!\r\n  updateMetaTest(id: String!, metaTest: InputMetaTest!): MetaTest!\r\n  deleteMetaTest(id: String!, cascade: Boolean): MetaTest\r\n  createUniqueValue(uniqueValue: InputUniqueValue!, creationMode: creationMode): UniqueValue!\r\n  updateUniqueValue(id: String!, uniqueValue: InputUniqueValue!): UniqueValue!\r\n  deleteUniqueValue(id: String!, cascade: Boolean): UniqueValue\r\n  createActionActionPlan(actionActionPlan: InputActionActionPlan!, creationMode: creationMode): ActionActionPlan!\r\n  updateActionActionPlan(id: String!, actionActionPlan: InputActionActionPlan!): ActionActionPlan!\r\n  deleteActionActionPlan(id: String!, cascade: Boolean): ActionActionPlan\r\n  createVacation(vacation: InputVacation!, creationMode: creationMode): Vacation!\r\n  updateVacation(id: String!, vacation: InputVacation!): Vacation!\r\n  deleteVacation(id: String!, cascade: Boolean): Vacation\r\n  createTimeSheet(timeSheet: InputTimeSheet!, creationMode: creationMode): TimeSheet!\r\n  updateTimeSheet(id: String!, timeSheet: InputTimeSheet!): TimeSheet!\r\n  deleteTimeSheet(id: String!, cascade: Boolean): TimeSheet\r\n  createMultipleValue(multipleValue: InputMultipleValue!, creationMode: creationMode): MultipleValue!\r\n  updateMultipleValue(id: String!, multipleValue: InputMultipleValue!): MultipleValue!\r\n  deleteMultipleValue(id: String!, cascade: Boolean): MultipleValue\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  createPossibleAnswerValue(possibleAnswerValue: InputPossibleAnswerValue!, creationMode: creationMode): PossibleAnswerValue!\r\n  updatePossibleAnswerValue(id: String!, possibleAnswerValue: InputPossibleAnswerValue!): PossibleAnswerValue!\r\n  deletePossibleAnswerValue(id: String!, cascade: Boolean): PossibleAnswerValue\r\n  createQuestionGroup(questionGroup: InputQuestionGroup!, creationMode: creationMode): QuestionGroup!\r\n  updateQuestionGroup(id: String!, questionGroup: InputQuestionGroup!): QuestionGroup!\r\n  deleteQuestionGroup(id: String!, cascade: Boolean): QuestionGroup\r\n  createQuestion(question: InputQuestion!, creationMode: creationMode): Question!\r\n  updateQuestion(id: String!, question: InputQuestion!): Question!\r\n  deleteQuestion(id: String!, cascade: Boolean): Question\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  createBusinessDocumentVersion(businessDocumentVersion: InputBusinessDocumentVersion!, creationMode: creationMode): BusinessDocumentVersion!\r\n  updateBusinessDocumentVersion(id: String!, businessDocumentVersion: InputBusinessDocumentVersion!): BusinessDocumentVersion!\r\n  deleteBusinessDocumentVersion(id: String!, cascade: Boolean): BusinessDocumentVersion\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  createSkillType(skillType: InputSkillType!, creationMode: creationMode): SkillType!\r\n  updateSkillType(id: String!, skillType: InputSkillType!): SkillType!\r\n  deleteSkillType(id: String!, cascade: Boolean): SkillType\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 NetRiskERMEnumFilter {\r\n  VeryLow\r\n  Low\r\n  Medium\r\n  High\r\n  VeryHigh\r\n}\r\n\r\nenum OfflineEnumFilter {\r\n  Online\r\n  Offline\r\n}\r\n\r\nenum orderByActionActionPlan {\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  actionProgress_ASC\r\n  actionProgress_DESC\r\n  deliverablesact_ASC\r\n  deliverablesact_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  statusact_ASC\r\n  statusact_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  organizationalLevel_ASC\r\n  organizationalLevel_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 orderByAnswerAudit {\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  weighting_ASC\r\n  weighting_DESC\r\n  deficient_ASC\r\n  deficient_DESC\r\n  selected_ASC\r\n  selected_DESC\r\n  description_ASC\r\n  description_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByAudit {\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  description_ASC\r\n  description_DESC\r\n  missionCode_ASC\r\n  missionCode_DESC\r\n  includedintheinitialPlan_ASC\r\n  includedintheinitialPlan_DESC\r\n  objectiveGRC_ASC\r\n  objectiveGRC_DESC\r\n  missionCategory_ASC\r\n  missionCategory_DESC\r\n  missionStatus_ASC\r\n  missionStatus_DESC\r\n  justificationGRC_ASC\r\n  justificationGRC_DESC\r\n  missionOrigin_ASC\r\n  missionOrigin_DESC\r\n  missionPriority_ASC\r\n  missionPriority_DESC\r\n  estimatedDurationDays_ASC\r\n  estimatedDurationDays_DESC\r\n  estimatedNumberofResources_ASC\r\n  estimatedNumberofResources_DESC\r\n  estimatedWorkloadHours_ASC\r\n  estimatedWorkloadHours_DESC\r\n  effectiveWorkloadHours_ASC\r\n  effectiveWorkloadHours_DESC\r\n  numberofStaffedResources_ASC\r\n  numberofStaffedResources_DESC\r\n  missionEvaluation_ASC\r\n  missionEvaluation_DESC\r\n  missionPlannedBeginDate_ASC\r\n  missionPlannedBeginDate_DESC\r\n  missionPlannedEndDate_ASC\r\n  missionPlannedEndDate_DESC\r\n  missionEffectiveBeginDate_ASC\r\n  missionEffectiveBeginDate_DESC\r\n  missionEffectiveEndDate_ASC\r\n  missionEffectiveEndDate_DESC\r\n  keyWeaknesses_ASC\r\n  keyWeaknesses_DESC\r\n  keyStrengths_ASC\r\n  keyStrengths_DESC\r\n  plannedClosingReview_ASC\r\n  plannedClosingReview_DESC\r\n  effectiveClosingReview_ASC\r\n  effectiveClosingReview_DESC\r\n  computedHoursManDayRate_ASC\r\n  computedHoursManDayRate_DESC\r\n  computedEffectiveWorkloadMD_ASC\r\n  computedEffectiveWorkloadMD_DESC\r\n  computedEstimatedWorkloadMD_ASC\r\n  computedEstimatedWorkloadMD_DESC\r\n  followupAudit_ASC\r\n  followupAudit_DESC\r\n  offline_ASC\r\n  offline_DESC\r\n  yearoftheFollowUpAudit_ASC\r\n  yearoftheFollowUpAudit_DESC\r\n  gRCAudit_ASC\r\n  gRCAudit_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByAuditActivity {\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  beginDate_ASC\r\n  beginDate_DESC\r\n  activityEndDate_ASC\r\n  activityEndDate_DESC\r\n  estimatedWorkloadHours_ASC\r\n  estimatedWorkloadHours_DESC\r\n  description_ASC\r\n  description_DESC\r\n  activityStatus_ASC\r\n  activityStatus_DESC\r\n  activityEffectiveWorkloadHours_ASC\r\n  activityEffectiveWorkloadHours_DESC\r\n  offline_ASC\r\n  offline_DESC\r\n  computedActivityEffectiveWorkloadHours_ASC\r\n  computedActivityEffectiveWorkloadHours_DESC\r\n  currentOfflineUpdateDate_ASC\r\n  currentOfflineUpdateDate_DESC\r\n  previousOfflineUpdateDate_ASC\r\n  previousOfflineUpdateDate_DESC\r\n  currentOnlineUpdateDate_ASC\r\n  currentOnlineUpdateDate_DESC\r\n  previousOnlineUpdateDate_ASC\r\n  previousOnlineUpdateDate_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByAuditTheme {\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  description_ASC\r\n  description_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 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  outputLogic_ASC\r\n  outputLogic_DESC\r\n  triggeredbyEvent_ASC\r\n  triggeredbyEvent_DESC\r\n  businessProcessType_ASC\r\n  businessProcessType_DESC\r\n  businessProcessCode_ASC\r\n  businessProcessCode_DESC\r\n  transaction_ASC\r\n  transaction_DESC\r\n  loop_ASC\r\n  loop_DESC\r\n  adHoc_ASC\r\n  adHoc_DESC\r\n  multiple_ASC\r\n  multiple_DESC\r\n  compensation_ASC\r\n  compensation_DESC\r\n  loopCondition_ASC\r\n  loopCondition_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  businessProcessStatus_ASC\r\n  businessProcessStatus_DESC\r\n  inputLogic_ASC\r\n  inputLogic_DESC\r\n  executionBA_ASC\r\n  executionBA_DESC\r\n  designBA_ASC\r\n  designBA_DESC\r\n  knowledgeBA_ASC\r\n  knowledgeBA_DESC\r\n  iTSupportBA_ASC\r\n  iTSupportBA_DESC\r\n  performanceBA_ASC\r\n  performanceBA_DESC\r\n  efficiencyBA_ASC\r\n  efficiencyBA_DESC\r\n  businessValueBA_ASC\r\n  businessValueBA_DESC\r\n  riskBA_ASC\r\n  riskBA_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  controlExecutionMethod_ASC\r\n  controlExecutionMethod_DESC\r\n  controlStatus_ASC\r\n  controlStatus_DESC\r\n  testingFrequency_ASC\r\n  testingFrequency_DESC\r\n  testingMethod_ASC\r\n  testingMethod_DESC\r\n  testingPopulationSize_ASC\r\n  testingPopulationSize_DESC\r\n  executionMode_ASC\r\n  executionMode_DESC\r\n  testingSampleSize_ASC\r\n  testingSampleSize_DESC\r\n  testingProcedure_ASC\r\n  testingProcedure_DESC\r\n  executionprocedure_ASC\r\n  executionprocedure_DESC\r\n  controlKey_ASC\r\n  controlKey_DESC\r\n  controlFrequency_ASC\r\n  controlFrequency_DESC\r\n  customFrequency_ASC\r\n  customFrequency_DESC\r\n  controlObjective_ASC\r\n  controlObjective_DESC\r\n  controlExecutionValueIC_ASC\r\n  controlExecutionValueIC_DESC\r\n  operationalCost_ASC\r\n  operationalCost_DESC\r\n  controlDesignIC_ASC\r\n  controlDesignIC_DESC\r\n  controlEffectivenessIC_ASC\r\n  controlEffectivenessIC_DESC\r\n  controlLevelIC_ASC\r\n  controlLevelIC_DESC\r\n  controlDesignERM_ASC\r\n  controlDesignERM_DESC\r\n  controlEfficiencyERM_ASC\r\n  controlEfficiencyERM_DESC\r\n  controlLevelERM_ASC\r\n  controlLevelERM_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  organizationalLevel_ASC\r\n  organizationalLevel_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 orderByFinding {\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  findingType_ASC\r\n  findingType_DESC\r\n  causalAnalysis_ASC\r\n  causalAnalysis_DESC\r\n  detailedDescription_ASC\r\n  detailedDescription_DESC\r\n  description_ASC\r\n  description_DESC\r\n  findingImpact_ASC\r\n  findingImpact_DESC\r\n  complianceTestType_ASC\r\n  complianceTestType_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 orderByMetaTest {\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  testExpression_ASC\r\n  testExpression_DESC\r\n  logicalOperator_ASC\r\n  logicalOperator_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByMultipleValue {\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  valueDataType_ASC\r\n  valueDataType_DESC\r\n  mandatoryElement_ASC\r\n  mandatoryElement_DESC\r\n  linkAnsweredObject_ASC\r\n  linkAnsweredObject_DESC\r\n  titleText_ASC\r\n  titleText_DESC\r\n  minimumnumberofanswers_ASC\r\n  minimumnumberofanswers_DESC\r\n  maximumnumberofanswers_ASC\r\n  maximumnumberofanswers_DESC\r\n  answerComment_ASC\r\n  answerComment_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  organizationalProcessCode_ASC\r\n  organizationalProcessCode_DESC\r\n  beginLifedate_ASC\r\n  beginLifedate_DESC\r\n  endlifedate_ASC\r\n  endlifedate_DESC\r\n  outputLogic_ASC\r\n  outputLogic_DESC\r\n  triggeredbyEvent_ASC\r\n  triggeredbyEvent_DESC\r\n  designBA_ASC\r\n  designBA_DESC\r\n  knowledgeBA_ASC\r\n  knowledgeBA_DESC\r\n  iTSupportBA_ASC\r\n  iTSupportBA_DESC\r\n  executionBA_ASC\r\n  executionBA_DESC\r\n  efficiencyBA_ASC\r\n  efficiencyBA_DESC\r\n  businessValueBA_ASC\r\n  businessValueBA_DESC\r\n  riskBA_ASC\r\n  riskBA_DESC\r\n  performanceBA_ASC\r\n  performanceBA_DESC\r\n  transaction_ASC\r\n  transaction_DESC\r\n  loop_ASC\r\n  loop_DESC\r\n  adHoc_ASC\r\n  adHoc_DESC\r\n  multiple_ASC\r\n  multiple_DESC\r\n  compensation_ASC\r\n  compensation_DESC\r\n  loopCondition_ASC\r\n  loopCondition_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  organizationalProcessStatus_ASC\r\n  organizationalProcessStatus_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  taskType_ASC\r\n  taskType_DESC\r\n  inputLogic_ASC\r\n  inputLogic_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  orgUnitType_ASC\r\n  orgUnitType_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  orgUnitActivity_ASC\r\n  orgUnitActivity_DESC\r\n  orgUnitCode_ASC\r\n  orgUnitCode_DESC\r\n  orgUnitLevel_ASC\r\n  orgUnitLevel_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  initialNumberofComplianceAudits_ASC\r\n  initialNumberofComplianceAudits_DESC\r\n  initialNumberofEfficiencyAudits_ASC\r\n  initialNumberofEfficiencyAudits_DESC\r\n  initialNumberofComplianceAuditActivities_ASC\r\n  initialNumberofComplianceAuditActivities_DESC\r\n  initialNumberofEfficiencyAuditActivities_ASC\r\n  initialNumberofEfficiencyAuditActivities_DESC\r\n  numberofExecutedComplianceAudits_ASC\r\n  numberofExecutedComplianceAudits_DESC\r\n  numberofExecutedEfficiencyAudits_ASC\r\n  numberofExecutedEfficiencyAudits_DESC\r\n  numberofExecutedComplianceAuditActivities_ASC\r\n  numberofExecutedComplianceAuditActivities_DESC\r\n  numberofExecutedEfficiencyAuditActivities_ASC\r\n  numberofExecutedEfficiencyAuditActivities_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByPlan {\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  description_ASC\r\n  description_DESC\r\n  currentAuditPlan_ASC\r\n  currentAuditPlan_DESC\r\n  planStatus_ASC\r\n  planStatus_DESC\r\n  planNature_ASC\r\n  planNature_DESC\r\n  planBeginDate_ASC\r\n  planBeginDate_DESC\r\n  planEndDate_ASC\r\n  planEndDate_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByPossibleAnswerValue {\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  internalValue_ASC\r\n  internalValue_DESC\r\n  rGBColor_ASC\r\n  rGBColor_DESC\r\n  answerValue_ASC\r\n  answerValue_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByProgressUpdate {\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  progressDate_ASC\r\n  progressDate_DESC\r\n  progressEvaluation_ASC\r\n  progressEvaluation_DESC\r\n  progressUpdatePercentage_ASC\r\n  progressUpdatePercentage_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByQuestion {\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  questionType_ASC\r\n  questionType_DESC\r\n  mandatoryElement_ASC\r\n  mandatoryElement_DESC\r\n  delegationAllowed_ASC\r\n  delegationAllowed_DESC\r\n  titleText_ASC\r\n  titleText_DESC\r\n  minimumnumberofanswers_ASC\r\n  minimumnumberofanswers_DESC\r\n  maximumnumberofanswers_ASC\r\n  maximumnumberofanswers_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByQuestionAudit {\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  notes_ASC\r\n  notes_DESC\r\n  textAnswer_ASC\r\n  textAnswer_DESC\r\n  description_ASC\r\n  description_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByQuestionGroup {\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  specific_ASC\r\n  specific_DESC\r\n  delegationAllowed_ASC\r\n  delegationAllowed_DESC\r\n  titleText_ASC\r\n  titleText_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByRecommendation {\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  recommendationPriority_ASC\r\n  recommendationPriority_DESC\r\n  dueDate_ASC\r\n  dueDate_DESC\r\n  details_ASC\r\n  details_DESC\r\n  description_ASC\r\n  description_DESC\r\n  lastProgressPercentage_ASC\r\n  lastProgressPercentage_DESC\r\n  lastProgressComment_ASC\r\n  lastProgressComment_DESC\r\n  recommendationCode_ASC\r\n  recommendationCode_DESC\r\n  recommendationStatus_ASC\r\n  recommendationStatus_DESC\r\n  followup_ASC\r\n  followup_DESC\r\n  recommendationEndDate_ASC\r\n  recommendationEndDate_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  controlDesignERM_ASC\r\n  controlDesignERM_DESC\r\n  controlEffectivenessERM_ASC\r\n  controlEffectivenessERM_DESC\r\n  riskIdentificationMode_ASC\r\n  riskIdentificationMode_DESC\r\n  keyRisk_ASC\r\n  keyRisk_DESC\r\n  targetRiskERM_ASC\r\n  targetRiskERM_DESC\r\n  netRiskERM_ASC\r\n  netRiskERM_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  inherentRiskERM_ASC\r\n  inherentRiskERM_DESC\r\n  residualRiskComputingMode_ASC\r\n  residualRiskComputingMode_DESC\r\n  controlLevelERM_ASC\r\n  controlLevelERM_DESC\r\n  riskComment_ASC\r\n  riskComment_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  riskStatusobj_ASC\r\n  riskStatusobj_DESC\r\n  riskAcceptance_ASC\r\n  riskAcceptance_DESC\r\n  riskAvoidance_ASC\r\n  riskAvoidance_DESC\r\n  riskReduction_ASC\r\n  riskReduction_DESC\r\n  riskTransferSubcontractor_ASC\r\n  riskTransferSubcontractor_DESC\r\n  riskInsurance_ASC\r\n  riskInsurance_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderBySkill {\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 orderBySkillType {\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 orderByTestSheet {\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  completed_ASC\r\n  completed_DESC\r\n  description_ASC\r\n  description_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByTimeSheet {\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  timeSheetEnteredDate_ASC\r\n  timeSheetEnteredDate_DESC\r\n  timeSheetBeginDate_ASC\r\n  timeSheetBeginDate_DESC\r\n  timeSheetBeginWeek_ASC\r\n  timeSheetBeginWeek_DESC\r\n  timeSheetBeginMonth_ASC\r\n  timeSheetBeginMonth_DESC\r\n  timeSheetBeginYear_ASC\r\n  timeSheetBeginYear_DESC\r\n  timeSheetEndDate_ASC\r\n  timeSheetEndDate_DESC\r\n  timeSheetEndWeek_ASC\r\n  timeSheetEndWeek_DESC\r\n  timeSheetEndMonth_ASC\r\n  timeSheetEndMonth_DESC\r\n  timeSheetEndYear_ASC\r\n  timeSheetEndYear_DESC\r\n  timeSheetMondayDate_ASC\r\n  timeSheetMondayDate_DESC\r\n  timeSheetTuesdayDate_ASC\r\n  timeSheetTuesdayDate_DESC\r\n  timeSheetWednesdayDate_ASC\r\n  timeSheetWednesdayDate_DESC\r\n  timeSheetThursdayDate_ASC\r\n  timeSheetThursdayDate_DESC\r\n  timeSheetFridayDate_ASC\r\n  timeSheetFridayDate_DESC\r\n  timeSheetSaturdayDate_ASC\r\n  timeSheetSaturdayDate_DESC\r\n  timeSheetSundayDate_ASC\r\n  timeSheetSundayDate_DESC\r\n  totalMondayHours_ASC\r\n  totalMondayHours_DESC\r\n  totalTuesdayHours_ASC\r\n  totalTuesdayHours_DESC\r\n  totalWednesdayHours_ASC\r\n  totalWednesdayHours_DESC\r\n  totalThursdayHours_ASC\r\n  totalThursdayHours_DESC\r\n  totalFridayHours_ASC\r\n  totalFridayHours_DESC\r\n  totalSaturdayHours_ASC\r\n  totalSaturdayHours_DESC\r\n  totalSundayHours_ASC\r\n  totalSundayHours_DESC\r\n  timeSheetStatus_ASC\r\n  timeSheetStatus_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByUniqueValue {\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  valueDataType_ASC\r\n  valueDataType_DESC\r\n  mandatoryElement_ASC\r\n  mandatoryElement_DESC\r\n  linkAnsweredObject_ASC\r\n  linkAnsweredObject_DESC\r\n  titleText_ASC\r\n  titleText_DESC\r\n  answerComment_ASC\r\n  answerComment_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByVacation {\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  missionPlannedBeginDate_ASC\r\n  missionPlannedBeginDate_DESC\r\n  missionPlannedEndDate_ASC\r\n  missionPlannedEndDate_DESC\r\n  missionEffectiveBeginDate_ASC\r\n  missionEffectiveBeginDate_DESC\r\n  missionEffectiveEndDate_ASC\r\n  missionEffectiveEndDate_DESC\r\n  vacationStatus_ASC\r\n  vacationStatus_DESC\r\n  vacationType_ASC\r\n  vacationType_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByWorkPaper {\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  detailedTask_ASC\r\n  detailedTask_DESC\r\n  description_ASC\r\n  description_DESC\r\n  workPaperDefaultSampleSize_ASC\r\n  workPaperDefaultSampleSize_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  workPaperSampleSize_ASC\r\n  workPaperSampleSize_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum OrganizationalLevelEnumFilter {\r\n  Global\r\n  Local\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  organizationalProcessCode: String\r\n  beginLifedate: Date\r\n  endlifedate: Date\r\n  outputLogic: OrganizationalProcessOutputLogicEnum\r\n  triggeredbyEvent: Boolean\r\n  designBA: OrganizationalProcessDesignBAEnum\r\n  knowledgeBA: OrganizationalProcessKnowledgeBAEnum\r\n  iTSupportBA: OrganizationalProcessITSupportBAEnum\r\n  executionBA: OrganizationalProcessExecutionBAEnum\r\n  efficiencyBA: OrganizationalProcessEfficiencyBAEnum\r\n  businessValueBA: OrganizationalProcessBusinessValueBAEnum\r\n  riskBA: OrganizationalProcessRiskBAEnum\r\n  performanceBA: OrganizationalProcessPerformanceBAEnum\r\n  transaction: OrganizationalProcessTransactionEnum\r\n  loop: OrganizationalProcessLoopEnum\r\n  adHoc: OrganizationalProcessAdHocEnum\r\n  multiple: OrganizationalProcessMultipleEnum\r\n  compensation: OrganizationalProcessCompensationEnum\r\n  loopCondition: String\r\n  assessmentFreshness: Float\r\n  organizationalProcessStatus: OrganizationalProcessOrganizationalProcessStatusEnum\r\n  lastAssessmentDate: Date\r\n  taskType: OrganizationalProcessTaskTypeEnum\r\n  inputLogic: OrganizationalProcessInputLogicEnum\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  organizationalProcessDesigner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  organizationalProcessManager_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  organizationalProcessContributor_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  organizationalProcessOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  organizationalProcess_OrganizationalProcessUsed(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n  organizationalProcess_UserOrganizationalProcess(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n  questionGroup(filter: filterQuestionGroup, orderBy: [orderByQuestionGroup]): [QuestionGroup]\r\n  auditActivity_Activity(filter: filterAuditActivity, orderBy: [orderByAuditActivity]): [AuditActivity]\r\n  auditTheme(filter: filterAuditTheme, orderBy: [orderByAuditTheme]): [AuditTheme]\r\n  plan_AuditPlan(filter: filterPlan, orderBy: [orderByPlan]): [Plan]\r\n  recommendation(filter: filterRecommendation, orderBy: [orderByRecommendation]): [Recommendation]\r\n  audit(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n}\r\n\r\nenum OrganizationalProcessAdHocEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum OrganizationalProcessBusinessValueBAEnum {\r\n  NA\r\n  VeryLow\r\n  Low\r\n  Medium\r\n  High\r\n  VeryHigh\r\n}\r\n\r\nenum OrganizationalProcessCompensationEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum OrganizationalProcessDesignBAEnum {\r\n  NA\r\n  VeryPoor\r\n  Poor\r\n  Medium\r\n  Good\r\n  VeryGood\r\n}\r\n\r\nenum OrganizationalProcessEfficiencyBAEnum {\r\n  NA\r\n  VeryLow\r\n  Low\r\n  Medium\r\n  High\r\n  VeryHigh\r\n}\r\n\r\nenum OrganizationalProcessExecutionBAEnum {\r\n  NA\r\n  Inefficient\r\n  Insufficient\r\n  Medium\r\n  Good\r\n  VeryGood\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  organizationalProcessCode: String\r\n  organizationalProcessCode_not: String\r\n  organizationalProcessCode_in: [String!]\r\n  organizationalProcessCode_not_in: [String!]\r\n  organizationalProcessCode_lt: String\r\n  organizationalProcessCode_lte: String\r\n  organizationalProcessCode_gt: String\r\n  organizationalProcessCode_gte: String\r\n  organizationalProcessCode_contains: String\r\n  organizationalProcessCode_not_contains: String\r\n  organizationalProcessCode_starts_with: String\r\n  organizationalProcessCode_not_starts_with: String\r\n  organizationalProcessCode_ends_with: String\r\n  organizationalProcessCode_not_ends_with: String\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  outputLogic: OrganizationalProcessOutputLogicEnum\r\n  outputLogic_not: OrganizationalProcessOutputLogicEnum\r\n  outputLogic_in: [OrganizationalProcessOutputLogicEnum!]\r\n  outputLogic_not_in: [OrganizationalProcessOutputLogicEnum!]\r\n  triggeredbyEvent: Boolean\r\n  triggeredbyEvent_not: Boolean\r\n  designBA: OrganizationalProcessDesignBAEnum\r\n  designBA_not: OrganizationalProcessDesignBAEnum\r\n  designBA_in: [OrganizationalProcessDesignBAEnum!]\r\n  designBA_not_in: [OrganizationalProcessDesignBAEnum!]\r\n  knowledgeBA: OrganizationalProcessKnowledgeBAEnum\r\n  knowledgeBA_not: OrganizationalProcessKnowledgeBAEnum\r\n  knowledgeBA_in: [OrganizationalProcessKnowledgeBAEnum!]\r\n  knowledgeBA_not_in: [OrganizationalProcessKnowledgeBAEnum!]\r\n  iTSupportBA: OrganizationalProcessITSupportBAEnum\r\n  iTSupportBA_not: OrganizationalProcessITSupportBAEnum\r\n  iTSupportBA_in: [OrganizationalProcessITSupportBAEnum!]\r\n  iTSupportBA_not_in: [OrganizationalProcessITSupportBAEnum!]\r\n  executionBA: OrganizationalProcessExecutionBAEnum\r\n  executionBA_not: OrganizationalProcessExecutionBAEnum\r\n  executionBA_in: [OrganizationalProcessExecutionBAEnum!]\r\n  executionBA_not_in: [OrganizationalProcessExecutionBAEnum!]\r\n  efficiencyBA: OrganizationalProcessEfficiencyBAEnum\r\n  efficiencyBA_not: OrganizationalProcessEfficiencyBAEnum\r\n  efficiencyBA_in: [OrganizationalProcessEfficiencyBAEnum!]\r\n  efficiencyBA_not_in: [OrganizationalProcessEfficiencyBAEnum!]\r\n  businessValueBA: OrganizationalProcessBusinessValueBAEnum\r\n  businessValueBA_not: OrganizationalProcessBusinessValueBAEnum\r\n  businessValueBA_in: [OrganizationalProcessBusinessValueBAEnum!]\r\n  businessValueBA_not_in: [OrganizationalProcessBusinessValueBAEnum!]\r\n  riskBA: OrganizationalProcessRiskBAEnum\r\n  riskBA_not: OrganizationalProcessRiskBAEnum\r\n  riskBA_in: [OrganizationalProcessRiskBAEnum!]\r\n  riskBA_not_in: [OrganizationalProcessRiskBAEnum!]\r\n  performanceBA: OrganizationalProcessPerformanceBAEnum\r\n  performanceBA_not: OrganizationalProcessPerformanceBAEnum\r\n  performanceBA_in: [OrganizationalProcessPerformanceBAEnum!]\r\n  performanceBA_not_in: [OrganizationalProcessPerformanceBAEnum!]\r\n  transaction: OrganizationalProcessTransactionEnum\r\n  transaction_not: OrganizationalProcessTransactionEnum\r\n  transaction_in: [OrganizationalProcessTransactionEnum!]\r\n  transaction_not_in: [OrganizationalProcessTransactionEnum!]\r\n  loop: OrganizationalProcessLoopEnum\r\n  loop_not: OrganizationalProcessLoopEnum\r\n  loop_in: [OrganizationalProcessLoopEnum!]\r\n  loop_not_in: [OrganizationalProcessLoopEnum!]\r\n  adHoc: OrganizationalProcessAdHocEnum\r\n  adHoc_not: OrganizationalProcessAdHocEnum\r\n  adHoc_in: [OrganizationalProcessAdHocEnum!]\r\n  adHoc_not_in: [OrganizationalProcessAdHocEnum!]\r\n  multiple: OrganizationalProcessMultipleEnum\r\n  multiple_not: OrganizationalProcessMultipleEnum\r\n  multiple_in: [OrganizationalProcessMultipleEnum!]\r\n  multiple_not_in: [OrganizationalProcessMultipleEnum!]\r\n  compensation: OrganizationalProcessCompensationEnum\r\n  compensation_not: OrganizationalProcessCompensationEnum\r\n  compensation_in: [OrganizationalProcessCompensationEnum!]\r\n  compensation_not_in: [OrganizationalProcessCompensationEnum!]\r\n  loopCondition: String\r\n  loopCondition_not: String\r\n  loopCondition_in: [String!]\r\n  loopCondition_not_in: [String!]\r\n  loopCondition_lt: String\r\n  loopCondition_lte: String\r\n  loopCondition_gt: String\r\n  loopCondition_gte: String\r\n  loopCondition_contains: String\r\n  loopCondition_not_contains: String\r\n  loopCondition_starts_with: String\r\n  loopCondition_not_starts_with: String\r\n  loopCondition_ends_with: String\r\n  loopCondition_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  organizationalProcessStatus: OrganizationalProcessOrganizationalProcessStatusEnum\r\n  organizationalProcessStatus_not: OrganizationalProcessOrganizationalProcessStatusEnum\r\n  organizationalProcessStatus_in: [OrganizationalProcessOrganizationalProcessStatusEnum!]\r\n  organizationalProcessStatus_not_in: [OrganizationalProcessOrganizationalProcessStatusEnum!]\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  taskType: OrganizationalProcessTaskTypeEnum\r\n  taskType_not: OrganizationalProcessTaskTypeEnum\r\n  taskType_in: [OrganizationalProcessTaskTypeEnum!]\r\n  taskType_not_in: [OrganizationalProcessTaskTypeEnum!]\r\n  inputLogic: OrganizationalProcessInputLogicEnum\r\n  inputLogic_not: OrganizationalProcessInputLogicEnum\r\n  inputLogic_in: [OrganizationalProcessInputLogicEnum!]\r\n  inputLogic_not_in: [OrganizationalProcessInputLogicEnum!]\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  organizationalProcessDesigner_PersonSystem_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessManager_PersonSystem_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessContributor_PersonSystem_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessOwner_PersonSystem_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_OrganizationalProcessUsed_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_UserOrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  questionGroup_some: [OrganizationalProcessFilter!]\r\n  auditActivity_Activity_some: [OrganizationalProcessFilter!]\r\n  auditTheme_some: [OrganizationalProcessFilter!]\r\n  plan_AuditPlan_some: [OrganizationalProcessFilter!]\r\n  recommendation_some: [OrganizationalProcessFilter!]\r\n  audit_some: [OrganizationalProcessFilter!]\r\n}\r\n\r\nenum OrganizationalProcessInputLogicEnum {\r\n  Synchronization\r\n  Junction\r\n}\r\n\r\nenum OrganizationalProcessITSupportBAEnum {\r\n  NA\r\n  Poor\r\n  VeryPoor\r\n  Medium\r\n  Good\r\n  VeryGood\r\n}\r\n\r\nenum OrganizationalProcessKnowledgeBAEnum {\r\n  NA\r\n  Unknown\r\n  Poor\r\n  Medium\r\n  WellKnown\r\n  VeryWellKnown\r\n}\r\n\r\nenum OrganizationalProcessLoopEnum {\r\n  DoWhile\r\n  No\r\n  DoUntil\r\n}\r\n\r\nenum OrganizationalProcessMultipleEnum {\r\n  Sequential\r\n  Parallel\r\n  No\r\n}\r\n\r\nenum OrganizationalProcessOrganizationalProcessStatusEnum {\r\n  UpdateinProgress\r\n  ValidationinProgress\r\n  Validated\r\n}\r\n\r\nenum OrganizationalProcessOutputLogicEnum {\r\n  Parallelism\r\n  Condition\r\n}\r\n\r\nenum OrganizationalProcessPerformanceBAEnum {\r\n  NA\r\n  VeryLow\r\n  Low\r\n  Medium\r\n  High\r\n  VeryHigh\r\n}\r\n\r\nenum OrganizationalProcessRiskBAEnum {\r\n  NA\r\n  VeryHigh\r\n  High\r\n  Medium\r\n  Low\r\n  VeryLow\r\n}\r\n\r\nenum OrganizationalProcessStatusEnumFilter {\r\n  UpdateinProgress\r\n  ValidationinProgress\r\n  Validated\r\n}\r\n\r\nenum OrganizationalProcessTaskTypeEnum {\r\n  UserInputTask\r\n  ScriptTask\r\n  ExchangeCall\r\n  SubProcess\r\n  Manual\r\n  Receive\r\n  Send\r\n  BusinessRule\r\n  Script\r\n  User\r\n  IT_ServiceCall\r\n  SystemProcessCall\r\n}\r\n\r\nenum OrganizationalProcessTransactionEnum {\r\n  Yes\r\n  No\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  orgUnitType: OrgUnitOrgUnitTypeEnum\r\n  beginLifedate: Date\r\n  endlifedate: Date\r\n  assessmentFreshness: Float\r\n  lastAssessmentDate: Date\r\n  email: String\r\n  orgUnitActivity: OrgUnitOrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitOrgUnitLevelEnum\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  orgUnitMember_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  organizationalUnitOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  orgUnitDesigner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  questionGroup(filter: filterQuestionGroup, orderBy: [orderByQuestionGroup]): [QuestionGroup]\r\n  auditActivity_Activity(filter: filterAuditActivity, orderBy: [orderByAuditActivity]): [AuditActivity]\r\n  orgUnit_Aggregationof(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  orgUnit_Component(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  plan_AuditPlan(filter: filterPlan, orderBy: [orderByPlan]): [Plan]\r\n  recommendation(filter: filterRecommendation, orderBy: [orderByRecommendation]): [Recommendation]\r\n  audit(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n}\r\n\r\nenum OrgUnitActivityEnumFilter {\r\n  Active\r\n  Inactive\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  orgUnitType: OrgUnitOrgUnitTypeEnum\r\n  orgUnitType_not: OrgUnitOrgUnitTypeEnum\r\n  orgUnitType_in: [OrgUnitOrgUnitTypeEnum!]\r\n  orgUnitType_not_in: [OrgUnitOrgUnitTypeEnum!]\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  orgUnitActivity: OrgUnitOrgUnitActivityEnum\r\n  orgUnitActivity_not: OrgUnitOrgUnitActivityEnum\r\n  orgUnitActivity_in: [OrgUnitOrgUnitActivityEnum!]\r\n  orgUnitActivity_not_in: [OrgUnitOrgUnitActivityEnum!]\r\n  orgUnitCode: String\r\n  orgUnitCode_not: String\r\n  orgUnitCode_in: [String!]\r\n  orgUnitCode_not_in: [String!]\r\n  orgUnitCode_lt: String\r\n  orgUnitCode_lte: String\r\n  orgUnitCode_gt: String\r\n  orgUnitCode_gte: String\r\n  orgUnitCode_contains: String\r\n  orgUnitCode_not_contains: String\r\n  orgUnitCode_starts_with: String\r\n  orgUnitCode_not_starts_with: String\r\n  orgUnitCode_ends_with: String\r\n  orgUnitCode_not_ends_with: String\r\n  orgUnitLevel: OrgUnitOrgUnitLevelEnum\r\n  orgUnitLevel_not: OrgUnitOrgUnitLevelEnum\r\n  orgUnitLevel_in: [OrgUnitOrgUnitLevelEnum!]\r\n  orgUnitLevel_not_in: [OrgUnitOrgUnitLevelEnum!]\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  orgUnitMember_PersonSystem_some: [OrgUnitFilter!]\r\n  organizationalUnitOwner_PersonSystem_some: [OrgUnitFilter!]\r\n  orgUnitDesigner_PersonSystem_some: [OrgUnitFilter!]\r\n  questionGroup_some: [OrgUnitFilter!]\r\n  auditActivity_Activity_some: [OrgUnitFilter!]\r\n  orgUnit_Aggregationof_some: [OrgUnitFilter!]\r\n  orgUnit_Component_some: [OrgUnitFilter!]\r\n  plan_AuditPlan_some: [OrgUnitFilter!]\r\n  recommendation_some: [OrgUnitFilter!]\r\n  audit_some: [OrgUnitFilter!]\r\n}\r\n\r\nenum OrgUnitInternalExternalEnum {\r\n  InternalOrg_Unit\r\n  ExternalEntity\r\n}\r\n\r\nenum OrgUnitLevelEnumFilter {\r\n  Division\r\n  Department\r\n  Service\r\n}\r\n\r\nenum OrgUnitOrgUnitActivityEnum {\r\n  Active\r\n  Inactive\r\n}\r\n\r\nenum OrgUnitOrgUnitLevelEnum {\r\n  Division\r\n  Department\r\n  Service\r\n}\r\n\r\nenum OrgUnitOrgUnitStatusEnum {\r\n  UpdateinProgress\r\n  ValidationinProgress\r\n  Validated\r\n}\r\n\r\nenum OrgUnitOrgUnitTypeEnum {\r\n  Agency\r\n  Vendor\r\n  Manager\r\n  Generic\r\n  Institute\r\n  Company\r\n  Structure\r\n  Function\r\n}\r\n\r\nenum OrgUnitStatusEnumFilter {\r\n  UpdateinProgress\r\n  ValidationinProgress\r\n  Validated\r\n}\r\n\r\nenum OrgUnitTypeEnumFilter {\r\n  Agency\r\n  Vendor\r\n  Manager\r\n  Generic\r\n  Institute\r\n  Company\r\n  Structure\r\n  Function\r\n}\r\n\r\nenum OutputLogicEnumFilter {\r\n  Parallelism\r\n  Condition\r\n}\r\n\r\nenum PerformanceBAEnumFilter {\r\n  NA\r\n  VeryLow\r\n  Low\r\n  Medium\r\n  High\r\n  VeryHigh\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  initialNumberofComplianceAudits: Int\r\n  initialNumberofEfficiencyAudits: Int\r\n  initialNumberofComplianceAuditActivities: Int\r\n  initialNumberofEfficiencyAuditActivities: Int\r\n  numberofExecutedComplianceAudits: Int\r\n  numberofExecutedEfficiencyAudits: Int\r\n  numberofExecutedComplianceAuditActivities: Int\r\n  numberofExecutedEfficiencyAuditActivities: Int\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  login(filter: filterLogin, orderBy: [orderByLogin]): [Login]\r\n  otherParticipantinAudit_Audit(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n  auditee_Audit(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n  auditorinAudit_Audit(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n  leadAuditor_Audit(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n  mainAuditee_Audit(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n  activityOwner_AuditActivity(filter: filterAuditActivity, orderBy: [orderByAuditActivity]): [AuditActivity]\r\n  recommendationCorrespondent_Recommendation(filter: filterRecommendation, orderBy: [orderByRecommendation]): [Recommendation]\r\n  recommendationOwner_Recommendation(filter: filterRecommendation, orderBy: [orderByRecommendation]): [Recommendation]\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  actionOwner_ActionActionPlan(filter: filterActionActionPlan, orderBy: [orderByActionActionPlan]): [ActionActionPlan]\r\n  inVacation_Vacation(filter: filterVacation, orderBy: [orderByVacation]): [Vacation]\r\n  orgUnitMember_OrgUnit(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  organizationalUnitOwner_OrgUnit(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  orgUnitDesigner_OrgUnit(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  organizationalProcessDesigner_OrganizationalProcess(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n  organizationalProcessManager_OrganizationalProcess(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n  organizationalProcessContributor_OrganizationalProcess(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n  organizationalProcessOwner_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  businessProcessDesigner_BusinessProcess(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n  businessProcessOwner_BusinessProcess(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n  timeSheet(filter: filterTimeSheet, orderBy: [orderByTimeSheet]): [TimeSheet]\r\n  skill(filter: filterSkill, orderBy: [orderBySkill]): [Skill]\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  initialNumberofComplianceAudits: Int\r\n  initialNumberofComplianceAudits_not: Int\r\n  initialNumberofComplianceAudits_in: [Int!]\r\n  initialNumberofComplianceAudits_not_in: [Int!]\r\n  initialNumberofComplianceAudits_lt: Int\r\n  initialNumberofComplianceAudits_lte: Int\r\n  initialNumberofComplianceAudits_gt: Int\r\n  initialNumberofComplianceAudits_gte: Int\r\n  initialNumberofEfficiencyAudits: Int\r\n  initialNumberofEfficiencyAudits_not: Int\r\n  initialNumberofEfficiencyAudits_in: [Int!]\r\n  initialNumberofEfficiencyAudits_not_in: [Int!]\r\n  initialNumberofEfficiencyAudits_lt: Int\r\n  initialNumberofEfficiencyAudits_lte: Int\r\n  initialNumberofEfficiencyAudits_gt: Int\r\n  initialNumberofEfficiencyAudits_gte: Int\r\n  initialNumberofComplianceAuditActivities: Int\r\n  initialNumberofComplianceAuditActivities_not: Int\r\n  initialNumberofComplianceAuditActivities_in: [Int!]\r\n  initialNumberofComplianceAuditActivities_not_in: [Int!]\r\n  initialNumberofComplianceAuditActivities_lt: Int\r\n  initialNumberofComplianceAuditActivities_lte: Int\r\n  initialNumberofComplianceAuditActivities_gt: Int\r\n  initialNumberofComplianceAuditActivities_gte: Int\r\n  initialNumberofEfficiencyAuditActivities: Int\r\n  initialNumberofEfficiencyAuditActivities_not: Int\r\n  initialNumberofEfficiencyAuditActivities_in: [Int!]\r\n  initialNumberofEfficiencyAuditActivities_not_in: [Int!]\r\n  initialNumberofEfficiencyAuditActivities_lt: Int\r\n  initialNumberofEfficiencyAuditActivities_lte: Int\r\n  initialNumberofEfficiencyAuditActivities_gt: Int\r\n  initialNumberofEfficiencyAuditActivities_gte: Int\r\n  numberofExecutedComplianceAudits: Int\r\n  numberofExecutedComplianceAudits_not: Int\r\n  numberofExecutedComplianceAudits_in: [Int!]\r\n  numberofExecutedComplianceAudits_not_in: [Int!]\r\n  numberofExecutedComplianceAudits_lt: Int\r\n  numberofExecutedComplianceAudits_lte: Int\r\n  numberofExecutedComplianceAudits_gt: Int\r\n  numberofExecutedComplianceAudits_gte: Int\r\n  numberofExecutedEfficiencyAudits: Int\r\n  numberofExecutedEfficiencyAudits_not: Int\r\n  numberofExecutedEfficiencyAudits_in: [Int!]\r\n  numberofExecutedEfficiencyAudits_not_in: [Int!]\r\n  numberofExecutedEfficiencyAudits_lt: Int\r\n  numberofExecutedEfficiencyAudits_lte: Int\r\n  numberofExecutedEfficiencyAudits_gt: Int\r\n  numberofExecutedEfficiencyAudits_gte: Int\r\n  numberofExecutedComplianceAuditActivities: Int\r\n  numberofExecutedComplianceAuditActivities_not: Int\r\n  numberofExecutedComplianceAuditActivities_in: [Int!]\r\n  numberofExecutedComplianceAuditActivities_not_in: [Int!]\r\n  numberofExecutedComplianceAuditActivities_lt: Int\r\n  numberofExecutedComplianceAuditActivities_lte: Int\r\n  numberofExecutedComplianceAuditActivities_gt: Int\r\n  numberofExecutedComplianceAuditActivities_gte: Int\r\n  numberofExecutedEfficiencyAuditActivities: Int\r\n  numberofExecutedEfficiencyAuditActivities_not: Int\r\n  numberofExecutedEfficiencyAuditActivities_in: [Int!]\r\n  numberofExecutedEfficiencyAuditActivities_not_in: [Int!]\r\n  numberofExecutedEfficiencyAuditActivities_lt: Int\r\n  numberofExecutedEfficiencyAuditActivities_lte: Int\r\n  numberofExecutedEfficiencyAuditActivities_gt: Int\r\n  numberofExecutedEfficiencyAuditActivities_gte: Int\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  otherParticipantinAudit_Audit_some: [PersonSystemFilter!]\r\n  auditee_Audit_some: [PersonSystemFilter!]\r\n  auditorinAudit_Audit_some: [PersonSystemFilter!]\r\n  leadAuditor_Audit_some: [PersonSystemFilter!]\r\n  mainAuditee_Audit_some: [PersonSystemFilter!]\r\n  activityOwner_AuditActivity_some: [PersonSystemFilter!]\r\n  recommendationCorrespondent_Recommendation_some: [PersonSystemFilter!]\r\n  recommendationOwner_Recommendation_some: [PersonSystemFilter!]\r\n  actionPlanOwner_ActionPlan_some: [PersonSystemFilter!]\r\n  actionPlanResponsible_ActionPlan_some: [PersonSystemFilter!]\r\n  actionPlanApprover_ActionPlan_some: [PersonSystemFilter!]\r\n  actionOwner_ActionActionPlan_some: [PersonSystemFilter!]\r\n  inVacation_Vacation_some: [PersonSystemFilter!]\r\n  orgUnitMember_OrgUnit_some: [PersonSystemFilter!]\r\n  organizationalUnitOwner_OrgUnit_some: [PersonSystemFilter!]\r\n  orgUnitDesigner_OrgUnit_some: [PersonSystemFilter!]\r\n  organizationalProcessDesigner_OrganizationalProcess_some: [PersonSystemFilter!]\r\n  organizationalProcessManager_OrganizationalProcess_some: [PersonSystemFilter!]\r\n  organizationalProcessContributor_OrganizationalProcess_some: [PersonSystemFilter!]\r\n  organizationalProcessOwner_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  businessProcessDesigner_BusinessProcess_some: [PersonSystemFilter!]\r\n  businessProcessOwner_BusinessProcess_some: [PersonSystemFilter!]\r\n  timeSheet_some: [PersonSystemFilter!]\r\n  skill_some: [PersonSystemFilter!]\r\n}\r\n\r\nenum PersonSystemValidPersonEnum {\r\n  Valid\r\n  Incomplete\r\n  Invalid\r\n}\r\n\r\n# A plan groups a set of audit, tests or compliance tests realised during a specific period defined by a campaign calendar.\r\ntype Plan {\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  description: String\r\n  currentAuditPlan: Boolean\r\n  planStatus: PlanPlanStatusEnum\r\n  planNature: PlanPlanNatureEnum\r\n  planBeginDate: Date\r\n  planEndDate: Date\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  vacation(filter: filterVacation, orderBy: [orderByVacation]): [Vacation]\r\n  audit(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n  risk_Scope(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  orgUnit_Scope(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  organizationalProcess_Scope(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n  businessProcess_Scope(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n}\r\n\r\ninput PlanFilter {\r\n  and: [PlanFilter!]\r\n  or: [PlanFilter!]\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  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  currentAuditPlan: Boolean\r\n  currentAuditPlan_not: Boolean\r\n  planStatus: PlanPlanStatusEnum\r\n  planStatus_not: PlanPlanStatusEnum\r\n  planStatus_in: [PlanPlanStatusEnum!]\r\n  planStatus_not_in: [PlanPlanStatusEnum!]\r\n  planNature: PlanPlanNatureEnum\r\n  planNature_not: PlanPlanNatureEnum\r\n  planNature_in: [PlanPlanNatureEnum!]\r\n  planNature_not_in: [PlanPlanNatureEnum!]\r\n  planBeginDate: Date\r\n  planBeginDate_not: Date\r\n  planBeginDate_in: [Date!]\r\n  planBeginDate_not_in: [Date!]\r\n  planBeginDate_lt: Date\r\n  planBeginDate_lte: Date\r\n  planBeginDate_gt: Date\r\n  planBeginDate_gte: Date\r\n  planEndDate: Date\r\n  planEndDate_not: Date\r\n  planEndDate_in: [Date!]\r\n  planEndDate_not_in: [Date!]\r\n  planEndDate_lt: Date\r\n  planEndDate_lte: Date\r\n  planEndDate_gt: Date\r\n  planEndDate_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  vacation_some: [PlanFilter!]\r\n  audit_some: [PlanFilter!]\r\n  risk_Scope_some: [PlanFilter!]\r\n  orgUnit_Scope_some: [PlanFilter!]\r\n  organizationalProcess_Scope_some: [PlanFilter!]\r\n  businessProcess_Scope_some: [PlanFilter!]\r\n}\r\n\r\nenum PlanNatureEnumFilter {\r\n  MixedAuditCompliance\r\n  MixedICCompliance\r\n  MixedAuditComplianceIC\r\n  Compliance\r\n  Audit\r\n  Test\r\n  MixedAuditIC\r\n}\r\n\r\nenum PlanPlanNatureEnum {\r\n  MixedAuditCompliance\r\n  MixedICCompliance\r\n  MixedAuditComplianceIC\r\n  Compliance\r\n  Audit\r\n  Test\r\n  MixedAuditIC\r\n}\r\n\r\nenum PlanPlanStatusEnum {\r\n  Potential\r\n  InProgress\r\n  Template\r\n  Closed\r\n}\r\n\r\nenum PlanStatusEnumFilter {\r\n  Potential\r\n  InProgress\r\n  Template\r\n  Closed\r\n}\r\n\r\n# Defines a possible answer value for a unique answer. Only unique answers of\r\n# Enumeration type are associated with possible answer values. \r\ntype PossibleAnswerValue {\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  internalValue: String\r\n  rGBColor: Int\r\n  answerValue: Float\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  uniqueValue(filter: filterUniqueValue, orderBy: [orderByUniqueValue]): [UniqueValue]\r\n}\r\n\r\ninput PossibleAnswerValueFilter {\r\n  and: [PossibleAnswerValueFilter!]\r\n  or: [PossibleAnswerValueFilter!]\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  internalValue: String\r\n  internalValue_not: String\r\n  internalValue_in: [String!]\r\n  internalValue_not_in: [String!]\r\n  internalValue_lt: String\r\n  internalValue_lte: String\r\n  internalValue_gt: String\r\n  internalValue_gte: String\r\n  internalValue_contains: String\r\n  internalValue_not_contains: String\r\n  internalValue_starts_with: String\r\n  internalValue_not_starts_with: String\r\n  internalValue_ends_with: String\r\n  internalValue_not_ends_with: String\r\n  rGBColor: Int\r\n  rGBColor_not: Int\r\n  rGBColor_in: [Int!]\r\n  rGBColor_not_in: [Int!]\r\n  rGBColor_lt: Int\r\n  rGBColor_lte: Int\r\n  rGBColor_gt: Int\r\n  rGBColor_gte: Int\r\n  answerValue: Float\r\n  answerValue_not: Float\r\n  answerValue_in: [Float!]\r\n  answerValue_not_in: [Float!]\r\n  answerValue_lt: Float\r\n  answerValue_lte: Float\r\n  answerValue_gt: Float\r\n  answerValue_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  uniqueValue_some: [PossibleAnswerValueFilter!]\r\n}\r\n\r\nenum PriorityEnumFilter {\r\n  Low\r\n  Medium\r\n  High\r\n}\r\n\r\nenum ProgressEvaluationEnumFilter {\r\n  Intime\r\n  Late\r\n}\r\n\r\n# Metaclass used to trace the historical of a percentage progression.\r\ntype ProgressUpdate {\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  progressDate: Date\r\n  progressEvaluation: ProgressUpdateProgressEvaluationEnum\r\n  progressUpdatePercentage: Int\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  recommendation(filter: filterRecommendation, orderBy: [orderByRecommendation]): [Recommendation]\r\n  actionPlan(filter: filterActionPlan, orderBy: [orderByActionPlan]): [ActionPlan]\r\n}\r\n\r\ninput ProgressUpdateFilter {\r\n  and: [ProgressUpdateFilter!]\r\n  or: [ProgressUpdateFilter!]\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  progressDate: Date\r\n  progressDate_not: Date\r\n  progressDate_in: [Date!]\r\n  progressDate_not_in: [Date!]\r\n  progressDate_lt: Date\r\n  progressDate_lte: Date\r\n  progressDate_gt: Date\r\n  progressDate_gte: Date\r\n  progressEvaluation: ProgressUpdateProgressEvaluationEnum\r\n  progressEvaluation_not: ProgressUpdateProgressEvaluationEnum\r\n  progressEvaluation_in: [ProgressUpdateProgressEvaluationEnum!]\r\n  progressEvaluation_not_in: [ProgressUpdateProgressEvaluationEnum!]\r\n  progressUpdatePercentage: Int\r\n  progressUpdatePercentage_not: Int\r\n  progressUpdatePercentage_in: [Int!]\r\n  progressUpdatePercentage_not_in: [Int!]\r\n  progressUpdatePercentage_lt: Int\r\n  progressUpdatePercentage_lte: Int\r\n  progressUpdatePercentage_gt: Int\r\n  progressUpdatePercentage_gte: Int\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  recommendation_some: [ProgressUpdateFilter!]\r\n  actionPlan_some: [ProgressUpdateFilter!]\r\n}\r\n\r\nenum ProgressUpdateProgressEvaluationEnum {\r\n  Intime\r\n  Late\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  testSheet(filter: TestSheetFilter, skip: Int, take: Int, orderBy: [orderByTestSheet]): [TestSheet]\r\n  workPaper(filter: WorkPaperFilter, skip: Int, take: Int, orderBy: [orderByWorkPaper]): [WorkPaper]\r\n  audit(filter: AuditFilter, skip: Int, take: Int, orderBy: [orderByAudit]): [Audit]\r\n  auditTheme(filter: AuditThemeFilter, skip: Int, take: Int, orderBy: [orderByAuditTheme]): [AuditTheme]\r\n  auditActivity(filter: AuditActivityFilter, skip: Int, take: Int, orderBy: [orderByAuditActivity]): [AuditActivity]\r\n  questionAudit(filter: QuestionAuditFilter, skip: Int, take: Int, orderBy: [orderByQuestionAudit]): [QuestionAudit]\r\n  recommendation(filter: RecommendationFilter, skip: Int, take: Int, orderBy: [orderByRecommendation]): [Recommendation]\r\n  finding(filter: FindingFilter, skip: Int, take: Int, orderBy: [orderByFinding]): [Finding]\r\n  answerAudit(filter: AnswerAuditFilter, skip: Int, take: Int, orderBy: [orderByAnswerAudit]): [AnswerAudit]\r\n  actionPlan(filter: ActionPlanFilter, skip: Int, take: Int, orderBy: [orderByActionPlan]): [ActionPlan]\r\n  progressUpdate(filter: ProgressUpdateFilter, skip: Int, take: Int, orderBy: [orderByProgressUpdate]): [ProgressUpdate]\r\n  plan(filter: PlanFilter, skip: Int, take: Int, orderBy: [orderByPlan]): [Plan]\r\n  skill(filter: SkillFilter, skip: Int, take: Int, orderBy: [orderBySkill]): [Skill]\r\n  metaTest(filter: MetaTestFilter, skip: Int, take: Int, orderBy: [orderByMetaTest]): [MetaTest]\r\n  uniqueValue(filter: UniqueValueFilter, skip: Int, take: Int, orderBy: [orderByUniqueValue]): [UniqueValue]\r\n  actionActionPlan(filter: ActionActionPlanFilter, skip: Int, take: Int, orderBy: [orderByActionActionPlan]): [ActionActionPlan]\r\n  vacation(filter: VacationFilter, skip: Int, take: Int, orderBy: [orderByVacation]): [Vacation]\r\n  timeSheet(filter: TimeSheetFilter, skip: Int, take: Int, orderBy: [orderByTimeSheet]): [TimeSheet]\r\n  multipleValue(filter: MultipleValueFilter, skip: Int, take: Int, orderBy: [orderByMultipleValue]): [MultipleValue]\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  possibleAnswerValue(filter: PossibleAnswerValueFilter, skip: Int, take: Int, orderBy: [orderByPossibleAnswerValue]): [PossibleAnswerValue]\r\n  questionGroup(filter: QuestionGroupFilter, skip: Int, take: Int, orderBy: [orderByQuestionGroup]): [QuestionGroup]\r\n  question(filter: QuestionFilter, skip: Int, take: Int, orderBy: [orderByQuestion]): [Question]\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  businessDocumentVersion(filter: BusinessDocumentVersionFilter, skip: Int, take: Int, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\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  skillType(filter: SkillTypeFilter, skip: Int, take: Int, orderBy: [orderBySkillType]): [SkillType]\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# Defines the question to be displayed in the questionnaire. A question can be\r\n# associated with a test conditioning its display or its mandatory aspect. It can\r\n# use a document or an external reference to provide more detailed information.\r\ntype Question {\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  questionType: QuestionQuestionTypeEnum\r\n  mandatoryElement: QuestionMandatoryElementEnum\r\n  delegationAllowed: QuestionDelegationAllowedEnum\r\n  titleText: String\r\n  minimumnumberofanswers: Int\r\n  maximumnumberofanswers: Int\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  metaTest_Condition(filter: filterMetaTest, orderBy: [orderByMetaTest]): [MetaTest]\r\n  questionGroup(filter: filterQuestionGroup, orderBy: [orderByQuestionGroup]): [QuestionGroup]\r\n  uniqueValue_Answer(filter: filterUniqueValue, orderBy: [orderByUniqueValue]): [UniqueValue]\r\n  multipleValue_Answer(filter: filterMultipleValue, orderBy: [orderByMultipleValue]): [MultipleValue]\r\n}\r\n\r\n# This metaclass is no more used. It is deprecated.\r\ntype QuestionAudit {\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  notes(format: StringFormat): String\r\n  textAnswer(format: StringFormat): String\r\n  description: String\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  testSheet(filter: filterTestSheet, orderBy: [orderByTestSheet]): [TestSheet]\r\n  answerAudit_Answer(filter: filterAnswerAudit, orderBy: [orderByAnswerAudit]): [AnswerAudit]\r\n}\r\n\r\ninput QuestionAuditFilter {\r\n  and: [QuestionAuditFilter!]\r\n  or: [QuestionAuditFilter!]\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  notes: String\r\n  notes_not: String\r\n  notes_in: [String!]\r\n  notes_not_in: [String!]\r\n  notes_lt: String\r\n  notes_lte: String\r\n  notes_gt: String\r\n  notes_gte: String\r\n  notes_contains: String\r\n  notes_not_contains: String\r\n  notes_starts_with: String\r\n  notes_not_starts_with: String\r\n  notes_ends_with: String\r\n  notes_not_ends_with: String\r\n  textAnswer: String\r\n  textAnswer_not: String\r\n  textAnswer_in: [String!]\r\n  textAnswer_not_in: [String!]\r\n  textAnswer_lt: String\r\n  textAnswer_lte: String\r\n  textAnswer_gt: String\r\n  textAnswer_gte: String\r\n  textAnswer_contains: String\r\n  textAnswer_not_contains: String\r\n  textAnswer_starts_with: String\r\n  textAnswer_not_starts_with: String\r\n  textAnswer_ends_with: String\r\n  textAnswer_not_ends_with: String\r\n  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_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  testSheet_some: [QuestionAuditFilter!]\r\n  answerAudit_Answer_some: [QuestionAuditFilter!]\r\n}\r\n\r\nenum QuestionDelegationAllowedEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\ninput QuestionFilter {\r\n  and: [QuestionFilter!]\r\n  or: [QuestionFilter!]\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  questionType: QuestionQuestionTypeEnum\r\n  questionType_not: QuestionQuestionTypeEnum\r\n  questionType_in: [QuestionQuestionTypeEnum!]\r\n  questionType_not_in: [QuestionQuestionTypeEnum!]\r\n  mandatoryElement: QuestionMandatoryElementEnum\r\n  mandatoryElement_not: QuestionMandatoryElementEnum\r\n  mandatoryElement_in: [QuestionMandatoryElementEnum!]\r\n  mandatoryElement_not_in: [QuestionMandatoryElementEnum!]\r\n  delegationAllowed: QuestionDelegationAllowedEnum\r\n  delegationAllowed_not: QuestionDelegationAllowedEnum\r\n  delegationAllowed_in: [QuestionDelegationAllowedEnum!]\r\n  delegationAllowed_not_in: [QuestionDelegationAllowedEnum!]\r\n  titleText: String\r\n  titleText_not: String\r\n  titleText_in: [String!]\r\n  titleText_not_in: [String!]\r\n  titleText_lt: String\r\n  titleText_lte: String\r\n  titleText_gt: String\r\n  titleText_gte: String\r\n  titleText_contains: String\r\n  titleText_not_contains: String\r\n  titleText_starts_with: String\r\n  titleText_not_starts_with: String\r\n  titleText_ends_with: String\r\n  titleText_not_ends_with: String\r\n  minimumnumberofanswers: Int\r\n  minimumnumberofanswers_not: Int\r\n  minimumnumberofanswers_in: [Int!]\r\n  minimumnumberofanswers_not_in: [Int!]\r\n  minimumnumberofanswers_lt: Int\r\n  minimumnumberofanswers_lte: Int\r\n  minimumnumberofanswers_gt: Int\r\n  minimumnumberofanswers_gte: Int\r\n  maximumnumberofanswers: Int\r\n  maximumnumberofanswers_not: Int\r\n  maximumnumberofanswers_in: [Int!]\r\n  maximumnumberofanswers_not_in: [Int!]\r\n  maximumnumberofanswers_lt: Int\r\n  maximumnumberofanswers_lte: Int\r\n  maximumnumberofanswers_gt: Int\r\n  maximumnumberofanswers_gte: Int\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  metaTest_Condition_some: [QuestionFilter!]\r\n  questionGroup_some: [QuestionFilter!]\r\n  uniqueValue_Answer_some: [QuestionFilter!]\r\n  multipleValue_Answer_some: [QuestionFilter!]\r\n}\r\n\r\n# The question group defines a set of questions presented in groups. Questions are created and ordered in the question group.\r\ntype QuestionGroup {\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  specific: Boolean\r\n  delegationAllowed: QuestionGroupDelegationAllowedEnum\r\n  titleText: String\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  workPaper_ElementwithQuestionGroup(filter: filterWorkPaper, orderBy: [orderByWorkPaper]): [WorkPaper]\r\n  risk_ElementwithQuestionGroup(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  control_ElementwithQuestionGroup(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n  orgUnit_ElementwithQuestionGroup(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  organizationalProcess_ElementwithQuestionGroup(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n  requirement_ElementwithQuestionGroup(filter: filterRequirement, orderBy: [orderByRequirement]): [Requirement]\r\n  businessProcess_ElementwithQuestionGroup(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n  workPaper_InitializedWorkPaper(filter: filterWorkPaper, orderBy: [orderByWorkPaper]): [WorkPaper]\r\n  question(filter: filterQuestion, orderBy: [orderByQuestion]): [Question]\r\n}\r\n\r\nenum QuestionGroupDelegationAllowedEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\ninput QuestionGroupFilter {\r\n  and: [QuestionGroupFilter!]\r\n  or: [QuestionGroupFilter!]\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  specific: Boolean\r\n  specific_not: Boolean\r\n  delegationAllowed: QuestionGroupDelegationAllowedEnum\r\n  delegationAllowed_not: QuestionGroupDelegationAllowedEnum\r\n  delegationAllowed_in: [QuestionGroupDelegationAllowedEnum!]\r\n  delegationAllowed_not_in: [QuestionGroupDelegationAllowedEnum!]\r\n  titleText: String\r\n  titleText_not: String\r\n  titleText_in: [String!]\r\n  titleText_not_in: [String!]\r\n  titleText_lt: String\r\n  titleText_lte: String\r\n  titleText_gt: String\r\n  titleText_gte: String\r\n  titleText_contains: String\r\n  titleText_not_contains: String\r\n  titleText_starts_with: String\r\n  titleText_not_starts_with: String\r\n  titleText_ends_with: String\r\n  titleText_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  workPaper_ElementwithQuestionGroup_some: [QuestionGroupFilter!]\r\n  risk_ElementwithQuestionGroup_some: [QuestionGroupFilter!]\r\n  control_ElementwithQuestionGroup_some: [QuestionGroupFilter!]\r\n  orgUnit_ElementwithQuestionGroup_some: [QuestionGroupFilter!]\r\n  organizationalProcess_ElementwithQuestionGroup_some: [QuestionGroupFilter!]\r\n  requirement_ElementwithQuestionGroup_some: [QuestionGroupFilter!]\r\n  businessProcess_ElementwithQuestionGroup_some: [QuestionGroupFilter!]\r\n  workPaper_InitializedWorkPaper_some: [QuestionGroupFilter!]\r\n  question_some: [QuestionGroupFilter!]\r\n}\r\n\r\nenum QuestionMandatoryElementEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum QuestionQuestionTypeEnum {\r\n  ComboList\r\n  VerticalRadio\r\n  OKNONA\r\n  String\r\n  Boolean\r\n  Text\r\n  Object\r\n  Date\r\n  Duration\r\n  Number\r\n  Percent\r\n  Short\r\n  SignedNumber\r\n  MultipleValues\r\n  MultipleAnswertype\r\n}\r\n\r\nenum QuestionTypeEnumFilter {\r\n  ComboList\r\n  VerticalRadio\r\n  OKNONA\r\n  String\r\n  Boolean\r\n  Text\r\n  Object\r\n  Date\r\n  Duration\r\n  Number\r\n  Percent\r\n  Short\r\n  SignedNumber\r\n  MultipleValues\r\n  MultipleAnswertype\r\n}\r\n\r\n# A recommendation describes what must be done to correct a nonconformity detected at audit.\r\ntype Recommendation {\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  recommendationPriority: RecommendationRecommendationPriorityEnum\r\n  dueDate: Date\r\n  details(format: StringFormat): String\r\n  description: String\r\n  lastProgressPercentage: Int\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationRecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: 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  finding(filter: filterFinding, orderBy: [orderByFinding]): [Finding]\r\n  recommendationCorrespondent_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  recommendationOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  audit_FollowupAudit(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n  actionActionPlan_Action(filter: filterActionActionPlan, orderBy: [orderByActionActionPlan]): [ActionActionPlan]\r\n  audit_OwnerAudit(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n  progressUpdate(filter: filterProgressUpdate, orderBy: [orderByProgressUpdate]): [ProgressUpdate]\r\n  businessProcess(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n  orgUnit(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  organizationalProcess(filter: filterOrganizationalProcess, orderBy: [orderByOrganizationalProcess]): [OrganizationalProcess]\r\n}\r\n\r\ninput RecommendationFilter {\r\n  and: [RecommendationFilter!]\r\n  or: [RecommendationFilter!]\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  recommendationPriority: RecommendationRecommendationPriorityEnum\r\n  recommendationPriority_not: RecommendationRecommendationPriorityEnum\r\n  recommendationPriority_in: [RecommendationRecommendationPriorityEnum!]\r\n  recommendationPriority_not_in: [RecommendationRecommendationPriorityEnum!]\r\n  dueDate: Date\r\n  dueDate_not: Date\r\n  dueDate_in: [Date!]\r\n  dueDate_not_in: [Date!]\r\n  dueDate_lt: Date\r\n  dueDate_lte: Date\r\n  dueDate_gt: Date\r\n  dueDate_gte: Date\r\n  details: String\r\n  details_not: String\r\n  details_in: [String!]\r\n  details_not_in: [String!]\r\n  details_lt: String\r\n  details_lte: String\r\n  details_gt: String\r\n  details_gte: String\r\n  details_contains: String\r\n  details_not_contains: String\r\n  details_starts_with: String\r\n  details_not_starts_with: String\r\n  details_ends_with: String\r\n  details_not_ends_with: String\r\n  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\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  recommendationCode: String\r\n  recommendationCode_not: String\r\n  recommendationCode_in: [String!]\r\n  recommendationCode_not_in: [String!]\r\n  recommendationCode_lt: String\r\n  recommendationCode_lte: String\r\n  recommendationCode_gt: String\r\n  recommendationCode_gte: String\r\n  recommendationCode_contains: String\r\n  recommendationCode_not_contains: String\r\n  recommendationCode_starts_with: String\r\n  recommendationCode_not_starts_with: String\r\n  recommendationCode_ends_with: String\r\n  recommendationCode_not_ends_with: String\r\n  recommendationStatus: RecommendationRecommendationStatusEnum\r\n  recommendationStatus_not: RecommendationRecommendationStatusEnum\r\n  recommendationStatus_in: [RecommendationRecommendationStatusEnum!]\r\n  recommendationStatus_not_in: [RecommendationRecommendationStatusEnum!]\r\n  followup: Boolean\r\n  followup_not: Boolean\r\n  recommendationEndDate: Date\r\n  recommendationEndDate_not: Date\r\n  recommendationEndDate_in: [Date!]\r\n  recommendationEndDate_not_in: [Date!]\r\n  recommendationEndDate_lt: Date\r\n  recommendationEndDate_lte: Date\r\n  recommendationEndDate_gt: Date\r\n  recommendationEndDate_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: [RecommendationFilter!]\r\n  businessDocument_ReferredtoDocument_some: [RecommendationFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [RecommendationFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [RecommendationFilter!]\r\n  finding_some: [RecommendationFilter!]\r\n  recommendationCorrespondent_PersonSystem_some: [RecommendationFilter!]\r\n  recommendationOwner_PersonSystem_some: [RecommendationFilter!]\r\n  audit_FollowupAudit_some: [RecommendationFilter!]\r\n  actionActionPlan_Action_some: [RecommendationFilter!]\r\n  audit_OwnerAudit_some: [RecommendationFilter!]\r\n  progressUpdate_some: [RecommendationFilter!]\r\n  businessProcess_some: [RecommendationFilter!]\r\n  orgUnit_some: [RecommendationFilter!]\r\n  risk_some: [RecommendationFilter!]\r\n  organizationalProcess_some: [RecommendationFilter!]\r\n}\r\n\r\nenum RecommendationPriorityEnumFilter {\r\n  VeryHigh\r\n  High\r\n  Medium\r\n  Low\r\n}\r\n\r\nenum RecommendationRecommendationPriorityEnum {\r\n  VeryHigh\r\n  High\r\n  Medium\r\n  Low\r\n}\r\n\r\nenum RecommendationRecommendationStatusEnum {\r\n  Closed\r\n  Tobesubmitted\r\n  Actionplantobesubmitted\r\n  Actionplantobevalidated\r\n  Actionplantobereviewed\r\n  Inprogress\r\n  Actionplanprogressratetobeupdated\r\n  Actionplanprogressrateupdated\r\n  Cancelled\r\n}\r\n\r\nenum RecommendationStatusEnumFilter {\r\n  Closed\r\n  Tobesubmitted\r\n  Actionplantobesubmitted\r\n  Actionplantobevalidated\r\n  Actionplantobereviewed\r\n  Inprogress\r\n  Actionplanprogressratetobeupdated\r\n  Actionplanprogressrateupdated\r\n  Cancelled\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  requirement_SubRequirement(filter: filterRequirement, orderBy: [orderByRequirement]): [Requirement]\r\n  requirement_ParentRequirement(filter: filterRequirement, orderBy: [orderByRequirement]): [Requirement]\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  questionGroup(filter: filterQuestionGroup, orderBy: [orderByQuestionGroup]): [QuestionGroup]\r\n  audit(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\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  requirement_SubRequirement_some: [RequirementFilter!]\r\n  requirement_ParentRequirement_some: [RequirementFilter!]\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  questionGroup_some: [RequirementFilter!]\r\n  audit_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  responsibilityAssignmentWorkloadHours: Int\r\n  responsibilityAssignmentProgress: ResponsibilityAssignmentResponsibilityAssignmentProgressEnum\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  audit_AssignedObject(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n  auditActivity_AssignedObject(filter: filterAuditActivity, orderBy: [orderByAuditActivity]): [AuditActivity]\r\n  recommendation_AssignedObject(filter: filterRecommendation, orderBy: [orderByRecommendation]): [Recommendation]\r\n  actionPlan_AssignedObject(filter: filterActionPlan, orderBy: [orderByActionPlan]): [ActionPlan]\r\n  actionActionPlan_AssignedObject(filter: filterActionActionPlan, orderBy: [orderByActionActionPlan]): [ActionActionPlan]\r\n  vacation_AssignedObject(filter: filterVacation, orderBy: [orderByVacation]): [Vacation]\r\n  risk_AssignedObject(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  control_AssignedObject(filter: filterControl, orderBy: [orderByControl]): [Control]\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\nenum ResponsibilityAssignmentResponsibilityAssignmentProgressEnum {\r\n  NotBegun\r\n  Begun\r\n  InProgress\r\n  Finalization\r\n  Completed\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  controlDesignERM: RiskControlDesignERMEnum\r\n  controlEffectivenessERM: RiskControlEffectivenessERMEnum\r\n  riskIdentificationMode: RiskRiskIdentificationModeEnum\r\n  keyRisk: Boolean\r\n  targetRiskERM: RiskTargetRiskERMEnum\r\n  netRiskERM: RiskNetRiskERMEnum\r\n  assessmentFreshness: Float\r\n  impactERM: RiskImpactERMEnum\r\n  likelihoodERM: RiskLikelihoodERMEnum\r\n  inherentRiskERM: RiskInherentRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  controlLevelERM: RiskControlLevelERMEnum\r\n  riskComment(format: StringFormat): String\r\n  lastAssessmentDate: Date\r\n  riskStatusobj: RiskRiskStatusobjEnum\r\n  riskAcceptance: Boolean\r\n  riskAvoidance: Boolean\r\n  riskReduction: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskInsurance: Boolean\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  questionGroup(filter: filterQuestionGroup, orderBy: [orderByQuestionGroup]): [QuestionGroup]\r\n  control_PreventiveControl(filter: filterControl, orderBy: [orderByControl]): [Control]\r\n  auditActivity_Activity(filter: filterAuditActivity, orderBy: [orderByAuditActivity]): [AuditActivity]\r\n  finding(filter: filterFinding, orderBy: [orderByFinding]): [Finding]\r\n  plan_AuditPlan(filter: filterPlan, orderBy: [orderByPlan]): [Plan]\r\n  recommendation(filter: filterRecommendation, orderBy: [orderByRecommendation]): [Recommendation]\r\n  audit(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n}\r\n\r\nenum RiskBAEnumFilter {\r\n  NA\r\n  VeryHigh\r\n  High\r\n  Medium\r\n  Low\r\n  VeryLow\r\n}\r\n\r\nenum RiskControlDesignERMEnum {\r\n  VeryStrong\r\n  Strong\r\n  Medium\r\n  Weak\r\n  Veryweak\r\n}\r\n\r\nenum RiskControlEffectivenessERMEnum {\r\n  VeryStrong\r\n  Strong\r\n  Medium\r\n  Weak\r\n  VeryWeak\r\n}\r\n\r\nenum RiskControlLevelERMEnum {\r\n  VeryStrong\r\n  Strong\r\n  Medium\r\n  Weak\r\n  VeryWeak\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  controlDesignERM: RiskControlDesignERMEnum\r\n  controlDesignERM_not: RiskControlDesignERMEnum\r\n  controlDesignERM_in: [RiskControlDesignERMEnum!]\r\n  controlDesignERM_not_in: [RiskControlDesignERMEnum!]\r\n  controlEffectivenessERM: RiskControlEffectivenessERMEnum\r\n  controlEffectivenessERM_not: RiskControlEffectivenessERMEnum\r\n  controlEffectivenessERM_in: [RiskControlEffectivenessERMEnum!]\r\n  controlEffectivenessERM_not_in: [RiskControlEffectivenessERMEnum!]\r\n  riskIdentificationMode: RiskRiskIdentificationModeEnum\r\n  riskIdentificationMode_not: RiskRiskIdentificationModeEnum\r\n  riskIdentificationMode_in: [RiskRiskIdentificationModeEnum!]\r\n  riskIdentificationMode_not_in: [RiskRiskIdentificationModeEnum!]\r\n  keyRisk: Boolean\r\n  keyRisk_not: Boolean\r\n  targetRiskERM: RiskTargetRiskERMEnum\r\n  targetRiskERM_not: RiskTargetRiskERMEnum\r\n  targetRiskERM_in: [RiskTargetRiskERMEnum!]\r\n  targetRiskERM_not_in: [RiskTargetRiskERMEnum!]\r\n  netRiskERM: RiskNetRiskERMEnum\r\n  netRiskERM_not: RiskNetRiskERMEnum\r\n  netRiskERM_in: [RiskNetRiskERMEnum!]\r\n  netRiskERM_not_in: [RiskNetRiskERMEnum!]\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  inherentRiskERM: RiskInherentRiskERMEnum\r\n  inherentRiskERM_not: RiskInherentRiskERMEnum\r\n  inherentRiskERM_in: [RiskInherentRiskERMEnum!]\r\n  inherentRiskERM_not_in: [RiskInherentRiskERMEnum!]\r\n  residualRiskComputingMode: String\r\n  residualRiskComputingMode_not: String\r\n  residualRiskComputingMode_in: [String!]\r\n  residualRiskComputingMode_not_in: [String!]\r\n  residualRiskComputingMode_lt: String\r\n  residualRiskComputingMode_lte: String\r\n  residualRiskComputingMode_gt: String\r\n  residualRiskComputingMode_gte: String\r\n  residualRiskComputingMode_contains: String\r\n  residualRiskComputingMode_not_contains: String\r\n  residualRiskComputingMode_starts_with: String\r\n  residualRiskComputingMode_not_starts_with: String\r\n  residualRiskComputingMode_ends_with: String\r\n  residualRiskComputingMode_not_ends_with: String\r\n  controlLevelERM: RiskControlLevelERMEnum\r\n  controlLevelERM_not: RiskControlLevelERMEnum\r\n  controlLevelERM_in: [RiskControlLevelERMEnum!]\r\n  controlLevelERM_not_in: [RiskControlLevelERMEnum!]\r\n  riskComment: String\r\n  riskComment_not: String\r\n  riskComment_in: [String!]\r\n  riskComment_not_in: [String!]\r\n  riskComment_lt: String\r\n  riskComment_lte: String\r\n  riskComment_gt: String\r\n  riskComment_gte: String\r\n  riskComment_contains: String\r\n  riskComment_not_contains: String\r\n  riskComment_starts_with: String\r\n  riskComment_not_starts_with: String\r\n  riskComment_ends_with: String\r\n  riskComment_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  riskStatusobj: RiskRiskStatusobjEnum\r\n  riskStatusobj_not: RiskRiskStatusobjEnum\r\n  riskStatusobj_in: [RiskRiskStatusobjEnum!]\r\n  riskStatusobj_not_in: [RiskRiskStatusobjEnum!]\r\n  riskAcceptance: Boolean\r\n  riskAcceptance_not: Boolean\r\n  riskAvoidance: Boolean\r\n  riskAvoidance_not: Boolean\r\n  riskReduction: Boolean\r\n  riskReduction_not: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskTransferSubcontractor_not: Boolean\r\n  riskInsurance: Boolean\r\n  riskInsurance_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  businessDocument_AttachedDocument_some: [RiskFilter!]\r\n  businessDocument_ReferredtoDocument_some: [RiskFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [RiskFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [RiskFilter!]\r\n  questionGroup_some: [RiskFilter!]\r\n  control_PreventiveControl_some: [RiskFilter!]\r\n  auditActivity_Activity_some: [RiskFilter!]\r\n  finding_some: [RiskFilter!]\r\n  plan_AuditPlan_some: [RiskFilter!]\r\n  recommendation_some: [RiskFilter!]\r\n  audit_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 RiskInherentRiskERMEnum {\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 RiskNetRiskERMEnum {\r\n  VeryLow\r\n  Low\r\n  Medium\r\n  High\r\n  VeryHigh\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\nenum RiskRiskStatusobjEnum {\r\n  Created\r\n  Submitted\r\n  Validated\r\n  Rejected\r\n}\r\n\r\nenum RiskStatusobjEnumFilter {\r\n  Created\r\n  Submitted\r\n  Validated\r\n  Rejected\r\n}\r\n\r\nenum RiskTargetRiskERMEnum {\r\n  VeryLow\r\n  Low\r\n  Medium\r\n  VeryHigh\r\n  High\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\n# Skill of a person of a specific type.\r\ntype Skill {\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  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  personSystem_Person(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  audit(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n  skillType(filter: filterSkillType, orderBy: [orderBySkillType]): [SkillType]\r\n}\r\n\r\ninput SkillFilter {\r\n  and: [SkillFilter!]\r\n  or: [SkillFilter!]\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  businessDocument_AttachedDocument_some: [SkillFilter!]\r\n  businessDocument_ReferredtoDocument_some: [SkillFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [SkillFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [SkillFilter!]\r\n  personSystem_Person_some: [SkillFilter!]\r\n  audit_some: [SkillFilter!]\r\n  skillType_some: [SkillFilter!]\r\n}\r\n\r\n# Skill types allow classification of the skills of company employees.\r\ntype SkillType {\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  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  skill(filter: filterSkill, orderBy: [orderBySkill]): [Skill]\r\n}\r\n\r\ninput SkillTypeFilter {\r\n  and: [SkillTypeFilter!]\r\n  or: [SkillTypeFilter!]\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  businessDocument_AttachedDocument_some: [SkillTypeFilter!]\r\n  businessDocument_ReferredtoDocument_some: [SkillTypeFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [SkillTypeFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [SkillTypeFilter!]\r\n  skill_some: [SkillTypeFilter!]\r\n}\r\n\r\nenum StatusactEnumFilter {\r\n  Created\r\n  Tobeclosed\r\n  Draft\r\n  Closed\r\n  Open\r\n}\r\n\r\nenum StatusLoginEnumFilter {\r\n  Active\r\n  Inactive\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 TargetRiskERMEnumFilter {\r\n  VeryLow\r\n  Low\r\n  Medium\r\n  VeryHigh\r\n  High\r\n}\r\n\r\nenum TaskTypeEnumFilter {\r\n  UserInputTask\r\n  ScriptTask\r\n  ExchangeCall\r\n  SubProcess\r\n  Manual\r\n  Receive\r\n  Send\r\n  BusinessRule\r\n  Script\r\n  User\r\n  IT_ServiceCall\r\n  SystemProcessCall\r\n}\r\n\r\nenum TestingFrequencyEnumFilter {\r\n  Quarterly\r\n  Bi_Yearly\r\n  Yearly\r\n}\r\n\r\nenum TestingMethodEnumFilter {\r\n  Observation\r\n  Inquiry\r\n  Inspection\r\n  Re_Performance\r\n}\r\n\r\n# Test sheet of a work paper (no more used).\r\ntype TestSheet {\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  completed: Boolean\r\n  description: String\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  workPaper(filter: filterWorkPaper, orderBy: [orderByWorkPaper]): [WorkPaper]\r\n  questionAudit_TestQuestion(filter: filterQuestionAudit, orderBy: [orderByQuestionAudit]): [QuestionAudit]\r\n}\r\n\r\ninput TestSheetFilter {\r\n  and: [TestSheetFilter!]\r\n  or: [TestSheetFilter!]\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  completed: Boolean\r\n  completed_not: Boolean\r\n  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_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  workPaper_some: [TestSheetFilter!]\r\n  questionAudit_TestQuestion_some: [TestSheetFilter!]\r\n}\r\n\r\n# A time sheet is used to manage the time spent in a week by a person on a task or mission.\r\ntype TimeSheet {\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  timeSheetEnteredDate: Date\r\n  timeSheetBeginDate: Date\r\n  timeSheetBeginWeek: Int\r\n  timeSheetBeginMonth: Int\r\n  timeSheetBeginYear: Int\r\n  timeSheetEndDate: Date\r\n  timeSheetEndWeek: Int\r\n  timeSheetEndMonth: Int\r\n  timeSheetEndYear: Int\r\n  timeSheetMondayDate: Date\r\n  timeSheetTuesdayDate: Date\r\n  timeSheetWednesdayDate: Date\r\n  timeSheetThursdayDate: Date\r\n  timeSheetFridayDate: Date\r\n  timeSheetSaturdayDate: Date\r\n  timeSheetSundayDate: Date\r\n  totalMondayHours: Int\r\n  totalTuesdayHours: Int\r\n  totalWednesdayHours: Int\r\n  totalThursdayHours: Int\r\n  totalFridayHours: Int\r\n  totalSaturdayHours: Int\r\n  totalSundayHours: Int\r\n  timeSheetStatus: TimeSheetTimeSheetStatusEnum\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  personSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  audit_WorkPeriod(filter: filterAudit, orderBy: [orderByAudit]): [Audit]\r\n  vacation_WorkPeriod(filter: filterVacation, orderBy: [orderByVacation]): [Vacation]\r\n  timeSheet_PreviousTimeSheet(filter: filterTimeSheet, orderBy: [orderByTimeSheet]): [TimeSheet]\r\n  timeSheet_NextTimeSheet(filter: filterTimeSheet, orderBy: [orderByTimeSheet]): [TimeSheet]\r\n}\r\n\r\ninput TimeSheetFilter {\r\n  and: [TimeSheetFilter!]\r\n  or: [TimeSheetFilter!]\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  timeSheetEnteredDate: Date\r\n  timeSheetEnteredDate_not: Date\r\n  timeSheetEnteredDate_in: [Date!]\r\n  timeSheetEnteredDate_not_in: [Date!]\r\n  timeSheetEnteredDate_lt: Date\r\n  timeSheetEnteredDate_lte: Date\r\n  timeSheetEnteredDate_gt: Date\r\n  timeSheetEnteredDate_gte: Date\r\n  timeSheetBeginDate: Date\r\n  timeSheetBeginDate_not: Date\r\n  timeSheetBeginDate_in: [Date!]\r\n  timeSheetBeginDate_not_in: [Date!]\r\n  timeSheetBeginDate_lt: Date\r\n  timeSheetBeginDate_lte: Date\r\n  timeSheetBeginDate_gt: Date\r\n  timeSheetBeginDate_gte: Date\r\n  timeSheetBeginWeek: Int\r\n  timeSheetBeginWeek_not: Int\r\n  timeSheetBeginWeek_in: [Int!]\r\n  timeSheetBeginWeek_not_in: [Int!]\r\n  timeSheetBeginWeek_lt: Int\r\n  timeSheetBeginWeek_lte: Int\r\n  timeSheetBeginWeek_gt: Int\r\n  timeSheetBeginWeek_gte: Int\r\n  timeSheetBeginMonth: Int\r\n  timeSheetBeginMonth_not: Int\r\n  timeSheetBeginMonth_in: [Int!]\r\n  timeSheetBeginMonth_not_in: [Int!]\r\n  timeSheetBeginMonth_lt: Int\r\n  timeSheetBeginMonth_lte: Int\r\n  timeSheetBeginMonth_gt: Int\r\n  timeSheetBeginMonth_gte: Int\r\n  timeSheetBeginYear: Int\r\n  timeSheetBeginYear_not: Int\r\n  timeSheetBeginYear_in: [Int!]\r\n  timeSheetBeginYear_not_in: [Int!]\r\n  timeSheetBeginYear_lt: Int\r\n  timeSheetBeginYear_lte: Int\r\n  timeSheetBeginYear_gt: Int\r\n  timeSheetBeginYear_gte: Int\r\n  timeSheetEndDate: Date\r\n  timeSheetEndDate_not: Date\r\n  timeSheetEndDate_in: [Date!]\r\n  timeSheetEndDate_not_in: [Date!]\r\n  timeSheetEndDate_lt: Date\r\n  timeSheetEndDate_lte: Date\r\n  timeSheetEndDate_gt: Date\r\n  timeSheetEndDate_gte: Date\r\n  timeSheetEndWeek: Int\r\n  timeSheetEndWeek_not: Int\r\n  timeSheetEndWeek_in: [Int!]\r\n  timeSheetEndWeek_not_in: [Int!]\r\n  timeSheetEndWeek_lt: Int\r\n  timeSheetEndWeek_lte: Int\r\n  timeSheetEndWeek_gt: Int\r\n  timeSheetEndWeek_gte: Int\r\n  timeSheetEndMonth: Int\r\n  timeSheetEndMonth_not: Int\r\n  timeSheetEndMonth_in: [Int!]\r\n  timeSheetEndMonth_not_in: [Int!]\r\n  timeSheetEndMonth_lt: Int\r\n  timeSheetEndMonth_lte: Int\r\n  timeSheetEndMonth_gt: Int\r\n  timeSheetEndMonth_gte: Int\r\n  timeSheetEndYear: Int\r\n  timeSheetEndYear_not: Int\r\n  timeSheetEndYear_in: [Int!]\r\n  timeSheetEndYear_not_in: [Int!]\r\n  timeSheetEndYear_lt: Int\r\n  timeSheetEndYear_lte: Int\r\n  timeSheetEndYear_gt: Int\r\n  timeSheetEndYear_gte: Int\r\n  timeSheetMondayDate: Date\r\n  timeSheetMondayDate_not: Date\r\n  timeSheetMondayDate_in: [Date!]\r\n  timeSheetMondayDate_not_in: [Date!]\r\n  timeSheetMondayDate_lt: Date\r\n  timeSheetMondayDate_lte: Date\r\n  timeSheetMondayDate_gt: Date\r\n  timeSheetMondayDate_gte: Date\r\n  timeSheetTuesdayDate: Date\r\n  timeSheetTuesdayDate_not: Date\r\n  timeSheetTuesdayDate_in: [Date!]\r\n  timeSheetTuesdayDate_not_in: [Date!]\r\n  timeSheetTuesdayDate_lt: Date\r\n  timeSheetTuesdayDate_lte: Date\r\n  timeSheetTuesdayDate_gt: Date\r\n  timeSheetTuesdayDate_gte: Date\r\n  timeSheetWednesdayDate: Date\r\n  timeSheetWednesdayDate_not: Date\r\n  timeSheetWednesdayDate_in: [Date!]\r\n  timeSheetWednesdayDate_not_in: [Date!]\r\n  timeSheetWednesdayDate_lt: Date\r\n  timeSheetWednesdayDate_lte: Date\r\n  timeSheetWednesdayDate_gt: Date\r\n  timeSheetWednesdayDate_gte: Date\r\n  timeSheetThursdayDate: Date\r\n  timeSheetThursdayDate_not: Date\r\n  timeSheetThursdayDate_in: [Date!]\r\n  timeSheetThursdayDate_not_in: [Date!]\r\n  timeSheetThursdayDate_lt: Date\r\n  timeSheetThursdayDate_lte: Date\r\n  timeSheetThursdayDate_gt: Date\r\n  timeSheetThursdayDate_gte: Date\r\n  timeSheetFridayDate: Date\r\n  timeSheetFridayDate_not: Date\r\n  timeSheetFridayDate_in: [Date!]\r\n  timeSheetFridayDate_not_in: [Date!]\r\n  timeSheetFridayDate_lt: Date\r\n  timeSheetFridayDate_lte: Date\r\n  timeSheetFridayDate_gt: Date\r\n  timeSheetFridayDate_gte: Date\r\n  timeSheetSaturdayDate: Date\r\n  timeSheetSaturdayDate_not: Date\r\n  timeSheetSaturdayDate_in: [Date!]\r\n  timeSheetSaturdayDate_not_in: [Date!]\r\n  timeSheetSaturdayDate_lt: Date\r\n  timeSheetSaturdayDate_lte: Date\r\n  timeSheetSaturdayDate_gt: Date\r\n  timeSheetSaturdayDate_gte: Date\r\n  timeSheetSundayDate: Date\r\n  timeSheetSundayDate_not: Date\r\n  timeSheetSundayDate_in: [Date!]\r\n  timeSheetSundayDate_not_in: [Date!]\r\n  timeSheetSundayDate_lt: Date\r\n  timeSheetSundayDate_lte: Date\r\n  timeSheetSundayDate_gt: Date\r\n  timeSheetSundayDate_gte: Date\r\n  totalMondayHours: Int\r\n  totalMondayHours_not: Int\r\n  totalMondayHours_in: [Int!]\r\n  totalMondayHours_not_in: [Int!]\r\n  totalMondayHours_lt: Int\r\n  totalMondayHours_lte: Int\r\n  totalMondayHours_gt: Int\r\n  totalMondayHours_gte: Int\r\n  totalTuesdayHours: Int\r\n  totalTuesdayHours_not: Int\r\n  totalTuesdayHours_in: [Int!]\r\n  totalTuesdayHours_not_in: [Int!]\r\n  totalTuesdayHours_lt: Int\r\n  totalTuesdayHours_lte: Int\r\n  totalTuesdayHours_gt: Int\r\n  totalTuesdayHours_gte: Int\r\n  totalWednesdayHours: Int\r\n  totalWednesdayHours_not: Int\r\n  totalWednesdayHours_in: [Int!]\r\n  totalWednesdayHours_not_in: [Int!]\r\n  totalWednesdayHours_lt: Int\r\n  totalWednesdayHours_lte: Int\r\n  totalWednesdayHours_gt: Int\r\n  totalWednesdayHours_gte: Int\r\n  totalThursdayHours: Int\r\n  totalThursdayHours_not: Int\r\n  totalThursdayHours_in: [Int!]\r\n  totalThursdayHours_not_in: [Int!]\r\n  totalThursdayHours_lt: Int\r\n  totalThursdayHours_lte: Int\r\n  totalThursdayHours_gt: Int\r\n  totalThursdayHours_gte: Int\r\n  totalFridayHours: Int\r\n  totalFridayHours_not: Int\r\n  totalFridayHours_in: [Int!]\r\n  totalFridayHours_not_in: [Int!]\r\n  totalFridayHours_lt: Int\r\n  totalFridayHours_lte: Int\r\n  totalFridayHours_gt: Int\r\n  totalFridayHours_gte: Int\r\n  totalSaturdayHours: Int\r\n  totalSaturdayHours_not: Int\r\n  totalSaturdayHours_in: [Int!]\r\n  totalSaturdayHours_not_in: [Int!]\r\n  totalSaturdayHours_lt: Int\r\n  totalSaturdayHours_lte: Int\r\n  totalSaturdayHours_gt: Int\r\n  totalSaturdayHours_gte: Int\r\n  totalSundayHours: Int\r\n  totalSundayHours_not: Int\r\n  totalSundayHours_in: [Int!]\r\n  totalSundayHours_not_in: [Int!]\r\n  totalSundayHours_lt: Int\r\n  totalSundayHours_lte: Int\r\n  totalSundayHours_gt: Int\r\n  totalSundayHours_gte: Int\r\n  timeSheetStatus: TimeSheetTimeSheetStatusEnum\r\n  timeSheetStatus_not: TimeSheetTimeSheetStatusEnum\r\n  timeSheetStatus_in: [TimeSheetTimeSheetStatusEnum!]\r\n  timeSheetStatus_not_in: [TimeSheetTimeSheetStatusEnum!]\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_some: [TimeSheetFilter!]\r\n  audit_WorkPeriod_some: [TimeSheetFilter!]\r\n  vacation_WorkPeriod_some: [TimeSheetFilter!]\r\n  timeSheet_PreviousTimeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_NextTimeSheet_some: [TimeSheetFilter!]\r\n}\r\n\r\nenum TimeSheetStatusEnumFilter {\r\n  Empty\r\n  Incomplete\r\n  Complete\r\n  Validated\r\n}\r\n\r\nenum TimeSheetTimeSheetStatusEnum {\r\n  Empty\r\n  Incomplete\r\n  Complete\r\n  Validated\r\n}\r\n\r\nenum TransactionEnumFilter {\r\n  Yes\r\n  No\r\n}\r\n\r\n# Defines the answer, its type, display conditions,? There can be only a single\r\n# expected answer value for a given assessment context. When the answer type is an\r\n# enumeration, it is possible to define a list of possible answers, and to specify\r\n# their display in a combo box or in the form of radio buttons.  When the answer\r\n# is of MEGA Object type, it is necessary to specify the MetaClass of the object\r\n# type to be returned as answer.\r\ntype UniqueValue {\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  valueDataType: UniqueValueValueDataTypeEnum\r\n  mandatoryElement: UniqueValueMandatoryElementEnum\r\n  linkAnsweredObject: String\r\n  titleText: String\r\n  answerComment(format: StringFormat): String\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  possibleAnswerValue(filter: filterPossibleAnswerValue, orderBy: [orderByPossibleAnswerValue]): [PossibleAnswerValue]\r\n  question(filter: filterQuestion, orderBy: [orderByQuestion]): [Question]\r\n}\r\n\r\ninput UniqueValueFilter {\r\n  and: [UniqueValueFilter!]\r\n  or: [UniqueValueFilter!]\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  valueDataType: UniqueValueValueDataTypeEnum\r\n  valueDataType_not: UniqueValueValueDataTypeEnum\r\n  valueDataType_in: [UniqueValueValueDataTypeEnum!]\r\n  valueDataType_not_in: [UniqueValueValueDataTypeEnum!]\r\n  mandatoryElement: UniqueValueMandatoryElementEnum\r\n  mandatoryElement_not: UniqueValueMandatoryElementEnum\r\n  mandatoryElement_in: [UniqueValueMandatoryElementEnum!]\r\n  mandatoryElement_not_in: [UniqueValueMandatoryElementEnum!]\r\n  linkAnsweredObject: String\r\n  linkAnsweredObject_not: String\r\n  linkAnsweredObject_in: [String!]\r\n  linkAnsweredObject_not_in: [String!]\r\n  linkAnsweredObject_lt: String\r\n  linkAnsweredObject_lte: String\r\n  linkAnsweredObject_gt: String\r\n  linkAnsweredObject_gte: String\r\n  linkAnsweredObject_contains: String\r\n  linkAnsweredObject_not_contains: String\r\n  linkAnsweredObject_starts_with: String\r\n  linkAnsweredObject_not_starts_with: String\r\n  linkAnsweredObject_ends_with: String\r\n  linkAnsweredObject_not_ends_with: String\r\n  titleText: String\r\n  titleText_not: String\r\n  titleText_in: [String!]\r\n  titleText_not_in: [String!]\r\n  titleText_lt: String\r\n  titleText_lte: String\r\n  titleText_gt: String\r\n  titleText_gte: String\r\n  titleText_contains: String\r\n  titleText_not_contains: String\r\n  titleText_starts_with: String\r\n  titleText_not_starts_with: String\r\n  titleText_ends_with: String\r\n  titleText_not_ends_with: String\r\n  answerComment: String\r\n  answerComment_not: String\r\n  answerComment_in: [String!]\r\n  answerComment_not_in: [String!]\r\n  answerComment_lt: String\r\n  answerComment_lte: String\r\n  answerComment_gt: String\r\n  answerComment_gte: String\r\n  answerComment_contains: String\r\n  answerComment_not_contains: String\r\n  answerComment_starts_with: String\r\n  answerComment_not_starts_with: String\r\n  answerComment_ends_with: String\r\n  answerComment_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  possibleAnswerValue_some: [UniqueValueFilter!]\r\n  question_some: [UniqueValueFilter!]\r\n}\r\n\r\nenum UniqueValueMandatoryElementEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum UniqueValueValueDataTypeEnum {\r\n  EnumerationVerticalRadioButton\r\n  MegaObject\r\n  Duration\r\n  Percent\r\n  SignedNumber\r\n  String\r\n  Short\r\n  Text\r\n  Number\r\n  BooleanCheck\r\n  DateTime\r\n  EnumerationCombolist\r\n}\r\n\r\n# Period of time where the person is unavailable for work. It can be because of holidays, training, etc.\r\ntype Vacation {\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  missionPlannedBeginDate: Date\r\n  missionPlannedEndDate: Date\r\n  missionEffectiveBeginDate: Date\r\n  missionEffectiveEndDate: Date\r\n  vacationStatus: VacationVacationStatusEnum\r\n  vacationType: VacationVacationTypeEnum\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  inVacation_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  timeSheet(filter: filterTimeSheet, orderBy: [orderByTimeSheet]): [TimeSheet]\r\n  plan(filter: filterPlan, orderBy: [orderByPlan]): [Plan]\r\n}\r\n\r\ninput VacationFilter {\r\n  and: [VacationFilter!]\r\n  or: [VacationFilter!]\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  missionPlannedBeginDate: Date\r\n  missionPlannedBeginDate_not: Date\r\n  missionPlannedBeginDate_in: [Date!]\r\n  missionPlannedBeginDate_not_in: [Date!]\r\n  missionPlannedBeginDate_lt: Date\r\n  missionPlannedBeginDate_lte: Date\r\n  missionPlannedBeginDate_gt: Date\r\n  missionPlannedBeginDate_gte: Date\r\n  missionPlannedEndDate: Date\r\n  missionPlannedEndDate_not: Date\r\n  missionPlannedEndDate_in: [Date!]\r\n  missionPlannedEndDate_not_in: [Date!]\r\n  missionPlannedEndDate_lt: Date\r\n  missionPlannedEndDate_lte: Date\r\n  missionPlannedEndDate_gt: Date\r\n  missionPlannedEndDate_gte: Date\r\n  missionEffectiveBeginDate: Date\r\n  missionEffectiveBeginDate_not: Date\r\n  missionEffectiveBeginDate_in: [Date!]\r\n  missionEffectiveBeginDate_not_in: [Date!]\r\n  missionEffectiveBeginDate_lt: Date\r\n  missionEffectiveBeginDate_lte: Date\r\n  missionEffectiveBeginDate_gt: Date\r\n  missionEffectiveBeginDate_gte: Date\r\n  missionEffectiveEndDate: Date\r\n  missionEffectiveEndDate_not: Date\r\n  missionEffectiveEndDate_in: [Date!]\r\n  missionEffectiveEndDate_not_in: [Date!]\r\n  missionEffectiveEndDate_lt: Date\r\n  missionEffectiveEndDate_lte: Date\r\n  missionEffectiveEndDate_gt: Date\r\n  missionEffectiveEndDate_gte: Date\r\n  vacationStatus: VacationVacationStatusEnum\r\n  vacationStatus_not: VacationVacationStatusEnum\r\n  vacationStatus_in: [VacationVacationStatusEnum!]\r\n  vacationStatus_not_in: [VacationVacationStatusEnum!]\r\n  vacationType: VacationVacationTypeEnum\r\n  vacationType_not: VacationVacationTypeEnum\r\n  vacationType_in: [VacationVacationTypeEnum!]\r\n  vacationType_not_in: [VacationVacationTypeEnum!]\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  inVacation_PersonSystem_some: [VacationFilter!]\r\n  timeSheet_some: [VacationFilter!]\r\n  plan_some: [VacationFilter!]\r\n}\r\n\r\nenum VacationStatusEnumFilter {\r\n  Submitted\r\n  Validated\r\n  Rejected\r\n  Closed\r\n}\r\n\r\nenum VacationTypeEnumFilter {\r\n  Holiday\r\n  Training\r\n  Other\r\n}\r\n\r\nenum VacationVacationStatusEnum {\r\n  Submitted\r\n  Validated\r\n  Rejected\r\n  Closed\r\n}\r\n\r\nenum VacationVacationTypeEnum {\r\n  Holiday\r\n  Training\r\n  Other\r\n}\r\n\r\nenum ValidPersonEnumFilter {\r\n  Valid\r\n  Incomplete\r\n  Invalid\r\n}\r\n\r\nenum ValueDataTypeEnumFilter {\r\n  EnumerationVerticalRadioButton\r\n  MegaObject\r\n  Duration\r\n  Percent\r\n  SignedNumber\r\n  String\r\n  Short\r\n  Text\r\n  Number\r\n  BooleanCheck\r\n  DateTime\r\n  EnumerationCombolist\r\n}\r\n\r\n# A workpaper comprises points to be checked on a given subject in the course of an audit activity.\r\ntype WorkPaper {\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  detailedTask(format: StringFormat): String\r\n  description: String\r\n  workPaperDefaultSampleSize: Int\r\n  assessmentFreshness: Float\r\n  lastAssessmentDate: Date\r\n  workPaperSampleSize: Int\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  auditActivity_Activity(filter: filterAuditActivity, orderBy: [orderByAuditActivity]): [AuditActivity]\r\n  testSheet_WorkPaperTestSheet(filter: filterTestSheet, orderBy: [orderByTestSheet]): [TestSheet]\r\n  questionGroup(filter: filterQuestionGroup, orderBy: [orderByQuestionGroup]): [QuestionGroup]\r\n  questionGroup_TemplateQuestionGroup(filter: filterQuestionGroup, orderBy: [orderByQuestionGroup]): [QuestionGroup]\r\n}\r\n\r\ninput WorkPaperFilter {\r\n  and: [WorkPaperFilter!]\r\n  or: [WorkPaperFilter!]\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  detailedTask: String\r\n  detailedTask_not: String\r\n  detailedTask_in: [String!]\r\n  detailedTask_not_in: [String!]\r\n  detailedTask_lt: String\r\n  detailedTask_lte: String\r\n  detailedTask_gt: String\r\n  detailedTask_gte: String\r\n  detailedTask_contains: String\r\n  detailedTask_not_contains: String\r\n  detailedTask_starts_with: String\r\n  detailedTask_not_starts_with: String\r\n  detailedTask_ends_with: String\r\n  detailedTask_not_ends_with: String\r\n  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  workPaperDefaultSampleSize: Int\r\n  workPaperDefaultSampleSize_not: Int\r\n  workPaperDefaultSampleSize_in: [Int!]\r\n  workPaperDefaultSampleSize_not_in: [Int!]\r\n  workPaperDefaultSampleSize_lt: Int\r\n  workPaperDefaultSampleSize_lte: Int\r\n  workPaperDefaultSampleSize_gt: Int\r\n  workPaperDefaultSampleSize_gte: Int\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  workPaperSampleSize: Int\r\n  workPaperSampleSize_not: Int\r\n  workPaperSampleSize_in: [Int!]\r\n  workPaperSampleSize_not_in: [Int!]\r\n  workPaperSampleSize_lt: Int\r\n  workPaperSampleSize_lte: Int\r\n  workPaperSampleSize_gt: Int\r\n  workPaperSampleSize_gte: Int\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: [WorkPaperFilter!]\r\n  businessDocument_ReferredtoDocument_some: [WorkPaperFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [WorkPaperFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [WorkPaperFilter!]\r\n  auditActivity_Activity_some: [WorkPaperFilter!]\r\n  testSheet_WorkPaperTestSheet_some: [WorkPaperFilter!]\r\n  questionGroup_some: [WorkPaperFilter!]\r\n  questionGroup_TemplateQuestionGroup_some: [WorkPaperFilter!]\r\n}\r\n"