HOPEX - SDL Schema - ITPM

GET {{server_url}}/HOPEXGraphQL/api/ITPM/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 application is a software component that can be deployed and provides users with a set of functionalities.\r\ntype Application {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  applicationCode: String\r\n  cloudComputing: ApplicationCloudComputingEnum\r\n  versionNumber: String\r\n  requiredMemorySize: String\r\n  applicationStereotype: ApplicationApplicationStereotypeEnum\r\n  applicationType: ApplicationApplicationTypeEnum\r\n  globalExpense: Float\r\n  currentNumberofUsers: Int\r\n  costperUser: Float\r\n  rankAPM: ApplicationRankAPMEnum\r\n  technologyCompliance: ApplicationTechnologyComplianceEnum\r\n  expenses: Float\r\n  capitalExpenses: Float\r\n  operatingExpenses: Float\r\n  cASTHighlightID: Int\r\n  businessValueAPM: ApplicationBusinessValueAPMEnum\r\n  functionalSupportAPM: ApplicationFunctionalSupportAPMEnum\r\n  technicalEfficiencyAPM: ApplicationTechnicalEfficiencyAPMEnum\r\n  beginLifedate: Date\r\n  endlifedate: Date\r\n  closingDateCast: Date\r\n  softwareResiliencyScoreCASTHighligh: Float\r\n  softwareResiliencyThresholdsCASTHighligh: ApplicationSoftwareResiliencyThresholdsCASTHighlighEnum\r\n  softwareAgilityScore: Float\r\n  softwareAgilityThresholdsCASTHighligh: ApplicationSoftwareAgilityThresholdsCASTHighlighEnum\r\n  softwareEleganceScoreCASTHighligh: Float\r\n  softwareEleganceThresholdsCASTHighligh: ApplicationSoftwareEleganceThresholdsCASTHighlighEnum\r\n  cloudReadyScoreCASTHighlight: Float\r\n  cloudReadyScanCASTHighlight: Float\r\n  technicalDebtCast: Float\r\n  numberoflinesofCodeCast: Int\r\n  numberofFilesCast: Int\r\n  backFiredFunctionPointsCASTHighlight: Float\r\n  softwareResiliencyQuartileCast: ApplicationSoftwareResiliencyQuartileCastEnum\r\n  workflowStatusITandBusinessdata: ApplicationWorkflowStatusITandBusinessdataEnum\r\n  workflowStatusFinancial: ApplicationWorkflowStatusFinancialEnum\r\n  softwareAgilityQuartileCast: ApplicationSoftwareAgilityQuartileCastEnum\r\n  softwareEleganceQuartileCast: ApplicationSoftwareEleganceQuartileCastEnum\r\n  detailsCast: String\r\n  statusReview: ApplicationStatusReviewEnum\r\n  gDPRConsent: ApplicationGDPRConsentEnum\r\n  cost: Float\r\n  revenue: Float\r\n  rOIPercentage: Float\r\n  rOIRate: Float\r\n  costRate: Float\r\n  gDPRContentOfNotice: ApplicationGDPRContentOfNoticeEnum\r\n  assessmentFreshness: Float\r\n  freezepastTimePeriod: Boolean\r\n  recoveryPointObjectiveRPO: ApplicationRecoveryPointObjectiveRPOEnum\r\n  recoveryTimeObjectiveRTO: ApplicationRecoveryTimeObjectiveRTOEnum\r\n  lastAssessmentDate: Date\r\n  workRecoveryTimeWRT: ApplicationWorkRecoveryTimeWRTEnum\r\n  maximumTolerableDowntimeMTD: ApplicationMaximumTolerableDowntimeMTDEnum\r\n  sLALevel: ApplicationSLALevelEnum\r\n  applicationvalidationdate: Date\r\n  dataFreshness: ApplicationDataFreshnessEnum\r\n  applicationTemplate: ApplicationApplicationTemplateEnum\r\n  deploymentDate: Date\r\n  operatingApplicationDate: Date\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  timePeriod_PeriodOfValidity(filter: filterTimePeriod, orderBy: [orderByTimePeriod]): [TimePeriod]\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  initiative(filter: filterInitiative, orderBy: [orderByInitiative]): [Initiative]\r\n  applicationOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  softwareDesigner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  iTOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  businessOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  localFinancialController_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  globalApplicationFlowMap(filter: filterGlobalApplicationFlowMap, orderBy: [orderByGlobalApplicationFlowMap]): [GlobalApplicationFlowMap]\r\n  sentApplicationFlow_ContributingApplication(filter: filterApplicationFlow, orderBy: [orderByApplicationFlow]): [ApplicationFlow]\r\n  receivedApplicationFlow_ContributingApplication(filter: filterApplicationFlow, orderBy: [orderByApplicationFlow]): [ApplicationFlow]\r\n  sentApplicationFlow_ApplicationParticipant(filter: filterApplicationFlow, orderBy: [orderByApplicationFlow]): [ApplicationFlow]\r\n  receivedApplicationFlow_ApplicationParticipant(filter: filterApplicationFlow, orderBy: [orderByApplicationFlow]): [ApplicationFlow]\r\n  businessCapability(filter: filterBusinessCapability, orderBy: [orderByBusinessCapability]): [BusinessCapability]\r\n  businessLine(filter: filterBusinessLine, orderBy: [orderByBusinessLine]): [BusinessLine]\r\n  functionality(filter: filterFunctionality, orderBy: [orderByFunctionality]): [Functionality]\r\n  softwareTechnologyStack(filter: filterSoftwareTechnologyStack, orderBy: [orderBySoftwareTechnologyStack]): [SoftwareTechnologyStack]\r\n  softwareTechnology_UsedTechnology(filter: filterSoftwareTechnology, orderBy: [orderBySoftwareTechnology]): [SoftwareTechnology]\r\n  softwareInstallation(filter: filterSoftwareInstallation, orderBy: [orderBySoftwareInstallation]): [SoftwareInstallation]\r\n  businessProcess(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n}\r\n\r\nenum ApplicationApplicationStereotypeEnum {\r\n  GUI\r\n  Presentationlogic\r\n  Businesslogic\r\n  Datamanagement\r\n}\r\n\r\nenum ApplicationApplicationTemplateEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum ApplicationApplicationTypeEnum {\r\n  SoftwarePackage\r\n  InHouseApplication\r\n  Middleware\r\n  System\r\n  OfficeSystem\r\n}\r\n\r\nenum ApplicationBusinessValueAPMEnum {\r\n  Medium\r\n  Good\r\n  Poor\r\n  Low\r\n}\r\n\r\nenum ApplicationCloudComputingEnum {\r\n  On_Premises\r\n  Cloud_IaaS\r\n  Cloud_PaaS\r\n  Cloud_SaaS\r\n}\r\n\r\nenum ApplicationDataFreshnessEnum {\r\n  LowerSixMonths\r\n  SixtoOneTwoMonths\r\n  AboveOneTwoMonths\r\n}\r\n\r\ninput ApplicationFilter {\r\n  and: [ApplicationFilter!]\r\n  or: [ApplicationFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  applicationCode: String\r\n  applicationCode_not: String\r\n  applicationCode_in: [String!]\r\n  applicationCode_not_in: [String!]\r\n  applicationCode_lt: String\r\n  applicationCode_lte: String\r\n  applicationCode_gt: String\r\n  applicationCode_gte: String\r\n  applicationCode_contains: String\r\n  applicationCode_not_contains: String\r\n  applicationCode_starts_with: String\r\n  applicationCode_not_starts_with: String\r\n  applicationCode_ends_with: String\r\n  applicationCode_not_ends_with: String\r\n  cloudComputing: ApplicationCloudComputingEnum\r\n  cloudComputing_not: ApplicationCloudComputingEnum\r\n  cloudComputing_in: [ApplicationCloudComputingEnum!]\r\n  cloudComputing_not_in: [ApplicationCloudComputingEnum!]\r\n  versionNumber: String\r\n  versionNumber_not: String\r\n  versionNumber_in: [String!]\r\n  versionNumber_not_in: [String!]\r\n  versionNumber_lt: String\r\n  versionNumber_lte: String\r\n  versionNumber_gt: String\r\n  versionNumber_gte: String\r\n  versionNumber_contains: String\r\n  versionNumber_not_contains: String\r\n  versionNumber_starts_with: String\r\n  versionNumber_not_starts_with: String\r\n  versionNumber_ends_with: String\r\n  versionNumber_not_ends_with: String\r\n  requiredMemorySize: String\r\n  requiredMemorySize_not: String\r\n  requiredMemorySize_in: [String!]\r\n  requiredMemorySize_not_in: [String!]\r\n  requiredMemorySize_lt: String\r\n  requiredMemorySize_lte: String\r\n  requiredMemorySize_gt: String\r\n  requiredMemorySize_gte: String\r\n  requiredMemorySize_contains: String\r\n  requiredMemorySize_not_contains: String\r\n  requiredMemorySize_starts_with: String\r\n  requiredMemorySize_not_starts_with: String\r\n  requiredMemorySize_ends_with: String\r\n  requiredMemorySize_not_ends_with: String\r\n  applicationStereotype: ApplicationApplicationStereotypeEnum\r\n  applicationStereotype_not: ApplicationApplicationStereotypeEnum\r\n  applicationStereotype_in: [ApplicationApplicationStereotypeEnum!]\r\n  applicationStereotype_not_in: [ApplicationApplicationStereotypeEnum!]\r\n  applicationType: ApplicationApplicationTypeEnum\r\n  applicationType_not: ApplicationApplicationTypeEnum\r\n  applicationType_in: [ApplicationApplicationTypeEnum!]\r\n  applicationType_not_in: [ApplicationApplicationTypeEnum!]\r\n  globalExpense: Float\r\n  globalExpense_not: Float\r\n  globalExpense_in: [Float!]\r\n  globalExpense_not_in: [Float!]\r\n  globalExpense_lt: Float\r\n  globalExpense_lte: Float\r\n  globalExpense_gt: Float\r\n  globalExpense_gte: Float\r\n  currentNumberofUsers: Int\r\n  currentNumberofUsers_not: Int\r\n  currentNumberofUsers_in: [Int!]\r\n  currentNumberofUsers_not_in: [Int!]\r\n  currentNumberofUsers_lt: Int\r\n  currentNumberofUsers_lte: Int\r\n  currentNumberofUsers_gt: Int\r\n  currentNumberofUsers_gte: Int\r\n  costperUser: Float\r\n  costperUser_not: Float\r\n  costperUser_in: [Float!]\r\n  costperUser_not_in: [Float!]\r\n  costperUser_lt: Float\r\n  costperUser_lte: Float\r\n  costperUser_gt: Float\r\n  costperUser_gte: Float\r\n  rankAPM: ApplicationRankAPMEnum\r\n  rankAPM_not: ApplicationRankAPMEnum\r\n  rankAPM_in: [ApplicationRankAPMEnum!]\r\n  rankAPM_not_in: [ApplicationRankAPMEnum!]\r\n  technologyCompliance: ApplicationTechnologyComplianceEnum\r\n  technologyCompliance_not: ApplicationTechnologyComplianceEnum\r\n  technologyCompliance_in: [ApplicationTechnologyComplianceEnum!]\r\n  technologyCompliance_not_in: [ApplicationTechnologyComplianceEnum!]\r\n  expenses: Float\r\n  expenses_not: Float\r\n  expenses_in: [Float!]\r\n  expenses_not_in: [Float!]\r\n  expenses_lt: Float\r\n  expenses_lte: Float\r\n  expenses_gt: Float\r\n  expenses_gte: Float\r\n  capitalExpenses: Float\r\n  capitalExpenses_not: Float\r\n  capitalExpenses_in: [Float!]\r\n  capitalExpenses_not_in: [Float!]\r\n  capitalExpenses_lt: Float\r\n  capitalExpenses_lte: Float\r\n  capitalExpenses_gt: Float\r\n  capitalExpenses_gte: Float\r\n  operatingExpenses: Float\r\n  operatingExpenses_not: Float\r\n  operatingExpenses_in: [Float!]\r\n  operatingExpenses_not_in: [Float!]\r\n  operatingExpenses_lt: Float\r\n  operatingExpenses_lte: Float\r\n  operatingExpenses_gt: Float\r\n  operatingExpenses_gte: Float\r\n  cASTHighlightID: Int\r\n  cASTHighlightID_not: Int\r\n  cASTHighlightID_in: [Int!]\r\n  cASTHighlightID_not_in: [Int!]\r\n  cASTHighlightID_lt: Int\r\n  cASTHighlightID_lte: Int\r\n  cASTHighlightID_gt: Int\r\n  cASTHighlightID_gte: Int\r\n  businessValueAPM: ApplicationBusinessValueAPMEnum\r\n  businessValueAPM_not: ApplicationBusinessValueAPMEnum\r\n  businessValueAPM_in: [ApplicationBusinessValueAPMEnum!]\r\n  businessValueAPM_not_in: [ApplicationBusinessValueAPMEnum!]\r\n  functionalSupportAPM: ApplicationFunctionalSupportAPMEnum\r\n  functionalSupportAPM_not: ApplicationFunctionalSupportAPMEnum\r\n  functionalSupportAPM_in: [ApplicationFunctionalSupportAPMEnum!]\r\n  functionalSupportAPM_not_in: [ApplicationFunctionalSupportAPMEnum!]\r\n  technicalEfficiencyAPM: ApplicationTechnicalEfficiencyAPMEnum\r\n  technicalEfficiencyAPM_not: ApplicationTechnicalEfficiencyAPMEnum\r\n  technicalEfficiencyAPM_in: [ApplicationTechnicalEfficiencyAPMEnum!]\r\n  technicalEfficiencyAPM_not_in: [ApplicationTechnicalEfficiencyAPMEnum!]\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  closingDateCast: Date\r\n  closingDateCast_not: Date\r\n  closingDateCast_in: [Date!]\r\n  closingDateCast_not_in: [Date!]\r\n  closingDateCast_lt: Date\r\n  closingDateCast_lte: Date\r\n  closingDateCast_gt: Date\r\n  closingDateCast_gte: Date\r\n  softwareResiliencyScoreCASTHighligh: Float\r\n  softwareResiliencyScoreCASTHighligh_not: Float\r\n  softwareResiliencyScoreCASTHighligh_in: [Float!]\r\n  softwareResiliencyScoreCASTHighligh_not_in: [Float!]\r\n  softwareResiliencyScoreCASTHighligh_lt: Float\r\n  softwareResiliencyScoreCASTHighligh_lte: Float\r\n  softwareResiliencyScoreCASTHighligh_gt: Float\r\n  softwareResiliencyScoreCASTHighligh_gte: Float\r\n  softwareResiliencyThresholdsCASTHighligh: ApplicationSoftwareResiliencyThresholdsCASTHighlighEnum\r\n  softwareResiliencyThresholdsCASTHighligh_not: ApplicationSoftwareResiliencyThresholdsCASTHighlighEnum\r\n  softwareResiliencyThresholdsCASTHighligh_in: [ApplicationSoftwareResiliencyThresholdsCASTHighlighEnum!]\r\n  softwareResiliencyThresholdsCASTHighligh_not_in: [ApplicationSoftwareResiliencyThresholdsCASTHighlighEnum!]\r\n  softwareAgilityScore: Float\r\n  softwareAgilityScore_not: Float\r\n  softwareAgilityScore_in: [Float!]\r\n  softwareAgilityScore_not_in: [Float!]\r\n  softwareAgilityScore_lt: Float\r\n  softwareAgilityScore_lte: Float\r\n  softwareAgilityScore_gt: Float\r\n  softwareAgilityScore_gte: Float\r\n  softwareAgilityThresholdsCASTHighligh: ApplicationSoftwareAgilityThresholdsCASTHighlighEnum\r\n  softwareAgilityThresholdsCASTHighligh_not: ApplicationSoftwareAgilityThresholdsCASTHighlighEnum\r\n  softwareAgilityThresholdsCASTHighligh_in: [ApplicationSoftwareAgilityThresholdsCASTHighlighEnum!]\r\n  softwareAgilityThresholdsCASTHighligh_not_in: [ApplicationSoftwareAgilityThresholdsCASTHighlighEnum!]\r\n  softwareEleganceScoreCASTHighligh: Float\r\n  softwareEleganceScoreCASTHighligh_not: Float\r\n  softwareEleganceScoreCASTHighligh_in: [Float!]\r\n  softwareEleganceScoreCASTHighligh_not_in: [Float!]\r\n  softwareEleganceScoreCASTHighligh_lt: Float\r\n  softwareEleganceScoreCASTHighligh_lte: Float\r\n  softwareEleganceScoreCASTHighligh_gt: Float\r\n  softwareEleganceScoreCASTHighligh_gte: Float\r\n  softwareEleganceThresholdsCASTHighligh: ApplicationSoftwareEleganceThresholdsCASTHighlighEnum\r\n  softwareEleganceThresholdsCASTHighligh_not: ApplicationSoftwareEleganceThresholdsCASTHighlighEnum\r\n  softwareEleganceThresholdsCASTHighligh_in: [ApplicationSoftwareEleganceThresholdsCASTHighlighEnum!]\r\n  softwareEleganceThresholdsCASTHighligh_not_in: [ApplicationSoftwareEleganceThresholdsCASTHighlighEnum!]\r\n  cloudReadyScoreCASTHighlight: Float\r\n  cloudReadyScoreCASTHighlight_not: Float\r\n  cloudReadyScoreCASTHighlight_in: [Float!]\r\n  cloudReadyScoreCASTHighlight_not_in: [Float!]\r\n  cloudReadyScoreCASTHighlight_lt: Float\r\n  cloudReadyScoreCASTHighlight_lte: Float\r\n  cloudReadyScoreCASTHighlight_gt: Float\r\n  cloudReadyScoreCASTHighlight_gte: Float\r\n  cloudReadyScanCASTHighlight: Float\r\n  cloudReadyScanCASTHighlight_not: Float\r\n  cloudReadyScanCASTHighlight_in: [Float!]\r\n  cloudReadyScanCASTHighlight_not_in: [Float!]\r\n  cloudReadyScanCASTHighlight_lt: Float\r\n  cloudReadyScanCASTHighlight_lte: Float\r\n  cloudReadyScanCASTHighlight_gt: Float\r\n  cloudReadyScanCASTHighlight_gte: Float\r\n  technicalDebtCast: Float\r\n  technicalDebtCast_not: Float\r\n  technicalDebtCast_in: [Float!]\r\n  technicalDebtCast_not_in: [Float!]\r\n  technicalDebtCast_lt: Float\r\n  technicalDebtCast_lte: Float\r\n  technicalDebtCast_gt: Float\r\n  technicalDebtCast_gte: Float\r\n  numberoflinesofCodeCast: Int\r\n  numberoflinesofCodeCast_not: Int\r\n  numberoflinesofCodeCast_in: [Int!]\r\n  numberoflinesofCodeCast_not_in: [Int!]\r\n  numberoflinesofCodeCast_lt: Int\r\n  numberoflinesofCodeCast_lte: Int\r\n  numberoflinesofCodeCast_gt: Int\r\n  numberoflinesofCodeCast_gte: Int\r\n  numberofFilesCast: Int\r\n  numberofFilesCast_not: Int\r\n  numberofFilesCast_in: [Int!]\r\n  numberofFilesCast_not_in: [Int!]\r\n  numberofFilesCast_lt: Int\r\n  numberofFilesCast_lte: Int\r\n  numberofFilesCast_gt: Int\r\n  numberofFilesCast_gte: Int\r\n  backFiredFunctionPointsCASTHighlight: Float\r\n  backFiredFunctionPointsCASTHighlight_not: Float\r\n  backFiredFunctionPointsCASTHighlight_in: [Float!]\r\n  backFiredFunctionPointsCASTHighlight_not_in: [Float!]\r\n  backFiredFunctionPointsCASTHighlight_lt: Float\r\n  backFiredFunctionPointsCASTHighlight_lte: Float\r\n  backFiredFunctionPointsCASTHighlight_gt: Float\r\n  backFiredFunctionPointsCASTHighlight_gte: Float\r\n  softwareResiliencyQuartileCast: ApplicationSoftwareResiliencyQuartileCastEnum\r\n  softwareResiliencyQuartileCast_not: ApplicationSoftwareResiliencyQuartileCastEnum\r\n  softwareResiliencyQuartileCast_in: [ApplicationSoftwareResiliencyQuartileCastEnum!]\r\n  softwareResiliencyQuartileCast_not_in: [ApplicationSoftwareResiliencyQuartileCastEnum!]\r\n  workflowStatusITandBusinessdata: ApplicationWorkflowStatusITandBusinessdataEnum\r\n  workflowStatusITandBusinessdata_not: ApplicationWorkflowStatusITandBusinessdataEnum\r\n  workflowStatusITandBusinessdata_in: [ApplicationWorkflowStatusITandBusinessdataEnum!]\r\n  workflowStatusITandBusinessdata_not_in: [ApplicationWorkflowStatusITandBusinessdataEnum!]\r\n  workflowStatusFinancial: ApplicationWorkflowStatusFinancialEnum\r\n  workflowStatusFinancial_not: ApplicationWorkflowStatusFinancialEnum\r\n  workflowStatusFinancial_in: [ApplicationWorkflowStatusFinancialEnum!]\r\n  workflowStatusFinancial_not_in: [ApplicationWorkflowStatusFinancialEnum!]\r\n  softwareAgilityQuartileCast: ApplicationSoftwareAgilityQuartileCastEnum\r\n  softwareAgilityQuartileCast_not: ApplicationSoftwareAgilityQuartileCastEnum\r\n  softwareAgilityQuartileCast_in: [ApplicationSoftwareAgilityQuartileCastEnum!]\r\n  softwareAgilityQuartileCast_not_in: [ApplicationSoftwareAgilityQuartileCastEnum!]\r\n  softwareEleganceQuartileCast: ApplicationSoftwareEleganceQuartileCastEnum\r\n  softwareEleganceQuartileCast_not: ApplicationSoftwareEleganceQuartileCastEnum\r\n  softwareEleganceQuartileCast_in: [ApplicationSoftwareEleganceQuartileCastEnum!]\r\n  softwareEleganceQuartileCast_not_in: [ApplicationSoftwareEleganceQuartileCastEnum!]\r\n  detailsCast: String\r\n  detailsCast_not: String\r\n  detailsCast_in: [String!]\r\n  detailsCast_not_in: [String!]\r\n  detailsCast_lt: String\r\n  detailsCast_lte: String\r\n  detailsCast_gt: String\r\n  detailsCast_gte: String\r\n  detailsCast_contains: String\r\n  detailsCast_not_contains: String\r\n  detailsCast_starts_with: String\r\n  detailsCast_not_starts_with: String\r\n  detailsCast_ends_with: String\r\n  detailsCast_not_ends_with: String\r\n  statusReview: ApplicationStatusReviewEnum\r\n  statusReview_not: ApplicationStatusReviewEnum\r\n  statusReview_in: [ApplicationStatusReviewEnum!]\r\n  statusReview_not_in: [ApplicationStatusReviewEnum!]\r\n  gDPRConsent: ApplicationGDPRConsentEnum\r\n  gDPRConsent_not: ApplicationGDPRConsentEnum\r\n  gDPRConsent_in: [ApplicationGDPRConsentEnum!]\r\n  gDPRConsent_not_in: [ApplicationGDPRConsentEnum!]\r\n  cost: Float\r\n  cost_not: Float\r\n  cost_in: [Float!]\r\n  cost_not_in: [Float!]\r\n  cost_lt: Float\r\n  cost_lte: Float\r\n  cost_gt: Float\r\n  cost_gte: Float\r\n  revenue: Float\r\n  revenue_not: Float\r\n  revenue_in: [Float!]\r\n  revenue_not_in: [Float!]\r\n  revenue_lt: Float\r\n  revenue_lte: Float\r\n  revenue_gt: Float\r\n  revenue_gte: Float\r\n  rOIPercentage: Float\r\n  rOIPercentage_not: Float\r\n  rOIPercentage_in: [Float!]\r\n  rOIPercentage_not_in: [Float!]\r\n  rOIPercentage_lt: Float\r\n  rOIPercentage_lte: Float\r\n  rOIPercentage_gt: Float\r\n  rOIPercentage_gte: Float\r\n  rOIRate: Float\r\n  rOIRate_not: Float\r\n  rOIRate_in: [Float!]\r\n  rOIRate_not_in: [Float!]\r\n  rOIRate_lt: Float\r\n  rOIRate_lte: Float\r\n  rOIRate_gt: Float\r\n  rOIRate_gte: Float\r\n  costRate: Float\r\n  costRate_not: Float\r\n  costRate_in: [Float!]\r\n  costRate_not_in: [Float!]\r\n  costRate_lt: Float\r\n  costRate_lte: Float\r\n  costRate_gt: Float\r\n  costRate_gte: Float\r\n  gDPRContentOfNotice: ApplicationGDPRContentOfNoticeEnum\r\n  gDPRContentOfNotice_not: ApplicationGDPRContentOfNoticeEnum\r\n  gDPRContentOfNotice_in: [ApplicationGDPRContentOfNoticeEnum!]\r\n  gDPRContentOfNotice_not_in: [ApplicationGDPRContentOfNoticeEnum!]\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  freezepastTimePeriod: Boolean\r\n  freezepastTimePeriod_not: Boolean\r\n  recoveryPointObjectiveRPO: ApplicationRecoveryPointObjectiveRPOEnum\r\n  recoveryPointObjectiveRPO_not: ApplicationRecoveryPointObjectiveRPOEnum\r\n  recoveryPointObjectiveRPO_in: [ApplicationRecoveryPointObjectiveRPOEnum!]\r\n  recoveryPointObjectiveRPO_not_in: [ApplicationRecoveryPointObjectiveRPOEnum!]\r\n  recoveryTimeObjectiveRTO: ApplicationRecoveryTimeObjectiveRTOEnum\r\n  recoveryTimeObjectiveRTO_not: ApplicationRecoveryTimeObjectiveRTOEnum\r\n  recoveryTimeObjectiveRTO_in: [ApplicationRecoveryTimeObjectiveRTOEnum!]\r\n  recoveryTimeObjectiveRTO_not_in: [ApplicationRecoveryTimeObjectiveRTOEnum!]\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  workRecoveryTimeWRT: ApplicationWorkRecoveryTimeWRTEnum\r\n  workRecoveryTimeWRT_not: ApplicationWorkRecoveryTimeWRTEnum\r\n  workRecoveryTimeWRT_in: [ApplicationWorkRecoveryTimeWRTEnum!]\r\n  workRecoveryTimeWRT_not_in: [ApplicationWorkRecoveryTimeWRTEnum!]\r\n  maximumTolerableDowntimeMTD: ApplicationMaximumTolerableDowntimeMTDEnum\r\n  maximumTolerableDowntimeMTD_not: ApplicationMaximumTolerableDowntimeMTDEnum\r\n  maximumTolerableDowntimeMTD_in: [ApplicationMaximumTolerableDowntimeMTDEnum!]\r\n  maximumTolerableDowntimeMTD_not_in: [ApplicationMaximumTolerableDowntimeMTDEnum!]\r\n  sLALevel: ApplicationSLALevelEnum\r\n  sLALevel_not: ApplicationSLALevelEnum\r\n  sLALevel_in: [ApplicationSLALevelEnum!]\r\n  sLALevel_not_in: [ApplicationSLALevelEnum!]\r\n  applicationvalidationdate: Date\r\n  applicationvalidationdate_not: Date\r\n  applicationvalidationdate_in: [Date!]\r\n  applicationvalidationdate_not_in: [Date!]\r\n  applicationvalidationdate_lt: Date\r\n  applicationvalidationdate_lte: Date\r\n  applicationvalidationdate_gt: Date\r\n  applicationvalidationdate_gte: Date\r\n  dataFreshness: ApplicationDataFreshnessEnum\r\n  dataFreshness_not: ApplicationDataFreshnessEnum\r\n  dataFreshness_in: [ApplicationDataFreshnessEnum!]\r\n  dataFreshness_not_in: [ApplicationDataFreshnessEnum!]\r\n  applicationTemplate: ApplicationApplicationTemplateEnum\r\n  applicationTemplate_not: ApplicationApplicationTemplateEnum\r\n  applicationTemplate_in: [ApplicationApplicationTemplateEnum!]\r\n  applicationTemplate_not_in: [ApplicationApplicationTemplateEnum!]\r\n  deploymentDate: Date\r\n  deploymentDate_not: Date\r\n  deploymentDate_in: [Date!]\r\n  deploymentDate_not_in: [Date!]\r\n  deploymentDate_lt: Date\r\n  deploymentDate_lte: Date\r\n  deploymentDate_gt: Date\r\n  deploymentDate_gte: Date\r\n  operatingApplicationDate: Date\r\n  operatingApplicationDate_not: Date\r\n  operatingApplicationDate_in: [Date!]\r\n  operatingApplicationDate_not_in: [Date!]\r\n  operatingApplicationDate_lt: Date\r\n  operatingApplicationDate_lte: Date\r\n  operatingApplicationDate_gt: Date\r\n  operatingApplicationDate_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  timePeriod_PeriodOfValidity_some: [ApplicationFilter!]\r\n  businessDocument_AttachedDocument_some: [ApplicationFilter!]\r\n  businessDocument_ReferredtoDocument_some: [ApplicationFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [ApplicationFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [ApplicationFilter!]\r\n  initiative_some: [ApplicationFilter!]\r\n  applicationOwner_PersonSystem_some: [ApplicationFilter!]\r\n  softwareDesigner_PersonSystem_some: [ApplicationFilter!]\r\n  iTOwner_PersonSystem_some: [ApplicationFilter!]\r\n  businessOwner_PersonSystem_some: [ApplicationFilter!]\r\n  localFinancialController_PersonSystem_some: [ApplicationFilter!]\r\n  risk_some: [ApplicationFilter!]\r\n  globalApplicationFlowMap_some: [ApplicationFilter!]\r\n  sentApplicationFlow_ContributingApplication_some: [ApplicationFilter!]\r\n  receivedApplicationFlow_ContributingApplication_some: [ApplicationFilter!]\r\n  sentApplicationFlow_ApplicationParticipant_some: [ApplicationFilter!]\r\n  receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFilter!]\r\n  businessCapability_some: [ApplicationFilter!]\r\n  businessLine_some: [ApplicationFilter!]\r\n  functionality_some: [ApplicationFilter!]\r\n  softwareTechnologyStack_some: [ApplicationFilter!]\r\n  softwareTechnology_UsedTechnology_some: [ApplicationFilter!]\r\n  softwareInstallation_some: [ApplicationFilter!]\r\n  businessProcess_some: [ApplicationFilter!]\r\n}\r\n\r\n# An application flow represents an information flowing between applications or\r\n# inside an application.An application flow can carry a content.\r\ntype ApplicationFlow {\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  application_RepresentedApplication_ContributingApplication_SenderResource(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  globalApplicationFlowMap_OwnerGlobalApplicationFlowMap_ContributingApplication_SenderResource(filter: filterGlobalApplicationFlowMap, orderBy: [orderByGlobalApplicationFlowMap]): [GlobalApplicationFlowMap]\r\n  applicationFlow_ReceivedApplicationFlow_ContributingApplication_SenderResource(filter: filterApplicationFlow, orderBy: [orderByApplicationFlow]): [ApplicationFlow]\r\n  application_SenderResource_ApplicationParticipant(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  receivedApplicationFlow_ApplicationParticipant(filter: filterApplicationFlow, orderBy: [orderByApplicationFlow]): [ApplicationFlow]\r\n  application_ReceiverResource_ContributingApplication(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  globalApplicationFlowMap__ReceiverResource(filter: filterGlobalApplicationFlowMap, orderBy: [orderByGlobalApplicationFlowMap]): [GlobalApplicationFlowMap]\r\n  sentApplicationFlow_ContributingApplication(filter: filterApplicationFlow, orderBy: [orderByApplicationFlow]): [ApplicationFlow]\r\n  application_ReceiverResource_ApplicationParticipant(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  sentApplicationFlow_ApplicationParticipant(filter: filterApplicationFlow, orderBy: [orderByApplicationFlow]): [ApplicationFlow]\r\n  content(filter: filterContent, orderBy: [orderByContent]): [Content]\r\n}\r\n\r\ninput ApplicationFlowFilter {\r\n  and: [ApplicationFlowFilter!]\r\n  or: [ApplicationFlowFilter!]\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: [ApplicationFlowFilter!]\r\n  businessDocument_ReferredtoDocument_some: [ApplicationFlowFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [ApplicationFlowFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [ApplicationFlowFilter!]\r\n  application_RepresentedApplication_ContributingApplication_SenderResource_some: [ApplicationFlowFilter!]\r\n  globalApplicationFlowMap_OwnerGlobalApplicationFlowMap_ContributingApplication_SenderResource_some: [ApplicationFlowFilter!]\r\n  applicationFlow_ReceivedApplicationFlow_ContributingApplication_SenderResource_some: [ApplicationFlowFilter!]\r\n  application_SenderResource_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n  receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n  application_ReceiverResource_ContributingApplication_some: [ApplicationFlowFilter!]\r\n  globalApplicationFlowMap__ReceiverResource_some: [ApplicationFlowFilter!]\r\n  sentApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n  application_ReceiverResource_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n  sentApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n  content_some: [ApplicationFlowFilter!]\r\n}\r\n\r\nenum ApplicationFunctionalSupportAPMEnum {\r\n  Good\r\n  Medium\r\n  Low\r\n  Poor\r\n}\r\n\r\nenum ApplicationGDPRConsentEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum ApplicationGDPRContentOfNoticeEnum {\r\n  Yes_oral\r\n  Dontknow\r\n  Yes_written\r\n  No\r\n  Notrequired\r\n}\r\n\r\nenum ApplicationMaximumTolerableDowntimeMTDEnum {\r\n  Critical\r\n  Serious\r\n  Significant\r\n  Minor\r\n}\r\n\r\n# An application participant represents the usage of an application in a scenario of an application system.\r\ntype ApplicationParticipant {\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  application_RepresentedApplication(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  applicationFlow_SentApplicationFlow(filter: filterApplicationFlow, orderBy: [orderByApplicationFlow]): [ApplicationFlow]\r\n  applicationFlow_ReceivedApplicationFlow(filter: filterApplicationFlow, orderBy: [orderByApplicationFlow]): [ApplicationFlow]\r\n}\r\n\r\nenum ApplicationRankAPMEnum {\r\n  OneStar\r\n  TwoStars\r\n  ThreeStars\r\n  FourStars\r\n  FiveStars\r\n  ZeroStar\r\n}\r\n\r\nenum ApplicationRecoveryPointObjectiveRPOEnum {\r\n  Critical\r\n  Serious\r\n  Significant\r\n  Minor\r\n}\r\n\r\nenum ApplicationRecoveryTimeObjectiveRTOEnum {\r\n  Critical\r\n  Serious\r\n  Significant\r\n  Minor\r\n}\r\n\r\nenum ApplicationSLALevelEnum {\r\n  Critical\r\n  Serious\r\n  Significant\r\n  Minor\r\n}\r\n\r\nenum ApplicationSoftwareAgilityQuartileCastEnum {\r\n  QuartileOne\r\n  QuartileTwo\r\n  QuartileThree\r\n  QuartileFour\r\n}\r\n\r\nenum ApplicationSoftwareAgilityThresholdsCASTHighlighEnum {\r\n  High\r\n  Medium\r\n  Low\r\n}\r\n\r\nenum ApplicationSoftwareEleganceQuartileCastEnum {\r\n  QuartileOne\r\n  QuartileTwo\r\n  QuartileThree\r\n  QuartileFour\r\n}\r\n\r\nenum ApplicationSoftwareEleganceThresholdsCASTHighlighEnum {\r\n  Low\r\n  Medium\r\n  High\r\n}\r\n\r\nenum ApplicationSoftwareResiliencyQuartileCastEnum {\r\n  QuartileOne\r\n  QuartileTwo\r\n  QuartileThree\r\n  QuartileFour\r\n}\r\n\r\nenum ApplicationSoftwareResiliencyThresholdsCASTHighlighEnum {\r\n  Medium\r\n  High\r\n  Low\r\n}\r\n\r\nenum ApplicationStatusReviewEnum {\r\n  UpdateinProgress\r\n  ValidationinProgress\r\n  Validated\r\n}\r\n\r\nenum ApplicationStereotypeEnumFilter {\r\n  GUI\r\n  Presentationlogic\r\n  Businesslogic\r\n  Datamanagement\r\n}\r\n\r\nenum ApplicationTechnicalEfficiencyAPMEnum {\r\n  Good\r\n  Medium\r\n  Low\r\n  Poor\r\n}\r\n\r\nenum ApplicationTechnologyComplianceEnum {\r\n  Expected\r\n  Accepted\r\n  Prohibited\r\n  Unknown\r\n}\r\n\r\nenum ApplicationTemplateEnumFilter {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum ApplicationTypeEnumFilter {\r\n  SoftwarePackage\r\n  InHouseApplication\r\n  Middleware\r\n  System\r\n  OfficeSystem\r\n}\r\n\r\nenum ApplicationWorkflowStatusFinancialEnum {\r\n  Updateinprogress\r\n  Approvalinprogress\r\n  UpdateValidated\r\n}\r\n\r\nenum ApplicationWorkflowStatusITandBusinessdataEnum {\r\n  UpdateinProgress\r\n  Approvalinprogress\r\n  UpdateValidated\r\n}\r\n\r\nenum ApplicationWorkRecoveryTimeWRTEnum {\r\n  Critical\r\n  Serious\r\n  Significant\r\n  Minor\r\n}\r\n\r\n# A Business Capability is a set of features that can be made available by a system (an enterprise or an automated system).\r\ntype BusinessCapability {\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  capabilityEffectiveness: BusinessCapabilityCapabilityEffectivenessEnum\r\n  cost: Float\r\n  revenue: Float\r\n  rOIPercentage: Float\r\n  rOIRate: Float\r\n  costRate: Float\r\n  assessmentFreshness: Float\r\n  freezepastTimePeriod: Boolean\r\n  lastAssessmentDate: Date\r\n  financialImpact: BusinessCapabilityFinancialImpactEnum\r\n  capabilityEfficiency: BusinessCapabilityCapabilityEfficiencyEnum\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  timePeriod_PeriodOfValidity(filter: filterTimePeriod, orderBy: [orderByTimePeriod]): [TimePeriod]\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  initiative(filter: filterInitiative, orderBy: [orderByInitiative]): [Initiative]\r\n  risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  application(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  orgUnit(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n}\r\n\r\nenum BusinessCapabilityCapabilityEffectivenessEnum {\r\n  Six_FutureOpportunity\r\n  One_ExtremelyEffective\r\n  Two_VeryEffective\r\n  Three_SomewhatEffective\r\n  Five_NotEffective\r\n  Four_SlightlyEffective\r\n}\r\n\r\nenum BusinessCapabilityCapabilityEfficiencyEnum {\r\n  One_ExtremelyEfficient\r\n  Two_VeryEfficient\r\n  Three_SomewhatEfficient\r\n  Six_FutureOpportunity\r\n  Four_SlightlyEfficient\r\n  Five_NotEfficient\r\n}\r\n\r\ninput BusinessCapabilityFilter {\r\n  and: [BusinessCapabilityFilter!]\r\n  or: [BusinessCapabilityFilter!]\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  capabilityEffectiveness: BusinessCapabilityCapabilityEffectivenessEnum\r\n  capabilityEffectiveness_not: BusinessCapabilityCapabilityEffectivenessEnum\r\n  capabilityEffectiveness_in: [BusinessCapabilityCapabilityEffectivenessEnum!]\r\n  capabilityEffectiveness_not_in: [BusinessCapabilityCapabilityEffectivenessEnum!]\r\n  cost: Float\r\n  cost_not: Float\r\n  cost_in: [Float!]\r\n  cost_not_in: [Float!]\r\n  cost_lt: Float\r\n  cost_lte: Float\r\n  cost_gt: Float\r\n  cost_gte: Float\r\n  revenue: Float\r\n  revenue_not: Float\r\n  revenue_in: [Float!]\r\n  revenue_not_in: [Float!]\r\n  revenue_lt: Float\r\n  revenue_lte: Float\r\n  revenue_gt: Float\r\n  revenue_gte: Float\r\n  rOIPercentage: Float\r\n  rOIPercentage_not: Float\r\n  rOIPercentage_in: [Float!]\r\n  rOIPercentage_not_in: [Float!]\r\n  rOIPercentage_lt: Float\r\n  rOIPercentage_lte: Float\r\n  rOIPercentage_gt: Float\r\n  rOIPercentage_gte: Float\r\n  rOIRate: Float\r\n  rOIRate_not: Float\r\n  rOIRate_in: [Float!]\r\n  rOIRate_not_in: [Float!]\r\n  rOIRate_lt: Float\r\n  rOIRate_lte: Float\r\n  rOIRate_gt: Float\r\n  rOIRate_gte: Float\r\n  costRate: Float\r\n  costRate_not: Float\r\n  costRate_in: [Float!]\r\n  costRate_not_in: [Float!]\r\n  costRate_lt: Float\r\n  costRate_lte: Float\r\n  costRate_gt: Float\r\n  costRate_gte: Float\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  freezepastTimePeriod: Boolean\r\n  freezepastTimePeriod_not: Boolean\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  financialImpact: BusinessCapabilityFinancialImpactEnum\r\n  financialImpact_not: BusinessCapabilityFinancialImpactEnum\r\n  financialImpact_in: [BusinessCapabilityFinancialImpactEnum!]\r\n  financialImpact_not_in: [BusinessCapabilityFinancialImpactEnum!]\r\n  capabilityEfficiency: BusinessCapabilityCapabilityEfficiencyEnum\r\n  capabilityEfficiency_not: BusinessCapabilityCapabilityEfficiencyEnum\r\n  capabilityEfficiency_in: [BusinessCapabilityCapabilityEfficiencyEnum!]\r\n  capabilityEfficiency_not_in: [BusinessCapabilityCapabilityEfficiencyEnum!]\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  timePeriod_PeriodOfValidity_some: [BusinessCapabilityFilter!]\r\n  businessDocument_AttachedDocument_some: [BusinessCapabilityFilter!]\r\n  businessDocument_ReferredtoDocument_some: [BusinessCapabilityFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [BusinessCapabilityFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [BusinessCapabilityFilter!]\r\n  initiative_some: [BusinessCapabilityFilter!]\r\n  risk_some: [BusinessCapabilityFilter!]\r\n  application_some: [BusinessCapabilityFilter!]\r\n  orgUnit_some: [BusinessCapabilityFilter!]\r\n}\r\n\r\nenum BusinessCapabilityFinancialImpactEnum {\r\n  Two_Low\r\n  Three_Moderate\r\n  Four_High\r\n  Five_VeryHigh\r\n  One_VeryLow\r\n}\r\n\r\n# A Business Capability Realization defines the physical agent (e.g. an\r\n# Application System) or the logical agent (e.g. a Business Function) that\r\n# realizes the capability.\r\ntype BusinessCapabilityFulfillment {\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  coverageRatio: Int\r\n  computedCoverageRatio: Int\r\n  iTARecommendationStatus: Boolean\r\n  assessmentFreshness: Float\r\n  compositeRealizationName: String\r\n  realizationQuality: BusinessCapabilityFulfillmentRealizationQualityEnum\r\n  capabilityFulfillmentMetaPictureIdentifier: String\r\n  costContributionKeyRealization: Float\r\n  lastAssessmentDate: Date\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  businessDocument_AttachedDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n  businessDocument_ReferredtoDocument(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n  businessDocumentVersion_AttachedDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n  businessDocumentVersion_ReferredtoDocumentVersion(filter: filterBusinessDocumentVersion, orderBy: [orderByBusinessDocumentVersion]): [BusinessDocumentVersion]\r\n  businessCapability_FulfilledBusinessCapability(filter: filterBusinessCapability, orderBy: [orderByBusinessCapability]): [BusinessCapability]\r\n  application_FulfillingEnterpriseAgent(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  orgUnit_FulfillingEnterpriseAgent(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n}\r\n\r\nenum BusinessCapabilityFulfillmentRealizationQualityEnum {\r\n  VeryLow\r\n  Low\r\n  Medium\r\n  High\r\n  VeryHigh\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  functionality_DocumentedObject(filter: filterFunctionality, orderBy: [orderByFunctionality]): [Functionality]\r\n  businessLine_DocumentedObject(filter: filterBusinessLine, orderBy: [orderByBusinessLine]): [BusinessLine]\r\n  content_DocumentedObject(filter: filterContent, orderBy: [orderByContent]): [Content]\r\n  softwareTechnologyStack_DocumentedObject(filter: filterSoftwareTechnologyStack, orderBy: [orderBySoftwareTechnologyStack]): [SoftwareTechnologyStack]\r\n  softwareTechnology_DocumentedObject(filter: filterSoftwareTechnology, orderBy: [orderBySoftwareTechnology]): [SoftwareTechnology]\r\n  risk_DocumentedObject(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  businessCapability_DocumentedObject(filter: filterBusinessCapability, orderBy: [orderByBusinessCapability]): [BusinessCapability]\r\n  globalApplicationFlowMap_DocumentedObject(filter: filterGlobalApplicationFlowMap, orderBy: [orderByGlobalApplicationFlowMap]): [GlobalApplicationFlowMap]\r\n  application_DocumentedObject(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  orgUnit_DocumentedObject(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  site_DocumentedObject(filter: filterSite, orderBy: [orderBySite]): [Site]\r\n  businessProcess_DocumentedObject(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n  functionality_Object(filter: filterFunctionality, orderBy: [orderByFunctionality]): [Functionality]\r\n  businessLine_Object(filter: filterBusinessLine, orderBy: [orderByBusinessLine]): [BusinessLine]\r\n  content_Object(filter: filterContent, orderBy: [orderByContent]): [Content]\r\n  softwareTechnologyStack_Object(filter: filterSoftwareTechnologyStack, orderBy: [orderBySoftwareTechnologyStack]): [SoftwareTechnologyStack]\r\n  softwareTechnology_Object(filter: filterSoftwareTechnology, orderBy: [orderBySoftwareTechnology]): [SoftwareTechnology]\r\n  risk_Object(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  businessCapability_Object(filter: filterBusinessCapability, orderBy: [orderByBusinessCapability]): [BusinessCapability]\r\n  globalApplicationFlowMap_Object(filter: filterGlobalApplicationFlowMap, orderBy: [orderByGlobalApplicationFlowMap]): [GlobalApplicationFlowMap]\r\n  application_Object(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  orgUnit_Object(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  site_Object(filter: filterSite, orderBy: [orderBySite]): [Site]\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  functionality_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  businessLine_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  content_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  softwareTechnologyStack_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  softwareTechnology_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  risk_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  businessCapability_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  globalApplicationFlowMap_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  application_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  orgUnit_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  site_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  businessProcess_DocumentedObject_some: [BusinessDocumentFilter!]\r\n  functionality_Object_some: [BusinessDocumentFilter!]\r\n  businessLine_Object_some: [BusinessDocumentFilter!]\r\n  content_Object_some: [BusinessDocumentFilter!]\r\n  softwareTechnologyStack_Object_some: [BusinessDocumentFilter!]\r\n  softwareTechnology_Object_some: [BusinessDocumentFilter!]\r\n  risk_Object_some: [BusinessDocumentFilter!]\r\n  businessCapability_Object_some: [BusinessDocumentFilter!]\r\n  globalApplicationFlowMap_Object_some: [BusinessDocumentFilter!]\r\n  application_Object_some: [BusinessDocumentFilter!]\r\n  orgUnit_Object_some: [BusinessDocumentFilter!]\r\n  site_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  functionality_DocumentedObject(filter: filterFunctionality, orderBy: [orderByFunctionality]): [Functionality]\r\n  businessLine_DocumentedObject(filter: filterBusinessLine, orderBy: [orderByBusinessLine]): [BusinessLine]\r\n  content_DocumentedObject(filter: filterContent, orderBy: [orderByContent]): [Content]\r\n  softwareTechnologyStack_DocumentedObject(filter: filterSoftwareTechnologyStack, orderBy: [orderBySoftwareTechnologyStack]): [SoftwareTechnologyStack]\r\n  softwareTechnology_DocumentedObject(filter: filterSoftwareTechnology, orderBy: [orderBySoftwareTechnology]): [SoftwareTechnology]\r\n  risk_DocumentedObject(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  businessCapability_DocumentedObject(filter: filterBusinessCapability, orderBy: [orderByBusinessCapability]): [BusinessCapability]\r\n  globalApplicationFlowMap_DocumentedObject(filter: filterGlobalApplicationFlowMap, orderBy: [orderByGlobalApplicationFlowMap]): [GlobalApplicationFlowMap]\r\n  application_DocumentedObject(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  orgUnit_DocumentedObject(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  site_DocumentedObject(filter: filterSite, orderBy: [orderBySite]): [Site]\r\n  businessProcess_DocumentedObject(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n  functionality_Object(filter: filterFunctionality, orderBy: [orderByFunctionality]): [Functionality]\r\n  businessLine_Object(filter: filterBusinessLine, orderBy: [orderByBusinessLine]): [BusinessLine]\r\n  content_Object(filter: filterContent, orderBy: [orderByContent]): [Content]\r\n  softwareTechnologyStack_Object(filter: filterSoftwareTechnologyStack, orderBy: [orderBySoftwareTechnologyStack]): [SoftwareTechnologyStack]\r\n  softwareTechnology_Object(filter: filterSoftwareTechnology, orderBy: [orderBySoftwareTechnology]): [SoftwareTechnology]\r\n  risk_Object(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  businessCapability_Object(filter: filterBusinessCapability, orderBy: [orderByBusinessCapability]): [BusinessCapability]\r\n  globalApplicationFlowMap_Object(filter: filterGlobalApplicationFlowMap, orderBy: [orderByGlobalApplicationFlowMap]): [GlobalApplicationFlowMap]\r\n  application_Object(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  orgUnit_Object(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  site_Object(filter: filterSite, orderBy: [orderBySite]): [Site]\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  functionality_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  businessLine_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  content_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  softwareTechnologyStack_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  softwareTechnology_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  risk_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  businessCapability_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  globalApplicationFlowMap_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  application_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  orgUnit_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  site_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  businessProcess_DocumentedObject_some: [BusinessDocumentVersionFilter!]\r\n  functionality_Object_some: [BusinessDocumentVersionFilter!]\r\n  businessLine_Object_some: [BusinessDocumentVersionFilter!]\r\n  content_Object_some: [BusinessDocumentVersionFilter!]\r\n  softwareTechnologyStack_Object_some: [BusinessDocumentVersionFilter!]\r\n  softwareTechnology_Object_some: [BusinessDocumentVersionFilter!]\r\n  risk_Object_some: [BusinessDocumentVersionFilter!]\r\n  businessCapability_Object_some: [BusinessDocumentVersionFilter!]\r\n  globalApplicationFlowMap_Object_some: [BusinessDocumentVersionFilter!]\r\n  application_Object_some: [BusinessDocumentVersionFilter!]\r\n  orgUnit_Object_some: [BusinessDocumentVersionFilter!]\r\n  site_Object_some: [BusinessDocumentVersionFilter!]\r\n  businessProcess_Object_some: [BusinessDocumentVersionFilter!]\r\n  businessDocument_Document_some: [BusinessDocumentVersionFilter!]\r\n}\r\n\r\n# Business Line is a high level classification of the main activities of the\r\n# enterprise. It corresponds for example to major product segments or to\r\n# distribution channels. It can be used to classify Business Processes,\r\n# Organizational Units or Applications that serve a specific product and or a\r\n# specific market. Regulation Frameworks in some industries impose their own list\r\n# of Business Lines. \r\ntype BusinessLine {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  customerSatisfaction: BusinessLineCustomerSatisfactionEnum\r\n  assessmentFreshness: Float\r\n  businessLineCode: String\r\n  cASTHighlightID: Int\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  risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  application(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n}\r\n\r\nenum BusinessLineCustomerSatisfactionEnum {\r\n  VeryLow\r\n  Low\r\n  Neutral\r\n  High\r\n  VeryHigh\r\n  NotEvaluated\r\n}\r\n\r\ninput BusinessLineFilter {\r\n  and: [BusinessLineFilter!]\r\n  or: [BusinessLineFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  customerSatisfaction: BusinessLineCustomerSatisfactionEnum\r\n  customerSatisfaction_not: BusinessLineCustomerSatisfactionEnum\r\n  customerSatisfaction_in: [BusinessLineCustomerSatisfactionEnum!]\r\n  customerSatisfaction_not_in: [BusinessLineCustomerSatisfactionEnum!]\r\n  assessmentFreshness: Float\r\n  assessmentFreshness_not: Float\r\n  assessmentFreshness_in: [Float!]\r\n  assessmentFreshness_not_in: [Float!]\r\n  assessmentFreshness_lt: Float\r\n  assessmentFreshness_lte: Float\r\n  assessmentFreshness_gt: Float\r\n  assessmentFreshness_gte: Float\r\n  businessLineCode: String\r\n  businessLineCode_not: String\r\n  businessLineCode_in: [String!]\r\n  businessLineCode_not_in: [String!]\r\n  businessLineCode_lt: String\r\n  businessLineCode_lte: String\r\n  businessLineCode_gt: String\r\n  businessLineCode_gte: String\r\n  businessLineCode_contains: String\r\n  businessLineCode_not_contains: String\r\n  businessLineCode_starts_with: String\r\n  businessLineCode_not_starts_with: String\r\n  businessLineCode_ends_with: String\r\n  businessLineCode_not_ends_with: String\r\n  cASTHighlightID: Int\r\n  cASTHighlightID_not: Int\r\n  cASTHighlightID_in: [Int!]\r\n  cASTHighlightID_not_in: [Int!]\r\n  cASTHighlightID_lt: Int\r\n  cASTHighlightID_lte: Int\r\n  cASTHighlightID_gt: Int\r\n  cASTHighlightID_gte: Int\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: [BusinessLineFilter!]\r\n  businessDocument_ReferredtoDocument_some: [BusinessLineFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [BusinessLineFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [BusinessLineFilter!]\r\n  risk_some: [BusinessLineFilter!]\r\n  application_some: [BusinessLineFilter!]\r\n}\r\n\r\n# A business process represents a system that offers products or services to an\r\n# internal or external client of the company or organization.At the higher levels,\r\n# a business process represents a structure and a categorization of the business.\r\n# It can be decomposed in other processes.The link with organizational processes\r\n# will describe the real implementation of the business process in the\r\n# organization.A business process can also be detailed by a functional view.\r\ntype BusinessProcess {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  beginLifedate: Date\r\n  endlifedate: Date\r\n  triggeredbyEvent: Boolean\r\n  businessProcessCode: String\r\n  assessmentFreshness: Float\r\n  freezepastTimePeriod: Boolean\r\n  lastAssessmentDate: Date\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  timePeriod_PeriodOfValidity(filter: filterTimePeriod, orderBy: [orderByTimePeriod]): [TimePeriod]\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  initiative(filter: filterInitiative, orderBy: [orderByInitiative]): [Initiative]\r\n  risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  businessProcess_Aggregationof(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n  businessProcess_Component(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n  application(filter: filterApplication, orderBy: [orderByApplication]): [Application]\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  triggeredbyEvent: Boolean\r\n  triggeredbyEvent_not: Boolean\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  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  freezepastTimePeriod: Boolean\r\n  freezepastTimePeriod_not: Boolean\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  timePeriod_PeriodOfValidity_some: [BusinessProcessFilter!]\r\n  businessDocument_AttachedDocument_some: [BusinessProcessFilter!]\r\n  businessDocument_ReferredtoDocument_some: [BusinessProcessFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [BusinessProcessFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [BusinessProcessFilter!]\r\n  initiative_some: [BusinessProcessFilter!]\r\n  risk_some: [BusinessProcessFilter!]\r\n  businessProcess_Aggregationof_some: [BusinessProcessFilter!]\r\n  businessProcess_Component_some: [BusinessProcessFilter!]\r\n  application_some: [BusinessProcessFilter!]\r\n}\r\n\r\ntype BusinessRole {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  businessRoleMultiplicity: BusinessRoleBusinessRoleMultiplicityEnum\r\n  businessRoleStatus: BusinessRoleBusinessRoleStatusEnum\r\n  proposeallusers: Boolean\r\n  businessRoleDisplay: BusinessRoleBusinessRoleDisplayEnum\r\n  gUIName: String\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  personSystem_AssignedPerson_ResponsibilityAssignment_PersonAssignment(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  usagecontext_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterUsagecontext, orderBy: [orderByUsagecontext]): [Usagecontext]\r\n  softwareInstallation_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterSoftwareInstallation, orderBy: [orderBySoftwareInstallation]): [SoftwareInstallation]\r\n  functionality_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterFunctionality, orderBy: [orderByFunctionality]): [Functionality]\r\n  content_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterContent, orderBy: [orderByContent]): [Content]\r\n  softwareTechnologyStack_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterSoftwareTechnologyStack, orderBy: [orderBySoftwareTechnologyStack]): [SoftwareTechnologyStack]\r\n  portfolio_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterPortfolio, orderBy: [orderByPortfolio]): [Portfolio]\r\n  softwareTechnology_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterSoftwareTechnology, orderBy: [orderBySoftwareTechnology]): [SoftwareTechnology]\r\n  risk_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  businessCapability_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterBusinessCapability, orderBy: [orderByBusinessCapability]): [BusinessCapability]\r\n  application_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  orgUnit_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  site_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: filterSite, orderBy: [orderBySite]): [Site]\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  usagecontext_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n  softwareInstallation_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n  functionality_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n  content_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n  softwareTechnologyStack_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n  portfolio_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n  softwareTechnology_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n  risk_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n  businessCapability_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n  application_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n  orgUnit_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [BusinessRoleFilter!]\r\n  site_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 BusinessValueAPMEnumFilter {\r\n  Medium\r\n  Good\r\n  Poor\r\n  Low\r\n}\r\n\r\nenum CapabilityEffectivenessEnumFilter {\r\n  Six_FutureOpportunity\r\n  One_ExtremelyEffective\r\n  Two_VeryEffective\r\n  Three_SomewhatEffective\r\n  Five_NotEffective\r\n  Four_SlightlyEffective\r\n}\r\n\r\nenum CapabilityEfficiencyEnumFilter {\r\n  One_ExtremelyEfficient\r\n  Two_VeryEfficient\r\n  Three_SomewhatEfficient\r\n  Six_FutureOpportunity\r\n  Four_SlightlyEfficient\r\n  Five_NotEfficient\r\n}\r\n\r\nenum CloudComputingEnumFilter {\r\n  On_Premises\r\n  Cloud_IaaS\r\n  Cloud_PaaS\r\n  Cloud_SaaS\r\n}\r\n\r\nenum CompanyStandardEnumFilter {\r\n  Expected\r\n  Accepted\r\n  Prohibited\r\n  Unknown\r\n}\r\n\r\nenum CompanyStandardSoftwareTechnologyStackEnumFilter {\r\n  Expected\r\n  Accepted\r\n  Prohibited\r\n  Unknown\r\n}\r\n\r\nenum ComputedCompanyStandardEnumFilter {\r\n  Expected\r\n  Accepted\r\n  Prohibited\r\n  Unknown\r\n}\r\n\r\n# A content designates the content of a message or a message flow, independently\r\n# of its structure. A content may be used by several messages or message flows,\r\n# since it is not associated with an sender and a destination.\r\ntype Content {\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  contentType: ContentContentTypeEnum\r\n  contentName: String\r\n  flowType: ContentFlowTypeEnum\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  risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  applicationFlow_ConveyingApplicationFlow(filter: filterApplicationFlow, orderBy: [orderByApplicationFlow]): [ApplicationFlow]\r\n}\r\n\r\nenum ContentContentTypeEnum {\r\n  Information\r\n  Financial\r\n  Material\r\n  Quality\r\n}\r\n\r\ninput ContentFilter {\r\n  and: [ContentFilter!]\r\n  or: [ContentFilter!]\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  contentType: ContentContentTypeEnum\r\n  contentType_not: ContentContentTypeEnum\r\n  contentType_in: [ContentContentTypeEnum!]\r\n  contentType_not_in: [ContentContentTypeEnum!]\r\n  contentName: String\r\n  contentName_not: String\r\n  contentName_in: [String!]\r\n  contentName_not_in: [String!]\r\n  contentName_lt: String\r\n  contentName_lte: String\r\n  contentName_gt: String\r\n  contentName_gte: String\r\n  contentName_contains: String\r\n  contentName_not_contains: String\r\n  contentName_starts_with: String\r\n  contentName_not_starts_with: String\r\n  contentName_ends_with: String\r\n  contentName_not_ends_with: String\r\n  flowType: ContentFlowTypeEnum\r\n  flowType_not: ContentFlowTypeEnum\r\n  flowType_in: [ContentFlowTypeEnum!]\r\n  flowType_not_in: [ContentFlowTypeEnum!]\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: [ContentFilter!]\r\n  businessDocument_ReferredtoDocument_some: [ContentFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [ContentFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [ContentFilter!]\r\n  risk_some: [ContentFilter!]\r\n  applicationFlow_ConveyingApplicationFlow_some: [ContentFilter!]\r\n}\r\n\r\nenum ContentFlowTypeEnum {\r\n  QualityFlow\r\n  Interchangeflow\r\n  InformationFlow\r\n  FinancialFlow\r\n  MaterialFlow\r\n}\r\n\r\nenum ContentTypeEnumFilter {\r\n  Information\r\n  Financial\r\n  Material\r\n  Quality\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 contributing application represents the appearance of an application in a global application flow map.\r\ntype ContributingApplication {\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  application_RepresentedApplication(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  globalApplicationFlowMap_OwnerGlobalApplicationFlowMap(filter: filterGlobalApplicationFlowMap, orderBy: [orderByGlobalApplicationFlowMap]): [GlobalApplicationFlowMap]\r\n  applicationFlow_SentApplicationFlow(filter: filterApplicationFlow, orderBy: [orderByApplicationFlow]): [ApplicationFlow]\r\n  applicationFlow_ReceivedApplicationFlow(filter: filterApplicationFlow, orderBy: [orderByApplicationFlow]): [ApplicationFlow]\r\n}\r\n\r\nenum creationMode {\r\n  RAW\r\n  BUSINESS\r\n}\r\n\r\nenum CustomerSatisfactionEnumFilter {\r\n  VeryLow\r\n  Low\r\n  Neutral\r\n  High\r\n  VeryHigh\r\n  NotEvaluated\r\n}\r\n\r\nenum DataFreshnessEnumFilter {\r\n  LowerSixMonths\r\n  SixtoOneTwoMonths\r\n  AboveOneTwoMonths\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 DecisionEnumFilter {\r\n  Validate\r\n  InProgress\r\n  Accept\r\n  Reject\r\n}\r\n\r\n# A Document Category allow document classification according to a specific\r\n# subject such as Audit, Diagram, Control Documentation... The category are\r\n# organized in a hierarchical way.\r\ntype DocumentCategory {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  documentCategory_ParentDocumentCategory(filter: filterDocumentCategory, orderBy: [orderByDocumentCategory]): [DocumentCategory]\r\n  documentCategory_SubDocumentCategories(filter: filterDocumentCategory, orderBy: [orderByDocumentCategory]): [DocumentCategory]\r\n  businessDocumentPattern_DocumentPattern(filter: filterBusinessDocumentPattern, orderBy: [orderByBusinessDocumentPattern]): [BusinessDocumentPattern]\r\n  businessDocument_BusinessDocuments(filter: filterBusinessDocument, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n}\r\n\r\ninput DocumentCategoryFilter {\r\n  and: [DocumentCategoryFilter!]\r\n  or: [DocumentCategoryFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  documentCategory_ParentDocumentCategory_some: [DocumentCategoryFilter!]\r\n  documentCategory_SubDocumentCategories_some: [DocumentCategoryFilter!]\r\n  businessDocumentPattern_DocumentPattern_some: [DocumentCategoryFilter!]\r\n  businessDocument_BusinessDocuments_some: [DocumentCategoryFilter!]\r\n}\r\n\r\n# Filters of Application\r\ninput filterApplication {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  applicationCode: String\r\n  applicationCode_not: String\r\n  applicationCode_in: [String]\r\n  applicationCode_not_in: [String]\r\n  applicationCode_lt: String\r\n  applicationCode_lte: String\r\n  applicationCode_gt: String\r\n  applicationCode_gte: String\r\n  applicationCode_contains: String\r\n  applicationCode_not_contains: String\r\n  applicationCode_starts_with: String\r\n  applicationCode_not_starts_with: String\r\n  applicationCode_ends_with: String\r\n  applicationCode_not_ends_with: String\r\n  cloudComputing: CloudComputingEnumFilter\r\n  cloudComputing_not: CloudComputingEnumFilter\r\n  cloudComputing_in: [CloudComputingEnumFilter]\r\n  cloudComputing_not_in: [CloudComputingEnumFilter]\r\n  versionNumber: String\r\n  versionNumber_not: String\r\n  versionNumber_in: [String]\r\n  versionNumber_not_in: [String]\r\n  versionNumber_lt: String\r\n  versionNumber_lte: String\r\n  versionNumber_gt: String\r\n  versionNumber_gte: String\r\n  versionNumber_contains: String\r\n  versionNumber_not_contains: String\r\n  versionNumber_starts_with: String\r\n  versionNumber_not_starts_with: String\r\n  versionNumber_ends_with: String\r\n  versionNumber_not_ends_with: String\r\n  requiredMemorySize: String\r\n  requiredMemorySize_not: String\r\n  requiredMemorySize_in: [String]\r\n  requiredMemorySize_not_in: [String]\r\n  requiredMemorySize_lt: String\r\n  requiredMemorySize_lte: String\r\n  requiredMemorySize_gt: String\r\n  requiredMemorySize_gte: String\r\n  requiredMemorySize_contains: String\r\n  requiredMemorySize_not_contains: String\r\n  requiredMemorySize_starts_with: String\r\n  requiredMemorySize_not_starts_with: String\r\n  requiredMemorySize_ends_with: String\r\n  requiredMemorySize_not_ends_with: String\r\n  applicationStereotype: ApplicationStereotypeEnumFilter\r\n  applicationStereotype_not: ApplicationStereotypeEnumFilter\r\n  applicationStereotype_in: [ApplicationStereotypeEnumFilter]\r\n  applicationStereotype_not_in: [ApplicationStereotypeEnumFilter]\r\n  applicationType: ApplicationTypeEnumFilter\r\n  applicationType_not: ApplicationTypeEnumFilter\r\n  applicationType_in: [ApplicationTypeEnumFilter]\r\n  applicationType_not_in: [ApplicationTypeEnumFilter]\r\n  globalExpense: Float\r\n  globalExpense_not: Float\r\n  globalExpense_in: [Float]\r\n  globalExpense_not_in: [Float]\r\n  globalExpense_lt: Float\r\n  globalExpense_lte: Float\r\n  globalExpense_gt: Float\r\n  globalExpense_gte: Float\r\n  currentNumberofUsers: Int\r\n  currentNumberofUsers_not: Int\r\n  currentNumberofUsers_in: [Int]\r\n  currentNumberofUsers_not_in: [Int]\r\n  currentNumberofUsers_lt: Int\r\n  currentNumberofUsers_lte: Int\r\n  currentNumberofUsers_gt: Int\r\n  currentNumberofUsers_gte: Int\r\n  costperUser: Float\r\n  costperUser_not: Float\r\n  costperUser_in: [Float]\r\n  costperUser_not_in: [Float]\r\n  costperUser_lt: Float\r\n  costperUser_lte: Float\r\n  costperUser_gt: Float\r\n  costperUser_gte: Float\r\n  rankAPM: RankAPMEnumFilter\r\n  rankAPM_not: RankAPMEnumFilter\r\n  rankAPM_in: [RankAPMEnumFilter]\r\n  rankAPM_not_in: [RankAPMEnumFilter]\r\n  technologyCompliance: TechnologyComplianceEnumFilter\r\n  technologyCompliance_not: TechnologyComplianceEnumFilter\r\n  technologyCompliance_in: [TechnologyComplianceEnumFilter]\r\n  technologyCompliance_not_in: [TechnologyComplianceEnumFilter]\r\n  expenses: Float\r\n  expenses_not: Float\r\n  expenses_in: [Float]\r\n  expenses_not_in: [Float]\r\n  expenses_lt: Float\r\n  expenses_lte: Float\r\n  expenses_gt: Float\r\n  expenses_gte: Float\r\n  capitalExpenses: Float\r\n  capitalExpenses_not: Float\r\n  capitalExpenses_in: [Float]\r\n  capitalExpenses_not_in: [Float]\r\n  capitalExpenses_lt: Float\r\n  capitalExpenses_lte: Float\r\n  capitalExpenses_gt: Float\r\n  capitalExpenses_gte: Float\r\n  operatingExpenses: Float\r\n  operatingExpenses_not: Float\r\n  operatingExpenses_in: [Float]\r\n  operatingExpenses_not_in: [Float]\r\n  operatingExpenses_lt: Float\r\n  operatingExpenses_lte: Float\r\n  operatingExpenses_gt: Float\r\n  operatingExpenses_gte: Float\r\n  cASTHighlightID: Int\r\n  cASTHighlightID_not: Int\r\n  cASTHighlightID_in: [Int]\r\n  cASTHighlightID_not_in: [Int]\r\n  cASTHighlightID_lt: Int\r\n  cASTHighlightID_lte: Int\r\n  cASTHighlightID_gt: Int\r\n  cASTHighlightID_gte: Int\r\n  businessValueAPM: BusinessValueAPMEnumFilter\r\n  businessValueAPM_not: BusinessValueAPMEnumFilter\r\n  businessValueAPM_in: [BusinessValueAPMEnumFilter]\r\n  businessValueAPM_not_in: [BusinessValueAPMEnumFilter]\r\n  functionalSupportAPM: FunctionalSupportAPMEnumFilter\r\n  functionalSupportAPM_not: FunctionalSupportAPMEnumFilter\r\n  functionalSupportAPM_in: [FunctionalSupportAPMEnumFilter]\r\n  functionalSupportAPM_not_in: [FunctionalSupportAPMEnumFilter]\r\n  technicalEfficiencyAPM: TechnicalEfficiencyAPMEnumFilter\r\n  technicalEfficiencyAPM_not: TechnicalEfficiencyAPMEnumFilter\r\n  technicalEfficiencyAPM_in: [TechnicalEfficiencyAPMEnumFilter]\r\n  technicalEfficiencyAPM_not_in: [TechnicalEfficiencyAPMEnumFilter]\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  closingDateCast: Date\r\n  closingDateCast_not: Date\r\n  closingDateCast_in: [Date]\r\n  closingDateCast_not_in: [Date]\r\n  closingDateCast_lt: Date\r\n  closingDateCast_lte: Date\r\n  closingDateCast_gt: Date\r\n  closingDateCast_gte: Date\r\n  softwareResiliencyScoreCASTHighligh: Float\r\n  softwareResiliencyScoreCASTHighligh_not: Float\r\n  softwareResiliencyScoreCASTHighligh_in: [Float]\r\n  softwareResiliencyScoreCASTHighligh_not_in: [Float]\r\n  softwareResiliencyScoreCASTHighligh_lt: Float\r\n  softwareResiliencyScoreCASTHighligh_lte: Float\r\n  softwareResiliencyScoreCASTHighligh_gt: Float\r\n  softwareResiliencyScoreCASTHighligh_gte: Float\r\n  softwareResiliencyThresholdsCASTHighligh: SoftwareResiliencyThresholdsCASTHighlighEnumFilter\r\n  softwareResiliencyThresholdsCASTHighligh_not: SoftwareResiliencyThresholdsCASTHighlighEnumFilter\r\n  softwareResiliencyThresholdsCASTHighligh_in: [SoftwareResiliencyThresholdsCASTHighlighEnumFilter]\r\n  softwareResiliencyThresholdsCASTHighligh_not_in: [SoftwareResiliencyThresholdsCASTHighlighEnumFilter]\r\n  softwareAgilityScore: Float\r\n  softwareAgilityScore_not: Float\r\n  softwareAgilityScore_in: [Float]\r\n  softwareAgilityScore_not_in: [Float]\r\n  softwareAgilityScore_lt: Float\r\n  softwareAgilityScore_lte: Float\r\n  softwareAgilityScore_gt: Float\r\n  softwareAgilityScore_gte: Float\r\n  softwareAgilityThresholdsCASTHighligh: SoftwareAgilityThresholdsCASTHighlighEnumFilter\r\n  softwareAgilityThresholdsCASTHighligh_not: SoftwareAgilityThresholdsCASTHighlighEnumFilter\r\n  softwareAgilityThresholdsCASTHighligh_in: [SoftwareAgilityThresholdsCASTHighlighEnumFilter]\r\n  softwareAgilityThresholdsCASTHighligh_not_in: [SoftwareAgilityThresholdsCASTHighlighEnumFilter]\r\n  softwareEleganceScoreCASTHighligh: Float\r\n  softwareEleganceScoreCASTHighligh_not: Float\r\n  softwareEleganceScoreCASTHighligh_in: [Float]\r\n  softwareEleganceScoreCASTHighligh_not_in: [Float]\r\n  softwareEleganceScoreCASTHighligh_lt: Float\r\n  softwareEleganceScoreCASTHighligh_lte: Float\r\n  softwareEleganceScoreCASTHighligh_gt: Float\r\n  softwareEleganceScoreCASTHighligh_gte: Float\r\n  softwareEleganceThresholdsCASTHighligh: SoftwareEleganceThresholdsCASTHighlighEnumFilter\r\n  softwareEleganceThresholdsCASTHighligh_not: SoftwareEleganceThresholdsCASTHighlighEnumFilter\r\n  softwareEleganceThresholdsCASTHighligh_in: [SoftwareEleganceThresholdsCASTHighlighEnumFilter]\r\n  softwareEleganceThresholdsCASTHighligh_not_in: [SoftwareEleganceThresholdsCASTHighlighEnumFilter]\r\n  cloudReadyScoreCASTHighlight: Float\r\n  cloudReadyScoreCASTHighlight_not: Float\r\n  cloudReadyScoreCASTHighlight_in: [Float]\r\n  cloudReadyScoreCASTHighlight_not_in: [Float]\r\n  cloudReadyScoreCASTHighlight_lt: Float\r\n  cloudReadyScoreCASTHighlight_lte: Float\r\n  cloudReadyScoreCASTHighlight_gt: Float\r\n  cloudReadyScoreCASTHighlight_gte: Float\r\n  cloudReadyScanCASTHighlight: Float\r\n  cloudReadyScanCASTHighlight_not: Float\r\n  cloudReadyScanCASTHighlight_in: [Float]\r\n  cloudReadyScanCASTHighlight_not_in: [Float]\r\n  cloudReadyScanCASTHighlight_lt: Float\r\n  cloudReadyScanCASTHighlight_lte: Float\r\n  cloudReadyScanCASTHighlight_gt: Float\r\n  cloudReadyScanCASTHighlight_gte: Float\r\n  technicalDebtCast: Float\r\n  technicalDebtCast_not: Float\r\n  technicalDebtCast_in: [Float]\r\n  technicalDebtCast_not_in: [Float]\r\n  technicalDebtCast_lt: Float\r\n  technicalDebtCast_lte: Float\r\n  technicalDebtCast_gt: Float\r\n  technicalDebtCast_gte: Float\r\n  numberoflinesofCodeCast: Int\r\n  numberoflinesofCodeCast_not: Int\r\n  numberoflinesofCodeCast_in: [Int]\r\n  numberoflinesofCodeCast_not_in: [Int]\r\n  numberoflinesofCodeCast_lt: Int\r\n  numberoflinesofCodeCast_lte: Int\r\n  numberoflinesofCodeCast_gt: Int\r\n  numberoflinesofCodeCast_gte: Int\r\n  numberofFilesCast: Int\r\n  numberofFilesCast_not: Int\r\n  numberofFilesCast_in: [Int]\r\n  numberofFilesCast_not_in: [Int]\r\n  numberofFilesCast_lt: Int\r\n  numberofFilesCast_lte: Int\r\n  numberofFilesCast_gt: Int\r\n  numberofFilesCast_gte: Int\r\n  backFiredFunctionPointsCASTHighlight: Float\r\n  backFiredFunctionPointsCASTHighlight_not: Float\r\n  backFiredFunctionPointsCASTHighlight_in: [Float]\r\n  backFiredFunctionPointsCASTHighlight_not_in: [Float]\r\n  backFiredFunctionPointsCASTHighlight_lt: Float\r\n  backFiredFunctionPointsCASTHighlight_lte: Float\r\n  backFiredFunctionPointsCASTHighlight_gt: Float\r\n  backFiredFunctionPointsCASTHighlight_gte: Float\r\n  softwareResiliencyQuartileCast: SoftwareResiliencyQuartileCastEnumFilter\r\n  softwareResiliencyQuartileCast_not: SoftwareResiliencyQuartileCastEnumFilter\r\n  softwareResiliencyQuartileCast_in: [SoftwareResiliencyQuartileCastEnumFilter]\r\n  softwareResiliencyQuartileCast_not_in: [SoftwareResiliencyQuartileCastEnumFilter]\r\n  workflowStatusITandBusinessdata: WorkflowStatusITandBusinessdataEnumFilter\r\n  workflowStatusITandBusinessdata_not: WorkflowStatusITandBusinessdataEnumFilter\r\n  workflowStatusITandBusinessdata_in: [WorkflowStatusITandBusinessdataEnumFilter]\r\n  workflowStatusITandBusinessdata_not_in: [WorkflowStatusITandBusinessdataEnumFilter]\r\n  workflowStatusFinancial: WorkflowStatusFinancialEnumFilter\r\n  workflowStatusFinancial_not: WorkflowStatusFinancialEnumFilter\r\n  workflowStatusFinancial_in: [WorkflowStatusFinancialEnumFilter]\r\n  workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnumFilter]\r\n  softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnumFilter\r\n  softwareAgilityQuartileCast_not: SoftwareAgilityQuartileCastEnumFilter\r\n  softwareAgilityQuartileCast_in: [SoftwareAgilityQuartileCastEnumFilter]\r\n  softwareAgilityQuartileCast_not_in: [SoftwareAgilityQuartileCastEnumFilter]\r\n  softwareEleganceQuartileCast: SoftwareEleganceQuartileCastEnumFilter\r\n  softwareEleganceQuartileCast_not: SoftwareEleganceQuartileCastEnumFilter\r\n  softwareEleganceQuartileCast_in: [SoftwareEleganceQuartileCastEnumFilter]\r\n  softwareEleganceQuartileCast_not_in: [SoftwareEleganceQuartileCastEnumFilter]\r\n  detailsCast: String\r\n  detailsCast_not: String\r\n  detailsCast_in: [String]\r\n  detailsCast_not_in: [String]\r\n  detailsCast_lt: String\r\n  detailsCast_lte: String\r\n  detailsCast_gt: String\r\n  detailsCast_gte: String\r\n  detailsCast_contains: String\r\n  detailsCast_not_contains: String\r\n  detailsCast_starts_with: String\r\n  detailsCast_not_starts_with: String\r\n  detailsCast_ends_with: String\r\n  detailsCast_not_ends_with: String\r\n  statusReview: StatusReviewEnumFilter\r\n  statusReview_not: StatusReviewEnumFilter\r\n  statusReview_in: [StatusReviewEnumFilter]\r\n  statusReview_not_in: [StatusReviewEnumFilter]\r\n  gDPRConsent: GDPRConsentEnumFilter\r\n  gDPRConsent_not: GDPRConsentEnumFilter\r\n  gDPRConsent_in: [GDPRConsentEnumFilter]\r\n  gDPRConsent_not_in: [GDPRConsentEnumFilter]\r\n  cost: Float\r\n  cost_not: Float\r\n  cost_in: [Float]\r\n  cost_not_in: [Float]\r\n  cost_lt: Float\r\n  cost_lte: Float\r\n  cost_gt: Float\r\n  cost_gte: Float\r\n  revenue: Float\r\n  revenue_not: Float\r\n  revenue_in: [Float]\r\n  revenue_not_in: [Float]\r\n  revenue_lt: Float\r\n  revenue_lte: Float\r\n  revenue_gt: Float\r\n  revenue_gte: Float\r\n  rOIPercentage: Float\r\n  rOIPercentage_not: Float\r\n  rOIPercentage_in: [Float]\r\n  rOIPercentage_not_in: [Float]\r\n  rOIPercentage_lt: Float\r\n  rOIPercentage_lte: Float\r\n  rOIPercentage_gt: Float\r\n  rOIPercentage_gte: Float\r\n  rOIRate: Float\r\n  rOIRate_not: Float\r\n  rOIRate_in: [Float]\r\n  rOIRate_not_in: [Float]\r\n  rOIRate_lt: Float\r\n  rOIRate_lte: Float\r\n  rOIRate_gt: Float\r\n  rOIRate_gte: Float\r\n  costRate: Float\r\n  costRate_not: Float\r\n  costRate_in: [Float]\r\n  costRate_not_in: [Float]\r\n  costRate_lt: Float\r\n  costRate_lte: Float\r\n  costRate_gt: Float\r\n  costRate_gte: Float\r\n  gDPRContentOfNotice: GDPRContentOfNoticeEnumFilter\r\n  gDPRContentOfNotice_not: GDPRContentOfNoticeEnumFilter\r\n  gDPRContentOfNotice_in: [GDPRContentOfNoticeEnumFilter]\r\n  gDPRContentOfNotice_not_in: [GDPRContentOfNoticeEnumFilter]\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  freezepastTimePeriod: Boolean\r\n  freezepastTimePeriod_not: Boolean\r\n  recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnumFilter\r\n  recoveryPointObjectiveRPO_not: RecoveryPointObjectiveRPOEnumFilter\r\n  recoveryPointObjectiveRPO_in: [RecoveryPointObjectiveRPOEnumFilter]\r\n  recoveryPointObjectiveRPO_not_in: [RecoveryPointObjectiveRPOEnumFilter]\r\n  recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnumFilter\r\n  recoveryTimeObjectiveRTO_not: RecoveryTimeObjectiveRTOEnumFilter\r\n  recoveryTimeObjectiveRTO_in: [RecoveryTimeObjectiveRTOEnumFilter]\r\n  recoveryTimeObjectiveRTO_not_in: [RecoveryTimeObjectiveRTOEnumFilter]\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  workRecoveryTimeWRT: WorkRecoveryTimeWRTEnumFilter\r\n  workRecoveryTimeWRT_not: WorkRecoveryTimeWRTEnumFilter\r\n  workRecoveryTimeWRT_in: [WorkRecoveryTimeWRTEnumFilter]\r\n  workRecoveryTimeWRT_not_in: [WorkRecoveryTimeWRTEnumFilter]\r\n  maximumTolerableDowntimeMTD: MaximumTolerableDowntimeMTDEnumFilter\r\n  maximumTolerableDowntimeMTD_not: MaximumTolerableDowntimeMTDEnumFilter\r\n  maximumTolerableDowntimeMTD_in: [MaximumTolerableDowntimeMTDEnumFilter]\r\n  maximumTolerableDowntimeMTD_not_in: [MaximumTolerableDowntimeMTDEnumFilter]\r\n  sLALevel: SLALevelEnumFilter\r\n  sLALevel_not: SLALevelEnumFilter\r\n  sLALevel_in: [SLALevelEnumFilter]\r\n  sLALevel_not_in: [SLALevelEnumFilter]\r\n  applicationvalidationdate: Date\r\n  applicationvalidationdate_not: Date\r\n  applicationvalidationdate_in: [Date]\r\n  applicationvalidationdate_not_in: [Date]\r\n  applicationvalidationdate_lt: Date\r\n  applicationvalidationdate_lte: Date\r\n  applicationvalidationdate_gt: Date\r\n  applicationvalidationdate_gte: Date\r\n  dataFreshness: DataFreshnessEnumFilter\r\n  dataFreshness_not: DataFreshnessEnumFilter\r\n  dataFreshness_in: [DataFreshnessEnumFilter]\r\n  dataFreshness_not_in: [DataFreshnessEnumFilter]\r\n  applicationTemplate: ApplicationTemplateEnumFilter\r\n  applicationTemplate_not: ApplicationTemplateEnumFilter\r\n  applicationTemplate_in: [ApplicationTemplateEnumFilter]\r\n  applicationTemplate_not_in: [ApplicationTemplateEnumFilter]\r\n  deploymentDate: Date\r\n  deploymentDate_not: Date\r\n  deploymentDate_in: [Date]\r\n  deploymentDate_not_in: [Date]\r\n  deploymentDate_lt: Date\r\n  deploymentDate_lte: Date\r\n  deploymentDate_gt: Date\r\n  deploymentDate_gte: Date\r\n  operatingApplicationDate: Date\r\n  operatingApplicationDate_not: Date\r\n  operatingApplicationDate_in: [Date]\r\n  operatingApplicationDate_not_in: [Date]\r\n  operatingApplicationDate_lt: Date\r\n  operatingApplicationDate_lte: Date\r\n  operatingApplicationDate_gt: Date\r\n  operatingApplicationDate_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 ApplicationFlow\r\ninput filterApplicationFlow {\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 BusinessCapability\r\ninput filterBusinessCapability {\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  capabilityEffectiveness: CapabilityEffectivenessEnumFilter\r\n  capabilityEffectiveness_not: CapabilityEffectivenessEnumFilter\r\n  capabilityEffectiveness_in: [CapabilityEffectivenessEnumFilter]\r\n  capabilityEffectiveness_not_in: [CapabilityEffectivenessEnumFilter]\r\n  cost: Float\r\n  cost_not: Float\r\n  cost_in: [Float]\r\n  cost_not_in: [Float]\r\n  cost_lt: Float\r\n  cost_lte: Float\r\n  cost_gt: Float\r\n  cost_gte: Float\r\n  revenue: Float\r\n  revenue_not: Float\r\n  revenue_in: [Float]\r\n  revenue_not_in: [Float]\r\n  revenue_lt: Float\r\n  revenue_lte: Float\r\n  revenue_gt: Float\r\n  revenue_gte: Float\r\n  rOIPercentage: Float\r\n  rOIPercentage_not: Float\r\n  rOIPercentage_in: [Float]\r\n  rOIPercentage_not_in: [Float]\r\n  rOIPercentage_lt: Float\r\n  rOIPercentage_lte: Float\r\n  rOIPercentage_gt: Float\r\n  rOIPercentage_gte: Float\r\n  rOIRate: Float\r\n  rOIRate_not: Float\r\n  rOIRate_in: [Float]\r\n  rOIRate_not_in: [Float]\r\n  rOIRate_lt: Float\r\n  rOIRate_lte: Float\r\n  rOIRate_gt: Float\r\n  rOIRate_gte: Float\r\n  costRate: Float\r\n  costRate_not: Float\r\n  costRate_in: [Float]\r\n  costRate_not_in: [Float]\r\n  costRate_lt: Float\r\n  costRate_lte: Float\r\n  costRate_gt: Float\r\n  costRate_gte: Float\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  freezepastTimePeriod: Boolean\r\n  freezepastTimePeriod_not: Boolean\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  financialImpact: FinancialImpactEnumFilter\r\n  financialImpact_not: FinancialImpactEnumFilter\r\n  financialImpact_in: [FinancialImpactEnumFilter]\r\n  financialImpact_not_in: [FinancialImpactEnumFilter]\r\n  capabilityEfficiency: CapabilityEfficiencyEnumFilter\r\n  capabilityEfficiency_not: CapabilityEfficiencyEnumFilter\r\n  capabilityEfficiency_in: [CapabilityEfficiencyEnumFilter]\r\n  capabilityEfficiency_not_in: [CapabilityEfficiencyEnumFilter]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of BusinessDocument\r\ninput filterBusinessDocument {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  isCiphered: Boolean\r\n  isCiphered_not: Boolean\r\n  gDPRDocumentID: String\r\n  gDPRDocumentID_not: String\r\n  gDPRDocumentID_in: [String]\r\n  gDPRDocumentID_not_in: [String]\r\n  gDPRDocumentID_lt: String\r\n  gDPRDocumentID_lte: String\r\n  gDPRDocumentID_gt: String\r\n  gDPRDocumentID_gte: String\r\n  gDPRDocumentID_contains: String\r\n  gDPRDocumentID_not_contains: String\r\n  gDPRDocumentID_starts_with: String\r\n  gDPRDocumentID_not_starts_with: String\r\n  gDPRDocumentID_ends_with: String\r\n  gDPRDocumentID_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of BusinessDocumentPattern\r\ninput filterBusinessDocumentPattern {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  ciphered: Boolean\r\n  ciphered_not: Boolean\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of BusinessDocumentVersion\r\ninput filterBusinessDocumentVersion {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  fileExtension: String\r\n  fileExtension_not: String\r\n  fileExtension_in: [String]\r\n  fileExtension_not_in: [String]\r\n  fileExtension_lt: String\r\n  fileExtension_lte: String\r\n  fileExtension_gt: String\r\n  fileExtension_gte: String\r\n  fileExtension_contains: String\r\n  fileExtension_not_contains: String\r\n  fileExtension_starts_with: String\r\n  fileExtension_not_starts_with: String\r\n  fileExtension_ends_with: String\r\n  fileExtension_not_ends_with: String\r\n  businessDocumentVersionName: String\r\n  businessDocumentVersionName_not: String\r\n  businessDocumentVersionName_in: [String]\r\n  businessDocumentVersionName_not_in: [String]\r\n  businessDocumentVersionName_lt: String\r\n  businessDocumentVersionName_lte: String\r\n  businessDocumentVersionName_gt: String\r\n  businessDocumentVersionName_gte: String\r\n  businessDocumentVersionName_contains: String\r\n  businessDocumentVersionName_not_contains: String\r\n  businessDocumentVersionName_starts_with: String\r\n  businessDocumentVersionName_not_starts_with: String\r\n  businessDocumentVersionName_ends_with: String\r\n  businessDocumentVersionName_not_ends_with: String\r\n  documentVersion: String\r\n  documentVersion_not: String\r\n  documentVersion_in: [String]\r\n  documentVersion_not_in: [String]\r\n  documentVersion_lt: String\r\n  documentVersion_lte: String\r\n  documentVersion_gt: String\r\n  documentVersion_gte: String\r\n  documentVersion_contains: String\r\n  documentVersion_not_contains: String\r\n  documentVersion_starts_with: String\r\n  documentVersion_not_starts_with: String\r\n  documentVersion_ends_with: String\r\n  documentVersion_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of BusinessLine\r\ninput filterBusinessLine {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  customerSatisfaction: CustomerSatisfactionEnumFilter\r\n  customerSatisfaction_not: CustomerSatisfactionEnumFilter\r\n  customerSatisfaction_in: [CustomerSatisfactionEnumFilter]\r\n  customerSatisfaction_not_in: [CustomerSatisfactionEnumFilter]\r\n  assessmentFreshness: Float\r\n  assessmentFreshness_not: Float\r\n  assessmentFreshness_in: [Float]\r\n  assessmentFreshness_not_in: [Float]\r\n  assessmentFreshness_lt: Float\r\n  assessmentFreshness_lte: Float\r\n  assessmentFreshness_gt: Float\r\n  assessmentFreshness_gte: Float\r\n  businessLineCode: String\r\n  businessLineCode_not: String\r\n  businessLineCode_in: [String]\r\n  businessLineCode_not_in: [String]\r\n  businessLineCode_lt: String\r\n  businessLineCode_lte: String\r\n  businessLineCode_gt: String\r\n  businessLineCode_gte: String\r\n  businessLineCode_contains: String\r\n  businessLineCode_not_contains: String\r\n  businessLineCode_starts_with: String\r\n  businessLineCode_not_starts_with: String\r\n  businessLineCode_ends_with: String\r\n  businessLineCode_not_ends_with: String\r\n  cASTHighlightID: Int\r\n  cASTHighlightID_not: Int\r\n  cASTHighlightID_in: [Int]\r\n  cASTHighlightID_not_in: [Int]\r\n  cASTHighlightID_lt: Int\r\n  cASTHighlightID_lte: Int\r\n  cASTHighlightID_gt: Int\r\n  cASTHighlightID_gte: Int\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 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  triggeredbyEvent: Boolean\r\n  triggeredbyEvent_not: Boolean\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  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  freezepastTimePeriod: Boolean\r\n  freezepastTimePeriod_not: Boolean\r\n  lastAssessmentDate: Date\r\n  lastAssessmentDate_not: Date\r\n  lastAssessmentDate_in: [Date]\r\n  lastAssessmentDate_not_in: [Date]\r\n  lastAssessmentDate_lt: Date\r\n  lastAssessmentDate_lte: Date\r\n  lastAssessmentDate_gt: Date\r\n  lastAssessmentDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of BusinessRole\r\ninput filterBusinessRole {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  businessRoleMultiplicity: BusinessRoleMultiplicityEnumFilter\r\n  businessRoleMultiplicity_not: BusinessRoleMultiplicityEnumFilter\r\n  businessRoleMultiplicity_in: [BusinessRoleMultiplicityEnumFilter]\r\n  businessRoleMultiplicity_not_in: [BusinessRoleMultiplicityEnumFilter]\r\n  businessRoleStatus: BusinessRoleStatusEnumFilter\r\n  businessRoleStatus_not: BusinessRoleStatusEnumFilter\r\n  businessRoleStatus_in: [BusinessRoleStatusEnumFilter]\r\n  businessRoleStatus_not_in: [BusinessRoleStatusEnumFilter]\r\n  proposeallusers: Boolean\r\n  proposeallusers_not: Boolean\r\n  businessRoleDisplay: BusinessRoleDisplayEnumFilter\r\n  businessRoleDisplay_not: BusinessRoleDisplayEnumFilter\r\n  businessRoleDisplay_in: [BusinessRoleDisplayEnumFilter]\r\n  businessRoleDisplay_not_in: [BusinessRoleDisplayEnumFilter]\r\n  gUIName: String\r\n  gUIName_not: String\r\n  gUIName_in: [String]\r\n  gUIName_not_in: [String]\r\n  gUIName_lt: String\r\n  gUIName_lte: String\r\n  gUIName_gt: String\r\n  gUIName_gte: String\r\n  gUIName_contains: String\r\n  gUIName_not_contains: String\r\n  gUIName_starts_with: String\r\n  gUIName_not_starts_with: String\r\n  gUIName_ends_with: String\r\n  gUIName_not_ends_with: String\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of Content\r\ninput filterContent {\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  contentType: ContentTypeEnumFilter\r\n  contentType_not: ContentTypeEnumFilter\r\n  contentType_in: [ContentTypeEnumFilter]\r\n  contentType_not_in: [ContentTypeEnumFilter]\r\n  contentName: String\r\n  contentName_not: String\r\n  contentName_in: [String]\r\n  contentName_not_in: [String]\r\n  contentName_lt: String\r\n  contentName_lte: String\r\n  contentName_gt: String\r\n  contentName_gte: String\r\n  contentName_contains: String\r\n  contentName_not_contains: String\r\n  contentName_starts_with: String\r\n  contentName_not_starts_with: String\r\n  contentName_ends_with: String\r\n  contentName_not_ends_with: String\r\n  flowType: FlowTypeEnumFilter\r\n  flowType_not: FlowTypeEnumFilter\r\n  flowType_in: [FlowTypeEnumFilter]\r\n  flowType_not_in: [FlowTypeEnumFilter]\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 Functionality\r\ninput filterFunctionality {\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  capabilityEffectiveness: CapabilityEffectivenessEnumFilter\r\n  capabilityEffectiveness_not: CapabilityEffectivenessEnumFilter\r\n  capabilityEffectiveness_in: [CapabilityEffectivenessEnumFilter]\r\n  capabilityEffectiveness_not_in: [CapabilityEffectivenessEnumFilter]\r\n  functionalitytype: FunctionalitytypeEnumFilter\r\n  functionalitytype_not: FunctionalitytypeEnumFilter\r\n  functionalitytype_in: [FunctionalitytypeEnumFilter]\r\n  functionalitytype_not_in: [FunctionalitytypeEnumFilter]\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  financialImpact: FinancialImpactEnumFilter\r\n  financialImpact_not: FinancialImpactEnumFilter\r\n  financialImpact_in: [FinancialImpactEnumFilter]\r\n  financialImpact_not_in: [FinancialImpactEnumFilter]\r\n  capabilityEfficiency: CapabilityEfficiencyEnumFilter\r\n  capabilityEfficiency_not: CapabilityEfficiencyEnumFilter\r\n  capabilityEfficiency_in: [CapabilityEfficiencyEnumFilter]\r\n  capabilityEfficiency_not_in: [CapabilityEfficiencyEnumFilter]\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 GlobalApplicationFlowMap\r\ninput filterGlobalApplicationFlowMap {\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  globalApplicationFlowMapforITPM: Boolean\r\n  globalApplicationFlowMapforITPM_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 Initiative\r\ninput filterInitiative {\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  decision: DecisionEnumFilter\r\n  decision_not: DecisionEnumFilter\r\n  decision_in: [DecisionEnumFilter]\r\n  decision_not_in: [DecisionEnumFilter]\r\n  expenses: Float\r\n  expenses_not: Float\r\n  expenses_in: [Float]\r\n  expenses_not_in: [Float]\r\n  expenses_lt: Float\r\n  expenses_lte: Float\r\n  expenses_gt: Float\r\n  expenses_gte: Float\r\n  capitalExpenses: Float\r\n  capitalExpenses_not: Float\r\n  capitalExpenses_in: [Float]\r\n  capitalExpenses_not_in: [Float]\r\n  capitalExpenses_lt: Float\r\n  capitalExpenses_lte: Float\r\n  capitalExpenses_gt: Float\r\n  capitalExpenses_gte: Float\r\n  operatingExpenses: Float\r\n  operatingExpenses_not: Float\r\n  operatingExpenses_in: [Float]\r\n  operatingExpenses_not_in: [Float]\r\n  operatingExpenses_lt: Float\r\n  operatingExpenses_lte: Float\r\n  operatingExpenses_gt: Float\r\n  operatingExpenses_gte: Float\r\n  motivationoftheDecision: String\r\n  motivationoftheDecision_not: String\r\n  motivationoftheDecision_in: [String]\r\n  motivationoftheDecision_not_in: [String]\r\n  motivationoftheDecision_lt: String\r\n  motivationoftheDecision_lte: String\r\n  motivationoftheDecision_gt: String\r\n  motivationoftheDecision_gte: String\r\n  motivationoftheDecision_contains: String\r\n  motivationoftheDecision_not_contains: String\r\n  motivationoftheDecision_starts_with: String\r\n  motivationoftheDecision_not_starts_with: String\r\n  motivationoftheDecision_ends_with: String\r\n  motivationoftheDecision_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  initiativeMetaPictureIdentifier: String\r\n  initiativeMetaPictureIdentifier_not: String\r\n  initiativeMetaPictureIdentifier_in: [String]\r\n  initiativeMetaPictureIdentifier_not_in: [String]\r\n  initiativeMetaPictureIdentifier_lt: String\r\n  initiativeMetaPictureIdentifier_lte: String\r\n  initiativeMetaPictureIdentifier_gt: String\r\n  initiativeMetaPictureIdentifier_gte: String\r\n  initiativeMetaPictureIdentifier_contains: String\r\n  initiativeMetaPictureIdentifier_not_contains: String\r\n  initiativeMetaPictureIdentifier_starts_with: String\r\n  initiativeMetaPictureIdentifier_not_starts_with: String\r\n  initiativeMetaPictureIdentifier_ends_with: String\r\n  initiativeMetaPictureIdentifier_not_ends_with: String\r\n  freezepastTimePeriod: Boolean\r\n  freezepastTimePeriod_not: Boolean\r\n  natureofTransformation: NatureofTransformationEnumFilter\r\n  natureofTransformation_not: NatureofTransformationEnumFilter\r\n  natureofTransformation_in: [NatureofTransformationEnumFilter]\r\n  natureofTransformation_not_in: [NatureofTransformationEnumFilter]\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 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  bDNAIdentifier: String\r\n  bDNAIdentifier_not: String\r\n  bDNAIdentifier_in: [String]\r\n  bDNAIdentifier_not_in: [String]\r\n  bDNAIdentifier_lt: String\r\n  bDNAIdentifier_lte: String\r\n  bDNAIdentifier_gt: String\r\n  bDNAIdentifier_gte: String\r\n  bDNAIdentifier_contains: String\r\n  bDNAIdentifier_not_contains: String\r\n  bDNAIdentifier_starts_with: String\r\n  bDNAIdentifier_not_starts_with: String\r\n  bDNAIdentifier_ends_with: String\r\n  bDNAIdentifier_not_ends_with: String\r\n  technopediaReplacementID: String\r\n  technopediaReplacementID_not: String\r\n  technopediaReplacementID_in: [String]\r\n  technopediaReplacementID_not_in: [String]\r\n  technopediaReplacementID_lt: String\r\n  technopediaReplacementID_lte: String\r\n  technopediaReplacementID_gt: String\r\n  technopediaReplacementID_gte: String\r\n  technopediaReplacementID_contains: String\r\n  technopediaReplacementID_not_contains: String\r\n  technopediaReplacementID_starts_with: String\r\n  technopediaReplacementID_not_starts_with: String\r\n  technopediaReplacementID_ends_with: String\r\n  technopediaReplacementID_not_ends_with: String\r\n  internalExternal: InternalExternalEnumFilter\r\n  internalExternal_not: InternalExternalEnumFilter\r\n  internalExternal_in: [InternalExternalEnumFilter]\r\n  internalExternal_not_in: [InternalExternalEnumFilter]\r\n  technopediaTobedeletedon: Date\r\n  technopediaTobedeletedon_not: Date\r\n  technopediaTobedeletedon_in: [Date]\r\n  technopediaTobedeletedon_not_in: [Date]\r\n  technopediaTobedeletedon_lt: Date\r\n  technopediaTobedeletedon_lte: Date\r\n  technopediaTobedeletedon_gt: Date\r\n  technopediaTobedeletedon_gte: Date\r\n  technopediaObjectdeletion: TechnopediaObjectdeletionEnumFilter\r\n  technopediaObjectdeletion_not: TechnopediaObjectdeletionEnumFilter\r\n  technopediaObjectdeletion_in: [TechnopediaObjectdeletionEnumFilter]\r\n  technopediaObjectdeletion_not_in: [TechnopediaObjectdeletionEnumFilter]\r\n  orgUnitType: OrgUnitTypeEnumFilter\r\n  orgUnitType_not: OrgUnitTypeEnumFilter\r\n  orgUnitType_in: [OrgUnitTypeEnumFilter]\r\n  orgUnitType_not_in: [OrgUnitTypeEnumFilter]\r\n  technopediaDeletereason: TechnopediaDeletereasonEnumFilter\r\n  technopediaDeletereason_not: TechnopediaDeletereasonEnumFilter\r\n  technopediaDeletereason_in: [TechnopediaDeletereasonEnumFilter]\r\n  technopediaDeletereason_not_in: [TechnopediaDeletereasonEnumFilter]\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  freezepastTimePeriod: Boolean\r\n  freezepastTimePeriod_not: Boolean\r\n  technopediaID: String\r\n  technopediaID_not: String\r\n  technopediaID_in: [String]\r\n  technopediaID_not_in: [String]\r\n  technopediaID_lt: String\r\n  technopediaID_lte: String\r\n  technopediaID_gt: String\r\n  technopediaID_gte: String\r\n  technopediaID_contains: String\r\n  technopediaID_not_contains: String\r\n  technopediaID_starts_with: String\r\n  technopediaID_not_starts_with: String\r\n  technopediaID_ends_with: String\r\n  technopediaID_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  nameinTechnopedia: String\r\n  nameinTechnopedia_not: String\r\n  nameinTechnopedia_in: [String]\r\n  nameinTechnopedia_not_in: [String]\r\n  nameinTechnopedia_lt: String\r\n  nameinTechnopedia_lte: String\r\n  nameinTechnopedia_gt: String\r\n  nameinTechnopedia_gte: String\r\n  nameinTechnopedia_contains: String\r\n  nameinTechnopedia_not_contains: String\r\n  nameinTechnopedia_starts_with: String\r\n  nameinTechnopedia_not_starts_with: String\r\n  nameinTechnopedia_ends_with: String\r\n  nameinTechnopedia_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  orgUnitStatus: OrgUnitStatusEnumFilter\r\n  orgUnitStatus_not: OrgUnitStatusEnumFilter\r\n  orgUnitStatus_in: [OrgUnitStatusEnumFilter]\r\n  orgUnitStatus_not_in: [OrgUnitStatusEnumFilter]\r\n  vendorCode: String\r\n  vendorCode_not: String\r\n  vendorCode_in: [String]\r\n  vendorCode_not_in: [String]\r\n  vendorCode_lt: String\r\n  vendorCode_lte: String\r\n  vendorCode_gt: String\r\n  vendorCode_gte: String\r\n  vendorCode_contains: String\r\n  vendorCode_not_contains: String\r\n  vendorCode_starts_with: String\r\n  vendorCode_not_starts_with: String\r\n  vendorCode_ends_with: String\r\n  vendorCode_not_ends_with: String\r\n  companyStandard: CompanyStandardEnumFilter\r\n  companyStandard_not: CompanyStandardEnumFilter\r\n  companyStandard_in: [CompanyStandardEnumFilter]\r\n  companyStandard_not_in: [CompanyStandardEnumFilter]\r\n  numberofprovidedTechnologies: Int\r\n  numberofprovidedTechnologies_not: Int\r\n  numberofprovidedTechnologies_in: [Int]\r\n  numberofprovidedTechnologies_not_in: [Int]\r\n  numberofprovidedTechnologies_lt: Int\r\n  numberofprovidedTechnologies_lte: Int\r\n  numberofprovidedTechnologies_gt: Int\r\n  numberofprovidedTechnologies_gte: Int\r\n  numberofusingapplicationsVendor: Int\r\n  numberofusingapplicationsVendor_not: Int\r\n  numberofusingapplicationsVendor_in: [Int]\r\n  numberofusingapplicationsVendor_not_in: [Int]\r\n  numberofusingapplicationsVendor_lt: Int\r\n  numberofusingapplicationsVendor_lte: Int\r\n  numberofusingapplicationsVendor_gt: Int\r\n  numberofusingapplicationsVendor_gte: Int\r\n  numberofusedTechnologies: Int\r\n  numberofusedTechnologies_not: Int\r\n  numberofusedTechnologies_in: [Int]\r\n  numberofusedTechnologies_not_in: [Int]\r\n  numberofusedTechnologies_lt: Int\r\n  numberofusedTechnologies_lte: Int\r\n  numberofusedTechnologies_gt: Int\r\n  numberofusedTechnologies_gte: Int\r\n  technopediaStreet: String\r\n  technopediaStreet_not: String\r\n  technopediaStreet_in: [String]\r\n  technopediaStreet_not_in: [String]\r\n  technopediaStreet_lt: String\r\n  technopediaStreet_lte: String\r\n  technopediaStreet_gt: String\r\n  technopediaStreet_gte: String\r\n  technopediaStreet_contains: String\r\n  technopediaStreet_not_contains: String\r\n  technopediaStreet_starts_with: String\r\n  technopediaStreet_not_starts_with: String\r\n  technopediaStreet_ends_with: String\r\n  technopediaStreet_not_ends_with: String\r\n  technopediaCity: String\r\n  technopediaCity_not: String\r\n  technopediaCity_in: [String]\r\n  technopediaCity_not_in: [String]\r\n  technopediaCity_lt: String\r\n  technopediaCity_lte: String\r\n  technopediaCity_gt: String\r\n  technopediaCity_gte: String\r\n  technopediaCity_contains: String\r\n  technopediaCity_not_contains: String\r\n  technopediaCity_starts_with: String\r\n  technopediaCity_not_starts_with: String\r\n  technopediaCity_ends_with: String\r\n  technopediaCity_not_ends_with: String\r\n  technopediaState: String\r\n  technopediaState_not: String\r\n  technopediaState_in: [String]\r\n  technopediaState_not_in: [String]\r\n  technopediaState_lt: String\r\n  technopediaState_lte: String\r\n  technopediaState_gt: String\r\n  technopediaState_gte: String\r\n  technopediaState_contains: String\r\n  technopediaState_not_contains: String\r\n  technopediaState_starts_with: String\r\n  technopediaState_not_starts_with: String\r\n  technopediaState_ends_with: String\r\n  technopediaState_not_ends_with: String\r\n  technopediaZip: String\r\n  technopediaZip_not: String\r\n  technopediaZip_in: [String]\r\n  technopediaZip_not_in: [String]\r\n  technopediaZip_lt: String\r\n  technopediaZip_lte: String\r\n  technopediaZip_gt: String\r\n  technopediaZip_gte: String\r\n  technopediaZip_contains: String\r\n  technopediaZip_not_contains: String\r\n  technopediaZip_starts_with: String\r\n  technopediaZip_not_starts_with: String\r\n  technopediaZip_ends_with: String\r\n  technopediaZip_not_ends_with: String\r\n  technopediaCountry: String\r\n  technopediaCountry_not: String\r\n  technopediaCountry_in: [String]\r\n  technopediaCountry_not_in: [String]\r\n  technopediaCountry_lt: String\r\n  technopediaCountry_lte: String\r\n  technopediaCountry_gt: String\r\n  technopediaCountry_gte: String\r\n  technopediaCountry_contains: String\r\n  technopediaCountry_not_contains: String\r\n  technopediaCountry_starts_with: String\r\n  technopediaCountry_not_starts_with: String\r\n  technopediaCountry_ends_with: String\r\n  technopediaCountry_not_ends_with: String\r\n  technopediaTier: Int\r\n  technopediaTier_not: Int\r\n  technopediaTier_in: [Int]\r\n  technopediaTier_not_in: [Int]\r\n  technopediaTier_lt: Int\r\n  technopediaTier_lte: Int\r\n  technopediaTier_gt: Int\r\n  technopediaTier_gte: Int\r\n  technopediaLegal: String\r\n  technopediaLegal_not: String\r\n  technopediaLegal_in: [String]\r\n  technopediaLegal_not_in: [String]\r\n  technopediaLegal_lt: String\r\n  technopediaLegal_lte: String\r\n  technopediaLegal_gt: String\r\n  technopediaLegal_gte: String\r\n  technopediaLegal_contains: String\r\n  technopediaLegal_not_contains: String\r\n  technopediaLegal_starts_with: String\r\n  technopediaLegal_not_starts_with: String\r\n  technopediaLegal_ends_with: String\r\n  technopediaLegal_not_ends_with: String\r\n  technopediaProfitsperyear: String\r\n  technopediaProfitsperyear_not: String\r\n  technopediaProfitsperyear_in: [String]\r\n  technopediaProfitsperyear_not_in: [String]\r\n  technopediaProfitsperyear_lt: String\r\n  technopediaProfitsperyear_lte: String\r\n  technopediaProfitsperyear_gt: String\r\n  technopediaProfitsperyear_gte: String\r\n  technopediaProfitsperyear_contains: String\r\n  technopediaProfitsperyear_not_contains: String\r\n  technopediaProfitsperyear_starts_with: String\r\n  technopediaProfitsperyear_not_starts_with: String\r\n  technopediaProfitsperyear_ends_with: String\r\n  technopediaProfitsperyear_not_ends_with: String\r\n  technopediaProfitsdate: Date\r\n  technopediaProfitsdate_not: Date\r\n  technopediaProfitsdate_in: [Date]\r\n  technopediaProfitsdate_not_in: [Date]\r\n  technopediaProfitsdate_lt: Date\r\n  technopediaProfitsdate_lte: Date\r\n  technopediaProfitsdate_gt: Date\r\n  technopediaProfitsdate_gte: Date\r\n  technopediaDateacquired: Date\r\n  technopediaDateacquired_not: Date\r\n  technopediaDateacquired_in: [Date]\r\n  technopediaDateacquired_not_in: [Date]\r\n  technopediaDateacquired_lt: Date\r\n  technopediaDateacquired_lte: Date\r\n  technopediaDateacquired_gt: Date\r\n  technopediaDateacquired_gte: Date\r\n  technopediaEmployees: Int\r\n  technopediaEmployees_not: Int\r\n  technopediaEmployees_in: [Int]\r\n  technopediaEmployees_not_in: [Int]\r\n  technopediaEmployees_lt: Int\r\n  technopediaEmployees_lte: Int\r\n  technopediaEmployees_gt: Int\r\n  technopediaEmployees_gte: Int\r\n  technopediaEmployeesDate: Date\r\n  technopediaEmployeesDate_not: Date\r\n  technopediaEmployeesDate_in: [Date]\r\n  technopediaEmployeesDate_not_in: [Date]\r\n  technopediaEmployeesDate_lt: Date\r\n  technopediaEmployeesDate_lte: Date\r\n  technopediaEmployeesDate_gt: Date\r\n  technopediaEmployeesDate_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  technopediaFiscalenddate: Date\r\n  technopediaFiscalenddate_not: Date\r\n  technopediaFiscalenddate_in: [Date]\r\n  technopediaFiscalenddate_not_in: [Date]\r\n  technopediaFiscalenddate_lt: Date\r\n  technopediaFiscalenddate_lte: Date\r\n  technopediaFiscalenddate_gt: Date\r\n  technopediaFiscalenddate_gte: Date\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  castToken: String\r\n  castToken_not: String\r\n  castToken_in: [String]\r\n  castToken_not_in: [String]\r\n  castToken_lt: String\r\n  castToken_lte: String\r\n  castToken_gt: String\r\n  castToken_gte: String\r\n  castToken_contains: String\r\n  castToken_not_contains: String\r\n  castToken_starts_with: String\r\n  castToken_not_starts_with: String\r\n  castToken_ends_with: String\r\n  castToken_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  cASTHighlightID: Int\r\n  cASTHighlightID_not: Int\r\n  cASTHighlightID_in: [Int]\r\n  cASTHighlightID_not_in: [Int]\r\n  cASTHighlightID_lt: Int\r\n  cASTHighlightID_lte: Int\r\n  cASTHighlightID_gt: Int\r\n  cASTHighlightID_gte: Int\r\n  initials: String\r\n  initials_not: String\r\n  initials_in: [String]\r\n  initials_not_in: [String]\r\n  initials_lt: String\r\n  initials_lte: String\r\n  initials_gt: String\r\n  initials_gte: String\r\n  initials_contains: String\r\n  initials_not_contains: String\r\n  initials_starts_with: String\r\n  initials_not_starts_with: String\r\n  initials_ends_with: String\r\n  initials_not_ends_with: String\r\n  validPerson: ValidPersonEnumFilter\r\n  validPerson_not: ValidPersonEnumFilter\r\n  validPerson_in: [ValidPersonEnumFilter]\r\n  validPerson_not_in: [ValidPersonEnumFilter]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of Portfolio\r\ninput filterPortfolio {\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  studyStartDate: Date\r\n  studyStartDate_not: Date\r\n  studyStartDate_in: [Date]\r\n  studyStartDate_not_in: [Date]\r\n  studyStartDate_lt: Date\r\n  studyStartDate_lte: Date\r\n  studyStartDate_gt: Date\r\n  studyStartDate_gte: Date\r\n  studyEndDate: Date\r\n  studyEndDate_not: Date\r\n  studyEndDate_in: [Date]\r\n  studyEndDate_not_in: [Date]\r\n  studyEndDate_lt: Date\r\n  studyEndDate_lte: Date\r\n  studyEndDate_gt: Date\r\n  studyEndDate_gte: Date\r\n  portfolioType: PortfolioTypeEnumFilter\r\n  portfolioType_not: PortfolioTypeEnumFilter\r\n  portfolioType_in: [PortfolioTypeEnumFilter]\r\n  portfolioType_not_in: [PortfolioTypeEnumFilter]\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  updateFrequency: UpdateFrequencyEnumFilter\r\n  updateFrequency_not: UpdateFrequencyEnumFilter\r\n  updateFrequency_in: [UpdateFrequencyEnumFilter]\r\n  updateFrequency_not_in: [UpdateFrequencyEnumFilter]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String]\r\n  hexaIdAbs_not_in: [String]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String]\r\n  comment_not_in: [String]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n}\r\n\r\n# Filters of Risk\r\ninput filterRisk {\r\n  id: String\r\n  id_not: String\r\n  id_in: [String]\r\n  id_not_in: [String]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String]\r\n  externalIdentifier_not_in: [String]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String]\r\n  name_not_in: [String]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String]\r\n  creatorName_not_in: [String]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String]\r\n  modifierName_not_in: [String]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date]\r\n  modificationDate_not_in: [Date]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date]\r\n  creationDate_not_in: [Date]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  riskCode: String\r\n  riskCode_not: String\r\n  riskCode_in: [String]\r\n  riskCode_not_in: [String]\r\n  riskCode_lt: String\r\n  riskCode_lte: String\r\n  riskCode_gt: String\r\n  riskCode_gte: String\r\n  riskCode_contains: String\r\n  riskCode_not_contains: String\r\n  riskCode_starts_with: String\r\n  riskCode_not_starts_with: String\r\n  riskCode_ends_with: String\r\n  riskCode_not_ends_with: String\r\n  riskIdentificationMode: RiskIdentificationModeEnumFilter\r\n  riskIdentificationMode_not: RiskIdentificationModeEnumFilter\r\n  riskIdentificationMode_in: [RiskIdentificationModeEnumFilter]\r\n  riskIdentificationMode_not_in: [RiskIdentificationModeEnumFilter]\r\n  assessmentFreshness: Float\r\n  assessmentFreshness_not: Float\r\n  assessmentFreshness_in: [Float]\r\n  assessmentFreshness_not_in: [Float]\r\n  assessmentFreshness_lt: Float\r\n  assessmentFreshness_lte: Float\r\n  assessmentFreshness_gt: Float\r\n  assessmentFreshness_gte: Float\r\n  impactERM: ImpactERMEnumFilter\r\n  impactERM_not: ImpactERMEnumFilter\r\n  impactERM_in: [ImpactERMEnumFilter]\r\n  impactERM_not_in: [ImpactERMEnumFilter]\r\n  likelihoodERM: LikelihoodERMEnumFilter\r\n  likelihoodERM_not: LikelihoodERMEnumFilter\r\n  likelihoodERM_in: [LikelihoodERMEnumFilter]\r\n  likelihoodERM_not_in: [LikelihoodERMEnumFilter]\r\n  severity: SeverityEnumFilter\r\n  severity_not: SeverityEnumFilter\r\n  severity_in: [SeverityEnumFilter]\r\n  severity_not_in: [SeverityEnumFilter]\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  likelihoodCRK: LikelihoodCRKEnumFilter\r\n  likelihoodCRK_not: LikelihoodCRKEnumFilter\r\n  likelihoodCRK_in: [LikelihoodCRKEnumFilter]\r\n  likelihoodCRK_not_in: [LikelihoodCRKEnumFilter]\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 ServerDeployed\r\ninput filterServerDeployed {\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  expenses: Float\r\n  expenses_not: Float\r\n  expenses_in: [Float]\r\n  expenses_not_in: [Float]\r\n  expenses_lt: Float\r\n  expenses_lte: Float\r\n  expenses_gt: Float\r\n  expenses_gte: Float\r\n  capitalExpenses: Float\r\n  capitalExpenses_not: Float\r\n  capitalExpenses_in: [Float]\r\n  capitalExpenses_not_in: [Float]\r\n  capitalExpenses_lt: Float\r\n  capitalExpenses_lte: Float\r\n  capitalExpenses_gt: Float\r\n  capitalExpenses_gte: Float\r\n  operatingExpenses: Float\r\n  operatingExpenses_not: Float\r\n  operatingExpenses_in: [Float]\r\n  operatingExpenses_not_in: [Float]\r\n  operatingExpenses_lt: Float\r\n  operatingExpenses_lte: Float\r\n  operatingExpenses_gt: Float\r\n  operatingExpenses_gte: Float\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  freezepastTimePeriod: Boolean\r\n  freezepastTimePeriod_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 Site\r\ninput filterSite {\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 SoftwareInstallation\r\ninput filterSoftwareInstallation {\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  expenses: Float\r\n  expenses_not: Float\r\n  expenses_in: [Float]\r\n  expenses_not_in: [Float]\r\n  expenses_lt: Float\r\n  expenses_lte: Float\r\n  expenses_gt: Float\r\n  expenses_gte: Float\r\n  capitalExpenses: Float\r\n  capitalExpenses_not: Float\r\n  capitalExpenses_in: [Float]\r\n  capitalExpenses_not_in: [Float]\r\n  capitalExpenses_lt: Float\r\n  capitalExpenses_lte: Float\r\n  capitalExpenses_gt: Float\r\n  capitalExpenses_gte: Float\r\n  operatingExpenses: Float\r\n  operatingExpenses_not: Float\r\n  operatingExpenses_in: [Float]\r\n  operatingExpenses_not_in: [Float]\r\n  operatingExpenses_lt: Float\r\n  operatingExpenses_lte: Float\r\n  operatingExpenses_gt: Float\r\n  operatingExpenses_gte: Float\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  applicationDeploymentCode: String\r\n  applicationDeploymentCode_not: String\r\n  applicationDeploymentCode_in: [String]\r\n  applicationDeploymentCode_not_in: [String]\r\n  applicationDeploymentCode_lt: String\r\n  applicationDeploymentCode_lte: String\r\n  applicationDeploymentCode_gt: String\r\n  applicationDeploymentCode_gte: String\r\n  applicationDeploymentCode_contains: String\r\n  applicationDeploymentCode_not_contains: String\r\n  applicationDeploymentCode_starts_with: String\r\n  applicationDeploymentCode_not_starts_with: String\r\n  applicationDeploymentCode_ends_with: String\r\n  applicationDeploymentCode_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  freezepastTimePeriod: Boolean\r\n  freezepastTimePeriod_not: Boolean\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 SoftwareTechnology\r\ninput filterSoftwareTechnology {\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  technologyCode: String\r\n  technologyCode_not: String\r\n  technologyCode_in: [String]\r\n  technologyCode_not_in: [String]\r\n  technologyCode_lt: String\r\n  technologyCode_lte: String\r\n  technologyCode_gt: String\r\n  technologyCode_gte: String\r\n  technologyCode_contains: String\r\n  technologyCode_not_contains: String\r\n  technologyCode_starts_with: String\r\n  technologyCode_not_starts_with: String\r\n  technologyCode_ends_with: String\r\n  technologyCode_not_ends_with: String\r\n  companyStandard: CompanyStandardEnumFilter\r\n  companyStandard_not: CompanyStandardEnumFilter\r\n  companyStandard_in: [CompanyStandardEnumFilter]\r\n  companyStandard_not_in: [CompanyStandardEnumFilter]\r\n  bDNAIdentifier: String\r\n  bDNAIdentifier_not: String\r\n  bDNAIdentifier_in: [String]\r\n  bDNAIdentifier_not_in: [String]\r\n  bDNAIdentifier_lt: String\r\n  bDNAIdentifier_lte: String\r\n  bDNAIdentifier_gt: String\r\n  bDNAIdentifier_gte: String\r\n  bDNAIdentifier_contains: String\r\n  bDNAIdentifier_not_contains: String\r\n  bDNAIdentifier_starts_with: String\r\n  bDNAIdentifier_not_starts_with: String\r\n  bDNAIdentifier_ends_with: String\r\n  bDNAIdentifier_not_ends_with: String\r\n  technopediaReplacementID: String\r\n  technopediaReplacementID_not: String\r\n  technopediaReplacementID_in: [String]\r\n  technopediaReplacementID_not_in: [String]\r\n  technopediaReplacementID_lt: String\r\n  technopediaReplacementID_lte: String\r\n  technopediaReplacementID_gt: String\r\n  technopediaReplacementID_gte: String\r\n  technopediaReplacementID_contains: String\r\n  technopediaReplacementID_not_contains: String\r\n  technopediaReplacementID_starts_with: String\r\n  technopediaReplacementID_not_starts_with: String\r\n  technopediaReplacementID_ends_with: String\r\n  technopediaReplacementID_not_ends_with: String\r\n  numberofusingapplications: Int\r\n  numberofusingapplications_not: Int\r\n  numberofusingapplications_in: [Int]\r\n  numberofusingapplications_not_in: [Int]\r\n  numberofusingapplications_lt: Int\r\n  numberofusingapplications_lte: Int\r\n  numberofusingapplications_gt: Int\r\n  numberofusingapplications_gte: Int\r\n  technopediaTobedeletedon: Date\r\n  technopediaTobedeletedon_not: Date\r\n  technopediaTobedeletedon_in: [Date]\r\n  technopediaTobedeletedon_not_in: [Date]\r\n  technopediaTobedeletedon_lt: Date\r\n  technopediaTobedeletedon_lte: Date\r\n  technopediaTobedeletedon_gt: Date\r\n  technopediaTobedeletedon_gte: Date\r\n  technopediaObjectdeletion: TechnopediaObjectdeletionEnumFilter\r\n  technopediaObjectdeletion_not: TechnopediaObjectdeletionEnumFilter\r\n  technopediaObjectdeletion_in: [TechnopediaObjectdeletionEnumFilter]\r\n  technopediaObjectdeletion_not_in: [TechnopediaObjectdeletionEnumFilter]\r\n  technopediaDeletereason: TechnopediaDeletereasonEnumFilter\r\n  technopediaDeletereason_not: TechnopediaDeletereasonEnumFilter\r\n  technopediaDeletereason_in: [TechnopediaDeletereasonEnumFilter]\r\n  technopediaDeletereason_not_in: [TechnopediaDeletereasonEnumFilter]\r\n  expenses: Float\r\n  expenses_not: Float\r\n  expenses_in: [Float]\r\n  expenses_not_in: [Float]\r\n  expenses_lt: Float\r\n  expenses_lte: Float\r\n  expenses_gt: Float\r\n  expenses_gte: Float\r\n  capitalExpenses: Float\r\n  capitalExpenses_not: Float\r\n  capitalExpenses_in: [Float]\r\n  capitalExpenses_not_in: [Float]\r\n  capitalExpenses_lt: Float\r\n  capitalExpenses_lte: Float\r\n  capitalExpenses_gt: Float\r\n  capitalExpenses_gte: Float\r\n  operatingExpenses: Float\r\n  operatingExpenses_not: Float\r\n  operatingExpenses_in: [Float]\r\n  operatingExpenses_not_in: [Float]\r\n  operatingExpenses_lt: Float\r\n  operatingExpenses_lte: Float\r\n  operatingExpenses_gt: Float\r\n  operatingExpenses_gte: Float\r\n  releaseDate: Date\r\n  releaseDate_not: Date\r\n  releaseDate_in: [Date]\r\n  releaseDate_not_in: [Date]\r\n  releaseDate_lt: Date\r\n  releaseDate_lte: Date\r\n  releaseDate_gt: Date\r\n  releaseDate_gte: Date\r\n  endofSupport: Date\r\n  endofSupport_not: Date\r\n  endofSupport_in: [Date]\r\n  endofSupport_not_in: [Date]\r\n  endofSupport_lt: Date\r\n  endofSupport_lte: Date\r\n  endofSupport_gt: Date\r\n  endofSupport_gte: Date\r\n  endofExtendedSupport: Date\r\n  endofExtendedSupport_not: Date\r\n  endofExtendedSupport_in: [Date]\r\n  endofExtendedSupport_not_in: [Date]\r\n  endofExtendedSupport_lt: Date\r\n  endofExtendedSupport_lte: Date\r\n  endofExtendedSupport_gt: Date\r\n  endofExtendedSupport_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  technopediaReleaseLevel: TechnopediaReleaseLevelEnumFilter\r\n  technopediaReleaseLevel_not: TechnopediaReleaseLevelEnumFilter\r\n  technopediaReleaseLevel_in: [TechnopediaReleaseLevelEnumFilter]\r\n  technopediaReleaseLevel_not_in: [TechnopediaReleaseLevelEnumFilter]\r\n  technopediaBrandFamily: String\r\n  technopediaBrandFamily_not: String\r\n  technopediaBrandFamily_in: [String]\r\n  technopediaBrandFamily_not_in: [String]\r\n  technopediaBrandFamily_lt: String\r\n  technopediaBrandFamily_lte: String\r\n  technopediaBrandFamily_gt: String\r\n  technopediaBrandFamily_gte: String\r\n  technopediaBrandFamily_contains: String\r\n  technopediaBrandFamily_not_contains: String\r\n  technopediaBrandFamily_starts_with: String\r\n  technopediaBrandFamily_not_starts_with: String\r\n  technopediaBrandFamily_ends_with: String\r\n  technopediaBrandFamily_not_ends_with: String\r\n  technopediaIsLicensable: TechnopediaIsLicensableEnumFilter\r\n  technopediaIsLicensable_not: TechnopediaIsLicensableEnumFilter\r\n  technopediaIsLicensable_in: [TechnopediaIsLicensableEnumFilter]\r\n  technopediaIsLicensable_not_in: [TechnopediaIsLicensableEnumFilter]\r\n  technopediaVersion: String\r\n  technopediaVersion_not: String\r\n  technopediaVersion_in: [String]\r\n  technopediaVersion_not_in: [String]\r\n  technopediaVersion_lt: String\r\n  technopediaVersion_lte: String\r\n  technopediaVersion_gt: String\r\n  technopediaVersion_gte: String\r\n  technopediaVersion_contains: String\r\n  technopediaVersion_not_contains: String\r\n  technopediaVersion_starts_with: String\r\n  technopediaVersion_not_starts_with: String\r\n  technopediaVersion_ends_with: String\r\n  technopediaVersion_not_ends_with: String\r\n  technopediaPatchLevel: String\r\n  technopediaPatchLevel_not: String\r\n  technopediaPatchLevel_in: [String]\r\n  technopediaPatchLevel_not_in: [String]\r\n  technopediaPatchLevel_lt: String\r\n  technopediaPatchLevel_lte: String\r\n  technopediaPatchLevel_gt: String\r\n  technopediaPatchLevel_gte: String\r\n  technopediaPatchLevel_contains: String\r\n  technopediaPatchLevel_not_contains: String\r\n  technopediaPatchLevel_starts_with: String\r\n  technopediaPatchLevel_not_starts_with: String\r\n  technopediaPatchLevel_ends_with: String\r\n  technopediaPatchLevel_not_ends_with: String\r\n  technopediaIsMajorVersion: TechnopediaIsMajorVersionEnumFilter\r\n  technopediaIsMajorVersion_not: TechnopediaIsMajorVersionEnumFilter\r\n  technopediaIsMajorVersion_in: [TechnopediaIsMajorVersionEnumFilter]\r\n  technopediaIsMajorVersion_not_in: [TechnopediaIsMajorVersionEnumFilter]\r\n  supportAlert: SupportAlertEnumFilter\r\n  supportAlert_not: SupportAlertEnumFilter\r\n  supportAlert_in: [SupportAlertEnumFilter]\r\n  supportAlert_not_in: [SupportAlertEnumFilter]\r\n  technopediaEdition: String\r\n  technopediaEdition_not: String\r\n  technopediaEdition_in: [String]\r\n  technopediaEdition_not_in: [String]\r\n  technopediaEdition_lt: String\r\n  technopediaEdition_lte: String\r\n  technopediaEdition_gt: String\r\n  technopediaEdition_gte: String\r\n  technopediaEdition_contains: String\r\n  technopediaEdition_not_contains: String\r\n  technopediaEdition_starts_with: String\r\n  technopediaEdition_not_starts_with: String\r\n  technopediaEdition_ends_with: String\r\n  technopediaEdition_not_ends_with: String\r\n  technopediaVersionGroup: String\r\n  technopediaVersionGroup_not: String\r\n  technopediaVersionGroup_in: [String]\r\n  technopediaVersionGroup_not_in: [String]\r\n  technopediaVersionGroup_lt: String\r\n  technopediaVersionGroup_lte: String\r\n  technopediaVersionGroup_gt: String\r\n  technopediaVersionGroup_gte: String\r\n  technopediaVersionGroup_contains: String\r\n  technopediaVersionGroup_not_contains: String\r\n  technopediaVersionGroup_starts_with: String\r\n  technopediaVersionGroup_not_starts_with: String\r\n  technopediaVersionGroup_ends_with: String\r\n  technopediaVersionGroup_not_ends_with: String\r\n  technopediaGeneralAvailabilityException: String\r\n  technopediaGeneralAvailabilityException_not: String\r\n  technopediaGeneralAvailabilityException_in: [String]\r\n  technopediaGeneralAvailabilityException_not_in: [String]\r\n  technopediaGeneralAvailabilityException_lt: String\r\n  technopediaGeneralAvailabilityException_lte: String\r\n  technopediaGeneralAvailabilityException_gt: String\r\n  technopediaGeneralAvailabilityException_gte: String\r\n  technopediaGeneralAvailabilityException_contains: String\r\n  technopediaGeneralAvailabilityException_not_contains: String\r\n  technopediaGeneralAvailabilityException_starts_with: String\r\n  technopediaGeneralAvailabilityException_not_starts_with: String\r\n  technopediaGeneralAvailabilityException_ends_with: String\r\n  technopediaGeneralAvailabilityException_not_ends_with: String\r\n  technopediaGeneralAvailabilityRangeStartDate: Date\r\n  technopediaGeneralAvailabilityRangeStartDate_not: Date\r\n  technopediaGeneralAvailabilityRangeStartDate_in: [Date]\r\n  technopediaGeneralAvailabilityRangeStartDate_not_in: [Date]\r\n  technopediaGeneralAvailabilityRangeStartDate_lt: Date\r\n  technopediaGeneralAvailabilityRangeStartDate_lte: Date\r\n  technopediaGeneralAvailabilityRangeStartDate_gt: Date\r\n  technopediaGeneralAvailabilityRangeStartDate_gte: Date\r\n  technopediaGeneralAvailabilityRangeEndDate: Date\r\n  technopediaGeneralAvailabilityRangeEndDate_not: Date\r\n  technopediaGeneralAvailabilityRangeEndDate_in: [Date]\r\n  technopediaGeneralAvailabilityRangeEndDate_not_in: [Date]\r\n  technopediaGeneralAvailabilityRangeEndDate_lt: Date\r\n  technopediaGeneralAvailabilityRangeEndDate_lte: Date\r\n  technopediaGeneralAvailabilityRangeEndDate_gt: Date\r\n  technopediaGeneralAvailabilityRangeEndDate_gte: Date\r\n  technopediaEndOfLifeException: String\r\n  technopediaEndOfLifeException_not: String\r\n  technopediaEndOfLifeException_in: [String]\r\n  technopediaEndOfLifeException_not_in: [String]\r\n  technopediaEndOfLifeException_lt: String\r\n  technopediaEndOfLifeException_lte: String\r\n  technopediaEndOfLifeException_gt: String\r\n  technopediaEndOfLifeException_gte: String\r\n  technopediaEndOfLifeException_contains: String\r\n  technopediaEndOfLifeException_not_contains: String\r\n  technopediaEndOfLifeException_starts_with: String\r\n  technopediaEndOfLifeException_not_starts_with: String\r\n  technopediaEndOfLifeException_ends_with: String\r\n  technopediaEndOfLifeException_not_ends_with: String\r\n  technopediaEndOfLifeRangeStartDate: Date\r\n  technopediaEndOfLifeRangeStartDate_not: Date\r\n  technopediaEndOfLifeRangeStartDate_in: [Date]\r\n  technopediaEndOfLifeRangeStartDate_not_in: [Date]\r\n  technopediaEndOfLifeRangeStartDate_lt: Date\r\n  technopediaEndOfLifeRangeStartDate_lte: Date\r\n  technopediaEndOfLifeRangeStartDate_gt: Date\r\n  technopediaEndOfLifeRangeStartDate_gte: Date\r\n  technopediaEndOfLifeRangeEndDate: Date\r\n  technopediaEndOfLifeRangeEndDate_not: Date\r\n  technopediaEndOfLifeRangeEndDate_in: [Date]\r\n  technopediaEndOfLifeRangeEndDate_not_in: [Date]\r\n  technopediaEndOfLifeRangeEndDate_lt: Date\r\n  technopediaEndOfLifeRangeEndDate_lte: Date\r\n  technopediaEndOfLifeRangeEndDate_gt: Date\r\n  technopediaEndOfLifeRangeEndDate_gte: Date\r\n  technopediaEndOfLifeSupportLevel: String\r\n  technopediaEndOfLifeSupportLevel_not: String\r\n  technopediaEndOfLifeSupportLevel_in: [String]\r\n  technopediaEndOfLifeSupportLevel_not_in: [String]\r\n  technopediaEndOfLifeSupportLevel_lt: String\r\n  technopediaEndOfLifeSupportLevel_lte: String\r\n  technopediaEndOfLifeSupportLevel_gt: String\r\n  technopediaEndOfLifeSupportLevel_gte: String\r\n  technopediaEndOfLifeSupportLevel_contains: String\r\n  technopediaEndOfLifeSupportLevel_not_contains: String\r\n  technopediaEndOfLifeSupportLevel_starts_with: String\r\n  technopediaEndOfLifeSupportLevel_not_starts_with: String\r\n  technopediaEndOfLifeSupportLevel_ends_with: String\r\n  technopediaEndOfLifeSupportLevel_not_ends_with: String\r\n  technopediaObsoleteException: String\r\n  technopediaObsoleteException_not: String\r\n  technopediaObsoleteException_in: [String]\r\n  technopediaObsoleteException_not_in: [String]\r\n  technopediaObsoleteException_lt: String\r\n  technopediaObsoleteException_lte: String\r\n  technopediaObsoleteException_gt: String\r\n  technopediaObsoleteException_gte: String\r\n  technopediaObsoleteException_contains: String\r\n  technopediaObsoleteException_not_contains: String\r\n  technopediaObsoleteException_starts_with: String\r\n  technopediaObsoleteException_not_starts_with: String\r\n  technopediaObsoleteException_ends_with: String\r\n  technopediaObsoleteException_not_ends_with: String\r\n  technopediaObsoleteRangeStartDate: Date\r\n  technopediaObsoleteRangeStartDate_not: Date\r\n  technopediaObsoleteRangeStartDate_in: [Date]\r\n  technopediaObsoleteRangeStartDate_not_in: [Date]\r\n  technopediaObsoleteRangeStartDate_lt: Date\r\n  technopediaObsoleteRangeStartDate_lte: Date\r\n  technopediaObsoleteRangeStartDate_gt: Date\r\n  technopediaObsoleteRangeStartDate_gte: Date\r\n  technopediaObsoleteRangeEndDate: Date\r\n  technopediaObsoleteRangeEndDate_not: Date\r\n  technopediaObsoleteRangeEndDate_in: [Date]\r\n  technopediaObsoleteRangeEndDate_not_in: [Date]\r\n  technopediaObsoleteRangeEndDate_lt: Date\r\n  technopediaObsoleteRangeEndDate_lte: Date\r\n  technopediaObsoleteRangeEndDate_gt: Date\r\n  technopediaObsoleteRangeEndDate_gte: Date\r\n  technopediaObsoleteSupportLevel: String\r\n  technopediaObsoleteSupportLevel_not: String\r\n  technopediaObsoleteSupportLevel_in: [String]\r\n  technopediaObsoleteSupportLevel_not_in: [String]\r\n  technopediaObsoleteSupportLevel_lt: String\r\n  technopediaObsoleteSupportLevel_lte: String\r\n  technopediaObsoleteSupportLevel_gt: String\r\n  technopediaObsoleteSupportLevel_gte: String\r\n  technopediaObsoleteSupportLevel_contains: String\r\n  technopediaObsoleteSupportLevel_not_contains: String\r\n  technopediaObsoleteSupportLevel_starts_with: String\r\n  technopediaObsoleteSupportLevel_not_starts_with: String\r\n  technopediaObsoleteSupportLevel_ends_with: String\r\n  technopediaObsoleteSupportLevel_not_ends_with: String\r\n  technopediaSubVersion: String\r\n  technopediaSubVersion_not: String\r\n  technopediaSubVersion_in: [String]\r\n  technopediaSubVersion_not_in: [String]\r\n  technopediaSubVersion_lt: String\r\n  technopediaSubVersion_lte: String\r\n  technopediaSubVersion_gt: String\r\n  technopediaSubVersion_gte: String\r\n  technopediaSubVersion_contains: String\r\n  technopediaSubVersion_not_contains: String\r\n  technopediaSubVersion_starts_with: String\r\n  technopediaSubVersion_not_starts_with: String\r\n  technopediaSubVersion_ends_with: String\r\n  technopediaSubVersion_not_ends_with: String\r\n  freezepastTimePeriod: Boolean\r\n  freezepastTimePeriod_not: Boolean\r\n  technopediaID: String\r\n  technopediaID_not: String\r\n  technopediaID_in: [String]\r\n  technopediaID_not_in: [String]\r\n  technopediaID_lt: String\r\n  technopediaID_lte: String\r\n  technopediaID_gt: String\r\n  technopediaID_gte: String\r\n  technopediaID_contains: String\r\n  technopediaID_not_contains: String\r\n  technopediaID_starts_with: String\r\n  technopediaID_not_starts_with: String\r\n  technopediaID_ends_with: String\r\n  technopediaID_not_ends_with: String\r\n  nameinTechnopedia: String\r\n  nameinTechnopedia_not: String\r\n  nameinTechnopedia_in: [String]\r\n  nameinTechnopedia_not_in: [String]\r\n  nameinTechnopedia_lt: String\r\n  nameinTechnopedia_lte: String\r\n  nameinTechnopedia_gt: String\r\n  nameinTechnopedia_gte: String\r\n  nameinTechnopedia_contains: String\r\n  nameinTechnopedia_not_contains: String\r\n  nameinTechnopedia_starts_with: String\r\n  nameinTechnopedia_not_starts_with: String\r\n  nameinTechnopedia_ends_with: String\r\n  nameinTechnopedia_not_ends_with: String\r\n  technopediaIsSuite: TechnopediaIsSuiteEnumFilter\r\n  technopediaIsSuite_not: TechnopediaIsSuiteEnumFilter\r\n  technopediaIsSuite_in: [TechnopediaIsSuiteEnumFilter]\r\n  technopediaIsSuite_not_in: [TechnopediaIsSuiteEnumFilter]\r\n  technopediacreatedate: Date\r\n  technopediacreatedate_not: Date\r\n  technopediacreatedate_in: [Date]\r\n  technopediacreatedate_not_in: [Date]\r\n  technopediacreatedate_lt: Date\r\n  technopediacreatedate_lte: Date\r\n  technopediacreatedate_gt: Date\r\n  technopediacreatedate_gte: Date\r\n  technopediadesupportedflag: String\r\n  technopediadesupportedflag_not: String\r\n  technopediadesupportedflag_in: [String]\r\n  technopediadesupportedflag_not_in: [String]\r\n  technopediadesupportedflag_lt: String\r\n  technopediadesupportedflag_lte: String\r\n  technopediadesupportedflag_gt: String\r\n  technopediadesupportedflag_gte: String\r\n  technopediadesupportedflag_contains: String\r\n  technopediadesupportedflag_not_contains: String\r\n  technopediadesupportedflag_starts_with: String\r\n  technopediadesupportedflag_not_starts_with: String\r\n  technopediadesupportedflag_ends_with: String\r\n  technopediadesupportedflag_not_ends_with: String\r\n  technopedialastmodifieddate: Date\r\n  technopedialastmodifieddate_not: Date\r\n  technopedialastmodifieddate_in: [Date]\r\n  technopedialastmodifieddate_not_in: [Date]\r\n  technopedialastmodifieddate_lt: Date\r\n  technopedialastmodifieddate_lte: Date\r\n  technopedialastmodifieddate_gt: Date\r\n  technopedialastmodifieddate_gte: Date\r\n  technopediaEditionOrder: Int\r\n  technopediaEditionOrder_not: Int\r\n  technopediaEditionOrder_in: [Int]\r\n  technopediaEditionOrder_not_in: [Int]\r\n  technopediaEditionOrder_lt: Int\r\n  technopediaEditionOrder_lte: Int\r\n  technopediaEditionOrder_gt: Int\r\n  technopediaEditionOrder_gte: Int\r\n  technopediatobedeletedflag: String\r\n  technopediatobedeletedflag_not: String\r\n  technopediatobedeletedflag_in: [String]\r\n  technopediatobedeletedflag_not_in: [String]\r\n  technopediatobedeletedflag_lt: String\r\n  technopediatobedeletedflag_lte: String\r\n  technopediatobedeletedflag_gt: String\r\n  technopediatobedeletedflag_gte: String\r\n  technopediatobedeletedflag_contains: String\r\n  technopediatobedeletedflag_not_contains: String\r\n  technopediatobedeletedflag_starts_with: String\r\n  technopediatobedeletedflag_not_starts_with: String\r\n  technopediatobedeletedflag_ends_with: String\r\n  technopediatobedeletedflag_not_ends_with: String\r\n  technopediaType: String\r\n  technopediaType_not: String\r\n  technopediaType_in: [String]\r\n  technopediaType_not_in: [String]\r\n  technopediaType_lt: String\r\n  technopediaType_lte: String\r\n  technopediaType_gt: String\r\n  technopediaType_gte: String\r\n  technopediaType_contains: String\r\n  technopediaType_not_contains: String\r\n  technopediaType_starts_with: String\r\n  technopediaType_not_starts_with: String\r\n  technopediaType_ends_with: String\r\n  technopediaType_not_ends_with: String\r\n  technopediaUrl: String\r\n  technopediaUrl_not: String\r\n  technopediaUrl_in: [String]\r\n  technopediaUrl_not_in: [String]\r\n  technopediaUrl_lt: String\r\n  technopediaUrl_lte: String\r\n  technopediaUrl_gt: String\r\n  technopediaUrl_gte: String\r\n  technopediaUrl_contains: String\r\n  technopediaUrl_not_contains: String\r\n  technopediaUrl_starts_with: String\r\n  technopediaUrl_not_starts_with: String\r\n  technopediaUrl_ends_with: String\r\n  technopediaUrl_not_ends_with: String\r\n  technopediaversionorder: Int\r\n  technopediaversionorder_not: Int\r\n  technopediaversionorder_in: [Int]\r\n  technopediaversionorder_not_in: [Int]\r\n  technopediaversionorder_lt: Int\r\n  technopediaversionorder_lte: Int\r\n  technopediaversionorder_gt: Int\r\n  technopediaversionorder_gte: Int\r\n  technopediaOwner: String\r\n  technopediaOwner_not: String\r\n  technopediaOwner_in: [String]\r\n  technopediaOwner_not_in: [String]\r\n  technopediaOwner_lt: String\r\n  technopediaOwner_lte: String\r\n  technopediaOwner_gt: String\r\n  technopediaOwner_gte: String\r\n  technopediaOwner_contains: String\r\n  technopediaOwner_not_contains: String\r\n  technopediaOwner_starts_with: String\r\n  technopediaOwner_not_starts_with: String\r\n  technopediaOwner_ends_with: String\r\n  technopediaOwner_not_ends_with: String\r\n  technopediaProduct: String\r\n  technopediaProduct_not: String\r\n  technopediaProduct_in: [String]\r\n  technopediaProduct_not_in: [String]\r\n  technopediaProduct_lt: String\r\n  technopediaProduct_lte: String\r\n  technopediaProduct_gt: String\r\n  technopediaProduct_gte: String\r\n  technopediaProduct_contains: String\r\n  technopediaProduct_not_contains: String\r\n  technopediaProduct_starts_with: String\r\n  technopediaProduct_not_starts_with: String\r\n  technopediaProduct_ends_with: String\r\n  technopediaProduct_not_ends_with: String\r\n  technopediaRelease: String\r\n  technopediaRelease_not: String\r\n  technopediaRelease_in: [String]\r\n  technopediaRelease_not_in: [String]\r\n  technopediaRelease_lt: String\r\n  technopediaRelease_lte: String\r\n  technopediaRelease_gt: String\r\n  technopediaRelease_gte: String\r\n  technopediaRelease_contains: String\r\n  technopediaRelease_not_contains: String\r\n  technopediaRelease_starts_with: String\r\n  technopediaRelease_not_starts_with: String\r\n  technopediaRelease_ends_with: String\r\n  technopediaRelease_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  workflowStatus: WorkflowStatusEnumFilter\r\n  workflowStatus_not: WorkflowStatusEnumFilter\r\n  workflowStatus_in: [WorkflowStatusEnumFilter]\r\n  workflowStatus_not_in: [WorkflowStatusEnumFilter]\r\n  workflowStatusFinancial: WorkflowStatusFinancialEnumFilter\r\n  workflowStatusFinancial_not: WorkflowStatusFinancialEnumFilter\r\n  workflowStatusFinancial_in: [WorkflowStatusFinancialEnumFilter]\r\n  workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnumFilter]\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 SoftwareTechnologyStack\r\ninput filterSoftwareTechnologyStack {\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  technologyCode: String\r\n  technologyCode_not: String\r\n  technologyCode_in: [String]\r\n  technologyCode_not_in: [String]\r\n  technologyCode_lt: String\r\n  technologyCode_lte: String\r\n  technologyCode_gt: String\r\n  technologyCode_gte: String\r\n  technologyCode_contains: String\r\n  technologyCode_not_contains: String\r\n  technologyCode_starts_with: String\r\n  technologyCode_not_starts_with: String\r\n  technologyCode_ends_with: String\r\n  technologyCode_not_ends_with: String\r\n  supportAlertSoftwareTechnologyStack: SupportAlertSoftwareTechnologyStackEnumFilter\r\n  supportAlertSoftwareTechnologyStack_not: SupportAlertSoftwareTechnologyStackEnumFilter\r\n  supportAlertSoftwareTechnologyStack_in: [SupportAlertSoftwareTechnologyStackEnumFilter]\r\n  supportAlertSoftwareTechnologyStack_not_in: [SupportAlertSoftwareTechnologyStackEnumFilter]\r\n  companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnumFilter\r\n  companyStandardSoftwareTechnologyStack_not: CompanyStandardSoftwareTechnologyStackEnumFilter\r\n  companyStandardSoftwareTechnologyStack_in: [CompanyStandardSoftwareTechnologyStackEnumFilter]\r\n  companyStandardSoftwareTechnologyStack_not_in: [CompanyStandardSoftwareTechnologyStackEnumFilter]\r\n  computedCompanyStandard: ComputedCompanyStandardEnumFilter\r\n  computedCompanyStandard_not: ComputedCompanyStandardEnumFilter\r\n  computedCompanyStandard_in: [ComputedCompanyStandardEnumFilter]\r\n  computedCompanyStandard_not_in: [ComputedCompanyStandardEnumFilter]\r\n  freezepastTimePeriod: Boolean\r\n  freezepastTimePeriod_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 StateUML\r\ninput filterStateUML {\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  uMLStateName: String\r\n  uMLStateName_not: String\r\n  uMLStateName_in: [String]\r\n  uMLStateName_not_in: [String]\r\n  uMLStateName_lt: String\r\n  uMLStateName_lte: String\r\n  uMLStateName_gt: String\r\n  uMLStateName_gte: String\r\n  uMLStateName_contains: String\r\n  uMLStateName_not_contains: String\r\n  uMLStateName_starts_with: String\r\n  uMLStateName_not_starts_with: String\r\n  uMLStateName_ends_with: String\r\n  uMLStateName_not_ends_with: String\r\n  isConcurrent: isConcurrentEnumFilter\r\n  isConcurrent_not: isConcurrentEnumFilter\r\n  isConcurrent_in: [isConcurrentEnumFilter]\r\n  isConcurrent_not_in: [isConcurrentEnumFilter]\r\n  stateKind: StateKindEnumFilter\r\n  stateKind_not: StateKindEnumFilter\r\n  stateKind_in: [StateKindEnumFilter]\r\n  stateKind_not_in: [StateKindEnumFilter]\r\n  isLeaf: isLeafEnumFilter\r\n  isLeaf_not: isLeafEnumFilter\r\n  isLeaf_in: [isLeafEnumFilter]\r\n  isLeaf_not_in: [isLeafEnumFilter]\r\n  bound: String\r\n  bound_not: String\r\n  bound_in: [String]\r\n  bound_not_in: [String]\r\n  bound_lt: String\r\n  bound_lte: String\r\n  bound_gt: String\r\n  bound_gte: String\r\n  bound_contains: String\r\n  bound_not_contains: String\r\n  bound_starts_with: String\r\n  bound_not_starts_with: String\r\n  bound_ends_with: String\r\n  bound_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 TimePeriod\r\ninput filterTimePeriod {\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  timedObjectType: TimedObjectTypeEnumFilter\r\n  timedObjectType_not: TimedObjectTypeEnumFilter\r\n  timedObjectType_in: [TimedObjectTypeEnumFilter]\r\n  timedObjectType_not_in: [TimedObjectTypeEnumFilter]\r\n  timePeriodName: String\r\n  timePeriodName_not: String\r\n  timePeriodName_in: [String]\r\n  timePeriodName_not_in: [String]\r\n  timePeriodName_lt: String\r\n  timePeriodName_lte: String\r\n  timePeriodName_gt: String\r\n  timePeriodName_gte: String\r\n  timePeriodName_contains: String\r\n  timePeriodName_not_contains: String\r\n  timePeriodName_starts_with: String\r\n  timePeriodName_not_starts_with: String\r\n  timePeriodName_ends_with: String\r\n  timePeriodName_not_ends_with: String\r\n  timePeriodUnit: TimePeriodUnitEnumFilter\r\n  timePeriodUnit_not: TimePeriodUnitEnumFilter\r\n  timePeriodUnit_in: [TimePeriodUnitEnumFilter]\r\n  timePeriodUnit_not_in: [TimePeriodUnitEnumFilter]\r\n  absoluteStartDate: Date\r\n  absoluteStartDate_not: Date\r\n  absoluteStartDate_in: [Date]\r\n  absoluteStartDate_not_in: [Date]\r\n  absoluteStartDate_lt: Date\r\n  absoluteStartDate_lte: Date\r\n  absoluteStartDate_gt: Date\r\n  absoluteStartDate_gte: Date\r\n  absoluteEndDate: Date\r\n  absoluteEndDate_not: Date\r\n  absoluteEndDate_in: [Date]\r\n  absoluteEndDate_not_in: [Date]\r\n  absoluteEndDate_lt: Date\r\n  absoluteEndDate_lte: Date\r\n  absoluteEndDate_gt: Date\r\n  absoluteEndDate_gte: Date\r\n  cost: Float\r\n  cost_not: Float\r\n  cost_in: [Float]\r\n  cost_not_in: [Float]\r\n  cost_lt: Float\r\n  cost_lte: Float\r\n  cost_gt: Float\r\n  cost_gte: Float\r\n  revenue: Float\r\n  revenue_not: Float\r\n  revenue_in: [Float]\r\n  revenue_not_in: [Float]\r\n  revenue_lt: Float\r\n  revenue_lte: Float\r\n  revenue_gt: Float\r\n  revenue_gte: Float\r\n  rOIPercentage: Float\r\n  rOIPercentage_not: Float\r\n  rOIPercentage_in: [Float]\r\n  rOIPercentage_not_in: [Float]\r\n  rOIPercentage_lt: Float\r\n  rOIPercentage_lte: Float\r\n  rOIPercentage_gt: Float\r\n  rOIPercentage_gte: Float\r\n  rOIRate: Float\r\n  rOIRate_not: Float\r\n  rOIRate_in: [Float]\r\n  rOIRate_not_in: [Float]\r\n  rOIRate_lt: Float\r\n  rOIRate_lte: Float\r\n  rOIRate_gt: Float\r\n  rOIRate_gte: Float\r\n  costRate: Float\r\n  costRate_not: Float\r\n  costRate_in: [Float]\r\n  costRate_not_in: [Float]\r\n  costRate_lt: Float\r\n  costRate_lte: Float\r\n  costRate_gt: Float\r\n  costRate_gte: Float\r\n  freezepastTimePeriod: Boolean\r\n  freezepastTimePeriod_not: Boolean\r\n  timePeriodStartDelay: Int\r\n  timePeriodStartDelay_not: Int\r\n  timePeriodStartDelay_in: [Int]\r\n  timePeriodStartDelay_not_in: [Int]\r\n  timePeriodStartDelay_lt: Int\r\n  timePeriodStartDelay_lte: Int\r\n  timePeriodStartDelay_gt: Int\r\n  timePeriodStartDelay_gte: Int\r\n  timePeriodEndDelay: Int\r\n  timePeriodEndDelay_not: Int\r\n  timePeriodEndDelay_in: [Int]\r\n  timePeriodEndDelay_not_in: [Int]\r\n  timePeriodEndDelay_lt: Int\r\n  timePeriodEndDelay_lte: Int\r\n  timePeriodEndDelay_gt: Int\r\n  timePeriodEndDelay_gte: Int\r\n  computedStartDate: Float\r\n  computedStartDate_not: Float\r\n  computedStartDate_in: [Float]\r\n  computedStartDate_not_in: [Float]\r\n  computedStartDate_lt: Float\r\n  computedStartDate_lte: Float\r\n  computedStartDate_gt: Float\r\n  computedStartDate_gte: Float\r\n  computedEndDate: Float\r\n  computedEndDate_not: Float\r\n  computedEndDate_in: [Float]\r\n  computedEndDate_not_in: [Float]\r\n  computedEndDate_lt: Float\r\n  computedEndDate_lte: Float\r\n  computedEndDate_gt: Float\r\n  computedEndDate_gte: Float\r\n  timePeriodComputedDuration: Int\r\n  timePeriodComputedDuration_not: Int\r\n  timePeriodComputedDuration_in: [Int]\r\n  timePeriodComputedDuration_not_in: [Int]\r\n  timePeriodComputedDuration_lt: Int\r\n  timePeriodComputedDuration_lte: Int\r\n  timePeriodComputedDuration_gt: Int\r\n  timePeriodComputedDuration_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 Usagecontext\r\ninput filterUsagecontext {\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  freezepastTimePeriod: Boolean\r\n  freezepastTimePeriod_not: Boolean\r\n  deploymentContextMetaPictureIdentifier: String\r\n  deploymentContextMetaPictureIdentifier_not: String\r\n  deploymentContextMetaPictureIdentifier_in: [String]\r\n  deploymentContextMetaPictureIdentifier_not_in: [String]\r\n  deploymentContextMetaPictureIdentifier_lt: String\r\n  deploymentContextMetaPictureIdentifier_lte: String\r\n  deploymentContextMetaPictureIdentifier_gt: String\r\n  deploymentContextMetaPictureIdentifier_gte: String\r\n  deploymentContextMetaPictureIdentifier_contains: String\r\n  deploymentContextMetaPictureIdentifier_not_contains: String\r\n  deploymentContextMetaPictureIdentifier_starts_with: String\r\n  deploymentContextMetaPictureIdentifier_not_starts_with: String\r\n  deploymentContextMetaPictureIdentifier_ends_with: String\r\n  deploymentContextMetaPictureIdentifier_not_ends_with: String\r\n  numberofusers: Int\r\n  numberofusers_not: Int\r\n  numberofusers_in: [Int]\r\n  numberofusers_not_in: [Int]\r\n  numberofusers_lt: Int\r\n  numberofusers_lte: Int\r\n  numberofusers_gt: Int\r\n  numberofusers_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\nenum FinancialImpactEnumFilter {\r\n  Two_Low\r\n  Three_Moderate\r\n  Four_High\r\n  Five_VeryHigh\r\n  One_VeryLow\r\n}\r\n\r\nenum FlowTypeEnumFilter {\r\n  QualityFlow\r\n  Interchangeflow\r\n  InformationFlow\r\n  FinancialFlow\r\n  MaterialFlow\r\n}\r\n\r\n# A functionality is a service required by an org-unit in order to perform its\r\n# work. This functionality is generally necessary within an activity in order to\r\n# execute a specific operation. If it is a software functionality, it can be\r\n# provided by an application.\r\ntype Functionality {\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  capabilityEffectiveness: FunctionalityCapabilityEffectivenessEnum\r\n  functionalitytype: FunctionalityFunctionalitytypeEnum\r\n  assessmentFreshness: Float\r\n  lastAssessmentDate: Date\r\n  financialImpact: FunctionalityFinancialImpactEnum\r\n  capabilityEfficiency: FunctionalityCapabilityEfficiencyEnum\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  application(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  usagecontext_DeploymentContext(filter: filterUsagecontext, orderBy: [orderByUsagecontext]): [Usagecontext]\r\n}\r\n\r\nenum FunctionalityCapabilityEffectivenessEnum {\r\n  Six_FutureOpportunity\r\n  One_ExtremelyEffective\r\n  Two_VeryEffective\r\n  Three_SomewhatEffective\r\n  Five_NotEffective\r\n  Four_SlightlyEffective\r\n}\r\n\r\nenum FunctionalityCapabilityEfficiencyEnum {\r\n  One_ExtremelyEfficient\r\n  Two_VeryEfficient\r\n  Three_SomewhatEfficient\r\n  Six_FutureOpportunity\r\n  Four_SlightlyEfficient\r\n  Five_NotEfficient\r\n}\r\n\r\ninput FunctionalityFilter {\r\n  and: [FunctionalityFilter!]\r\n  or: [FunctionalityFilter!]\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  capabilityEffectiveness: FunctionalityCapabilityEffectivenessEnum\r\n  capabilityEffectiveness_not: FunctionalityCapabilityEffectivenessEnum\r\n  capabilityEffectiveness_in: [FunctionalityCapabilityEffectivenessEnum!]\r\n  capabilityEffectiveness_not_in: [FunctionalityCapabilityEffectivenessEnum!]\r\n  functionalitytype: FunctionalityFunctionalitytypeEnum\r\n  functionalitytype_not: FunctionalityFunctionalitytypeEnum\r\n  functionalitytype_in: [FunctionalityFunctionalitytypeEnum!]\r\n  functionalitytype_not_in: [FunctionalityFunctionalitytypeEnum!]\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  financialImpact: FunctionalityFinancialImpactEnum\r\n  financialImpact_not: FunctionalityFinancialImpactEnum\r\n  financialImpact_in: [FunctionalityFinancialImpactEnum!]\r\n  financialImpact_not_in: [FunctionalityFinancialImpactEnum!]\r\n  capabilityEfficiency: FunctionalityCapabilityEfficiencyEnum\r\n  capabilityEfficiency_not: FunctionalityCapabilityEfficiencyEnum\r\n  capabilityEfficiency_in: [FunctionalityCapabilityEfficiencyEnum!]\r\n  capabilityEfficiency_not_in: [FunctionalityCapabilityEfficiencyEnum!]\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: [FunctionalityFilter!]\r\n  businessDocument_ReferredtoDocument_some: [FunctionalityFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [FunctionalityFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [FunctionalityFilter!]\r\n  application_some: [FunctionalityFilter!]\r\n  usagecontext_DeploymentContext_some: [FunctionalityFilter!]\r\n}\r\n\r\nenum FunctionalityFinancialImpactEnum {\r\n  Two_Low\r\n  Three_Moderate\r\n  Four_High\r\n  Five_VeryHigh\r\n  One_VeryLow\r\n}\r\n\r\n# Carrying out a functionality represents the software agent (applications and\r\n# software technologies) that implements the functionality.\r\ntype FunctionalityFulfillment {\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  coverageRatio: Int\r\n  computedCoverageRatio: Int\r\n  iTARecommendationStatus: Boolean\r\n  assessmentFreshness: Float\r\n  compositeRealizationName: String\r\n  realizationQuality: FunctionalityFulfillmentRealizationQualityEnum\r\n  capabilityFulfillmentMetaPictureIdentifier: String\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  application_FulfillingEnterpriseArtifact(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  functionality_FulfilledFunctionality(filter: filterFunctionality, orderBy: [orderByFunctionality]): [Functionality]\r\n}\r\n\r\nenum FunctionalityFulfillmentRealizationQualityEnum {\r\n  VeryLow\r\n  Low\r\n  Medium\r\n  High\r\n  VeryHigh\r\n}\r\n\r\nenum FunctionalityFunctionalitytypeEnum {\r\n  Software\r\n  Other\r\n}\r\n\r\nenum FunctionalitytypeEnumFilter {\r\n  Software\r\n  Other\r\n}\r\n\r\nenum FunctionalSupportAPMEnumFilter {\r\n  Good\r\n  Medium\r\n  Low\r\n  Poor\r\n}\r\n\r\nenum GDPRConsentEnumFilter {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum GDPRContentOfNoticeEnumFilter {\r\n  Yes_oral\r\n  Dontknow\r\n  Yes_written\r\n  No\r\n  Notrequired\r\n}\r\n\r\n# A global application flow map presents a global view of the flows exchanged\r\n# between the main application systems or applications of the company.\r\ntype GlobalApplicationFlowMap {\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  globalApplicationFlowMapforITPM: 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  application(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  sentApplicationFlow(filter: filterApplicationFlow, orderBy: [orderByApplicationFlow]): [ApplicationFlow]\r\n  receivedApplicationFlow(filter: filterApplicationFlow, orderBy: [orderByApplicationFlow]): [ApplicationFlow]\r\n}\r\n\r\ninput GlobalApplicationFlowMapFilter {\r\n  and: [GlobalApplicationFlowMapFilter!]\r\n  or: [GlobalApplicationFlowMapFilter!]\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  globalApplicationFlowMapforITPM: Boolean\r\n  globalApplicationFlowMapforITPM_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: [GlobalApplicationFlowMapFilter!]\r\n  businessDocument_ReferredtoDocument_some: [GlobalApplicationFlowMapFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [GlobalApplicationFlowMapFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [GlobalApplicationFlowMapFilter!]\r\n  application_some: [GlobalApplicationFlowMapFilter!]\r\n  sentApplicationFlow_some: [GlobalApplicationFlowMapFilter!]\r\n  receivedApplicationFlow_some: [GlobalApplicationFlowMapFilter!]\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\n# An initiative is a portfolio item pertaining to an investment program identified by the company.\r\ntype Initiative {\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  decision: InitiativeDecisionEnum\r\n  expenses: Float\r\n  capitalExpenses: Float\r\n  operatingExpenses: Float\r\n  motivationoftheDecision: String\r\n  beginLifedate: Date\r\n  endlifedate: Date\r\n  initiativeMetaPictureIdentifier: String\r\n  freezepastTimePeriod: Boolean\r\n  natureofTransformation: InitiativeNatureofTransformationEnum\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  timePeriod_PeriodOfValidity(filter: filterTimePeriod, orderBy: [orderByTimePeriod]): [TimePeriod]\r\n  portfolio_OwnerPortfolio(filter: filterPortfolio, orderBy: [orderByPortfolio]): [Portfolio]\r\n  softwareInstallation_ElementwithInitiative(filter: filterSoftwareInstallation, orderBy: [orderBySoftwareInstallation]): [SoftwareInstallation]\r\n  serverDeployed_ElementwithInitiative(filter: filterServerDeployed, orderBy: [orderByServerDeployed]): [ServerDeployed]\r\n  softwareTechnology_ElementwithInitiative(filter: filterSoftwareTechnology, orderBy: [orderBySoftwareTechnology]): [SoftwareTechnology]\r\n  businessCapability_ElementwithInitiative(filter: filterBusinessCapability, orderBy: [orderByBusinessCapability]): [BusinessCapability]\r\n  application_ElementwithInitiative(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  orgUnit_ElementwithInitiative(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  businessProcess_ElementwithInitiative(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n}\r\n\r\nenum InitiativeDecisionEnum {\r\n  Validate\r\n  InProgress\r\n  Accept\r\n  Reject\r\n}\r\n\r\ninput InitiativeFilter {\r\n  and: [InitiativeFilter!]\r\n  or: [InitiativeFilter!]\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  decision: InitiativeDecisionEnum\r\n  decision_not: InitiativeDecisionEnum\r\n  decision_in: [InitiativeDecisionEnum!]\r\n  decision_not_in: [InitiativeDecisionEnum!]\r\n  expenses: Float\r\n  expenses_not: Float\r\n  expenses_in: [Float!]\r\n  expenses_not_in: [Float!]\r\n  expenses_lt: Float\r\n  expenses_lte: Float\r\n  expenses_gt: Float\r\n  expenses_gte: Float\r\n  capitalExpenses: Float\r\n  capitalExpenses_not: Float\r\n  capitalExpenses_in: [Float!]\r\n  capitalExpenses_not_in: [Float!]\r\n  capitalExpenses_lt: Float\r\n  capitalExpenses_lte: Float\r\n  capitalExpenses_gt: Float\r\n  capitalExpenses_gte: Float\r\n  operatingExpenses: Float\r\n  operatingExpenses_not: Float\r\n  operatingExpenses_in: [Float!]\r\n  operatingExpenses_not_in: [Float!]\r\n  operatingExpenses_lt: Float\r\n  operatingExpenses_lte: Float\r\n  operatingExpenses_gt: Float\r\n  operatingExpenses_gte: Float\r\n  motivationoftheDecision: String\r\n  motivationoftheDecision_not: String\r\n  motivationoftheDecision_in: [String!]\r\n  motivationoftheDecision_not_in: [String!]\r\n  motivationoftheDecision_lt: String\r\n  motivationoftheDecision_lte: String\r\n  motivationoftheDecision_gt: String\r\n  motivationoftheDecision_gte: String\r\n  motivationoftheDecision_contains: String\r\n  motivationoftheDecision_not_contains: String\r\n  motivationoftheDecision_starts_with: String\r\n  motivationoftheDecision_not_starts_with: String\r\n  motivationoftheDecision_ends_with: String\r\n  motivationoftheDecision_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  initiativeMetaPictureIdentifier: String\r\n  initiativeMetaPictureIdentifier_not: String\r\n  initiativeMetaPictureIdentifier_in: [String!]\r\n  initiativeMetaPictureIdentifier_not_in: [String!]\r\n  initiativeMetaPictureIdentifier_lt: String\r\n  initiativeMetaPictureIdentifier_lte: String\r\n  initiativeMetaPictureIdentifier_gt: String\r\n  initiativeMetaPictureIdentifier_gte: String\r\n  initiativeMetaPictureIdentifier_contains: String\r\n  initiativeMetaPictureIdentifier_not_contains: String\r\n  initiativeMetaPictureIdentifier_starts_with: String\r\n  initiativeMetaPictureIdentifier_not_starts_with: String\r\n  initiativeMetaPictureIdentifier_ends_with: String\r\n  initiativeMetaPictureIdentifier_not_ends_with: String\r\n  freezepastTimePeriod: Boolean\r\n  freezepastTimePeriod_not: Boolean\r\n  natureofTransformation: InitiativeNatureofTransformationEnum\r\n  natureofTransformation_not: InitiativeNatureofTransformationEnum\r\n  natureofTransformation_in: [InitiativeNatureofTransformationEnum!]\r\n  natureofTransformation_not_in: [InitiativeNatureofTransformationEnum!]\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  timePeriod_PeriodOfValidity_some: [InitiativeFilter!]\r\n  portfolio_OwnerPortfolio_some: [InitiativeFilter!]\r\n  softwareInstallation_ElementwithInitiative_some: [InitiativeFilter!]\r\n  serverDeployed_ElementwithInitiative_some: [InitiativeFilter!]\r\n  softwareTechnology_ElementwithInitiative_some: [InitiativeFilter!]\r\n  businessCapability_ElementwithInitiative_some: [InitiativeFilter!]\r\n  application_ElementwithInitiative_some: [InitiativeFilter!]\r\n  orgUnit_ElementwithInitiative_some: [InitiativeFilter!]\r\n  businessProcess_ElementwithInitiative_some: [InitiativeFilter!]\r\n}\r\n\r\nenum InitiativeNatureofTransformationEnum {\r\n  Decommissioned\r\n  Replaced\r\n  Updated\r\n  New\r\n}\r\n\r\n# Input type for Application\r\ninput InputApplication {\r\n  externalIdentifier: String\r\n  name: String\r\n  applicationCode: String\r\n  cloudComputing: ApplicationCloudComputingEnum\r\n  versionNumber: String\r\n  requiredMemorySize: String\r\n  applicationStereotype: ApplicationApplicationStereotypeEnum\r\n  applicationType: ApplicationApplicationTypeEnum\r\n  cASTHighlightID: Int\r\n  closingDateCast: Date\r\n  softwareResiliencyScoreCASTHighligh: Float\r\n  softwareAgilityScore: Float\r\n  softwareEleganceScoreCASTHighligh: Float\r\n  cloudReadyScoreCASTHighlight: Float\r\n  cloudReadyScanCASTHighlight: Float\r\n  technicalDebtCast: Float\r\n  numberoflinesofCodeCast: Int\r\n  numberofFilesCast: Int\r\n  backFiredFunctionPointsCASTHighlight: Float\r\n  softwareResiliencyQuartileCast: ApplicationSoftwareResiliencyQuartileCastEnum\r\n  workflowStatusITandBusinessdata: ApplicationWorkflowStatusITandBusinessdataEnum\r\n  workflowStatusFinancial: ApplicationWorkflowStatusFinancialEnum\r\n  softwareAgilityQuartileCast: ApplicationSoftwareAgilityQuartileCastEnum\r\n  softwareEleganceQuartileCast: ApplicationSoftwareEleganceQuartileCastEnum\r\n  statusReview: ApplicationStatusReviewEnum\r\n  gDPRConsent: ApplicationGDPRConsentEnum\r\n  cost: Float\r\n  revenue: Float\r\n  rOIPercentage: Float\r\n  rOIRate: Float\r\n  costRate: Float\r\n  gDPRContentOfNotice: ApplicationGDPRContentOfNoticeEnum\r\n  freezepastTimePeriod: Boolean\r\n  recoveryPointObjectiveRPO: ApplicationRecoveryPointObjectiveRPOEnum\r\n  recoveryTimeObjectiveRTO: ApplicationRecoveryTimeObjectiveRTOEnum\r\n  lastAssessmentDate: Date\r\n  workRecoveryTimeWRT: ApplicationWorkRecoveryTimeWRTEnum\r\n  applicationvalidationdate: Date\r\n  applicationTemplate: ApplicationApplicationTemplateEnum\r\n  deploymentDate: Date\r\n  operatingApplicationDate: Date\r\n  comment: String\r\n  timePeriod_PeriodOfValidity: _InputCollectionAction\r\n  businessDocument_AttachedDocument: _InputCollectionAction\r\n  businessDocument_ReferredtoDocument: _InputCollectionAction\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n  businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n  initiative: _InputCollectionAction\r\n  applicationOwner_PersonSystem: _InputCollectionAction\r\n  softwareDesigner_PersonSystem: _InputCollectionAction\r\n  iTOwner_PersonSystem: _InputCollectionAction\r\n  businessOwner_PersonSystem: _InputCollectionAction\r\n  localFinancialController_PersonSystem: _InputCollectionAction\r\n  risk: _InputCollectionAction\r\n  globalApplicationFlowMap: _InputCollectionAction\r\n  sentApplicationFlow_ContributingApplication: _InputCollectionAction\r\n  receivedApplicationFlow_ContributingApplication: _InputCollectionAction\r\n  sentApplicationFlow_ApplicationParticipant: _InputCollectionAction\r\n  receivedApplicationFlow_ApplicationParticipant: _InputCollectionAction\r\n  businessCapability: _InputCollectionAction\r\n  businessLine: _InputCollectionAction\r\n  functionality: _InputCollectionAction\r\n  softwareTechnologyStack: _InputCollectionAction\r\n  softwareTechnology_UsedTechnology: _InputCollectionAction\r\n  softwareInstallation: _InputCollectionAction\r\n  businessProcess: _InputCollectionAction\r\n}\r\n\r\n# Input type for ApplicationFlow\r\ninput InputApplicationFlow {\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  application_RepresentedApplication_ContributingApplication_SenderResource: _InputCollectionAction\r\n  globalApplicationFlowMap_OwnerGlobalApplicationFlowMap_ContributingApplication_SenderResource: _InputCollectionAction\r\n  applicationFlow_ReceivedApplicationFlow_ContributingApplication_SenderResource: _InputCollectionAction\r\n  application_SenderResource_ApplicationParticipant: _InputCollectionAction\r\n  receivedApplicationFlow_ApplicationParticipant: _InputCollectionAction\r\n  application_ReceiverResource_ContributingApplication: _InputCollectionAction\r\n  globalApplicationFlowMap__ReceiverResource: _InputCollectionAction\r\n  sentApplicationFlow_ContributingApplication: _InputCollectionAction\r\n  application_ReceiverResource_ApplicationParticipant: _InputCollectionAction\r\n  sentApplicationFlow_ApplicationParticipant: _InputCollectionAction\r\n  content: _InputCollectionAction\r\n}\r\n\r\n# Input type for ApplicationParticipant\r\ninput InputApplicationParticipant {\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  application_RepresentedApplication: _InputCollectionAction\r\n  applicationFlow_SentApplicationFlow: _InputCollectionAction\r\n  applicationFlow_ReceivedApplicationFlow: _InputCollectionAction\r\n}\r\n\r\n# Input type for BusinessCapability\r\ninput InputBusinessCapability {\r\n  externalIdentifier: String\r\n  name: String\r\n  capabilityEffectiveness: BusinessCapabilityCapabilityEffectivenessEnum\r\n  cost: Float\r\n  revenue: Float\r\n  rOIPercentage: Float\r\n  rOIRate: Float\r\n  costRate: Float\r\n  freezepastTimePeriod: Boolean\r\n  lastAssessmentDate: Date\r\n  financialImpact: BusinessCapabilityFinancialImpactEnum\r\n  capabilityEfficiency: BusinessCapabilityCapabilityEfficiencyEnum\r\n  comment: String\r\n  timePeriod_PeriodOfValidity: _InputCollectionAction\r\n  businessDocument_AttachedDocument: _InputCollectionAction\r\n  businessDocument_ReferredtoDocument: _InputCollectionAction\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n  businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n  initiative: _InputCollectionAction\r\n  risk: _InputCollectionAction\r\n  application: _InputCollectionAction\r\n  orgUnit: _InputCollectionAction\r\n}\r\n\r\n# Input type for BusinessCapabilityFulfillment\r\ninput InputBusinessCapabilityFulfillment {\r\n  externalIdentifier: String\r\n  name: String\r\n  coverageRatio: Int\r\n  realizationQuality: BusinessCapabilityFulfillmentRealizationQualityEnum\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  businessCapability_FulfilledBusinessCapability: _InputCollectionAction\r\n  application_FulfillingEnterpriseAgent: _InputCollectionAction\r\n  orgUnit_FulfillingEnterpriseAgent: _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  functionality_DocumentedObject: _InputCollectionAction\r\n  businessLine_DocumentedObject: _InputCollectionAction\r\n  content_DocumentedObject: _InputCollectionAction\r\n  softwareTechnologyStack_DocumentedObject: _InputCollectionAction\r\n  softwareTechnology_DocumentedObject: _InputCollectionAction\r\n  risk_DocumentedObject: _InputCollectionAction\r\n  businessCapability_DocumentedObject: _InputCollectionAction\r\n  globalApplicationFlowMap_DocumentedObject: _InputCollectionAction\r\n  application_DocumentedObject: _InputCollectionAction\r\n  orgUnit_DocumentedObject: _InputCollectionAction\r\n  site_DocumentedObject: _InputCollectionAction\r\n  businessProcess_DocumentedObject: _InputCollectionAction\r\n  functionality_Object: _InputCollectionAction\r\n  businessLine_Object: _InputCollectionAction\r\n  content_Object: _InputCollectionAction\r\n  softwareTechnologyStack_Object: _InputCollectionAction\r\n  softwareTechnology_Object: _InputCollectionAction\r\n  risk_Object: _InputCollectionAction\r\n  businessCapability_Object: _InputCollectionAction\r\n  globalApplicationFlowMap_Object: _InputCollectionAction\r\n  application_Object: _InputCollectionAction\r\n  orgUnit_Object: _InputCollectionAction\r\n  site_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  functionality_DocumentedObject: _InputCollectionAction\r\n  businessLine_DocumentedObject: _InputCollectionAction\r\n  content_DocumentedObject: _InputCollectionAction\r\n  softwareTechnologyStack_DocumentedObject: _InputCollectionAction\r\n  softwareTechnology_DocumentedObject: _InputCollectionAction\r\n  risk_DocumentedObject: _InputCollectionAction\r\n  businessCapability_DocumentedObject: _InputCollectionAction\r\n  globalApplicationFlowMap_DocumentedObject: _InputCollectionAction\r\n  application_DocumentedObject: _InputCollectionAction\r\n  orgUnit_DocumentedObject: _InputCollectionAction\r\n  site_DocumentedObject: _InputCollectionAction\r\n  businessProcess_DocumentedObject: _InputCollectionAction\r\n  functionality_Object: _InputCollectionAction\r\n  businessLine_Object: _InputCollectionAction\r\n  content_Object: _InputCollectionAction\r\n  softwareTechnologyStack_Object: _InputCollectionAction\r\n  softwareTechnology_Object: _InputCollectionAction\r\n  risk_Object: _InputCollectionAction\r\n  businessCapability_Object: _InputCollectionAction\r\n  globalApplicationFlowMap_Object: _InputCollectionAction\r\n  application_Object: _InputCollectionAction\r\n  orgUnit_Object: _InputCollectionAction\r\n  site_Object: _InputCollectionAction\r\n  businessProcess_Object: _InputCollectionAction\r\n  businessDocument_Document: _InputCollectionAction\r\n}\r\n\r\n# Input type for BusinessLine\r\ninput InputBusinessLine {\r\n  externalIdentifier: String\r\n  name: String\r\n  businessLineCode: String\r\n  cASTHighlightID: 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  risk: _InputCollectionAction\r\n  application: _InputCollectionAction\r\n}\r\n\r\n# Input type for BusinessProcess\r\ninput InputBusinessProcess {\r\n  externalIdentifier: String\r\n  name: String\r\n  triggeredbyEvent: Boolean\r\n  businessProcessCode: String\r\n  freezepastTimePeriod: Boolean\r\n  lastAssessmentDate: Date\r\n  comment: String\r\n  timePeriod_PeriodOfValidity: _InputCollectionAction\r\n  businessDocument_AttachedDocument: _InputCollectionAction\r\n  businessDocument_ReferredtoDocument: _InputCollectionAction\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n  businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n  initiative: _InputCollectionAction\r\n  risk: _InputCollectionAction\r\n  businessProcess_Aggregationof: _InputCollectionAction\r\n  businessProcess_Component: _InputCollectionAction\r\n  application: _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  usagecontext_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n  softwareInstallation_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n  functionality_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n  content_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n  softwareTechnologyStack_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n  portfolio_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n  softwareTechnology_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n  risk_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n  businessCapability_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n  application_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n  orgUnit_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n  site_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n  businessProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction\r\n}\r\n\r\n# Input type for Content\r\ninput InputContent {\r\n  externalIdentifier: String\r\n  name: String\r\n  contentType: ContentContentTypeEnum\r\n  flowType: ContentFlowTypeEnum\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  risk: _InputCollectionAction\r\n  applicationFlow_ConveyingApplicationFlow: _InputCollectionAction\r\n}\r\n\r\n# Input type for ContributingApplication\r\ninput InputContributingApplication {\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  application_RepresentedApplication: _InputCollectionAction\r\n  globalApplicationFlowMap_OwnerGlobalApplicationFlowMap: _InputCollectionAction\r\n  applicationFlow_SentApplicationFlow: _InputCollectionAction\r\n  applicationFlow_ReceivedApplicationFlow: _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 Functionality\r\ninput InputFunctionality {\r\n  externalIdentifier: String\r\n  name: String\r\n  capabilityEffectiveness: FunctionalityCapabilityEffectivenessEnum\r\n  functionalitytype: FunctionalityFunctionalitytypeEnum\r\n  lastAssessmentDate: Date\r\n  financialImpact: FunctionalityFinancialImpactEnum\r\n  capabilityEfficiency: FunctionalityCapabilityEfficiencyEnum\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  application: _InputCollectionAction\r\n  usagecontext_DeploymentContext: _InputCollectionAction\r\n}\r\n\r\n# Input type for FunctionalityFulfillment\r\ninput InputFunctionalityFulfillment {\r\n  externalIdentifier: String\r\n  name: String\r\n  coverageRatio: Int\r\n  realizationQuality: FunctionalityFulfillmentRealizationQualityEnum\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  application_FulfillingEnterpriseArtifact: _InputCollectionAction\r\n  functionality_FulfilledFunctionality: _InputCollectionAction\r\n}\r\n\r\n# Input type for GlobalApplicationFlowMap\r\ninput InputGlobalApplicationFlowMap {\r\n  externalIdentifier: String\r\n  name: String\r\n  globalApplicationFlowMapforITPM: Boolean\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  application: _InputCollectionAction\r\n  sentApplicationFlow: _InputCollectionAction\r\n  receivedApplicationFlow: _InputCollectionAction\r\n}\r\n\r\n# Input type for Initiative\r\ninput InputInitiative {\r\n  externalIdentifier: String\r\n  name: String\r\n  decision: InitiativeDecisionEnum\r\n  motivationoftheDecision: String\r\n  freezepastTimePeriod: Boolean\r\n  natureofTransformation: InitiativeNatureofTransformationEnum\r\n  comment: String\r\n  timePeriod_PeriodOfValidity: _InputCollectionAction\r\n  portfolio_OwnerPortfolio: _InputCollectionAction\r\n  softwareInstallation_ElementwithInitiative: _InputCollectionAction\r\n  serverDeployed_ElementwithInitiative: _InputCollectionAction\r\n  softwareTechnology_ElementwithInitiative: _InputCollectionAction\r\n  businessCapability_ElementwithInitiative: _InputCollectionAction\r\n  application_ElementwithInitiative: _InputCollectionAction\r\n  orgUnit_ElementwithInitiative: _InputCollectionAction\r\n  businessProcess_ElementwithInitiative: _InputCollectionAction\r\n}\r\n\r\n# Input type for Login\r\ninput InputLogin {\r\n  externalIdentifier: String\r\n  name: String\r\n  usercode: String\r\n  commandLine: String\r\n  statusLogin: LoginStatusLoginEnum\r\n  comment: String\r\n  personSystem_LoginHolder: _InputCollectionAction\r\n}\r\n\r\n# Input type for OrgUnit\r\ninput InputOrgUnit {\r\n  externalIdentifier: String\r\n  name: String\r\n  bDNAIdentifier: String\r\n  technopediaReplacementID: String\r\n  internalExternal: OrgUnitInternalExternalEnum\r\n  technopediaTobedeletedon: Date\r\n  technopediaObjectdeletion: OrgUnitTechnopediaObjectdeletionEnum\r\n  orgUnitType: OrgUnitOrgUnitTypeEnum\r\n  technopediaDeletereason: OrgUnitTechnopediaDeletereasonEnum\r\n  freezepastTimePeriod: Boolean\r\n  technopediaID: String\r\n  lastAssessmentDate: Date\r\n  nameinTechnopedia: String\r\n  email: String\r\n  orgUnitStatus: OrgUnitOrgUnitStatusEnum\r\n  vendorCode: String\r\n  companyStandard: OrgUnitCompanyStandardEnum\r\n  technopediaStreet: String\r\n  technopediaCity: String\r\n  technopediaState: String\r\n  technopediaZip: String\r\n  technopediaCountry: String\r\n  technopediaTier: Int\r\n  technopediaLegal: String\r\n  technopediaProfitsperyear: String\r\n  technopediaProfitsdate: Date\r\n  technopediaDateacquired: Date\r\n  technopediaEmployees: Int\r\n  technopediaEmployeesDate: Date\r\n  technopediaFiscalenddate: Date\r\n  comment: String\r\n  timePeriod_PeriodOfValidity: _InputCollectionAction\r\n  businessDocument_AttachedDocument: _InputCollectionAction\r\n  businessDocument_ReferredtoDocument: _InputCollectionAction\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n  businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n  initiative: _InputCollectionAction\r\n  orgUnitMember_PersonSystem: _InputCollectionAction\r\n  risk: _InputCollectionAction\r\n  businessCapability: _InputCollectionAction\r\n  usagecontext_DeploymentContext: _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  castToken: String\r\n  belongstoapersongroup: Boolean\r\n  dataLanguage: String\r\n  phoneNumber: String\r\n  cASTHighlightID: Int\r\n  initials: String\r\n  comment: String\r\n  login: _InputCollectionAction\r\n  applicationOwner_SoftwareInstallation: _InputCollectionAction\r\n  iTOwner_SoftwareInstallation: _InputCollectionAction\r\n  businessOwner_SoftwareInstallation: _InputCollectionAction\r\n  localFinancialController_SoftwareInstallation: _InputCollectionAction\r\n  localTechnologyCorrespondent_SoftwareTechnologyStack: _InputCollectionAction\r\n  projectPortfolioManager_Portfolio: _InputCollectionAction\r\n  projectPortfolioApprover_Portfolio: _InputCollectionAction\r\n  portfolioManager_Portfolio: _InputCollectionAction\r\n  localTechnologyCorrespondent_SoftwareTechnology: _InputCollectionAction\r\n  localFinancialController_SoftwareTechnology: _InputCollectionAction\r\n  applicationOwner_Application: _InputCollectionAction\r\n  softwareDesigner_Application: _InputCollectionAction\r\n  iTOwner_Application: _InputCollectionAction\r\n  businessOwner_Application: _InputCollectionAction\r\n  localFinancialController_Application: _InputCollectionAction\r\n  orgUnitMember_OrgUnit: _InputCollectionAction\r\n}\r\n\r\n# Input type for Portfolio\r\ninput InputPortfolio {\r\n  externalIdentifier: String\r\n  name: String\r\n  studyStartDate: Date\r\n  studyEndDate: Date\r\n  portfolioType: PortfolioPortfolioTypeEnum\r\n  lastUpdate: Date\r\n  updateFrequency: PortfolioUpdateFrequencyEnum\r\n  comment: String\r\n  portfolio_SubPortfolio: _InputCollectionAction\r\n  initiative_Initiativeowned: _InputCollectionAction\r\n  portfolio_UpperPortfolio: _InputCollectionAction\r\n  projectPortfolioManager_PersonSystem: _InputCollectionAction\r\n  projectPortfolioApprover_PersonSystem: _InputCollectionAction\r\n  portfolioManager_PersonSystem: _InputCollectionAction\r\n}\r\n\r\n# Input type for ResponsibilityAssignment\r\ninput InputResponsibilityAssignment {\r\n  externalIdentifier: String\r\n  name: String\r\n  comment: String\r\n  personSystem_AssignedPerson: _InputCollectionAction\r\n  businessRole: _InputCollectionAction\r\n  usagecontext_AssignedObject: _InputCollectionAction\r\n  softwareInstallation_AssignedObject: _InputCollectionAction\r\n  functionality_AssignedObject: _InputCollectionAction\r\n  content_AssignedObject: _InputCollectionAction\r\n  softwareTechnologyStack_AssignedObject: _InputCollectionAction\r\n  portfolio_AssignedObject: _InputCollectionAction\r\n  softwareTechnology_AssignedObject: _InputCollectionAction\r\n  risk_AssignedObject: _InputCollectionAction\r\n  businessCapability_AssignedObject: _InputCollectionAction\r\n  application_AssignedObject: _InputCollectionAction\r\n  orgUnit_AssignedObject: _InputCollectionAction\r\n  site_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  severity: RiskSeverityEnum\r\n  residualRiskComputingMode: String\r\n  likelihoodCRK: RiskLikelihoodCRKEnum\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  softwareInstallation_ElementatRisk: _InputCollectionAction\r\n  businessLine_ElementatRisk: _InputCollectionAction\r\n  content_ElementatRisk: _InputCollectionAction\r\n  softwareTechnology_ElementatRisk: _InputCollectionAction\r\n  businessCapability_ElementatRisk: _InputCollectionAction\r\n  application_ElementatRisk: _InputCollectionAction\r\n  orgUnit_ElementatRisk: _InputCollectionAction\r\n  site_ElementatRisk: _InputCollectionAction\r\n  businessProcess_ElementatRisk: _InputCollectionAction\r\n}\r\n\r\n# Input type for ServerDeployed\r\ninput InputServerDeployed {\r\n  externalIdentifier: String\r\n  name: String\r\n  freezepastTimePeriod: Boolean\r\n  comment: String\r\n  timePeriod_PeriodOfValidity: _InputCollectionAction\r\n  initiative: _InputCollectionAction\r\n  softwareInstallation_DeployedObject: _InputCollectionAction\r\n  serverDeployed_DeployedObject: _InputCollectionAction\r\n  serverDeployed_DeploymentSupport: _InputCollectionAction\r\n  site_DeploymentSupport: _InputCollectionAction\r\n}\r\n\r\n# Input type for Site\r\ninput InputSite {\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  risk: _InputCollectionAction\r\n  softwareInstallation_DeployedObject: _InputCollectionAction\r\n  serverDeployed_DeployedObject: _InputCollectionAction\r\n}\r\n\r\n# Input type for SoftwareInstallation\r\ninput InputSoftwareInstallation {\r\n  externalIdentifier: String\r\n  name: String\r\n  applicationDeploymentCode: String\r\n  freezepastTimePeriod: Boolean\r\n  lastAssessmentDate: Date\r\n  comment: String\r\n  timePeriod_PeriodOfValidity: _InputCollectionAction\r\n  initiative: _InputCollectionAction\r\n  applicationOwner_PersonSystem: _InputCollectionAction\r\n  iTOwner_PersonSystem: _InputCollectionAction\r\n  businessOwner_PersonSystem: _InputCollectionAction\r\n  localFinancialController_PersonSystem: _InputCollectionAction\r\n  risk: _InputCollectionAction\r\n  serverDeployed_DeploymentSupport: _InputCollectionAction\r\n  site_DeploymentSupport: _InputCollectionAction\r\n  usagecontext_ApplicationDeploymentContext: _InputCollectionAction\r\n  application: _InputCollectionAction\r\n}\r\n\r\n# Input type for SoftwareTechnology\r\ninput InputSoftwareTechnology {\r\n  externalIdentifier: String\r\n  name: String\r\n  technologyCode: String\r\n  companyStandard: SoftwareTechnologyCompanyStandardEnum\r\n  bDNAIdentifier: String\r\n  technopediaReplacementID: String\r\n  technopediaTobedeletedon: Date\r\n  technopediaObjectdeletion: SoftwareTechnologyTechnopediaObjectdeletionEnum\r\n  technopediaDeletereason: SoftwareTechnologyTechnopediaDeletereasonEnum\r\n  releaseDate: Date\r\n  endofSupport: Date\r\n  endofExtendedSupport: Date\r\n  technopediaReleaseLevel: SoftwareTechnologyTechnopediaReleaseLevelEnum\r\n  technopediaBrandFamily: String\r\n  technopediaIsLicensable: SoftwareTechnologyTechnopediaIsLicensableEnum\r\n  technopediaVersion: String\r\n  technopediaPatchLevel: String\r\n  technopediaIsMajorVersion: SoftwareTechnologyTechnopediaIsMajorVersionEnum\r\n  technopediaEdition: String\r\n  technopediaVersionGroup: String\r\n  technopediaGeneralAvailabilityException: String\r\n  technopediaGeneralAvailabilityRangeStartDate: Date\r\n  technopediaGeneralAvailabilityRangeEndDate: Date\r\n  technopediaEndOfLifeException: String\r\n  technopediaEndOfLifeRangeStartDate: Date\r\n  technopediaEndOfLifeRangeEndDate: Date\r\n  technopediaEndOfLifeSupportLevel: String\r\n  technopediaObsoleteException: String\r\n  technopediaObsoleteRangeStartDate: Date\r\n  technopediaObsoleteRangeEndDate: Date\r\n  technopediaObsoleteSupportLevel: String\r\n  technopediaSubVersion: String\r\n  freezepastTimePeriod: Boolean\r\n  technopediaID: String\r\n  nameinTechnopedia: String\r\n  technopediaIsSuite: SoftwareTechnologyTechnopediaIsSuiteEnum\r\n  technopediacreatedate: Date\r\n  technopediadesupportedflag: String\r\n  technopedialastmodifieddate: Date\r\n  technopediaEditionOrder: Int\r\n  technopediatobedeletedflag: String\r\n  technopediaType: String\r\n  technopediaUrl: String\r\n  technopediaversionorder: Int\r\n  technopediaOwner: String\r\n  technopediaProduct: String\r\n  technopediaRelease: String\r\n  workflowStatus: SoftwareTechnologyWorkflowStatusEnum\r\n  workflowStatusFinancial: SoftwareTechnologyWorkflowStatusFinancialEnum\r\n  comment: String\r\n  timePeriod_PeriodOfValidity: _InputCollectionAction\r\n  businessDocument_AttachedDocument: _InputCollectionAction\r\n  businessDocument_ReferredtoDocument: _InputCollectionAction\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n  businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n  initiative: _InputCollectionAction\r\n  localTechnologyCorrespondent_PersonSystem: _InputCollectionAction\r\n  localFinancialController_PersonSystem: _InputCollectionAction\r\n  risk: _InputCollectionAction\r\n  application: _InputCollectionAction\r\n}\r\n\r\n# Input type for SoftwareTechnologyStack\r\ninput InputSoftwareTechnologyStack {\r\n  externalIdentifier: String\r\n  name: String\r\n  technologyCode: String\r\n  freezepastTimePeriod: Boolean\r\n  comment: String\r\n  timePeriod_PeriodOfValidity: _InputCollectionAction\r\n  businessDocument_AttachedDocument: _InputCollectionAction\r\n  businessDocument_ReferredtoDocument: _InputCollectionAction\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction\r\n  businessDocumentVersion_ReferredtoDocumentVersion: _InputCollectionAction\r\n  localTechnologyCorrespondent_PersonSystem: _InputCollectionAction\r\n  application: _InputCollectionAction\r\n}\r\n\r\n# Input type for StateUML\r\ninput InputStateUML {\r\n  externalIdentifier: String\r\n  name: String\r\n  isConcurrent: StateUMLisConcurrentEnum\r\n  stateKind: StateUMLStateKindEnum\r\n  isLeaf: StateUMLisLeafEnum\r\n  bound: String\r\n  comment: String\r\n  timePeriod_StateTimePeriod: _InputCollectionAction\r\n}\r\n\r\n# Input type for TimePeriod\r\ninput InputTimePeriod {\r\n  externalIdentifier: String\r\n  name: String\r\n  absoluteStartDate: Date\r\n  absoluteEndDate: Date\r\n  cost: Float\r\n  revenue: Float\r\n  rOIPercentage: Float\r\n  rOIRate: Float\r\n  costRate: Float\r\n  freezepastTimePeriod: Boolean\r\n  comment: String\r\n  stateUML_LifecycleState: _InputCollectionAction\r\n  timePeriod_PreviousPeriod: _InputCollectionAction\r\n  timePeriod_FollowingPeriod: _InputCollectionAction\r\n  usagecontext_ObjectValidWithinThePeriod: _InputCollectionAction\r\n  softwareInstallation_ObjectValidWithinThePeriod: _InputCollectionAction\r\n  serverDeployed_ObjectValidWithinThePeriod: _InputCollectionAction\r\n  softwareTechnologyStack_ObjectValidWithinThePeriod: _InputCollectionAction\r\n  softwareTechnology_ObjectValidWithinThePeriod: _InputCollectionAction\r\n  businessCapability_ObjectValidWithinThePeriod: _InputCollectionAction\r\n  initiative_ObjectValidWithinThePeriod: _InputCollectionAction\r\n  application_ObjectValidWithinThePeriod: _InputCollectionAction\r\n  orgUnit_ObjectValidWithinThePeriod: _InputCollectionAction\r\n  businessProcess_ObjectValidWithinThePeriod: _InputCollectionAction\r\n}\r\n\r\n# Input type for Usagecontext\r\ninput InputUsagecontext {\r\n  externalIdentifier: String\r\n  name: String\r\n  freezepastTimePeriod: Boolean\r\n  numberofusers: Int\r\n  comment: String\r\n  timePeriod_PeriodOfValidity: _InputCollectionAction\r\n  softwareInstallation_DeployedApplication: _InputCollectionAction\r\n  orgUnit_DeploymentUser: _InputCollectionAction\r\n  functionality_DeploymentFinality: _InputCollectionAction\r\n}\r\n\r\nenum InternalExternalEnumFilter {\r\n  InternalOrg_Unit\r\n  ExternalEntity\r\n}\r\n\r\nenum isConcurrentEnumFilter {\r\n  No\r\n  Yes\r\n}\r\n\r\nenum isLeafEnumFilter {\r\n  Leaf\r\n  Notleaf\r\n}\r\n\r\nenum LikelihoodCRKEnumFilter {\r\n  High\r\n  Medium\r\n  Low\r\n  MediumHigh\r\n}\r\n\r\nenum LikelihoodERMEnumFilter {\r\n  Rare\r\n  Possible\r\n  Likely\r\n  Probable\r\n  Certain\r\n}\r\n\r\n# A login gives access to certain functions of the product and certain\r\n# repositories. The login s associated code is used to generate file names as well\r\n# as a specific work directory for the user. At the time of installation, the\r\n# Admin login, which is used to manage repositories and create new logins.  \r\ntype Login {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  usercode: String\r\n  commandLine: String\r\n  statusLogin: LoginStatusLoginEnum\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  personSystem_LoginHolder(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n}\r\n\r\ninput LoginFilter {\r\n  and: [LoginFilter!]\r\n  or: [LoginFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  usercode: String\r\n  usercode_not: String\r\n  usercode_in: [String!]\r\n  usercode_not_in: [String!]\r\n  usercode_lt: String\r\n  usercode_lte: String\r\n  usercode_gt: String\r\n  usercode_gte: String\r\n  usercode_contains: String\r\n  usercode_not_contains: String\r\n  usercode_starts_with: String\r\n  usercode_not_starts_with: String\r\n  usercode_ends_with: String\r\n  usercode_not_ends_with: String\r\n  commandLine: String\r\n  commandLine_not: String\r\n  commandLine_in: [String!]\r\n  commandLine_not_in: [String!]\r\n  commandLine_lt: String\r\n  commandLine_lte: String\r\n  commandLine_gt: String\r\n  commandLine_gte: String\r\n  commandLine_contains: String\r\n  commandLine_not_contains: String\r\n  commandLine_starts_with: String\r\n  commandLine_not_starts_with: String\r\n  commandLine_ends_with: String\r\n  commandLine_not_ends_with: String\r\n  statusLogin: LoginStatusLoginEnum\r\n  statusLogin_not: LoginStatusLoginEnum\r\n  statusLogin_in: [LoginStatusLoginEnum!]\r\n  statusLogin_not_in: [LoginStatusLoginEnum!]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  personSystem_LoginHolder_some: [LoginFilter!]\r\n}\r\n\r\nenum LoginStatusLoginEnum {\r\n  Active\r\n  Inactive\r\n}\r\n\r\nenum MaximumTolerableDowntimeMTDEnumFilter {\r\n  Critical\r\n  Serious\r\n  Significant\r\n  Minor\r\n}\r\n\r\n# The `Milliseconds` scalar type represents a period of time represented as the total number of milliseconds.\r\nscalar Milliseconds\r\n\r\ntype Mutation {\r\n  createPersonSystem(personSystem: InputPersonSystem!, creationMode: creationMode): PersonSystem!\r\n  updatePersonSystem(id: String!, personSystem: InputPersonSystem!): PersonSystem!\r\n  deletePersonSystem(id: String!, cascade: Boolean): PersonSystem\r\n  createLogin(login: InputLogin!, creationMode: creationMode): Login!\r\n  updateLogin(id: String!, login: InputLogin!): Login!\r\n  deleteLogin(id: String!, cascade: Boolean): Login\r\n  createResponsibilityAssignment(responsibilityAssignment: InputResponsibilityAssignment!, creationMode: creationMode): ResponsibilityAssignment!\r\n  updateResponsibilityAssignment(id: String!, responsibilityAssignment: InputResponsibilityAssignment!): ResponsibilityAssignment!\r\n  deleteResponsibilityAssignment(id: String!, cascade: Boolean): ResponsibilityAssignment\r\n  createBusinessRole(businessRole: InputBusinessRole!, creationMode: creationMode): BusinessRole!\r\n  updateBusinessRole(id: String!, businessRole: InputBusinessRole!): BusinessRole!\r\n  deleteBusinessRole(id: String!, cascade: Boolean): BusinessRole\r\n  createContributingApplication(contributingApplication: InputContributingApplication!, creationMode: creationMode): ContributingApplication!\r\n  updateContributingApplication(id: String!, contributingApplication: InputContributingApplication!): ContributingApplication!\r\n  deleteContributingApplication(id: String!, cascade: Boolean): ContributingApplication\r\n  createUsagecontext(usagecontext: InputUsagecontext!, creationMode: creationMode): Usagecontext!\r\n  updateUsagecontext(id: String!, usagecontext: InputUsagecontext!): Usagecontext!\r\n  deleteUsagecontext(id: String!, cascade: Boolean): Usagecontext\r\n  createSoftwareInstallation(softwareInstallation: InputSoftwareInstallation!, creationMode: creationMode): SoftwareInstallation!\r\n  updateSoftwareInstallation(id: String!, softwareInstallation: InputSoftwareInstallation!): SoftwareInstallation!\r\n  deleteSoftwareInstallation(id: String!, cascade: Boolean): SoftwareInstallation\r\n  createFunctionality(functionality: InputFunctionality!, creationMode: creationMode): Functionality!\r\n  updateFunctionality(id: String!, functionality: InputFunctionality!): Functionality!\r\n  deleteFunctionality(id: String!, cascade: Boolean): Functionality\r\n  createBusinessLine(businessLine: InputBusinessLine!, creationMode: creationMode): BusinessLine!\r\n  updateBusinessLine(id: String!, businessLine: InputBusinessLine!): BusinessLine!\r\n  deleteBusinessLine(id: String!, cascade: Boolean): BusinessLine\r\n  createServerDeployed(serverDeployed: InputServerDeployed!, creationMode: creationMode): ServerDeployed!\r\n  updateServerDeployed(id: String!, serverDeployed: InputServerDeployed!): ServerDeployed!\r\n  deleteServerDeployed(id: String!, cascade: Boolean): ServerDeployed\r\n  createContent(content: InputContent!, creationMode: creationMode): Content!\r\n  updateContent(id: String!, content: InputContent!): Content!\r\n  deleteContent(id: String!, cascade: Boolean): Content\r\n  createSoftwareTechnologyStack(softwareTechnologyStack: InputSoftwareTechnologyStack!, creationMode: creationMode): SoftwareTechnologyStack!\r\n  updateSoftwareTechnologyStack(id: String!, softwareTechnologyStack: InputSoftwareTechnologyStack!): SoftwareTechnologyStack!\r\n  deleteSoftwareTechnologyStack(id: String!, cascade: Boolean): SoftwareTechnologyStack\r\n  createApplicationParticipant(applicationParticipant: InputApplicationParticipant!, creationMode: creationMode): ApplicationParticipant!\r\n  updateApplicationParticipant(id: String!, applicationParticipant: InputApplicationParticipant!): ApplicationParticipant!\r\n  deleteApplicationParticipant(id: String!, cascade: Boolean): ApplicationParticipant\r\n  createPortfolio(portfolio: InputPortfolio!, creationMode: creationMode): Portfolio!\r\n  updatePortfolio(id: String!, portfolio: InputPortfolio!): Portfolio!\r\n  deletePortfolio(id: String!, cascade: Boolean): Portfolio\r\n  createSoftwareTechnology(softwareTechnology: InputSoftwareTechnology!, creationMode: creationMode): SoftwareTechnology!\r\n  updateSoftwareTechnology(id: String!, softwareTechnology: InputSoftwareTechnology!): SoftwareTechnology!\r\n  deleteSoftwareTechnology(id: String!, cascade: Boolean): SoftwareTechnology\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  createBusinessCapabilityFulfillment(businessCapabilityFulfillment: InputBusinessCapabilityFulfillment!, creationMode: creationMode): BusinessCapabilityFulfillment!\r\n  updateBusinessCapabilityFulfillment(id: String!, businessCapabilityFulfillment: InputBusinessCapabilityFulfillment!): BusinessCapabilityFulfillment!\r\n  deleteBusinessCapabilityFulfillment(id: String!, cascade: Boolean): BusinessCapabilityFulfillment\r\n  createBusinessCapability(businessCapability: InputBusinessCapability!, creationMode: creationMode): BusinessCapability!\r\n  updateBusinessCapability(id: String!, businessCapability: InputBusinessCapability!): BusinessCapability!\r\n  deleteBusinessCapability(id: String!, cascade: Boolean): BusinessCapability\r\n  createBusinessDocument(businessDocument: InputBusinessDocument!): BusinessDocument!\r\n  updateBusinessDocument(id: String!, businessDocument: InputBusinessDocument!): BusinessDocument!\r\n  deleteBusinessDocument(id: String!, cascade: Boolean): BusinessDocument\r\n  createInitiative(initiative: InputInitiative!, creationMode: creationMode): Initiative!\r\n  updateInitiative(id: String!, initiative: InputInitiative!): Initiative!\r\n  deleteInitiative(id: String!, cascade: Boolean): Initiative\r\n  createGlobalApplicationFlowMap(globalApplicationFlowMap: InputGlobalApplicationFlowMap!, creationMode: creationMode): GlobalApplicationFlowMap!\r\n  updateGlobalApplicationFlowMap(id: String!, globalApplicationFlowMap: InputGlobalApplicationFlowMap!): GlobalApplicationFlowMap!\r\n  deleteGlobalApplicationFlowMap(id: String!, cascade: Boolean): GlobalApplicationFlowMap\r\n  createTimePeriod(timePeriod: InputTimePeriod!, creationMode: creationMode): TimePeriod!\r\n  updateTimePeriod(id: String!, timePeriod: InputTimePeriod!): TimePeriod!\r\n  deleteTimePeriod(id: String!, cascade: Boolean): TimePeriod\r\n  createStateUML(stateUML: InputStateUML!, creationMode: creationMode): StateUML!\r\n  updateStateUML(id: String!, stateUML: InputStateUML!): StateUML!\r\n  deleteStateUML(id: String!, cascade: Boolean): StateUML\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  createApplication(application: InputApplication!, creationMode: creationMode): Application!\r\n  updateApplication(id: String!, application: InputApplication!): Application!\r\n  deleteApplication(id: String!, cascade: Boolean): Application\r\n  createOrgUnit(orgUnit: InputOrgUnit!, creationMode: creationMode): OrgUnit!\r\n  updateOrgUnit(id: String!, orgUnit: InputOrgUnit!): OrgUnit!\r\n  deleteOrgUnit(id: String!, cascade: Boolean): OrgUnit\r\n  createSite(site: InputSite!, creationMode: creationMode): Site!\r\n  updateSite(id: String!, site: InputSite!): Site!\r\n  deleteSite(id: String!, cascade: Boolean): Site\r\n  createApplicationFlow(applicationFlow: InputApplicationFlow!, creationMode: creationMode): ApplicationFlow!\r\n  updateApplicationFlow(id: String!, applicationFlow: InputApplicationFlow!): ApplicationFlow!\r\n  deleteApplicationFlow(id: String!, cascade: Boolean): ApplicationFlow\r\n  createFunctionalityFulfillment(functionalityFulfillment: InputFunctionalityFulfillment!, creationMode: creationMode): FunctionalityFulfillment!\r\n  updateFunctionalityFulfillment(id: String!, functionalityFulfillment: InputFunctionalityFulfillment!): FunctionalityFulfillment!\r\n  deleteFunctionalityFulfillment(id: String!, cascade: Boolean): FunctionalityFulfillment\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 NatureofTransformationEnumFilter {\r\n  Decommissioned\r\n  Replaced\r\n  Updated\r\n  New\r\n}\r\n\r\nenum orderByApplication {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  applicationCode_ASC\r\n  applicationCode_DESC\r\n  cloudComputing_ASC\r\n  cloudComputing_DESC\r\n  versionNumber_ASC\r\n  versionNumber_DESC\r\n  requiredMemorySize_ASC\r\n  requiredMemorySize_DESC\r\n  applicationStereotype_ASC\r\n  applicationStereotype_DESC\r\n  applicationType_ASC\r\n  applicationType_DESC\r\n  globalExpense_ASC\r\n  globalExpense_DESC\r\n  currentNumberofUsers_ASC\r\n  currentNumberofUsers_DESC\r\n  costperUser_ASC\r\n  costperUser_DESC\r\n  rankAPM_ASC\r\n  rankAPM_DESC\r\n  technologyCompliance_ASC\r\n  technologyCompliance_DESC\r\n  expenses_ASC\r\n  expenses_DESC\r\n  capitalExpenses_ASC\r\n  capitalExpenses_DESC\r\n  operatingExpenses_ASC\r\n  operatingExpenses_DESC\r\n  cASTHighlightID_ASC\r\n  cASTHighlightID_DESC\r\n  businessValueAPM_ASC\r\n  businessValueAPM_DESC\r\n  functionalSupportAPM_ASC\r\n  functionalSupportAPM_DESC\r\n  technicalEfficiencyAPM_ASC\r\n  technicalEfficiencyAPM_DESC\r\n  beginLifedate_ASC\r\n  beginLifedate_DESC\r\n  endlifedate_ASC\r\n  endlifedate_DESC\r\n  closingDateCast_ASC\r\n  closingDateCast_DESC\r\n  softwareResiliencyScoreCASTHighligh_ASC\r\n  softwareResiliencyScoreCASTHighligh_DESC\r\n  softwareResiliencyThresholdsCASTHighligh_ASC\r\n  softwareResiliencyThresholdsCASTHighligh_DESC\r\n  softwareAgilityScore_ASC\r\n  softwareAgilityScore_DESC\r\n  softwareAgilityThresholdsCASTHighligh_ASC\r\n  softwareAgilityThresholdsCASTHighligh_DESC\r\n  softwareEleganceScoreCASTHighligh_ASC\r\n  softwareEleganceScoreCASTHighligh_DESC\r\n  softwareEleganceThresholdsCASTHighligh_ASC\r\n  softwareEleganceThresholdsCASTHighligh_DESC\r\n  cloudReadyScoreCASTHighlight_ASC\r\n  cloudReadyScoreCASTHighlight_DESC\r\n  cloudReadyScanCASTHighlight_ASC\r\n  cloudReadyScanCASTHighlight_DESC\r\n  technicalDebtCast_ASC\r\n  technicalDebtCast_DESC\r\n  numberoflinesofCodeCast_ASC\r\n  numberoflinesofCodeCast_DESC\r\n  numberofFilesCast_ASC\r\n  numberofFilesCast_DESC\r\n  backFiredFunctionPointsCASTHighlight_ASC\r\n  backFiredFunctionPointsCASTHighlight_DESC\r\n  softwareResiliencyQuartileCast_ASC\r\n  softwareResiliencyQuartileCast_DESC\r\n  workflowStatusITandBusinessdata_ASC\r\n  workflowStatusITandBusinessdata_DESC\r\n  workflowStatusFinancial_ASC\r\n  workflowStatusFinancial_DESC\r\n  softwareAgilityQuartileCast_ASC\r\n  softwareAgilityQuartileCast_DESC\r\n  softwareEleganceQuartileCast_ASC\r\n  softwareEleganceQuartileCast_DESC\r\n  detailsCast_ASC\r\n  detailsCast_DESC\r\n  statusReview_ASC\r\n  statusReview_DESC\r\n  gDPRConsent_ASC\r\n  gDPRConsent_DESC\r\n  cost_ASC\r\n  cost_DESC\r\n  revenue_ASC\r\n  revenue_DESC\r\n  rOIPercentage_ASC\r\n  rOIPercentage_DESC\r\n  rOIRate_ASC\r\n  rOIRate_DESC\r\n  costRate_ASC\r\n  costRate_DESC\r\n  gDPRContentOfNotice_ASC\r\n  gDPRContentOfNotice_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  freezepastTimePeriod_ASC\r\n  freezepastTimePeriod_DESC\r\n  recoveryPointObjectiveRPO_ASC\r\n  recoveryPointObjectiveRPO_DESC\r\n  recoveryTimeObjectiveRTO_ASC\r\n  recoveryTimeObjectiveRTO_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  workRecoveryTimeWRT_ASC\r\n  workRecoveryTimeWRT_DESC\r\n  maximumTolerableDowntimeMTD_ASC\r\n  maximumTolerableDowntimeMTD_DESC\r\n  sLALevel_ASC\r\n  sLALevel_DESC\r\n  applicationvalidationdate_ASC\r\n  applicationvalidationdate_DESC\r\n  dataFreshness_ASC\r\n  dataFreshness_DESC\r\n  applicationTemplate_ASC\r\n  applicationTemplate_DESC\r\n  deploymentDate_ASC\r\n  deploymentDate_DESC\r\n  operatingApplicationDate_ASC\r\n  operatingApplicationDate_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByApplicationFlow {\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 orderByBusinessCapability {\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  capabilityEffectiveness_ASC\r\n  capabilityEffectiveness_DESC\r\n  cost_ASC\r\n  cost_DESC\r\n  revenue_ASC\r\n  revenue_DESC\r\n  rOIPercentage_ASC\r\n  rOIPercentage_DESC\r\n  rOIRate_ASC\r\n  rOIRate_DESC\r\n  costRate_ASC\r\n  costRate_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  freezepastTimePeriod_ASC\r\n  freezepastTimePeriod_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  financialImpact_ASC\r\n  financialImpact_DESC\r\n  capabilityEfficiency_ASC\r\n  capabilityEfficiency_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByBusinessDocument {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  isCiphered_ASC\r\n  isCiphered_DESC\r\n  gDPRDocumentID_ASC\r\n  gDPRDocumentID_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByBusinessDocumentPattern {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  ciphered_ASC\r\n  ciphered_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByBusinessDocumentVersion {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  fileExtension_ASC\r\n  fileExtension_DESC\r\n  businessDocumentVersionName_ASC\r\n  businessDocumentVersionName_DESC\r\n  documentVersion_ASC\r\n  documentVersion_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByBusinessLine {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  customerSatisfaction_ASC\r\n  customerSatisfaction_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  businessLineCode_ASC\r\n  businessLineCode_DESC\r\n  cASTHighlightID_ASC\r\n  cASTHighlightID_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 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  triggeredbyEvent_ASC\r\n  triggeredbyEvent_DESC\r\n  businessProcessCode_ASC\r\n  businessProcessCode_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  freezepastTimePeriod_ASC\r\n  freezepastTimePeriod_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByBusinessRole {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  businessRoleMultiplicity_ASC\r\n  businessRoleMultiplicity_DESC\r\n  businessRoleStatus_ASC\r\n  businessRoleStatus_DESC\r\n  proposeallusers_ASC\r\n  proposeallusers_DESC\r\n  businessRoleDisplay_ASC\r\n  businessRoleDisplay_DESC\r\n  gUIName_ASC\r\n  gUIName_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByContent {\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  contentType_ASC\r\n  contentType_DESC\r\n  contentName_ASC\r\n  contentName_DESC\r\n  flowType_ASC\r\n  flowType_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 orderByFunctionality {\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  capabilityEffectiveness_ASC\r\n  capabilityEffectiveness_DESC\r\n  functionalitytype_ASC\r\n  functionalitytype_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  financialImpact_ASC\r\n  financialImpact_DESC\r\n  capabilityEfficiency_ASC\r\n  capabilityEfficiency_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByGlobalApplicationFlowMap {\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  globalApplicationFlowMapforITPM_ASC\r\n  globalApplicationFlowMapforITPM_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByInitiative {\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  decision_ASC\r\n  decision_DESC\r\n  expenses_ASC\r\n  expenses_DESC\r\n  capitalExpenses_ASC\r\n  capitalExpenses_DESC\r\n  operatingExpenses_ASC\r\n  operatingExpenses_DESC\r\n  motivationoftheDecision_ASC\r\n  motivationoftheDecision_DESC\r\n  beginLifedate_ASC\r\n  beginLifedate_DESC\r\n  endlifedate_ASC\r\n  endlifedate_DESC\r\n  initiativeMetaPictureIdentifier_ASC\r\n  initiativeMetaPictureIdentifier_DESC\r\n  freezepastTimePeriod_ASC\r\n  freezepastTimePeriod_DESC\r\n  natureofTransformation_ASC\r\n  natureofTransformation_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 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  bDNAIdentifier_ASC\r\n  bDNAIdentifier_DESC\r\n  technopediaReplacementID_ASC\r\n  technopediaReplacementID_DESC\r\n  internalExternal_ASC\r\n  internalExternal_DESC\r\n  technopediaTobedeletedon_ASC\r\n  technopediaTobedeletedon_DESC\r\n  technopediaObjectdeletion_ASC\r\n  technopediaObjectdeletion_DESC\r\n  orgUnitType_ASC\r\n  orgUnitType_DESC\r\n  technopediaDeletereason_ASC\r\n  technopediaDeletereason_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  freezepastTimePeriod_ASC\r\n  freezepastTimePeriod_DESC\r\n  technopediaID_ASC\r\n  technopediaID_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  nameinTechnopedia_ASC\r\n  nameinTechnopedia_DESC\r\n  email_ASC\r\n  email_DESC\r\n  orgUnitStatus_ASC\r\n  orgUnitStatus_DESC\r\n  vendorCode_ASC\r\n  vendorCode_DESC\r\n  companyStandard_ASC\r\n  companyStandard_DESC\r\n  numberofprovidedTechnologies_ASC\r\n  numberofprovidedTechnologies_DESC\r\n  numberofusingapplicationsVendor_ASC\r\n  numberofusingapplicationsVendor_DESC\r\n  numberofusedTechnologies_ASC\r\n  numberofusedTechnologies_DESC\r\n  technopediaStreet_ASC\r\n  technopediaStreet_DESC\r\n  technopediaCity_ASC\r\n  technopediaCity_DESC\r\n  technopediaState_ASC\r\n  technopediaState_DESC\r\n  technopediaZip_ASC\r\n  technopediaZip_DESC\r\n  technopediaCountry_ASC\r\n  technopediaCountry_DESC\r\n  technopediaTier_ASC\r\n  technopediaTier_DESC\r\n  technopediaLegal_ASC\r\n  technopediaLegal_DESC\r\n  technopediaProfitsperyear_ASC\r\n  technopediaProfitsperyear_DESC\r\n  technopediaProfitsdate_ASC\r\n  technopediaProfitsdate_DESC\r\n  technopediaDateacquired_ASC\r\n  technopediaDateacquired_DESC\r\n  technopediaEmployees_ASC\r\n  technopediaEmployees_DESC\r\n  technopediaEmployeesDate_ASC\r\n  technopediaEmployeesDate_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  technopediaFiscalenddate_ASC\r\n  technopediaFiscalenddate_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  castToken_ASC\r\n  castToken_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  cASTHighlightID_ASC\r\n  cASTHighlightID_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByPortfolio {\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  studyStartDate_ASC\r\n  studyStartDate_DESC\r\n  studyEndDate_ASC\r\n  studyEndDate_DESC\r\n  portfolioType_ASC\r\n  portfolioType_DESC\r\n  lastUpdate_ASC\r\n  lastUpdate_DESC\r\n  updateFrequency_ASC\r\n  updateFrequency_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByRisk {\r\n  externalIdentifier_ASC\r\n  externalIdentifier_DESC\r\n  name_ASC\r\n  name_DESC\r\n  creatorName_ASC\r\n  creatorName_DESC\r\n  modifierName_ASC\r\n  modifierName_DESC\r\n  modificationDate_ASC\r\n  modificationDate_DESC\r\n  creationDate_ASC\r\n  creationDate_DESC\r\n  riskCode_ASC\r\n  riskCode_DESC\r\n  riskIdentificationMode_ASC\r\n  riskIdentificationMode_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  impactERM_ASC\r\n  impactERM_DESC\r\n  likelihoodERM_ASC\r\n  likelihoodERM_DESC\r\n  severity_ASC\r\n  severity_DESC\r\n  residualRiskComputingMode_ASC\r\n  residualRiskComputingMode_DESC\r\n  likelihoodCRK_ASC\r\n  likelihoodCRK_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 orderByServerDeployed {\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  expenses_ASC\r\n  expenses_DESC\r\n  capitalExpenses_ASC\r\n  capitalExpenses_DESC\r\n  operatingExpenses_ASC\r\n  operatingExpenses_DESC\r\n  beginLifedate_ASC\r\n  beginLifedate_DESC\r\n  endlifedate_ASC\r\n  endlifedate_DESC\r\n  freezepastTimePeriod_ASC\r\n  freezepastTimePeriod_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderBySite {\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 orderBySoftwareInstallation {\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  expenses_ASC\r\n  expenses_DESC\r\n  capitalExpenses_ASC\r\n  capitalExpenses_DESC\r\n  operatingExpenses_ASC\r\n  operatingExpenses_DESC\r\n  beginLifedate_ASC\r\n  beginLifedate_DESC\r\n  endlifedate_ASC\r\n  endlifedate_DESC\r\n  applicationDeploymentCode_ASC\r\n  applicationDeploymentCode_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  freezepastTimePeriod_ASC\r\n  freezepastTimePeriod_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 orderBySoftwareTechnology {\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  technologyCode_ASC\r\n  technologyCode_DESC\r\n  companyStandard_ASC\r\n  companyStandard_DESC\r\n  bDNAIdentifier_ASC\r\n  bDNAIdentifier_DESC\r\n  technopediaReplacementID_ASC\r\n  technopediaReplacementID_DESC\r\n  numberofusingapplications_ASC\r\n  numberofusingapplications_DESC\r\n  technopediaTobedeletedon_ASC\r\n  technopediaTobedeletedon_DESC\r\n  technopediaObjectdeletion_ASC\r\n  technopediaObjectdeletion_DESC\r\n  technopediaDeletereason_ASC\r\n  technopediaDeletereason_DESC\r\n  expenses_ASC\r\n  expenses_DESC\r\n  capitalExpenses_ASC\r\n  capitalExpenses_DESC\r\n  operatingExpenses_ASC\r\n  operatingExpenses_DESC\r\n  releaseDate_ASC\r\n  releaseDate_DESC\r\n  endofSupport_ASC\r\n  endofSupport_DESC\r\n  endofExtendedSupport_ASC\r\n  endofExtendedSupport_DESC\r\n  beginLifedate_ASC\r\n  beginLifedate_DESC\r\n  endlifedate_ASC\r\n  endlifedate_DESC\r\n  technopediaReleaseLevel_ASC\r\n  technopediaReleaseLevel_DESC\r\n  technopediaBrandFamily_ASC\r\n  technopediaBrandFamily_DESC\r\n  technopediaIsLicensable_ASC\r\n  technopediaIsLicensable_DESC\r\n  technopediaVersion_ASC\r\n  technopediaVersion_DESC\r\n  technopediaPatchLevel_ASC\r\n  technopediaPatchLevel_DESC\r\n  technopediaIsMajorVersion_ASC\r\n  technopediaIsMajorVersion_DESC\r\n  supportAlert_ASC\r\n  supportAlert_DESC\r\n  technopediaEdition_ASC\r\n  technopediaEdition_DESC\r\n  technopediaVersionGroup_ASC\r\n  technopediaVersionGroup_DESC\r\n  technopediaGeneralAvailabilityException_ASC\r\n  technopediaGeneralAvailabilityException_DESC\r\n  technopediaGeneralAvailabilityRangeStartDate_ASC\r\n  technopediaGeneralAvailabilityRangeStartDate_DESC\r\n  technopediaGeneralAvailabilityRangeEndDate_ASC\r\n  technopediaGeneralAvailabilityRangeEndDate_DESC\r\n  technopediaEndOfLifeException_ASC\r\n  technopediaEndOfLifeException_DESC\r\n  technopediaEndOfLifeRangeStartDate_ASC\r\n  technopediaEndOfLifeRangeStartDate_DESC\r\n  technopediaEndOfLifeRangeEndDate_ASC\r\n  technopediaEndOfLifeRangeEndDate_DESC\r\n  technopediaEndOfLifeSupportLevel_ASC\r\n  technopediaEndOfLifeSupportLevel_DESC\r\n  technopediaObsoleteException_ASC\r\n  technopediaObsoleteException_DESC\r\n  technopediaObsoleteRangeStartDate_ASC\r\n  technopediaObsoleteRangeStartDate_DESC\r\n  technopediaObsoleteRangeEndDate_ASC\r\n  technopediaObsoleteRangeEndDate_DESC\r\n  technopediaObsoleteSupportLevel_ASC\r\n  technopediaObsoleteSupportLevel_DESC\r\n  technopediaSubVersion_ASC\r\n  technopediaSubVersion_DESC\r\n  freezepastTimePeriod_ASC\r\n  freezepastTimePeriod_DESC\r\n  technopediaID_ASC\r\n  technopediaID_DESC\r\n  nameinTechnopedia_ASC\r\n  nameinTechnopedia_DESC\r\n  technopediaIsSuite_ASC\r\n  technopediaIsSuite_DESC\r\n  technopediacreatedate_ASC\r\n  technopediacreatedate_DESC\r\n  technopediadesupportedflag_ASC\r\n  technopediadesupportedflag_DESC\r\n  technopedialastmodifieddate_ASC\r\n  technopedialastmodifieddate_DESC\r\n  technopediaEditionOrder_ASC\r\n  technopediaEditionOrder_DESC\r\n  technopediatobedeletedflag_ASC\r\n  technopediatobedeletedflag_DESC\r\n  technopediaType_ASC\r\n  technopediaType_DESC\r\n  technopediaUrl_ASC\r\n  technopediaUrl_DESC\r\n  technopediaversionorder_ASC\r\n  technopediaversionorder_DESC\r\n  technopediaOwner_ASC\r\n  technopediaOwner_DESC\r\n  technopediaProduct_ASC\r\n  technopediaProduct_DESC\r\n  technopediaRelease_ASC\r\n  technopediaRelease_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  workflowStatus_ASC\r\n  workflowStatus_DESC\r\n  workflowStatusFinancial_ASC\r\n  workflowStatusFinancial_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderBySoftwareTechnologyStack {\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  technologyCode_ASC\r\n  technologyCode_DESC\r\n  supportAlertSoftwareTechnologyStack_ASC\r\n  supportAlertSoftwareTechnologyStack_DESC\r\n  companyStandardSoftwareTechnologyStack_ASC\r\n  companyStandardSoftwareTechnologyStack_DESC\r\n  computedCompanyStandard_ASC\r\n  computedCompanyStandard_DESC\r\n  freezepastTimePeriod_ASC\r\n  freezepastTimePeriod_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByStateUML {\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  uMLStateName_ASC\r\n  uMLStateName_DESC\r\n  isConcurrent_ASC\r\n  isConcurrent_DESC\r\n  stateKind_ASC\r\n  stateKind_DESC\r\n  isLeaf_ASC\r\n  isLeaf_DESC\r\n  bound_ASC\r\n  bound_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByTimePeriod {\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  timedObjectType_ASC\r\n  timedObjectType_DESC\r\n  timePeriodName_ASC\r\n  timePeriodName_DESC\r\n  timePeriodUnit_ASC\r\n  timePeriodUnit_DESC\r\n  absoluteStartDate_ASC\r\n  absoluteStartDate_DESC\r\n  absoluteEndDate_ASC\r\n  absoluteEndDate_DESC\r\n  cost_ASC\r\n  cost_DESC\r\n  revenue_ASC\r\n  revenue_DESC\r\n  rOIPercentage_ASC\r\n  rOIPercentage_DESC\r\n  rOIRate_ASC\r\n  rOIRate_DESC\r\n  costRate_ASC\r\n  costRate_DESC\r\n  freezepastTimePeriod_ASC\r\n  freezepastTimePeriod_DESC\r\n  timePeriodStartDelay_ASC\r\n  timePeriodStartDelay_DESC\r\n  timePeriodEndDelay_ASC\r\n  timePeriodEndDelay_DESC\r\n  computedStartDate_ASC\r\n  computedStartDate_DESC\r\n  computedEndDate_ASC\r\n  computedEndDate_DESC\r\n  timePeriodComputedDuration_ASC\r\n  timePeriodComputedDuration_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\r\n}\r\n\r\nenum orderByUsagecontext {\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  freezepastTimePeriod_ASC\r\n  freezepastTimePeriod_DESC\r\n  deploymentContextMetaPictureIdentifier_ASC\r\n  deploymentContextMetaPictureIdentifier_DESC\r\n  numberofusers_ASC\r\n  numberofusers_DESC\r\n  hexaIdAbs_ASC\r\n  hexaIdAbs_DESC\r\n  comment_ASC\r\n  comment_DESC\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  bDNAIdentifier: String\r\n  technopediaReplacementID: String\r\n  internalExternal: OrgUnitInternalExternalEnum\r\n  technopediaTobedeletedon: Date\r\n  technopediaObjectdeletion: OrgUnitTechnopediaObjectdeletionEnum\r\n  orgUnitType: OrgUnitOrgUnitTypeEnum\r\n  technopediaDeletereason: OrgUnitTechnopediaDeletereasonEnum\r\n  beginLifedate: Date\r\n  endlifedate: Date\r\n  assessmentFreshness: Float\r\n  freezepastTimePeriod: Boolean\r\n  technopediaID: String\r\n  lastAssessmentDate: Date\r\n  nameinTechnopedia: String\r\n  email: String\r\n  orgUnitStatus: OrgUnitOrgUnitStatusEnum\r\n  vendorCode: String\r\n  companyStandard: OrgUnitCompanyStandardEnum\r\n  numberofprovidedTechnologies: Int\r\n  numberofusingapplicationsVendor: Int\r\n  numberofusedTechnologies: Int\r\n  technopediaStreet: String\r\n  technopediaCity: String\r\n  technopediaState: String\r\n  technopediaZip: String\r\n  technopediaCountry: String\r\n  technopediaTier: Int\r\n  technopediaLegal: String\r\n  technopediaProfitsperyear: String\r\n  technopediaProfitsdate: Date\r\n  technopediaDateacquired: Date\r\n  technopediaEmployees: Int\r\n  technopediaEmployeesDate: Date\r\n  hexaIdAbs: String\r\n  technopediaFiscalenddate: Date\r\n  comment(format: StringFormat): String\r\n  timePeriod_PeriodOfValidity(filter: filterTimePeriod, orderBy: [orderByTimePeriod]): [TimePeriod]\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  initiative(filter: filterInitiative, orderBy: [orderByInitiative]): [Initiative]\r\n  orgUnitMember_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  businessCapability(filter: filterBusinessCapability, orderBy: [orderByBusinessCapability]): [BusinessCapability]\r\n  usagecontext_DeploymentContext(filter: filterUsagecontext, orderBy: [orderByUsagecontext]): [Usagecontext]\r\n}\r\n\r\nenum OrgUnitCompanyStandardEnum {\r\n  Expected\r\n  Accepted\r\n  Prohibited\r\n  Unknown\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  bDNAIdentifier: String\r\n  bDNAIdentifier_not: String\r\n  bDNAIdentifier_in: [String!]\r\n  bDNAIdentifier_not_in: [String!]\r\n  bDNAIdentifier_lt: String\r\n  bDNAIdentifier_lte: String\r\n  bDNAIdentifier_gt: String\r\n  bDNAIdentifier_gte: String\r\n  bDNAIdentifier_contains: String\r\n  bDNAIdentifier_not_contains: String\r\n  bDNAIdentifier_starts_with: String\r\n  bDNAIdentifier_not_starts_with: String\r\n  bDNAIdentifier_ends_with: String\r\n  bDNAIdentifier_not_ends_with: String\r\n  technopediaReplacementID: String\r\n  technopediaReplacementID_not: String\r\n  technopediaReplacementID_in: [String!]\r\n  technopediaReplacementID_not_in: [String!]\r\n  technopediaReplacementID_lt: String\r\n  technopediaReplacementID_lte: String\r\n  technopediaReplacementID_gt: String\r\n  technopediaReplacementID_gte: String\r\n  technopediaReplacementID_contains: String\r\n  technopediaReplacementID_not_contains: String\r\n  technopediaReplacementID_starts_with: String\r\n  technopediaReplacementID_not_starts_with: String\r\n  technopediaReplacementID_ends_with: String\r\n  technopediaReplacementID_not_ends_with: String\r\n  internalExternal: OrgUnitInternalExternalEnum\r\n  internalExternal_not: OrgUnitInternalExternalEnum\r\n  internalExternal_in: [OrgUnitInternalExternalEnum!]\r\n  internalExternal_not_in: [OrgUnitInternalExternalEnum!]\r\n  technopediaTobedeletedon: Date\r\n  technopediaTobedeletedon_not: Date\r\n  technopediaTobedeletedon_in: [Date!]\r\n  technopediaTobedeletedon_not_in: [Date!]\r\n  technopediaTobedeletedon_lt: Date\r\n  technopediaTobedeletedon_lte: Date\r\n  technopediaTobedeletedon_gt: Date\r\n  technopediaTobedeletedon_gte: Date\r\n  technopediaObjectdeletion: OrgUnitTechnopediaObjectdeletionEnum\r\n  technopediaObjectdeletion_not: OrgUnitTechnopediaObjectdeletionEnum\r\n  technopediaObjectdeletion_in: [OrgUnitTechnopediaObjectdeletionEnum!]\r\n  technopediaObjectdeletion_not_in: [OrgUnitTechnopediaObjectdeletionEnum!]\r\n  orgUnitType: OrgUnitOrgUnitTypeEnum\r\n  orgUnitType_not: OrgUnitOrgUnitTypeEnum\r\n  orgUnitType_in: [OrgUnitOrgUnitTypeEnum!]\r\n  orgUnitType_not_in: [OrgUnitOrgUnitTypeEnum!]\r\n  technopediaDeletereason: OrgUnitTechnopediaDeletereasonEnum\r\n  technopediaDeletereason_not: OrgUnitTechnopediaDeletereasonEnum\r\n  technopediaDeletereason_in: [OrgUnitTechnopediaDeletereasonEnum!]\r\n  technopediaDeletereason_not_in: [OrgUnitTechnopediaDeletereasonEnum!]\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  freezepastTimePeriod: Boolean\r\n  freezepastTimePeriod_not: Boolean\r\n  technopediaID: String\r\n  technopediaID_not: String\r\n  technopediaID_in: [String!]\r\n  technopediaID_not_in: [String!]\r\n  technopediaID_lt: String\r\n  technopediaID_lte: String\r\n  technopediaID_gt: String\r\n  technopediaID_gte: String\r\n  technopediaID_contains: String\r\n  technopediaID_not_contains: String\r\n  technopediaID_starts_with: String\r\n  technopediaID_not_starts_with: String\r\n  technopediaID_ends_with: String\r\n  technopediaID_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  nameinTechnopedia: String\r\n  nameinTechnopedia_not: String\r\n  nameinTechnopedia_in: [String!]\r\n  nameinTechnopedia_not_in: [String!]\r\n  nameinTechnopedia_lt: String\r\n  nameinTechnopedia_lte: String\r\n  nameinTechnopedia_gt: String\r\n  nameinTechnopedia_gte: String\r\n  nameinTechnopedia_contains: String\r\n  nameinTechnopedia_not_contains: String\r\n  nameinTechnopedia_starts_with: String\r\n  nameinTechnopedia_not_starts_with: String\r\n  nameinTechnopedia_ends_with: String\r\n  nameinTechnopedia_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  orgUnitStatus: OrgUnitOrgUnitStatusEnum\r\n  orgUnitStatus_not: OrgUnitOrgUnitStatusEnum\r\n  orgUnitStatus_in: [OrgUnitOrgUnitStatusEnum!]\r\n  orgUnitStatus_not_in: [OrgUnitOrgUnitStatusEnum!]\r\n  vendorCode: String\r\n  vendorCode_not: String\r\n  vendorCode_in: [String!]\r\n  vendorCode_not_in: [String!]\r\n  vendorCode_lt: String\r\n  vendorCode_lte: String\r\n  vendorCode_gt: String\r\n  vendorCode_gte: String\r\n  vendorCode_contains: String\r\n  vendorCode_not_contains: String\r\n  vendorCode_starts_with: String\r\n  vendorCode_not_starts_with: String\r\n  vendorCode_ends_with: String\r\n  vendorCode_not_ends_with: String\r\n  companyStandard: OrgUnitCompanyStandardEnum\r\n  companyStandard_not: OrgUnitCompanyStandardEnum\r\n  companyStandard_in: [OrgUnitCompanyStandardEnum!]\r\n  companyStandard_not_in: [OrgUnitCompanyStandardEnum!]\r\n  numberofprovidedTechnologies: Int\r\n  numberofprovidedTechnologies_not: Int\r\n  numberofprovidedTechnologies_in: [Int!]\r\n  numberofprovidedTechnologies_not_in: [Int!]\r\n  numberofprovidedTechnologies_lt: Int\r\n  numberofprovidedTechnologies_lte: Int\r\n  numberofprovidedTechnologies_gt: Int\r\n  numberofprovidedTechnologies_gte: Int\r\n  numberofusingapplicationsVendor: Int\r\n  numberofusingapplicationsVendor_not: Int\r\n  numberofusingapplicationsVendor_in: [Int!]\r\n  numberofusingapplicationsVendor_not_in: [Int!]\r\n  numberofusingapplicationsVendor_lt: Int\r\n  numberofusingapplicationsVendor_lte: Int\r\n  numberofusingapplicationsVendor_gt: Int\r\n  numberofusingapplicationsVendor_gte: Int\r\n  numberofusedTechnologies: Int\r\n  numberofusedTechnologies_not: Int\r\n  numberofusedTechnologies_in: [Int!]\r\n  numberofusedTechnologies_not_in: [Int!]\r\n  numberofusedTechnologies_lt: Int\r\n  numberofusedTechnologies_lte: Int\r\n  numberofusedTechnologies_gt: Int\r\n  numberofusedTechnologies_gte: Int\r\n  technopediaStreet: String\r\n  technopediaStreet_not: String\r\n  technopediaStreet_in: [String!]\r\n  technopediaStreet_not_in: [String!]\r\n  technopediaStreet_lt: String\r\n  technopediaStreet_lte: String\r\n  technopediaStreet_gt: String\r\n  technopediaStreet_gte: String\r\n  technopediaStreet_contains: String\r\n  technopediaStreet_not_contains: String\r\n  technopediaStreet_starts_with: String\r\n  technopediaStreet_not_starts_with: String\r\n  technopediaStreet_ends_with: String\r\n  technopediaStreet_not_ends_with: String\r\n  technopediaCity: String\r\n  technopediaCity_not: String\r\n  technopediaCity_in: [String!]\r\n  technopediaCity_not_in: [String!]\r\n  technopediaCity_lt: String\r\n  technopediaCity_lte: String\r\n  technopediaCity_gt: String\r\n  technopediaCity_gte: String\r\n  technopediaCity_contains: String\r\n  technopediaCity_not_contains: String\r\n  technopediaCity_starts_with: String\r\n  technopediaCity_not_starts_with: String\r\n  technopediaCity_ends_with: String\r\n  technopediaCity_not_ends_with: String\r\n  technopediaState: String\r\n  technopediaState_not: String\r\n  technopediaState_in: [String!]\r\n  technopediaState_not_in: [String!]\r\n  technopediaState_lt: String\r\n  technopediaState_lte: String\r\n  technopediaState_gt: String\r\n  technopediaState_gte: String\r\n  technopediaState_contains: String\r\n  technopediaState_not_contains: String\r\n  technopediaState_starts_with: String\r\n  technopediaState_not_starts_with: String\r\n  technopediaState_ends_with: String\r\n  technopediaState_not_ends_with: String\r\n  technopediaZip: String\r\n  technopediaZip_not: String\r\n  technopediaZip_in: [String!]\r\n  technopediaZip_not_in: [String!]\r\n  technopediaZip_lt: String\r\n  technopediaZip_lte: String\r\n  technopediaZip_gt: String\r\n  technopediaZip_gte: String\r\n  technopediaZip_contains: String\r\n  technopediaZip_not_contains: String\r\n  technopediaZip_starts_with: String\r\n  technopediaZip_not_starts_with: String\r\n  technopediaZip_ends_with: String\r\n  technopediaZip_not_ends_with: String\r\n  technopediaCountry: String\r\n  technopediaCountry_not: String\r\n  technopediaCountry_in: [String!]\r\n  technopediaCountry_not_in: [String!]\r\n  technopediaCountry_lt: String\r\n  technopediaCountry_lte: String\r\n  technopediaCountry_gt: String\r\n  technopediaCountry_gte: String\r\n  technopediaCountry_contains: String\r\n  technopediaCountry_not_contains: String\r\n  technopediaCountry_starts_with: String\r\n  technopediaCountry_not_starts_with: String\r\n  technopediaCountry_ends_with: String\r\n  technopediaCountry_not_ends_with: String\r\n  technopediaTier: Int\r\n  technopediaTier_not: Int\r\n  technopediaTier_in: [Int!]\r\n  technopediaTier_not_in: [Int!]\r\n  technopediaTier_lt: Int\r\n  technopediaTier_lte: Int\r\n  technopediaTier_gt: Int\r\n  technopediaTier_gte: Int\r\n  technopediaLegal: String\r\n  technopediaLegal_not: String\r\n  technopediaLegal_in: [String!]\r\n  technopediaLegal_not_in: [String!]\r\n  technopediaLegal_lt: String\r\n  technopediaLegal_lte: String\r\n  technopediaLegal_gt: String\r\n  technopediaLegal_gte: String\r\n  technopediaLegal_contains: String\r\n  technopediaLegal_not_contains: String\r\n  technopediaLegal_starts_with: String\r\n  technopediaLegal_not_starts_with: String\r\n  technopediaLegal_ends_with: String\r\n  technopediaLegal_not_ends_with: String\r\n  technopediaProfitsperyear: String\r\n  technopediaProfitsperyear_not: String\r\n  technopediaProfitsperyear_in: [String!]\r\n  technopediaProfitsperyear_not_in: [String!]\r\n  technopediaProfitsperyear_lt: String\r\n  technopediaProfitsperyear_lte: String\r\n  technopediaProfitsperyear_gt: String\r\n  technopediaProfitsperyear_gte: String\r\n  technopediaProfitsperyear_contains: String\r\n  technopediaProfitsperyear_not_contains: String\r\n  technopediaProfitsperyear_starts_with: String\r\n  technopediaProfitsperyear_not_starts_with: String\r\n  technopediaProfitsperyear_ends_with: String\r\n  technopediaProfitsperyear_not_ends_with: String\r\n  technopediaProfitsdate: Date\r\n  technopediaProfitsdate_not: Date\r\n  technopediaProfitsdate_in: [Date!]\r\n  technopediaProfitsdate_not_in: [Date!]\r\n  technopediaProfitsdate_lt: Date\r\n  technopediaProfitsdate_lte: Date\r\n  technopediaProfitsdate_gt: Date\r\n  technopediaProfitsdate_gte: Date\r\n  technopediaDateacquired: Date\r\n  technopediaDateacquired_not: Date\r\n  technopediaDateacquired_in: [Date!]\r\n  technopediaDateacquired_not_in: [Date!]\r\n  technopediaDateacquired_lt: Date\r\n  technopediaDateacquired_lte: Date\r\n  technopediaDateacquired_gt: Date\r\n  technopediaDateacquired_gte: Date\r\n  technopediaEmployees: Int\r\n  technopediaEmployees_not: Int\r\n  technopediaEmployees_in: [Int!]\r\n  technopediaEmployees_not_in: [Int!]\r\n  technopediaEmployees_lt: Int\r\n  technopediaEmployees_lte: Int\r\n  technopediaEmployees_gt: Int\r\n  technopediaEmployees_gte: Int\r\n  technopediaEmployeesDate: Date\r\n  technopediaEmployeesDate_not: Date\r\n  technopediaEmployeesDate_in: [Date!]\r\n  technopediaEmployeesDate_not_in: [Date!]\r\n  technopediaEmployeesDate_lt: Date\r\n  technopediaEmployeesDate_lte: Date\r\n  technopediaEmployeesDate_gt: Date\r\n  technopediaEmployeesDate_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  technopediaFiscalenddate: Date\r\n  technopediaFiscalenddate_not: Date\r\n  technopediaFiscalenddate_in: [Date!]\r\n  technopediaFiscalenddate_not_in: [Date!]\r\n  technopediaFiscalenddate_lt: Date\r\n  technopediaFiscalenddate_lte: Date\r\n  technopediaFiscalenddate_gt: Date\r\n  technopediaFiscalenddate_gte: Date\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  timePeriod_PeriodOfValidity_some: [OrgUnitFilter!]\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  initiative_some: [OrgUnitFilter!]\r\n  orgUnitMember_PersonSystem_some: [OrgUnitFilter!]\r\n  risk_some: [OrgUnitFilter!]\r\n  businessCapability_some: [OrgUnitFilter!]\r\n  usagecontext_DeploymentContext_some: [OrgUnitFilter!]\r\n}\r\n\r\nenum OrgUnitInternalExternalEnum {\r\n  InternalOrg_Unit\r\n  ExternalEntity\r\n}\r\n\r\nenum OrgUnitOrgUnitStatusEnum {\r\n  UpdateinProgress\r\n  ValidationinProgress\r\n  Validated\r\n}\r\n\r\nenum 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 OrgUnitTechnopediaDeletereasonEnum {\r\n  Duplicate\r\n  Inaccurate\r\n}\r\n\r\nenum OrgUnitTechnopediaObjectdeletionEnum {\r\n  Deleted\r\n  Tobedeleted\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\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  castToken: String\r\n  belongstoapersongroup: Boolean\r\n  dataLanguage: String\r\n  phoneNumber: String\r\n  cASTHighlightID: Int\r\n  initials: String\r\n  validPerson: PersonSystemValidPersonEnum\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  login(filter: filterLogin, orderBy: [orderByLogin]): [Login]\r\n  applicationOwner_SoftwareInstallation(filter: filterSoftwareInstallation, orderBy: [orderBySoftwareInstallation]): [SoftwareInstallation]\r\n  iTOwner_SoftwareInstallation(filter: filterSoftwareInstallation, orderBy: [orderBySoftwareInstallation]): [SoftwareInstallation]\r\n  businessOwner_SoftwareInstallation(filter: filterSoftwareInstallation, orderBy: [orderBySoftwareInstallation]): [SoftwareInstallation]\r\n  localFinancialController_SoftwareInstallation(filter: filterSoftwareInstallation, orderBy: [orderBySoftwareInstallation]): [SoftwareInstallation]\r\n  localTechnologyCorrespondent_SoftwareTechnologyStack(filter: filterSoftwareTechnologyStack, orderBy: [orderBySoftwareTechnologyStack]): [SoftwareTechnologyStack]\r\n  projectPortfolioManager_Portfolio(filter: filterPortfolio, orderBy: [orderByPortfolio]): [Portfolio]\r\n  projectPortfolioApprover_Portfolio(filter: filterPortfolio, orderBy: [orderByPortfolio]): [Portfolio]\r\n  portfolioManager_Portfolio(filter: filterPortfolio, orderBy: [orderByPortfolio]): [Portfolio]\r\n  localTechnologyCorrespondent_SoftwareTechnology(filter: filterSoftwareTechnology, orderBy: [orderBySoftwareTechnology]): [SoftwareTechnology]\r\n  localFinancialController_SoftwareTechnology(filter: filterSoftwareTechnology, orderBy: [orderBySoftwareTechnology]): [SoftwareTechnology]\r\n  applicationOwner_Application(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  softwareDesigner_Application(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  iTOwner_Application(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  businessOwner_Application(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  localFinancialController_Application(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  orgUnitMember_OrgUnit(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\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  castToken: String\r\n  castToken_not: String\r\n  castToken_in: [String!]\r\n  castToken_not_in: [String!]\r\n  castToken_lt: String\r\n  castToken_lte: String\r\n  castToken_gt: String\r\n  castToken_gte: String\r\n  castToken_contains: String\r\n  castToken_not_contains: String\r\n  castToken_starts_with: String\r\n  castToken_not_starts_with: String\r\n  castToken_ends_with: String\r\n  castToken_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  cASTHighlightID: Int\r\n  cASTHighlightID_not: Int\r\n  cASTHighlightID_in: [Int!]\r\n  cASTHighlightID_not_in: [Int!]\r\n  cASTHighlightID_lt: Int\r\n  cASTHighlightID_lte: Int\r\n  cASTHighlightID_gt: Int\r\n  cASTHighlightID_gte: Int\r\n  initials: String\r\n  initials_not: String\r\n  initials_in: [String!]\r\n  initials_not_in: [String!]\r\n  initials_lt: String\r\n  initials_lte: String\r\n  initials_gt: String\r\n  initials_gte: String\r\n  initials_contains: String\r\n  initials_not_contains: String\r\n  initials_starts_with: String\r\n  initials_not_starts_with: String\r\n  initials_ends_with: String\r\n  initials_not_ends_with: String\r\n  validPerson: PersonSystemValidPersonEnum\r\n  validPerson_not: PersonSystemValidPersonEnum\r\n  validPerson_in: [PersonSystemValidPersonEnum!]\r\n  validPerson_not_in: [PersonSystemValidPersonEnum!]\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  login_some: [PersonSystemFilter!]\r\n  applicationOwner_SoftwareInstallation_some: [PersonSystemFilter!]\r\n  iTOwner_SoftwareInstallation_some: [PersonSystemFilter!]\r\n  businessOwner_SoftwareInstallation_some: [PersonSystemFilter!]\r\n  localFinancialController_SoftwareInstallation_some: [PersonSystemFilter!]\r\n  localTechnologyCorrespondent_SoftwareTechnologyStack_some: [PersonSystemFilter!]\r\n  projectPortfolioManager_Portfolio_some: [PersonSystemFilter!]\r\n  projectPortfolioApprover_Portfolio_some: [PersonSystemFilter!]\r\n  portfolioManager_Portfolio_some: [PersonSystemFilter!]\r\n  localTechnologyCorrespondent_SoftwareTechnology_some: [PersonSystemFilter!]\r\n  localFinancialController_SoftwareTechnology_some: [PersonSystemFilter!]\r\n  applicationOwner_Application_some: [PersonSystemFilter!]\r\n  softwareDesigner_Application_some: [PersonSystemFilter!]\r\n  iTOwner_Application_some: [PersonSystemFilter!]\r\n  businessOwner_Application_some: [PersonSystemFilter!]\r\n  localFinancialController_Application_some: [PersonSystemFilter!]\r\n  orgUnitMember_OrgUnit_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 portfolio enables representation of all investments of an enterprise (or\r\n# department) necessary to carry out changes required to achieve strategic\r\n# objectives. It comprises a set of initiatives to be compared based on comparison\r\n# criteria associated with the portfolio.\r\ntype Portfolio {\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  studyStartDate: Date\r\n  studyEndDate: Date\r\n  portfolioType: PortfolioPortfolioTypeEnum\r\n  lastUpdate: Date\r\n  updateFrequency: PortfolioUpdateFrequencyEnum\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  portfolio_SubPortfolio(filter: filterPortfolio, orderBy: [orderByPortfolio]): [Portfolio]\r\n  initiative_Initiativeowned(filter: filterInitiative, orderBy: [orderByInitiative]): [Initiative]\r\n  portfolio_UpperPortfolio(filter: filterPortfolio, orderBy: [orderByPortfolio]): [Portfolio]\r\n  projectPortfolioManager_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  projectPortfolioApprover_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  portfolioManager_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n}\r\n\r\ninput PortfolioFilter {\r\n  and: [PortfolioFilter!]\r\n  or: [PortfolioFilter!]\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  studyStartDate: Date\r\n  studyStartDate_not: Date\r\n  studyStartDate_in: [Date!]\r\n  studyStartDate_not_in: [Date!]\r\n  studyStartDate_lt: Date\r\n  studyStartDate_lte: Date\r\n  studyStartDate_gt: Date\r\n  studyStartDate_gte: Date\r\n  studyEndDate: Date\r\n  studyEndDate_not: Date\r\n  studyEndDate_in: [Date!]\r\n  studyEndDate_not_in: [Date!]\r\n  studyEndDate_lt: Date\r\n  studyEndDate_lte: Date\r\n  studyEndDate_gt: Date\r\n  studyEndDate_gte: Date\r\n  portfolioType: PortfolioPortfolioTypeEnum\r\n  portfolioType_not: PortfolioPortfolioTypeEnum\r\n  portfolioType_in: [PortfolioPortfolioTypeEnum!]\r\n  portfolioType_not_in: [PortfolioPortfolioTypeEnum!]\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  updateFrequency: PortfolioUpdateFrequencyEnum\r\n  updateFrequency_not: PortfolioUpdateFrequencyEnum\r\n  updateFrequency_in: [PortfolioUpdateFrequencyEnum!]\r\n  updateFrequency_not_in: [PortfolioUpdateFrequencyEnum!]\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  portfolio_SubPortfolio_some: [PortfolioFilter!]\r\n  initiative_Initiativeowned_some: [PortfolioFilter!]\r\n  portfolio_UpperPortfolio_some: [PortfolioFilter!]\r\n  projectPortfolioManager_PersonSystem_some: [PortfolioFilter!]\r\n  projectPortfolioApprover_PersonSystem_some: [PortfolioFilter!]\r\n  portfolioManager_PersonSystem_some: [PortfolioFilter!]\r\n}\r\n\r\nenum PortfolioPortfolioTypeEnum {\r\n  ApplicationInventory\r\n  Transformation\r\n  ProcessInventory\r\n  TechnologyInventory\r\n}\r\n\r\nenum PortfolioTypeEnumFilter {\r\n  ApplicationInventory\r\n  Transformation\r\n  ProcessInventory\r\n  TechnologyInventory\r\n}\r\n\r\nenum PortfolioUpdateFrequencyEnum {\r\n  Bimonthly\r\n  Quarterly\r\n  HalfYearly\r\n  Yearly\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  usagecontext(filter: UsagecontextFilter, skip: Int, take: Int, orderBy: [orderByUsagecontext]): [Usagecontext]\r\n  softwareInstallation(filter: SoftwareInstallationFilter, skip: Int, take: Int, orderBy: [orderBySoftwareInstallation]): [SoftwareInstallation]\r\n  functionality(filter: FunctionalityFilter, skip: Int, take: Int, orderBy: [orderByFunctionality]): [Functionality]\r\n  businessLine(filter: BusinessLineFilter, skip: Int, take: Int, orderBy: [orderByBusinessLine]): [BusinessLine]\r\n  serverDeployed(filter: ServerDeployedFilter, skip: Int, take: Int, orderBy: [orderByServerDeployed]): [ServerDeployed]\r\n  content(filter: ContentFilter, skip: Int, take: Int, orderBy: [orderByContent]): [Content]\r\n  softwareTechnologyStack(filter: SoftwareTechnologyStackFilter, skip: Int, take: Int, orderBy: [orderBySoftwareTechnologyStack]): [SoftwareTechnologyStack]\r\n  portfolio(filter: PortfolioFilter, skip: Int, take: Int, orderBy: [orderByPortfolio]): [Portfolio]\r\n  softwareTechnology(filter: SoftwareTechnologyFilter, skip: Int, take: Int, orderBy: [orderBySoftwareTechnology]): [SoftwareTechnology]\r\n  risk(filter: RiskFilter, skip: Int, take: Int, orderBy: [orderByRisk]): [Risk]\r\n  businessCapability(filter: BusinessCapabilityFilter, skip: Int, take: Int, orderBy: [orderByBusinessCapability]): [BusinessCapability]\r\n  businessDocument(filter: BusinessDocumentFilter, skip: Int, take: Int, orderBy: [orderByBusinessDocument]): [BusinessDocument]\r\n  initiative(filter: InitiativeFilter, skip: Int, take: Int, orderBy: [orderByInitiative]): [Initiative]\r\n  globalApplicationFlowMap(filter: GlobalApplicationFlowMapFilter, skip: Int, take: Int, orderBy: [orderByGlobalApplicationFlowMap]): [GlobalApplicationFlowMap]\r\n  timePeriod(filter: TimePeriodFilter, skip: Int, take: Int, orderBy: [orderByTimePeriod]): [TimePeriod]\r\n  stateUML(filter: StateUMLFilter, skip: Int, take: Int, orderBy: [orderByStateUML]): [StateUML]\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  application(filter: ApplicationFilter, skip: Int, take: Int, orderBy: [orderByApplication]): [Application]\r\n  orgUnit(filter: OrgUnitFilter, skip: Int, take: Int, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  site(filter: SiteFilter, skip: Int, take: Int, orderBy: [orderBySite]): [Site]\r\n  applicationFlow(filter: ApplicationFlowFilter, skip: Int, take: Int, orderBy: [orderByApplicationFlow]): [ApplicationFlow]\r\n  businessProcess(filter: BusinessProcessFilter, skip: Int, take: Int, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n}\r\n\r\nenum RankAPMEnumFilter {\r\n  OneStar\r\n  TwoStars\r\n  ThreeStars\r\n  FourStars\r\n  FiveStars\r\n  ZeroStar\r\n}\r\n\r\nenum RecoveryPointObjectiveRPOEnumFilter {\r\n  Critical\r\n  Serious\r\n  Significant\r\n  Minor\r\n}\r\n\r\nenum RecoveryTimeObjectiveRTOEnumFilter {\r\n  Critical\r\n  Serious\r\n  Significant\r\n  Minor\r\n}\r\n\r\ntype ResponsibilityAssignment {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  responsibilityAssignmentName: String\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  personSystem_AssignedPerson(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  businessRole(filter: filterBusinessRole, orderBy: [orderByBusinessRole]): [BusinessRole]\r\n  usagecontext_AssignedObject(filter: filterUsagecontext, orderBy: [orderByUsagecontext]): [Usagecontext]\r\n  softwareInstallation_AssignedObject(filter: filterSoftwareInstallation, orderBy: [orderBySoftwareInstallation]): [SoftwareInstallation]\r\n  functionality_AssignedObject(filter: filterFunctionality, orderBy: [orderByFunctionality]): [Functionality]\r\n  content_AssignedObject(filter: filterContent, orderBy: [orderByContent]): [Content]\r\n  softwareTechnologyStack_AssignedObject(filter: filterSoftwareTechnologyStack, orderBy: [orderBySoftwareTechnologyStack]): [SoftwareTechnologyStack]\r\n  portfolio_AssignedObject(filter: filterPortfolio, orderBy: [orderByPortfolio]): [Portfolio]\r\n  softwareTechnology_AssignedObject(filter: filterSoftwareTechnology, orderBy: [orderBySoftwareTechnology]): [SoftwareTechnology]\r\n  risk_AssignedObject(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  businessCapability_AssignedObject(filter: filterBusinessCapability, orderBy: [orderByBusinessCapability]): [BusinessCapability]\r\n  application_AssignedObject(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  orgUnit_AssignedObject(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  site_AssignedObject(filter: filterSite, orderBy: [orderBySite]): [Site]\r\n  businessProcess_AssignedObject(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n}\r\n\r\n# A risk is a hazard of greater or lesser likelihood to which an organization is exposed.\r\ntype Risk {\r\n  id: String\r\n  externalIdentifier: String\r\n  name: String\r\n  creatorName: String\r\n  modifierName: String\r\n  modificationDate: Date\r\n  creationDate: Date\r\n  riskCode: String\r\n  riskIdentificationMode: RiskRiskIdentificationModeEnum\r\n  assessmentFreshness: Float\r\n  impactERM: RiskImpactERMEnum\r\n  likelihoodERM: RiskLikelihoodERMEnum\r\n  severity: RiskSeverityEnum\r\n  residualRiskComputingMode: String\r\n  likelihoodCRK: RiskLikelihoodCRKEnum\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  softwareInstallation_ElementatRisk(filter: filterSoftwareInstallation, orderBy: [orderBySoftwareInstallation]): [SoftwareInstallation]\r\n  businessLine_ElementatRisk(filter: filterBusinessLine, orderBy: [orderByBusinessLine]): [BusinessLine]\r\n  content_ElementatRisk(filter: filterContent, orderBy: [orderByContent]): [Content]\r\n  softwareTechnology_ElementatRisk(filter: filterSoftwareTechnology, orderBy: [orderBySoftwareTechnology]): [SoftwareTechnology]\r\n  businessCapability_ElementatRisk(filter: filterBusinessCapability, orderBy: [orderByBusinessCapability]): [BusinessCapability]\r\n  application_ElementatRisk(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  orgUnit_ElementatRisk(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  site_ElementatRisk(filter: filterSite, orderBy: [orderBySite]): [Site]\r\n  businessProcess_ElementatRisk(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n}\r\n\r\ninput RiskFilter {\r\n  and: [RiskFilter!]\r\n  or: [RiskFilter!]\r\n  id: String\r\n  id_not: String\r\n  id_in: [String!]\r\n  id_not_in: [String!]\r\n  externalIdentifier: String\r\n  externalIdentifier_not: String\r\n  externalIdentifier_in: [String!]\r\n  externalIdentifier_not_in: [String!]\r\n  externalIdentifier_lt: String\r\n  externalIdentifier_lte: String\r\n  externalIdentifier_gt: String\r\n  externalIdentifier_gte: String\r\n  externalIdentifier_contains: String\r\n  externalIdentifier_not_contains: String\r\n  externalIdentifier_starts_with: String\r\n  externalIdentifier_not_starts_with: String\r\n  externalIdentifier_ends_with: String\r\n  externalIdentifier_not_ends_with: String\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_with: String\r\n  name_not_starts_with: String\r\n  name_ends_with: String\r\n  name_not_ends_with: String\r\n  creatorName: String\r\n  creatorName_not: String\r\n  creatorName_in: [String!]\r\n  creatorName_not_in: [String!]\r\n  creatorName_lt: String\r\n  creatorName_lte: String\r\n  creatorName_gt: String\r\n  creatorName_gte: String\r\n  creatorName_contains: String\r\n  creatorName_not_contains: String\r\n  creatorName_starts_with: String\r\n  creatorName_not_starts_with: String\r\n  creatorName_ends_with: String\r\n  creatorName_not_ends_with: String\r\n  modifierName: String\r\n  modifierName_not: String\r\n  modifierName_in: [String!]\r\n  modifierName_not_in: [String!]\r\n  modifierName_lt: String\r\n  modifierName_lte: String\r\n  modifierName_gt: String\r\n  modifierName_gte: String\r\n  modifierName_contains: String\r\n  modifierName_not_contains: String\r\n  modifierName_starts_with: String\r\n  modifierName_not_starts_with: String\r\n  modifierName_ends_with: String\r\n  modifierName_not_ends_with: String\r\n  modificationDate: Date\r\n  modificationDate_not: Date\r\n  modificationDate_in: [Date!]\r\n  modificationDate_not_in: [Date!]\r\n  modificationDate_lt: Date\r\n  modificationDate_lte: Date\r\n  modificationDate_gt: Date\r\n  modificationDate_gte: Date\r\n  creationDate: Date\r\n  creationDate_not: Date\r\n  creationDate_in: [Date!]\r\n  creationDate_not_in: [Date!]\r\n  creationDate_lt: Date\r\n  creationDate_lte: Date\r\n  creationDate_gt: Date\r\n  creationDate_gte: Date\r\n  riskCode: String\r\n  riskCode_not: String\r\n  riskCode_in: [String!]\r\n  riskCode_not_in: [String!]\r\n  riskCode_lt: String\r\n  riskCode_lte: String\r\n  riskCode_gt: String\r\n  riskCode_gte: String\r\n  riskCode_contains: String\r\n  riskCode_not_contains: String\r\n  riskCode_starts_with: String\r\n  riskCode_not_starts_with: String\r\n  riskCode_ends_with: String\r\n  riskCode_not_ends_with: String\r\n  riskIdentificationMode: RiskRiskIdentificationModeEnum\r\n  riskIdentificationMode_not: RiskRiskIdentificationModeEnum\r\n  riskIdentificationMode_in: [RiskRiskIdentificationModeEnum!]\r\n  riskIdentificationMode_not_in: [RiskRiskIdentificationModeEnum!]\r\n  assessmentFreshness: Float\r\n  assessmentFreshness_not: Float\r\n  assessmentFreshness_in: [Float!]\r\n  assessmentFreshness_not_in: [Float!]\r\n  assessmentFreshness_lt: Float\r\n  assessmentFreshness_lte: Float\r\n  assessmentFreshness_gt: Float\r\n  assessmentFreshness_gte: Float\r\n  impactERM: RiskImpactERMEnum\r\n  impactERM_not: RiskImpactERMEnum\r\n  impactERM_in: [RiskImpactERMEnum!]\r\n  impactERM_not_in: [RiskImpactERMEnum!]\r\n  likelihoodERM: RiskLikelihoodERMEnum\r\n  likelihoodERM_not: RiskLikelihoodERMEnum\r\n  likelihoodERM_in: [RiskLikelihoodERMEnum!]\r\n  likelihoodERM_not_in: [RiskLikelihoodERMEnum!]\r\n  severity: RiskSeverityEnum\r\n  severity_not: RiskSeverityEnum\r\n  severity_in: [RiskSeverityEnum!]\r\n  severity_not_in: [RiskSeverityEnum!]\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  likelihoodCRK: RiskLikelihoodCRKEnum\r\n  likelihoodCRK_not: RiskLikelihoodCRKEnum\r\n  likelihoodCRK_in: [RiskLikelihoodCRKEnum!]\r\n  likelihoodCRK_not_in: [RiskLikelihoodCRKEnum!]\r\n  lastAssessmentDate: Date\r\n  lastAssessmentDate_not: Date\r\n  lastAssessmentDate_in: [Date!]\r\n  lastAssessmentDate_not_in: [Date!]\r\n  lastAssessmentDate_lt: Date\r\n  lastAssessmentDate_lte: Date\r\n  lastAssessmentDate_gt: Date\r\n  lastAssessmentDate_gte: Date\r\n  hexaIdAbs: String\r\n  hexaIdAbs_not: String\r\n  hexaIdAbs_in: [String!]\r\n  hexaIdAbs_not_in: [String!]\r\n  hexaIdAbs_lt: String\r\n  hexaIdAbs_lte: String\r\n  hexaIdAbs_gt: String\r\n  hexaIdAbs_gte: String\r\n  hexaIdAbs_contains: String\r\n  hexaIdAbs_not_contains: String\r\n  hexaIdAbs_starts_with: String\r\n  hexaIdAbs_not_starts_with: String\r\n  hexaIdAbs_ends_with: String\r\n  hexaIdAbs_not_ends_with: String\r\n  comment: String\r\n  comment_not: String\r\n  comment_in: [String!]\r\n  comment_not_in: [String!]\r\n  comment_lt: String\r\n  comment_lte: String\r\n  comment_gt: String\r\n  comment_gte: String\r\n  comment_contains: String\r\n  comment_not_contains: String\r\n  comment_starts_with: String\r\n  comment_not_starts_with: String\r\n  comment_ends_with: String\r\n  comment_not_ends_with: String\r\n  businessDocument_AttachedDocument_some: [RiskFilter!]\r\n  businessDocument_ReferredtoDocument_some: [RiskFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [RiskFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [RiskFilter!]\r\n  softwareInstallation_ElementatRisk_some: [RiskFilter!]\r\n  businessLine_ElementatRisk_some: [RiskFilter!]\r\n  content_ElementatRisk_some: [RiskFilter!]\r\n  softwareTechnology_ElementatRisk_some: [RiskFilter!]\r\n  businessCapability_ElementatRisk_some: [RiskFilter!]\r\n  application_ElementatRisk_some: [RiskFilter!]\r\n  orgUnit_ElementatRisk_some: [RiskFilter!]\r\n  site_ElementatRisk_some: [RiskFilter!]\r\n  businessProcess_ElementatRisk_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 RiskLikelihoodCRKEnum {\r\n  High\r\n  Medium\r\n  Low\r\n  MediumHigh\r\n}\r\n\r\nenum RiskLikelihoodERMEnum {\r\n  Rare\r\n  Possible\r\n  Likely\r\n  Probable\r\n  Certain\r\n}\r\n\r\nenum RiskRiskIdentificationModeEnum {\r\n  IncidentDatabase\r\n  Risktypeassessment\r\n  Expertise\r\n  Survey\r\n  Workshop\r\n  Audit\r\n}\r\n\r\nenum RiskSeverityEnum {\r\n  Strategic\r\n  Critical\r\n  Significant\r\n  Insignificant\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# A server is a computer . This computer run applications.\r\ntype ServerDeployed {\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  expenses: Float\r\n  capitalExpenses: Float\r\n  operatingExpenses: Float\r\n  beginLifedate: Date\r\n  endlifedate: Date\r\n  freezepastTimePeriod: Boolean\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  timePeriod_PeriodOfValidity(filter: filterTimePeriod, orderBy: [orderByTimePeriod]): [TimePeriod]\r\n  initiative(filter: filterInitiative, orderBy: [orderByInitiative]): [Initiative]\r\n  softwareInstallation_DeployedObject(filter: filterSoftwareInstallation, orderBy: [orderBySoftwareInstallation]): [SoftwareInstallation]\r\n  serverDeployed_DeployedObject(filter: filterServerDeployed, orderBy: [orderByServerDeployed]): [ServerDeployed]\r\n  serverDeployed_DeploymentSupport(filter: filterServerDeployed, orderBy: [orderByServerDeployed]): [ServerDeployed]\r\n  site_DeploymentSupport(filter: filterSite, orderBy: [orderBySite]): [Site]\r\n}\r\n\r\ninput ServerDeployedFilter {\r\n  and: [ServerDeployedFilter!]\r\n  or: [ServerDeployedFilter!]\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  expenses: Float\r\n  expenses_not: Float\r\n  expenses_in: [Float!]\r\n  expenses_not_in: [Float!]\r\n  expenses_lt: Float\r\n  expenses_lte: Float\r\n  expenses_gt: Float\r\n  expenses_gte: Float\r\n  capitalExpenses: Float\r\n  capitalExpenses_not: Float\r\n  capitalExpenses_in: [Float!]\r\n  capitalExpenses_not_in: [Float!]\r\n  capitalExpenses_lt: Float\r\n  capitalExpenses_lte: Float\r\n  capitalExpenses_gt: Float\r\n  capitalExpenses_gte: Float\r\n  operatingExpenses: Float\r\n  operatingExpenses_not: Float\r\n  operatingExpenses_in: [Float!]\r\n  operatingExpenses_not_in: [Float!]\r\n  operatingExpenses_lt: Float\r\n  operatingExpenses_lte: Float\r\n  operatingExpenses_gt: Float\r\n  operatingExpenses_gte: Float\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  freezepastTimePeriod: Boolean\r\n  freezepastTimePeriod_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  timePeriod_PeriodOfValidity_some: [ServerDeployedFilter!]\r\n  initiative_some: [ServerDeployedFilter!]\r\n  softwareInstallation_DeployedObject_some: [ServerDeployedFilter!]\r\n  serverDeployed_DeployedObject_some: [ServerDeployedFilter!]\r\n  serverDeployed_DeploymentSupport_some: [ServerDeployedFilter!]\r\n  site_DeploymentSupport_some: [ServerDeployedFilter!]\r\n}\r\n\r\nenum SeverityEnumFilter {\r\n  Strategic\r\n  Critical\r\n  Significant\r\n  Insignificant\r\n}\r\n\r\n# A site is the geographical location of an organization. Examples: Boston\r\n# subsidiary, Seattle plant, and more generally the headquarters, subsidiaries,\r\n# plants, warehouses, etc.\r\ntype Site {\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  risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  softwareInstallation_DeployedObject(filter: filterSoftwareInstallation, orderBy: [orderBySoftwareInstallation]): [SoftwareInstallation]\r\n  serverDeployed_DeployedObject(filter: filterServerDeployed, orderBy: [orderByServerDeployed]): [ServerDeployed]\r\n}\r\n\r\ninput SiteFilter {\r\n  and: [SiteFilter!]\r\n  or: [SiteFilter!]\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: [SiteFilter!]\r\n  businessDocument_ReferredtoDocument_some: [SiteFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [SiteFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [SiteFilter!]\r\n  risk_some: [SiteFilter!]\r\n  softwareInstallation_DeployedObject_some: [SiteFilter!]\r\n  serverDeployed_DeployedObject_some: [SiteFilter!]\r\n}\r\n\r\nenum SLALevelEnumFilter {\r\n  Critical\r\n  Serious\r\n  Significant\r\n  Minor\r\n}\r\n\r\nenum SoftwareAgilityQuartileCastEnumFilter {\r\n  QuartileOne\r\n  QuartileTwo\r\n  QuartileThree\r\n  QuartileFour\r\n}\r\n\r\nenum SoftwareAgilityThresholdsCASTHighlighEnumFilter {\r\n  High\r\n  Medium\r\n  Low\r\n}\r\n\r\nenum SoftwareEleganceQuartileCastEnumFilter {\r\n  QuartileOne\r\n  QuartileTwo\r\n  QuartileThree\r\n  QuartileFour\r\n}\r\n\r\nenum SoftwareEleganceThresholdsCASTHighlighEnumFilter {\r\n  Low\r\n  Medium\r\n  High\r\n}\r\n\r\n# An Software instalation to a site offers a set of functionalities to different populations of users. \r\ntype SoftwareInstallation {\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  expenses: Float\r\n  capitalExpenses: Float\r\n  operatingExpenses: Float\r\n  beginLifedate: Date\r\n  endlifedate: Date\r\n  applicationDeploymentCode: String\r\n  assessmentFreshness: Float\r\n  freezepastTimePeriod: Boolean\r\n  lastAssessmentDate: Date\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  timePeriod_PeriodOfValidity(filter: filterTimePeriod, orderBy: [orderByTimePeriod]): [TimePeriod]\r\n  initiative(filter: filterInitiative, orderBy: [orderByInitiative]): [Initiative]\r\n  applicationOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  iTOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  businessOwner_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  localFinancialController_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  serverDeployed_DeploymentSupport(filter: filterServerDeployed, orderBy: [orderByServerDeployed]): [ServerDeployed]\r\n  site_DeploymentSupport(filter: filterSite, orderBy: [orderBySite]): [Site]\r\n  usagecontext_ApplicationDeploymentContext(filter: filterUsagecontext, orderBy: [orderByUsagecontext]): [Usagecontext]\r\n  application(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n}\r\n\r\ninput SoftwareInstallationFilter {\r\n  and: [SoftwareInstallationFilter!]\r\n  or: [SoftwareInstallationFilter!]\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  expenses: Float\r\n  expenses_not: Float\r\n  expenses_in: [Float!]\r\n  expenses_not_in: [Float!]\r\n  expenses_lt: Float\r\n  expenses_lte: Float\r\n  expenses_gt: Float\r\n  expenses_gte: Float\r\n  capitalExpenses: Float\r\n  capitalExpenses_not: Float\r\n  capitalExpenses_in: [Float!]\r\n  capitalExpenses_not_in: [Float!]\r\n  capitalExpenses_lt: Float\r\n  capitalExpenses_lte: Float\r\n  capitalExpenses_gt: Float\r\n  capitalExpenses_gte: Float\r\n  operatingExpenses: Float\r\n  operatingExpenses_not: Float\r\n  operatingExpenses_in: [Float!]\r\n  operatingExpenses_not_in: [Float!]\r\n  operatingExpenses_lt: Float\r\n  operatingExpenses_lte: Float\r\n  operatingExpenses_gt: Float\r\n  operatingExpenses_gte: Float\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  applicationDeploymentCode: String\r\n  applicationDeploymentCode_not: String\r\n  applicationDeploymentCode_in: [String!]\r\n  applicationDeploymentCode_not_in: [String!]\r\n  applicationDeploymentCode_lt: String\r\n  applicationDeploymentCode_lte: String\r\n  applicationDeploymentCode_gt: String\r\n  applicationDeploymentCode_gte: String\r\n  applicationDeploymentCode_contains: String\r\n  applicationDeploymentCode_not_contains: String\r\n  applicationDeploymentCode_starts_with: String\r\n  applicationDeploymentCode_not_starts_with: String\r\n  applicationDeploymentCode_ends_with: String\r\n  applicationDeploymentCode_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  freezepastTimePeriod: Boolean\r\n  freezepastTimePeriod_not: Boolean\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  timePeriod_PeriodOfValidity_some: [SoftwareInstallationFilter!]\r\n  initiative_some: [SoftwareInstallationFilter!]\r\n  applicationOwner_PersonSystem_some: [SoftwareInstallationFilter!]\r\n  iTOwner_PersonSystem_some: [SoftwareInstallationFilter!]\r\n  businessOwner_PersonSystem_some: [SoftwareInstallationFilter!]\r\n  localFinancialController_PersonSystem_some: [SoftwareInstallationFilter!]\r\n  risk_some: [SoftwareInstallationFilter!]\r\n  serverDeployed_DeploymentSupport_some: [SoftwareInstallationFilter!]\r\n  site_DeploymentSupport_some: [SoftwareInstallationFilter!]\r\n  usagecontext_ApplicationDeploymentContext_some: [SoftwareInstallationFilter!]\r\n  application_some: [SoftwareInstallationFilter!]\r\n}\r\n\r\nenum SoftwareResiliencyQuartileCastEnumFilter {\r\n  QuartileOne\r\n  QuartileTwo\r\n  QuartileThree\r\n  QuartileFour\r\n}\r\n\r\nenum SoftwareResiliencyThresholdsCASTHighlighEnumFilter {\r\n  Medium\r\n  High\r\n  Low\r\n}\r\n\r\n# A software technology is a basic component necessary for operation of business\r\n# applications.Software technologies include all basic software: application\r\n# server, message server, software components for presentation, data entry,\r\n# storage, business information sharing, operating systems, middleware,\r\n# navigators, etc.\r\ntype SoftwareTechnology {\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  technologyCode: String\r\n  companyStandard: SoftwareTechnologyCompanyStandardEnum\r\n  bDNAIdentifier: String\r\n  technopediaReplacementID: String\r\n  numberofusingapplications: Int\r\n  technopediaTobedeletedon: Date\r\n  technopediaObjectdeletion: SoftwareTechnologyTechnopediaObjectdeletionEnum\r\n  technopediaDeletereason: SoftwareTechnologyTechnopediaDeletereasonEnum\r\n  expenses: Float\r\n  capitalExpenses: Float\r\n  operatingExpenses: Float\r\n  releaseDate: Date\r\n  endofSupport: Date\r\n  endofExtendedSupport: Date\r\n  beginLifedate: Date\r\n  endlifedate: Date\r\n  technopediaReleaseLevel: SoftwareTechnologyTechnopediaReleaseLevelEnum\r\n  technopediaBrandFamily: String\r\n  technopediaIsLicensable: SoftwareTechnologyTechnopediaIsLicensableEnum\r\n  technopediaVersion: String\r\n  technopediaPatchLevel: String\r\n  technopediaIsMajorVersion: SoftwareTechnologyTechnopediaIsMajorVersionEnum\r\n  supportAlert: SoftwareTechnologySupportAlertEnum\r\n  technopediaEdition: String\r\n  technopediaVersionGroup: String\r\n  technopediaGeneralAvailabilityException: String\r\n  technopediaGeneralAvailabilityRangeStartDate: Date\r\n  technopediaGeneralAvailabilityRangeEndDate: Date\r\n  technopediaEndOfLifeException: String\r\n  technopediaEndOfLifeRangeStartDate: Date\r\n  technopediaEndOfLifeRangeEndDate: Date\r\n  technopediaEndOfLifeSupportLevel: String\r\n  technopediaObsoleteException: String\r\n  technopediaObsoleteRangeStartDate: Date\r\n  technopediaObsoleteRangeEndDate: Date\r\n  technopediaObsoleteSupportLevel: String\r\n  technopediaSubVersion: String\r\n  freezepastTimePeriod: Boolean\r\n  technopediaID: String\r\n  nameinTechnopedia: String\r\n  technopediaIsSuite: SoftwareTechnologyTechnopediaIsSuiteEnum\r\n  technopediacreatedate: Date\r\n  technopediadesupportedflag: String\r\n  technopedialastmodifieddate: Date\r\n  technopediaEditionOrder: Int\r\n  technopediatobedeletedflag: String\r\n  technopediaType: String\r\n  technopediaUrl: String\r\n  technopediaversionorder: Int\r\n  technopediaOwner: String\r\n  technopediaProduct: String\r\n  technopediaRelease: String\r\n  hexaIdAbs: String\r\n  workflowStatus: SoftwareTechnologyWorkflowStatusEnum\r\n  workflowStatusFinancial: SoftwareTechnologyWorkflowStatusFinancialEnum\r\n  comment(format: StringFormat): String\r\n  timePeriod_PeriodOfValidity(filter: filterTimePeriod, orderBy: [orderByTimePeriod]): [TimePeriod]\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  initiative(filter: filterInitiative, orderBy: [orderByInitiative]): [Initiative]\r\n  localTechnologyCorrespondent_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  localFinancialController_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  risk(filter: filterRisk, orderBy: [orderByRisk]): [Risk]\r\n  application(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n}\r\n\r\nenum SoftwareTechnologyCompanyStandardEnum {\r\n  Expected\r\n  Accepted\r\n  Prohibited\r\n  Unknown\r\n}\r\n\r\ninput SoftwareTechnologyFilter {\r\n  and: [SoftwareTechnologyFilter!]\r\n  or: [SoftwareTechnologyFilter!]\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  technologyCode: String\r\n  technologyCode_not: String\r\n  technologyCode_in: [String!]\r\n  technologyCode_not_in: [String!]\r\n  technologyCode_lt: String\r\n  technologyCode_lte: String\r\n  technologyCode_gt: String\r\n  technologyCode_gte: String\r\n  technologyCode_contains: String\r\n  technologyCode_not_contains: String\r\n  technologyCode_starts_with: String\r\n  technologyCode_not_starts_with: String\r\n  technologyCode_ends_with: String\r\n  technologyCode_not_ends_with: String\r\n  companyStandard: SoftwareTechnologyCompanyStandardEnum\r\n  companyStandard_not: SoftwareTechnologyCompanyStandardEnum\r\n  companyStandard_in: [SoftwareTechnologyCompanyStandardEnum!]\r\n  companyStandard_not_in: [SoftwareTechnologyCompanyStandardEnum!]\r\n  bDNAIdentifier: String\r\n  bDNAIdentifier_not: String\r\n  bDNAIdentifier_in: [String!]\r\n  bDNAIdentifier_not_in: [String!]\r\n  bDNAIdentifier_lt: String\r\n  bDNAIdentifier_lte: String\r\n  bDNAIdentifier_gt: String\r\n  bDNAIdentifier_gte: String\r\n  bDNAIdentifier_contains: String\r\n  bDNAIdentifier_not_contains: String\r\n  bDNAIdentifier_starts_with: String\r\n  bDNAIdentifier_not_starts_with: String\r\n  bDNAIdentifier_ends_with: String\r\n  bDNAIdentifier_not_ends_with: String\r\n  technopediaReplacementID: String\r\n  technopediaReplacementID_not: String\r\n  technopediaReplacementID_in: [String!]\r\n  technopediaReplacementID_not_in: [String!]\r\n  technopediaReplacementID_lt: String\r\n  technopediaReplacementID_lte: String\r\n  technopediaReplacementID_gt: String\r\n  technopediaReplacementID_gte: String\r\n  technopediaReplacementID_contains: String\r\n  technopediaReplacementID_not_contains: String\r\n  technopediaReplacementID_starts_with: String\r\n  technopediaReplacementID_not_starts_with: String\r\n  technopediaReplacementID_ends_with: String\r\n  technopediaReplacementID_not_ends_with: String\r\n  numberofusingapplications: Int\r\n  numberofusingapplications_not: Int\r\n  numberofusingapplications_in: [Int!]\r\n  numberofusingapplications_not_in: [Int!]\r\n  numberofusingapplications_lt: Int\r\n  numberofusingapplications_lte: Int\r\n  numberofusingapplications_gt: Int\r\n  numberofusingapplications_gte: Int\r\n  technopediaTobedeletedon: Date\r\n  technopediaTobedeletedon_not: Date\r\n  technopediaTobedeletedon_in: [Date!]\r\n  technopediaTobedeletedon_not_in: [Date!]\r\n  technopediaTobedeletedon_lt: Date\r\n  technopediaTobedeletedon_lte: Date\r\n  technopediaTobedeletedon_gt: Date\r\n  technopediaTobedeletedon_gte: Date\r\n  technopediaObjectdeletion: SoftwareTechnologyTechnopediaObjectdeletionEnum\r\n  technopediaObjectdeletion_not: SoftwareTechnologyTechnopediaObjectdeletionEnum\r\n  technopediaObjectdeletion_in: [SoftwareTechnologyTechnopediaObjectdeletionEnum!]\r\n  technopediaObjectdeletion_not_in: [SoftwareTechnologyTechnopediaObjectdeletionEnum!]\r\n  technopediaDeletereason: SoftwareTechnologyTechnopediaDeletereasonEnum\r\n  technopediaDeletereason_not: SoftwareTechnologyTechnopediaDeletereasonEnum\r\n  technopediaDeletereason_in: [SoftwareTechnologyTechnopediaDeletereasonEnum!]\r\n  technopediaDeletereason_not_in: [SoftwareTechnologyTechnopediaDeletereasonEnum!]\r\n  expenses: Float\r\n  expenses_not: Float\r\n  expenses_in: [Float!]\r\n  expenses_not_in: [Float!]\r\n  expenses_lt: Float\r\n  expenses_lte: Float\r\n  expenses_gt: Float\r\n  expenses_gte: Float\r\n  capitalExpenses: Float\r\n  capitalExpenses_not: Float\r\n  capitalExpenses_in: [Float!]\r\n  capitalExpenses_not_in: [Float!]\r\n  capitalExpenses_lt: Float\r\n  capitalExpenses_lte: Float\r\n  capitalExpenses_gt: Float\r\n  capitalExpenses_gte: Float\r\n  operatingExpenses: Float\r\n  operatingExpenses_not: Float\r\n  operatingExpenses_in: [Float!]\r\n  operatingExpenses_not_in: [Float!]\r\n  operatingExpenses_lt: Float\r\n  operatingExpenses_lte: Float\r\n  operatingExpenses_gt: Float\r\n  operatingExpenses_gte: Float\r\n  releaseDate: Date\r\n  releaseDate_not: Date\r\n  releaseDate_in: [Date!]\r\n  releaseDate_not_in: [Date!]\r\n  releaseDate_lt: Date\r\n  releaseDate_lte: Date\r\n  releaseDate_gt: Date\r\n  releaseDate_gte: Date\r\n  endofSupport: Date\r\n  endofSupport_not: Date\r\n  endofSupport_in: [Date!]\r\n  endofSupport_not_in: [Date!]\r\n  endofSupport_lt: Date\r\n  endofSupport_lte: Date\r\n  endofSupport_gt: Date\r\n  endofSupport_gte: Date\r\n  endofExtendedSupport: Date\r\n  endofExtendedSupport_not: Date\r\n  endofExtendedSupport_in: [Date!]\r\n  endofExtendedSupport_not_in: [Date!]\r\n  endofExtendedSupport_lt: Date\r\n  endofExtendedSupport_lte: Date\r\n  endofExtendedSupport_gt: Date\r\n  endofExtendedSupport_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  technopediaReleaseLevel: SoftwareTechnologyTechnopediaReleaseLevelEnum\r\n  technopediaReleaseLevel_not: SoftwareTechnologyTechnopediaReleaseLevelEnum\r\n  technopediaReleaseLevel_in: [SoftwareTechnologyTechnopediaReleaseLevelEnum!]\r\n  technopediaReleaseLevel_not_in: [SoftwareTechnologyTechnopediaReleaseLevelEnum!]\r\n  technopediaBrandFamily: String\r\n  technopediaBrandFamily_not: String\r\n  technopediaBrandFamily_in: [String!]\r\n  technopediaBrandFamily_not_in: [String!]\r\n  technopediaBrandFamily_lt: String\r\n  technopediaBrandFamily_lte: String\r\n  technopediaBrandFamily_gt: String\r\n  technopediaBrandFamily_gte: String\r\n  technopediaBrandFamily_contains: String\r\n  technopediaBrandFamily_not_contains: String\r\n  technopediaBrandFamily_starts_with: String\r\n  technopediaBrandFamily_not_starts_with: String\r\n  technopediaBrandFamily_ends_with: String\r\n  technopediaBrandFamily_not_ends_with: String\r\n  technopediaIsLicensable: SoftwareTechnologyTechnopediaIsLicensableEnum\r\n  technopediaIsLicensable_not: SoftwareTechnologyTechnopediaIsLicensableEnum\r\n  technopediaIsLicensable_in: [SoftwareTechnologyTechnopediaIsLicensableEnum!]\r\n  technopediaIsLicensable_not_in: [SoftwareTechnologyTechnopediaIsLicensableEnum!]\r\n  technopediaVersion: String\r\n  technopediaVersion_not: String\r\n  technopediaVersion_in: [String!]\r\n  technopediaVersion_not_in: [String!]\r\n  technopediaVersion_lt: String\r\n  technopediaVersion_lte: String\r\n  technopediaVersion_gt: String\r\n  technopediaVersion_gte: String\r\n  technopediaVersion_contains: String\r\n  technopediaVersion_not_contains: String\r\n  technopediaVersion_starts_with: String\r\n  technopediaVersion_not_starts_with: String\r\n  technopediaVersion_ends_with: String\r\n  technopediaVersion_not_ends_with: String\r\n  technopediaPatchLevel: String\r\n  technopediaPatchLevel_not: String\r\n  technopediaPatchLevel_in: [String!]\r\n  technopediaPatchLevel_not_in: [String!]\r\n  technopediaPatchLevel_lt: String\r\n  technopediaPatchLevel_lte: String\r\n  technopediaPatchLevel_gt: String\r\n  technopediaPatchLevel_gte: String\r\n  technopediaPatchLevel_contains: String\r\n  technopediaPatchLevel_not_contains: String\r\n  technopediaPatchLevel_starts_with: String\r\n  technopediaPatchLevel_not_starts_with: String\r\n  technopediaPatchLevel_ends_with: String\r\n  technopediaPatchLevel_not_ends_with: String\r\n  technopediaIsMajorVersion: SoftwareTechnologyTechnopediaIsMajorVersionEnum\r\n  technopediaIsMajorVersion_not: SoftwareTechnologyTechnopediaIsMajorVersionEnum\r\n  technopediaIsMajorVersion_in: [SoftwareTechnologyTechnopediaIsMajorVersionEnum!]\r\n  technopediaIsMajorVersion_not_in: [SoftwareTechnologyTechnopediaIsMajorVersionEnum!]\r\n  supportAlert: SoftwareTechnologySupportAlertEnum\r\n  supportAlert_not: SoftwareTechnologySupportAlertEnum\r\n  supportAlert_in: [SoftwareTechnologySupportAlertEnum!]\r\n  supportAlert_not_in: [SoftwareTechnologySupportAlertEnum!]\r\n  technopediaEdition: String\r\n  technopediaEdition_not: String\r\n  technopediaEdition_in: [String!]\r\n  technopediaEdition_not_in: [String!]\r\n  technopediaEdition_lt: String\r\n  technopediaEdition_lte: String\r\n  technopediaEdition_gt: String\r\n  technopediaEdition_gte: String\r\n  technopediaEdition_contains: String\r\n  technopediaEdition_not_contains: String\r\n  technopediaEdition_starts_with: String\r\n  technopediaEdition_not_starts_with: String\r\n  technopediaEdition_ends_with: String\r\n  technopediaEdition_not_ends_with: String\r\n  technopediaVersionGroup: String\r\n  technopediaVersionGroup_not: String\r\n  technopediaVersionGroup_in: [String!]\r\n  technopediaVersionGroup_not_in: [String!]\r\n  technopediaVersionGroup_lt: String\r\n  technopediaVersionGroup_lte: String\r\n  technopediaVersionGroup_gt: String\r\n  technopediaVersionGroup_gte: String\r\n  technopediaVersionGroup_contains: String\r\n  technopediaVersionGroup_not_contains: String\r\n  technopediaVersionGroup_starts_with: String\r\n  technopediaVersionGroup_not_starts_with: String\r\n  technopediaVersionGroup_ends_with: String\r\n  technopediaVersionGroup_not_ends_with: String\r\n  technopediaGeneralAvailabilityException: String\r\n  technopediaGeneralAvailabilityException_not: String\r\n  technopediaGeneralAvailabilityException_in: [String!]\r\n  technopediaGeneralAvailabilityException_not_in: [String!]\r\n  technopediaGeneralAvailabilityException_lt: String\r\n  technopediaGeneralAvailabilityException_lte: String\r\n  technopediaGeneralAvailabilityException_gt: String\r\n  technopediaGeneralAvailabilityException_gte: String\r\n  technopediaGeneralAvailabilityException_contains: String\r\n  technopediaGeneralAvailabilityException_not_contains: String\r\n  technopediaGeneralAvailabilityException_starts_with: String\r\n  technopediaGeneralAvailabilityException_not_starts_with: String\r\n  technopediaGeneralAvailabilityException_ends_with: String\r\n  technopediaGeneralAvailabilityException_not_ends_with: String\r\n  technopediaGeneralAvailabilityRangeStartDate: Date\r\n  technopediaGeneralAvailabilityRangeStartDate_not: Date\r\n  technopediaGeneralAvailabilityRangeStartDate_in: [Date!]\r\n  technopediaGeneralAvailabilityRangeStartDate_not_in: [Date!]\r\n  technopediaGeneralAvailabilityRangeStartDate_lt: Date\r\n  technopediaGeneralAvailabilityRangeStartDate_lte: Date\r\n  technopediaGeneralAvailabilityRangeStartDate_gt: Date\r\n  technopediaGeneralAvailabilityRangeStartDate_gte: Date\r\n  technopediaGeneralAvailabilityRangeEndDate: Date\r\n  technopediaGeneralAvailabilityRangeEndDate_not: Date\r\n  technopediaGeneralAvailabilityRangeEndDate_in: [Date!]\r\n  technopediaGeneralAvailabilityRangeEndDate_not_in: [Date!]\r\n  technopediaGeneralAvailabilityRangeEndDate_lt: Date\r\n  technopediaGeneralAvailabilityRangeEndDate_lte: Date\r\n  technopediaGeneralAvailabilityRangeEndDate_gt: Date\r\n  technopediaGeneralAvailabilityRangeEndDate_gte: Date\r\n  technopediaEndOfLifeException: String\r\n  technopediaEndOfLifeException_not: String\r\n  technopediaEndOfLifeException_in: [String!]\r\n  technopediaEndOfLifeException_not_in: [String!]\r\n  technopediaEndOfLifeException_lt: String\r\n  technopediaEndOfLifeException_lte: String\r\n  technopediaEndOfLifeException_gt: String\r\n  technopediaEndOfLifeException_gte: String\r\n  technopediaEndOfLifeException_contains: String\r\n  technopediaEndOfLifeException_not_contains: String\r\n  technopediaEndOfLifeException_starts_with: String\r\n  technopediaEndOfLifeException_not_starts_with: String\r\n  technopediaEndOfLifeException_ends_with: String\r\n  technopediaEndOfLifeException_not_ends_with: String\r\n  technopediaEndOfLifeRangeStartDate: Date\r\n  technopediaEndOfLifeRangeStartDate_not: Date\r\n  technopediaEndOfLifeRangeStartDate_in: [Date!]\r\n  technopediaEndOfLifeRangeStartDate_not_in: [Date!]\r\n  technopediaEndOfLifeRangeStartDate_lt: Date\r\n  technopediaEndOfLifeRangeStartDate_lte: Date\r\n  technopediaEndOfLifeRangeStartDate_gt: Date\r\n  technopediaEndOfLifeRangeStartDate_gte: Date\r\n  technopediaEndOfLifeRangeEndDate: Date\r\n  technopediaEndOfLifeRangeEndDate_not: Date\r\n  technopediaEndOfLifeRangeEndDate_in: [Date!]\r\n  technopediaEndOfLifeRangeEndDate_not_in: [Date!]\r\n  technopediaEndOfLifeRangeEndDate_lt: Date\r\n  technopediaEndOfLifeRangeEndDate_lte: Date\r\n  technopediaEndOfLifeRangeEndDate_gt: Date\r\n  technopediaEndOfLifeRangeEndDate_gte: Date\r\n  technopediaEndOfLifeSupportLevel: String\r\n  technopediaEndOfLifeSupportLevel_not: String\r\n  technopediaEndOfLifeSupportLevel_in: [String!]\r\n  technopediaEndOfLifeSupportLevel_not_in: [String!]\r\n  technopediaEndOfLifeSupportLevel_lt: String\r\n  technopediaEndOfLifeSupportLevel_lte: String\r\n  technopediaEndOfLifeSupportLevel_gt: String\r\n  technopediaEndOfLifeSupportLevel_gte: String\r\n  technopediaEndOfLifeSupportLevel_contains: String\r\n  technopediaEndOfLifeSupportLevel_not_contains: String\r\n  technopediaEndOfLifeSupportLevel_starts_with: String\r\n  technopediaEndOfLifeSupportLevel_not_starts_with: String\r\n  technopediaEndOfLifeSupportLevel_ends_with: String\r\n  technopediaEndOfLifeSupportLevel_not_ends_with: String\r\n  technopediaObsoleteException: String\r\n  technopediaObsoleteException_not: String\r\n  technopediaObsoleteException_in: [String!]\r\n  technopediaObsoleteException_not_in: [String!]\r\n  technopediaObsoleteException_lt: String\r\n  technopediaObsoleteException_lte: String\r\n  technopediaObsoleteException_gt: String\r\n  technopediaObsoleteException_gte: String\r\n  technopediaObsoleteException_contains: String\r\n  technopediaObsoleteException_not_contains: String\r\n  technopediaObsoleteException_starts_with: String\r\n  technopediaObsoleteException_not_starts_with: String\r\n  technopediaObsoleteException_ends_with: String\r\n  technopediaObsoleteException_not_ends_with: String\r\n  technopediaObsoleteRangeStartDate: Date\r\n  technopediaObsoleteRangeStartDate_not: Date\r\n  technopediaObsoleteRangeStartDate_in: [Date!]\r\n  technopediaObsoleteRangeStartDate_not_in: [Date!]\r\n  technopediaObsoleteRangeStartDate_lt: Date\r\n  technopediaObsoleteRangeStartDate_lte: Date\r\n  technopediaObsoleteRangeStartDate_gt: Date\r\n  technopediaObsoleteRangeStartDate_gte: Date\r\n  technopediaObsoleteRangeEndDate: Date\r\n  technopediaObsoleteRangeEndDate_not: Date\r\n  technopediaObsoleteRangeEndDate_in: [Date!]\r\n  technopediaObsoleteRangeEndDate_not_in: [Date!]\r\n  technopediaObsoleteRangeEndDate_lt: Date\r\n  technopediaObsoleteRangeEndDate_lte: Date\r\n  technopediaObsoleteRangeEndDate_gt: Date\r\n  technopediaObsoleteRangeEndDate_gte: Date\r\n  technopediaObsoleteSupportLevel: String\r\n  technopediaObsoleteSupportLevel_not: String\r\n  technopediaObsoleteSupportLevel_in: [String!]\r\n  technopediaObsoleteSupportLevel_not_in: [String!]\r\n  technopediaObsoleteSupportLevel_lt: String\r\n  technopediaObsoleteSupportLevel_lte: String\r\n  technopediaObsoleteSupportLevel_gt: String\r\n  technopediaObsoleteSupportLevel_gte: String\r\n  technopediaObsoleteSupportLevel_contains: String\r\n  technopediaObsoleteSupportLevel_not_contains: String\r\n  technopediaObsoleteSupportLevel_starts_with: String\r\n  technopediaObsoleteSupportLevel_not_starts_with: String\r\n  technopediaObsoleteSupportLevel_ends_with: String\r\n  technopediaObsoleteSupportLevel_not_ends_with: String\r\n  technopediaSubVersion: String\r\n  technopediaSubVersion_not: String\r\n  technopediaSubVersion_in: [String!]\r\n  technopediaSubVersion_not_in: [String!]\r\n  technopediaSubVersion_lt: String\r\n  technopediaSubVersion_lte: String\r\n  technopediaSubVersion_gt: String\r\n  technopediaSubVersion_gte: String\r\n  technopediaSubVersion_contains: String\r\n  technopediaSubVersion_not_contains: String\r\n  technopediaSubVersion_starts_with: String\r\n  technopediaSubVersion_not_starts_with: String\r\n  technopediaSubVersion_ends_with: String\r\n  technopediaSubVersion_not_ends_with: String\r\n  freezepastTimePeriod: Boolean\r\n  freezepastTimePeriod_not: Boolean\r\n  technopediaID: String\r\n  technopediaID_not: String\r\n  technopediaID_in: [String!]\r\n  technopediaID_not_in: [String!]\r\n  technopediaID_lt: String\r\n  technopediaID_lte: String\r\n  technopediaID_gt: String\r\n  technopediaID_gte: String\r\n  technopediaID_contains: String\r\n  technopediaID_not_contains: String\r\n  technopediaID_starts_with: String\r\n  technopediaID_not_starts_with: String\r\n  technopediaID_ends_with: String\r\n  technopediaID_not_ends_with: String\r\n  nameinTechnopedia: String\r\n  nameinTechnopedia_not: String\r\n  nameinTechnopedia_in: [String!]\r\n  nameinTechnopedia_not_in: [String!]\r\n  nameinTechnopedia_lt: String\r\n  nameinTechnopedia_lte: String\r\n  nameinTechnopedia_gt: String\r\n  nameinTechnopedia_gte: String\r\n  nameinTechnopedia_contains: String\r\n  nameinTechnopedia_not_contains: String\r\n  nameinTechnopedia_starts_with: String\r\n  nameinTechnopedia_not_starts_with: String\r\n  nameinTechnopedia_ends_with: String\r\n  nameinTechnopedia_not_ends_with: String\r\n  technopediaIsSuite: SoftwareTechnologyTechnopediaIsSuiteEnum\r\n  technopediaIsSuite_not: SoftwareTechnologyTechnopediaIsSuiteEnum\r\n  technopediaIsSuite_in: [SoftwareTechnologyTechnopediaIsSuiteEnum!]\r\n  technopediaIsSuite_not_in: [SoftwareTechnologyTechnopediaIsSuiteEnum!]\r\n  technopediacreatedate: Date\r\n  technopediacreatedate_not: Date\r\n  technopediacreatedate_in: [Date!]\r\n  technopediacreatedate_not_in: [Date!]\r\n  technopediacreatedate_lt: Date\r\n  technopediacreatedate_lte: Date\r\n  technopediacreatedate_gt: Date\r\n  technopediacreatedate_gte: Date\r\n  technopediadesupportedflag: String\r\n  technopediadesupportedflag_not: String\r\n  technopediadesupportedflag_in: [String!]\r\n  technopediadesupportedflag_not_in: [String!]\r\n  technopediadesupportedflag_lt: String\r\n  technopediadesupportedflag_lte: String\r\n  technopediadesupportedflag_gt: String\r\n  technopediadesupportedflag_gte: String\r\n  technopediadesupportedflag_contains: String\r\n  technopediadesupportedflag_not_contains: String\r\n  technopediadesupportedflag_starts_with: String\r\n  technopediadesupportedflag_not_starts_with: String\r\n  technopediadesupportedflag_ends_with: String\r\n  technopediadesupportedflag_not_ends_with: String\r\n  technopedialastmodifieddate: Date\r\n  technopedialastmodifieddate_not: Date\r\n  technopedialastmodifieddate_in: [Date!]\r\n  technopedialastmodifieddate_not_in: [Date!]\r\n  technopedialastmodifieddate_lt: Date\r\n  technopedialastmodifieddate_lte: Date\r\n  technopedialastmodifieddate_gt: Date\r\n  technopedialastmodifieddate_gte: Date\r\n  technopediaEditionOrder: Int\r\n  technopediaEditionOrder_not: Int\r\n  technopediaEditionOrder_in: [Int!]\r\n  technopediaEditionOrder_not_in: [Int!]\r\n  technopediaEditionOrder_lt: Int\r\n  technopediaEditionOrder_lte: Int\r\n  technopediaEditionOrder_gt: Int\r\n  technopediaEditionOrder_gte: Int\r\n  technopediatobedeletedflag: String\r\n  technopediatobedeletedflag_not: String\r\n  technopediatobedeletedflag_in: [String!]\r\n  technopediatobedeletedflag_not_in: [String!]\r\n  technopediatobedeletedflag_lt: String\r\n  technopediatobedeletedflag_lte: String\r\n  technopediatobedeletedflag_gt: String\r\n  technopediatobedeletedflag_gte: String\r\n  technopediatobedeletedflag_contains: String\r\n  technopediatobedeletedflag_not_contains: String\r\n  technopediatobedeletedflag_starts_with: String\r\n  technopediatobedeletedflag_not_starts_with: String\r\n  technopediatobedeletedflag_ends_with: String\r\n  technopediatobedeletedflag_not_ends_with: String\r\n  technopediaType: String\r\n  technopediaType_not: String\r\n  technopediaType_in: [String!]\r\n  technopediaType_not_in: [String!]\r\n  technopediaType_lt: String\r\n  technopediaType_lte: String\r\n  technopediaType_gt: String\r\n  technopediaType_gte: String\r\n  technopediaType_contains: String\r\n  technopediaType_not_contains: String\r\n  technopediaType_starts_with: String\r\n  technopediaType_not_starts_with: String\r\n  technopediaType_ends_with: String\r\n  technopediaType_not_ends_with: String\r\n  technopediaUrl: String\r\n  technopediaUrl_not: String\r\n  technopediaUrl_in: [String!]\r\n  technopediaUrl_not_in: [String!]\r\n  technopediaUrl_lt: String\r\n  technopediaUrl_lte: String\r\n  technopediaUrl_gt: String\r\n  technopediaUrl_gte: String\r\n  technopediaUrl_contains: String\r\n  technopediaUrl_not_contains: String\r\n  technopediaUrl_starts_with: String\r\n  technopediaUrl_not_starts_with: String\r\n  technopediaUrl_ends_with: String\r\n  technopediaUrl_not_ends_with: String\r\n  technopediaversionorder: Int\r\n  technopediaversionorder_not: Int\r\n  technopediaversionorder_in: [Int!]\r\n  technopediaversionorder_not_in: [Int!]\r\n  technopediaversionorder_lt: Int\r\n  technopediaversionorder_lte: Int\r\n  technopediaversionorder_gt: Int\r\n  technopediaversionorder_gte: Int\r\n  technopediaOwner: String\r\n  technopediaOwner_not: String\r\n  technopediaOwner_in: [String!]\r\n  technopediaOwner_not_in: [String!]\r\n  technopediaOwner_lt: String\r\n  technopediaOwner_lte: String\r\n  technopediaOwner_gt: String\r\n  technopediaOwner_gte: String\r\n  technopediaOwner_contains: String\r\n  technopediaOwner_not_contains: String\r\n  technopediaOwner_starts_with: String\r\n  technopediaOwner_not_starts_with: String\r\n  technopediaOwner_ends_with: String\r\n  technopediaOwner_not_ends_with: String\r\n  technopediaProduct: String\r\n  technopediaProduct_not: String\r\n  technopediaProduct_in: [String!]\r\n  technopediaProduct_not_in: [String!]\r\n  technopediaProduct_lt: String\r\n  technopediaProduct_lte: String\r\n  technopediaProduct_gt: String\r\n  technopediaProduct_gte: String\r\n  technopediaProduct_contains: String\r\n  technopediaProduct_not_contains: String\r\n  technopediaProduct_starts_with: String\r\n  technopediaProduct_not_starts_with: String\r\n  technopediaProduct_ends_with: String\r\n  technopediaProduct_not_ends_with: String\r\n  technopediaRelease: String\r\n  technopediaRelease_not: String\r\n  technopediaRelease_in: [String!]\r\n  technopediaRelease_not_in: [String!]\r\n  technopediaRelease_lt: String\r\n  technopediaRelease_lte: String\r\n  technopediaRelease_gt: String\r\n  technopediaRelease_gte: String\r\n  technopediaRelease_contains: String\r\n  technopediaRelease_not_contains: String\r\n  technopediaRelease_starts_with: String\r\n  technopediaRelease_not_starts_with: String\r\n  technopediaRelease_ends_with: String\r\n  technopediaRelease_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  workflowStatus: SoftwareTechnologyWorkflowStatusEnum\r\n  workflowStatus_not: SoftwareTechnologyWorkflowStatusEnum\r\n  workflowStatus_in: [SoftwareTechnologyWorkflowStatusEnum!]\r\n  workflowStatus_not_in: [SoftwareTechnologyWorkflowStatusEnum!]\r\n  workflowStatusFinancial: SoftwareTechnologyWorkflowStatusFinancialEnum\r\n  workflowStatusFinancial_not: SoftwareTechnologyWorkflowStatusFinancialEnum\r\n  workflowStatusFinancial_in: [SoftwareTechnologyWorkflowStatusFinancialEnum!]\r\n  workflowStatusFinancial_not_in: [SoftwareTechnologyWorkflowStatusFinancialEnum!]\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  timePeriod_PeriodOfValidity_some: [SoftwareTechnologyFilter!]\r\n  businessDocument_AttachedDocument_some: [SoftwareTechnologyFilter!]\r\n  businessDocument_ReferredtoDocument_some: [SoftwareTechnologyFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [SoftwareTechnologyFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [SoftwareTechnologyFilter!]\r\n  initiative_some: [SoftwareTechnologyFilter!]\r\n  localTechnologyCorrespondent_PersonSystem_some: [SoftwareTechnologyFilter!]\r\n  localFinancialController_PersonSystem_some: [SoftwareTechnologyFilter!]\r\n  risk_some: [SoftwareTechnologyFilter!]\r\n  application_some: [SoftwareTechnologyFilter!]\r\n}\r\n\r\n# A Software Technology Stack is a set of Software Technologies.\r\ntype SoftwareTechnologyStack {\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  technologyCode: String\r\n  supportAlertSoftwareTechnologyStack: SoftwareTechnologyStackSupportAlertSoftwareTechnologyStackEnum\r\n  companyStandardSoftwareTechnologyStack: SoftwareTechnologyStackCompanyStandardSoftwareTechnologyStackEnum\r\n  computedCompanyStandard: SoftwareTechnologyStackComputedCompanyStandardEnum\r\n  freezepastTimePeriod: Boolean\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  timePeriod_PeriodOfValidity(filter: filterTimePeriod, orderBy: [orderByTimePeriod]): [TimePeriod]\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  localTechnologyCorrespondent_PersonSystem(filter: filterPersonSystem, orderBy: [orderByPersonSystem]): [PersonSystem]\r\n  application(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n}\r\n\r\nenum SoftwareTechnologyStackCompanyStandardSoftwareTechnologyStackEnum {\r\n  Expected\r\n  Accepted\r\n  Prohibited\r\n  Unknown\r\n}\r\n\r\nenum SoftwareTechnologyStackComputedCompanyStandardEnum {\r\n  Expected\r\n  Accepted\r\n  Prohibited\r\n  Unknown\r\n}\r\n\r\ninput SoftwareTechnologyStackFilter {\r\n  and: [SoftwareTechnologyStackFilter!]\r\n  or: [SoftwareTechnologyStackFilter!]\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  technologyCode: String\r\n  technologyCode_not: String\r\n  technologyCode_in: [String!]\r\n  technologyCode_not_in: [String!]\r\n  technologyCode_lt: String\r\n  technologyCode_lte: String\r\n  technologyCode_gt: String\r\n  technologyCode_gte: String\r\n  technologyCode_contains: String\r\n  technologyCode_not_contains: String\r\n  technologyCode_starts_with: String\r\n  technologyCode_not_starts_with: String\r\n  technologyCode_ends_with: String\r\n  technologyCode_not_ends_with: String\r\n  supportAlertSoftwareTechnologyStack: SoftwareTechnologyStackSupportAlertSoftwareTechnologyStackEnum\r\n  supportAlertSoftwareTechnologyStack_not: SoftwareTechnologyStackSupportAlertSoftwareTechnologyStackEnum\r\n  supportAlertSoftwareTechnologyStack_in: [SoftwareTechnologyStackSupportAlertSoftwareTechnologyStackEnum!]\r\n  supportAlertSoftwareTechnologyStack_not_in: [SoftwareTechnologyStackSupportAlertSoftwareTechnologyStackEnum!]\r\n  companyStandardSoftwareTechnologyStack: SoftwareTechnologyStackCompanyStandardSoftwareTechnologyStackEnum\r\n  companyStandardSoftwareTechnologyStack_not: SoftwareTechnologyStackCompanyStandardSoftwareTechnologyStackEnum\r\n  companyStandardSoftwareTechnologyStack_in: [SoftwareTechnologyStackCompanyStandardSoftwareTechnologyStackEnum!]\r\n  companyStandardSoftwareTechnologyStack_not_in: [SoftwareTechnologyStackCompanyStandardSoftwareTechnologyStackEnum!]\r\n  computedCompanyStandard: SoftwareTechnologyStackComputedCompanyStandardEnum\r\n  computedCompanyStandard_not: SoftwareTechnologyStackComputedCompanyStandardEnum\r\n  computedCompanyStandard_in: [SoftwareTechnologyStackComputedCompanyStandardEnum!]\r\n  computedCompanyStandard_not_in: [SoftwareTechnologyStackComputedCompanyStandardEnum!]\r\n  freezepastTimePeriod: Boolean\r\n  freezepastTimePeriod_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  timePeriod_PeriodOfValidity_some: [SoftwareTechnologyStackFilter!]\r\n  businessDocument_AttachedDocument_some: [SoftwareTechnologyStackFilter!]\r\n  businessDocument_ReferredtoDocument_some: [SoftwareTechnologyStackFilter!]\r\n  businessDocumentVersion_AttachedDocumentVersion_some: [SoftwareTechnologyStackFilter!]\r\n  businessDocumentVersion_ReferredtoDocumentVersion_some: [SoftwareTechnologyStackFilter!]\r\n  localTechnologyCorrespondent_PersonSystem_some: [SoftwareTechnologyStackFilter!]\r\n  application_some: [SoftwareTechnologyStackFilter!]\r\n}\r\n\r\nenum SoftwareTechnologyStackSupportAlertSoftwareTechnologyStackEnum {\r\n  NA\r\n  EarlyUsage\r\n  Lateusage\r\n  SupportedUsage\r\n  UnsupportedUsage\r\n}\r\n\r\nenum SoftwareTechnologySupportAlertEnum {\r\n  NA\r\n  EarlyUsage\r\n  Lateusage\r\n  SupportedUsage\r\n  UnsupportedUsage\r\n}\r\n\r\nenum SoftwareTechnologyTechnopediaDeletereasonEnum {\r\n  Duplicate\r\n  Inaccurate\r\n}\r\n\r\nenum SoftwareTechnologyTechnopediaIsLicensableEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum SoftwareTechnologyTechnopediaIsMajorVersionEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum SoftwareTechnologyTechnopediaIsSuiteEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum SoftwareTechnologyTechnopediaObjectdeletionEnum {\r\n  Deleted\r\n  Tobedeleted\r\n}\r\n\r\nenum SoftwareTechnologyTechnopediaReleaseLevelEnum {\r\n  Edition\r\n  Product\r\n  Version\r\n}\r\n\r\nenum SoftwareTechnologyWorkflowStatusEnum {\r\n  Studyinprogress\r\n  TechnologyEvaluated\r\n}\r\n\r\nenum SoftwareTechnologyWorkflowStatusFinancialEnum {\r\n  Updateinprogress\r\n  Approvalinprogress\r\n  UpdateValidated\r\n}\r\n\r\nenum StateKindEnumFilter {\r\n  ExitPoint\r\n  EntryPoint\r\n  DeepHistory\r\n  Choice\r\n  Fork\r\n  ShallowHistory\r\n  CompositeState\r\n  SubmachineState\r\n  Initial\r\n  Final\r\n  Normal\r\n  Action\r\n  Activity\r\n  ObjectFlow\r\n  Join\r\n  Junction\r\n  Synch\r\n}\r\n\r\n# A state is a condition or situation in the life of an object, during which it\r\n# satisfies some condition, performs some activity, or waits for some event. A\r\n# state represents an interval of time delimited by two events. It is a phase an\r\n# object passes through during its life cycle.\r\ntype StateUML {\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  uMLStateName: String\r\n  isConcurrent: StateUMLisConcurrentEnum\r\n  stateKind: StateUMLStateKindEnum\r\n  isLeaf: StateUMLisLeafEnum\r\n  bound: String\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  timePeriod_StateTimePeriod(filter: filterTimePeriod, orderBy: [orderByTimePeriod]): [TimePeriod]\r\n}\r\n\r\ninput StateUMLFilter {\r\n  and: [StateUMLFilter!]\r\n  or: [StateUMLFilter!]\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  uMLStateName: String\r\n  uMLStateName_not: String\r\n  uMLStateName_in: [String!]\r\n  uMLStateName_not_in: [String!]\r\n  uMLStateName_lt: String\r\n  uMLStateName_lte: String\r\n  uMLStateName_gt: String\r\n  uMLStateName_gte: String\r\n  uMLStateName_contains: String\r\n  uMLStateName_not_contains: String\r\n  uMLStateName_starts_with: String\r\n  uMLStateName_not_starts_with: String\r\n  uMLStateName_ends_with: String\r\n  uMLStateName_not_ends_with: String\r\n  isConcurrent: StateUMLisConcurrentEnum\r\n  isConcurrent_not: StateUMLisConcurrentEnum\r\n  isConcurrent_in: [StateUMLisConcurrentEnum!]\r\n  isConcurrent_not_in: [StateUMLisConcurrentEnum!]\r\n  stateKind: StateUMLStateKindEnum\r\n  stateKind_not: StateUMLStateKindEnum\r\n  stateKind_in: [StateUMLStateKindEnum!]\r\n  stateKind_not_in: [StateUMLStateKindEnum!]\r\n  isLeaf: StateUMLisLeafEnum\r\n  isLeaf_not: StateUMLisLeafEnum\r\n  isLeaf_in: [StateUMLisLeafEnum!]\r\n  isLeaf_not_in: [StateUMLisLeafEnum!]\r\n  bound: String\r\n  bound_not: String\r\n  bound_in: [String!]\r\n  bound_not_in: [String!]\r\n  bound_lt: String\r\n  bound_lte: String\r\n  bound_gt: String\r\n  bound_gte: String\r\n  bound_contains: String\r\n  bound_not_contains: String\r\n  bound_starts_with: String\r\n  bound_not_starts_with: String\r\n  bound_ends_with: String\r\n  bound_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  timePeriod_StateTimePeriod_some: [StateUMLFilter!]\r\n}\r\n\r\nenum StateUMLisConcurrentEnum {\r\n  No\r\n  Yes\r\n}\r\n\r\nenum StateUMLisLeafEnum {\r\n  Leaf\r\n  Notleaf\r\n}\r\n\r\nenum StateUMLStateKindEnum {\r\n  ExitPoint\r\n  EntryPoint\r\n  DeepHistory\r\n  Choice\r\n  Fork\r\n  ShallowHistory\r\n  CompositeState\r\n  SubmachineState\r\n  Initial\r\n  Final\r\n  Normal\r\n  Action\r\n  Activity\r\n  ObjectFlow\r\n  Join\r\n  Junction\r\n  Synch\r\n}\r\n\r\nenum StatusLoginEnumFilter {\r\n  Active\r\n  Inactive\r\n}\r\n\r\nenum StatusReviewEnumFilter {\r\n  UpdateinProgress\r\n  ValidationinProgress\r\n  Validated\r\n}\r\n\r\nenum StringFormat {\r\n  HTML\r\n  RTF\r\n  RAW\r\n}\r\n\r\nenum SupportAlertEnumFilter {\r\n  NA\r\n  EarlyUsage\r\n  Lateusage\r\n  SupportedUsage\r\n  UnsupportedUsage\r\n}\r\n\r\nenum SupportAlertSoftwareTechnologyStackEnumFilter {\r\n  NA\r\n  EarlyUsage\r\n  Lateusage\r\n  SupportedUsage\r\n  UnsupportedUsage\r\n}\r\n\r\nenum TechnicalEfficiencyAPMEnumFilter {\r\n  Good\r\n  Medium\r\n  Low\r\n  Poor\r\n}\r\n\r\nenum TechnologyComplianceEnumFilter {\r\n  Expected\r\n  Accepted\r\n  Prohibited\r\n  Unknown\r\n}\r\n\r\nenum TechnopediaDeletereasonEnumFilter {\r\n  Duplicate\r\n  Inaccurate\r\n}\r\n\r\nenum TechnopediaIsLicensableEnumFilter {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum TechnopediaIsMajorVersionEnumFilter {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum TechnopediaIsSuiteEnumFilter {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum TechnopediaObjectdeletionEnumFilter {\r\n  Deleted\r\n  Tobedeleted\r\n}\r\n\r\nenum TechnopediaReleaseLevelEnumFilter {\r\n  Edition\r\n  Product\r\n  Version\r\n}\r\n\r\nenum TimedObjectTypeEnumFilter {\r\n  Artifact\r\n  Capability\r\n  Org_Unit\r\n  ResourceArchitecture\r\n  Standard\r\n  Application\r\n  BusinessService\r\n  Investment\r\n  MasterPlan\r\n  Message\r\n  Network\r\n  Node\r\n  Procedure\r\n  Project\r\n  Server\r\n  TechnicalInfrastructure\r\n  Workstation\r\n  Service\r\n}\r\n\r\n# A Time Period is generally defined by constraints with other time periods.It can\r\n# also be defined by an end date, a beginning date, a nominal, maximal or minimal\r\n# length of time (in days). \r\ntype TimePeriod {\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  timedObjectType: TimePeriodTimedObjectTypeEnum\r\n  timePeriodName: String\r\n  timePeriodUnit: TimePeriodTimePeriodUnitEnum\r\n  absoluteStartDate: Date\r\n  absoluteEndDate: Date\r\n  cost: Float\r\n  revenue: Float\r\n  rOIPercentage: Float\r\n  rOIRate: Float\r\n  costRate: Float\r\n  freezepastTimePeriod: Boolean\r\n  timePeriodStartDelay: Int\r\n  timePeriodEndDelay: Int\r\n  computedStartDate: Float\r\n  computedEndDate: Float\r\n  timePeriodComputedDuration: Int\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  stateUML_LifecycleState(filter: filterStateUML, orderBy: [orderByStateUML]): [StateUML]\r\n  timePeriod_PreviousPeriod(filter: filterTimePeriod, orderBy: [orderByTimePeriod]): [TimePeriod]\r\n  timePeriod_FollowingPeriod(filter: filterTimePeriod, orderBy: [orderByTimePeriod]): [TimePeriod]\r\n  usagecontext_ObjectValidWithinThePeriod(filter: filterUsagecontext, orderBy: [orderByUsagecontext]): [Usagecontext]\r\n  softwareInstallation_ObjectValidWithinThePeriod(filter: filterSoftwareInstallation, orderBy: [orderBySoftwareInstallation]): [SoftwareInstallation]\r\n  serverDeployed_ObjectValidWithinThePeriod(filter: filterServerDeployed, orderBy: [orderByServerDeployed]): [ServerDeployed]\r\n  softwareTechnologyStack_ObjectValidWithinThePeriod(filter: filterSoftwareTechnologyStack, orderBy: [orderBySoftwareTechnologyStack]): [SoftwareTechnologyStack]\r\n  softwareTechnology_ObjectValidWithinThePeriod(filter: filterSoftwareTechnology, orderBy: [orderBySoftwareTechnology]): [SoftwareTechnology]\r\n  businessCapability_ObjectValidWithinThePeriod(filter: filterBusinessCapability, orderBy: [orderByBusinessCapability]): [BusinessCapability]\r\n  initiative_ObjectValidWithinThePeriod(filter: filterInitiative, orderBy: [orderByInitiative]): [Initiative]\r\n  application_ObjectValidWithinThePeriod(filter: filterApplication, orderBy: [orderByApplication]): [Application]\r\n  orgUnit_ObjectValidWithinThePeriod(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  businessProcess_ObjectValidWithinThePeriod(filter: filterBusinessProcess, orderBy: [orderByBusinessProcess]): [BusinessProcess]\r\n}\r\n\r\ninput TimePeriodFilter {\r\n  and: [TimePeriodFilter!]\r\n  or: [TimePeriodFilter!]\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  timedObjectType: TimePeriodTimedObjectTypeEnum\r\n  timedObjectType_not: TimePeriodTimedObjectTypeEnum\r\n  timedObjectType_in: [TimePeriodTimedObjectTypeEnum!]\r\n  timedObjectType_not_in: [TimePeriodTimedObjectTypeEnum!]\r\n  timePeriodName: String\r\n  timePeriodName_not: String\r\n  timePeriodName_in: [String!]\r\n  timePeriodName_not_in: [String!]\r\n  timePeriodName_lt: String\r\n  timePeriodName_lte: String\r\n  timePeriodName_gt: String\r\n  timePeriodName_gte: String\r\n  timePeriodName_contains: String\r\n  timePeriodName_not_contains: String\r\n  timePeriodName_starts_with: String\r\n  timePeriodName_not_starts_with: String\r\n  timePeriodName_ends_with: String\r\n  timePeriodName_not_ends_with: String\r\n  timePeriodUnit: TimePeriodTimePeriodUnitEnum\r\n  timePeriodUnit_not: TimePeriodTimePeriodUnitEnum\r\n  timePeriodUnit_in: [TimePeriodTimePeriodUnitEnum!]\r\n  timePeriodUnit_not_in: [TimePeriodTimePeriodUnitEnum!]\r\n  absoluteStartDate: Date\r\n  absoluteStartDate_not: Date\r\n  absoluteStartDate_in: [Date!]\r\n  absoluteStartDate_not_in: [Date!]\r\n  absoluteStartDate_lt: Date\r\n  absoluteStartDate_lte: Date\r\n  absoluteStartDate_gt: Date\r\n  absoluteStartDate_gte: Date\r\n  absoluteEndDate: Date\r\n  absoluteEndDate_not: Date\r\n  absoluteEndDate_in: [Date!]\r\n  absoluteEndDate_not_in: [Date!]\r\n  absoluteEndDate_lt: Date\r\n  absoluteEndDate_lte: Date\r\n  absoluteEndDate_gt: Date\r\n  absoluteEndDate_gte: Date\r\n  cost: Float\r\n  cost_not: Float\r\n  cost_in: [Float!]\r\n  cost_not_in: [Float!]\r\n  cost_lt: Float\r\n  cost_lte: Float\r\n  cost_gt: Float\r\n  cost_gte: Float\r\n  revenue: Float\r\n  revenue_not: Float\r\n  revenue_in: [Float!]\r\n  revenue_not_in: [Float!]\r\n  revenue_lt: Float\r\n  revenue_lte: Float\r\n  revenue_gt: Float\r\n  revenue_gte: Float\r\n  rOIPercentage: Float\r\n  rOIPercentage_not: Float\r\n  rOIPercentage_in: [Float!]\r\n  rOIPercentage_not_in: [Float!]\r\n  rOIPercentage_lt: Float\r\n  rOIPercentage_lte: Float\r\n  rOIPercentage_gt: Float\r\n  rOIPercentage_gte: Float\r\n  rOIRate: Float\r\n  rOIRate_not: Float\r\n  rOIRate_in: [Float!]\r\n  rOIRate_not_in: [Float!]\r\n  rOIRate_lt: Float\r\n  rOIRate_lte: Float\r\n  rOIRate_gt: Float\r\n  rOIRate_gte: Float\r\n  costRate: Float\r\n  costRate_not: Float\r\n  costRate_in: [Float!]\r\n  costRate_not_in: [Float!]\r\n  costRate_lt: Float\r\n  costRate_lte: Float\r\n  costRate_gt: Float\r\n  costRate_gte: Float\r\n  freezepastTimePeriod: Boolean\r\n  freezepastTimePeriod_not: Boolean\r\n  timePeriodStartDelay: Int\r\n  timePeriodStartDelay_not: Int\r\n  timePeriodStartDelay_in: [Int!]\r\n  timePeriodStartDelay_not_in: [Int!]\r\n  timePeriodStartDelay_lt: Int\r\n  timePeriodStartDelay_lte: Int\r\n  timePeriodStartDelay_gt: Int\r\n  timePeriodStartDelay_gte: Int\r\n  timePeriodEndDelay: Int\r\n  timePeriodEndDelay_not: Int\r\n  timePeriodEndDelay_in: [Int!]\r\n  timePeriodEndDelay_not_in: [Int!]\r\n  timePeriodEndDelay_lt: Int\r\n  timePeriodEndDelay_lte: Int\r\n  timePeriodEndDelay_gt: Int\r\n  timePeriodEndDelay_gte: Int\r\n  computedStartDate: Float\r\n  computedStartDate_not: Float\r\n  computedStartDate_in: [Float!]\r\n  computedStartDate_not_in: [Float!]\r\n  computedStartDate_lt: Float\r\n  computedStartDate_lte: Float\r\n  computedStartDate_gt: Float\r\n  computedStartDate_gte: Float\r\n  computedEndDate: Float\r\n  computedEndDate_not: Float\r\n  computedEndDate_in: [Float!]\r\n  computedEndDate_not_in: [Float!]\r\n  computedEndDate_lt: Float\r\n  computedEndDate_lte: Float\r\n  computedEndDate_gt: Float\r\n  computedEndDate_gte: Float\r\n  timePeriodComputedDuration: Int\r\n  timePeriodComputedDuration_not: Int\r\n  timePeriodComputedDuration_in: [Int!]\r\n  timePeriodComputedDuration_not_in: [Int!]\r\n  timePeriodComputedDuration_lt: Int\r\n  timePeriodComputedDuration_lte: Int\r\n  timePeriodComputedDuration_gt: Int\r\n  timePeriodComputedDuration_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  stateUML_LifecycleState_some: [TimePeriodFilter!]\r\n  timePeriod_PreviousPeriod_some: [TimePeriodFilter!]\r\n  timePeriod_FollowingPeriod_some: [TimePeriodFilter!]\r\n  usagecontext_ObjectValidWithinThePeriod_some: [TimePeriodFilter!]\r\n  softwareInstallation_ObjectValidWithinThePeriod_some: [TimePeriodFilter!]\r\n  serverDeployed_ObjectValidWithinThePeriod_some: [TimePeriodFilter!]\r\n  softwareTechnologyStack_ObjectValidWithinThePeriod_some: [TimePeriodFilter!]\r\n  softwareTechnology_ObjectValidWithinThePeriod_some: [TimePeriodFilter!]\r\n  businessCapability_ObjectValidWithinThePeriod_some: [TimePeriodFilter!]\r\n  initiative_ObjectValidWithinThePeriod_some: [TimePeriodFilter!]\r\n  application_ObjectValidWithinThePeriod_some: [TimePeriodFilter!]\r\n  orgUnit_ObjectValidWithinThePeriod_some: [TimePeriodFilter!]\r\n  businessProcess_ObjectValidWithinThePeriod_some: [TimePeriodFilter!]\r\n}\r\n\r\nenum TimePeriodTimedObjectTypeEnum {\r\n  Artifact\r\n  Capability\r\n  Org_Unit\r\n  ResourceArchitecture\r\n  Standard\r\n  Application\r\n  BusinessService\r\n  Investment\r\n  MasterPlan\r\n  Message\r\n  Network\r\n  Node\r\n  Procedure\r\n  Project\r\n  Server\r\n  TechnicalInfrastructure\r\n  Workstation\r\n  Service\r\n}\r\n\r\nenum TimePeriodTimePeriodUnitEnum {\r\n  Day\r\n  Month\r\n  Quarter\r\n  Week\r\n  Year\r\n}\r\n\r\nenum TimePeriodUnitEnumFilter {\r\n  Day\r\n  Month\r\n  Quarter\r\n  Week\r\n  Year\r\n}\r\n\r\nenum UpdateFrequencyEnumFilter {\r\n  Bimonthly\r\n  Quarterly\r\n  HalfYearly\r\n  Yearly\r\n}\r\n\r\n# A Usage context allows you to specify the list of features presented to each user populations for a given installation.\r\ntype Usagecontext {\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  freezepastTimePeriod: Boolean\r\n  deploymentContextMetaPictureIdentifier: String\r\n  numberofusers: Int\r\n  hexaIdAbs: String\r\n  comment(format: StringFormat): String\r\n  timePeriod_PeriodOfValidity(filter: filterTimePeriod, orderBy: [orderByTimePeriod]): [TimePeriod]\r\n  softwareInstallation_DeployedApplication(filter: filterSoftwareInstallation, orderBy: [orderBySoftwareInstallation]): [SoftwareInstallation]\r\n  orgUnit_DeploymentUser(filter: filterOrgUnit, orderBy: [orderByOrgUnit]): [OrgUnit]\r\n  functionality_DeploymentFinality(filter: filterFunctionality, orderBy: [orderByFunctionality]): [Functionality]\r\n}\r\n\r\ninput UsagecontextFilter {\r\n  and: [UsagecontextFilter!]\r\n  or: [UsagecontextFilter!]\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  freezepastTimePeriod: Boolean\r\n  freezepastTimePeriod_not: Boolean\r\n  deploymentContextMetaPictureIdentifier: String\r\n  deploymentContextMetaPictureIdentifier_not: String\r\n  deploymentContextMetaPictureIdentifier_in: [String!]\r\n  deploymentContextMetaPictureIdentifier_not_in: [String!]\r\n  deploymentContextMetaPictureIdentifier_lt: String\r\n  deploymentContextMetaPictureIdentifier_lte: String\r\n  deploymentContextMetaPictureIdentifier_gt: String\r\n  deploymentContextMetaPictureIdentifier_gte: String\r\n  deploymentContextMetaPictureIdentifier_contains: String\r\n  deploymentContextMetaPictureIdentifier_not_contains: String\r\n  deploymentContextMetaPictureIdentifier_starts_with: String\r\n  deploymentContextMetaPictureIdentifier_not_starts_with: String\r\n  deploymentContextMetaPictureIdentifier_ends_with: String\r\n  deploymentContextMetaPictureIdentifier_not_ends_with: String\r\n  numberofusers: Int\r\n  numberofusers_not: Int\r\n  numberofusers_in: [Int!]\r\n  numberofusers_not_in: [Int!]\r\n  numberofusers_lt: Int\r\n  numberofusers_lte: Int\r\n  numberofusers_gt: Int\r\n  numberofusers_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  timePeriod_PeriodOfValidity_some: [UsagecontextFilter!]\r\n  softwareInstallation_DeployedApplication_some: [UsagecontextFilter!]\r\n  orgUnit_DeploymentUser_some: [UsagecontextFilter!]\r\n  functionality_DeploymentFinality_some: [UsagecontextFilter!]\r\n}\r\n\r\nenum ValidPersonEnumFilter {\r\n  Valid\r\n  Incomplete\r\n  Invalid\r\n}\r\n\r\nenum WorkflowStatusEnumFilter {\r\n  Studyinprogress\r\n  TechnologyEvaluated\r\n}\r\n\r\nenum WorkflowStatusFinancialEnumFilter {\r\n  Updateinprogress\r\n  Approvalinprogress\r\n  UpdateValidated\r\n}\r\n\r\nenum WorkflowStatusITandBusinessdataEnumFilter {\r\n  UpdateinProgress\r\n  Approvalinprogress\r\n  UpdateValidated\r\n}\r\n\r\nenum WorkRecoveryTimeWRTEnumFilter {\r\n  Critical\r\n  Serious\r\n  Significant\r\n  Minor\r\n}\r\n"