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.
RESPONSES
status: OK
"directive @camelCase on FIELD\r\n\r\ndirective @capitalize on FIELD\r\n\r\ndirective @currency(\r\n format: String\r\n currency: String\r\n) on FIELD\r\n\r\ndirective @date(\r\n format: String\r\n) on FIELD\r\n\r\ndirective @deburr on FIELD\r\n\r\ndirective @kebabCase on FIELD\r\n\r\ndirective @lowerFirst on FIELD\r\n\r\ndirective @number(\r\n format: String\r\n) on FIELD\r\n\r\ndirective @pascalCase on FIELD\r\n\r\ndirective @phone(\r\n format: String\r\n) on FIELD\r\n\r\ndirective @snakeCase on FIELD\r\n\r\ndirective @toLower on FIELD\r\n\r\ndirective @toUpper on FIELD\r\n\r\ndirective @trim on FIELD\r\n\r\ndirective @trimEnd on FIELD\r\n\r\ndirective @trimStart on FIELD\r\n\r\ndirective @upperFirst on FIELD\r\n\r\nenum AbstractEnum {\r\n No\r\n Yes\r\n}\r\n\r\nenum AggregateFunctionType {\r\n COUNT\r\n COUNTBLANK\r\n}\r\n\r\nenum AggregateNumbersFunctionType {\r\n COUNT\r\n COUNTBLANK\r\n SUM\r\n AVERAGE\r\n MEDIAN\r\n MIN\r\n MAX\r\n}\r\n\r\ntype Application implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n applicationCode: String\r\n cloudComputing(format: EnumFormat): CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype(format: EnumFormat): ApplicationStereotypeEnum\r\n applicationType(format: EnumFormat): ApplicationTypeEnum\r\n currentState: GraphQLObjectInterface\r\n globalExpense: CustomFloat\r\n currentNumberOfUsers: CustomInt\r\n costPerUser: CustomFloat\r\n rankAPM(format: EnumFormat): RankAPMEnum\r\n technologyCompliance(format: EnumFormat): TechnologyComplianceEnum\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n cASTHighlightID: CustomInt\r\n businessValueAPM(format: EnumFormat): BusinessValueAPMEnum\r\n functionalSupportAPM(format: EnumFormat): FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM(format: EnumFormat): TechnicalEfficiencyAPMEnum\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n closingDateCast(format: String, timeOffset: String): CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliency(format: EnumFormat): SoftwareResiliencyEnum\r\n softwareAgilityScore: CustomFloat\r\n softwareAgility(format: EnumFormat): SoftwareAgilityEnum\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceThresholds(format: EnumFormat): SoftwareEleganceThresholdsEnum\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile(format: EnumFormat): SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData(format: EnumFormat): WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial(format: EnumFormat): WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast(format: EnumFormat): SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile(format: EnumFormat): SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview(format: EnumFormat): StatusReviewEnum\r\n consent(format: EnumFormat): ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice(format: EnumFormat): GDPRContentOfNoticeEnum\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO(format: EnumFormat): RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO(format: EnumFormat): RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n workRecoveryTimeWRT(format: EnumFormat): WorkRecoveryTimeWRTEnum\r\n maximumTolerableDowntimeMTD(format: EnumFormat): MaximumTolerableDowntimeMTDEnum\r\n sLALevel(format: EnumFormat): SLALevelEnum\r\n applicationValidationDate(format: String, timeOffset: String): CustomDate\r\n dataFreshness(format: EnumFormat): DataFreshnessEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n applicationTemplate(format: EnumFormat): ApplicationTemplateEnum\r\n deploymentDate(format: String, timeOffset: String): CustomDate\r\n operatingApplicationDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n cASTHighlightCampaign_CastHighlightCampaign(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaign]\r\n cASTHighlightCampaign_CastHighlightCampaignAggregatedValues(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaignAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n softwareTechnologyStack(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStack]\r\n softwareTechnologyStackAggregatedValues(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology_UsedTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnology_UsedTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n softwareInstallation(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallationAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n applicationOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n softwareDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n iTOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n businessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_Application]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n globalApplicationFlowMap(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n globalApplicationFlowMapAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n sentApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n sentApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n receivedApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n sentApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n sentApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n receivedApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_VariantObject(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Application]\r\n application_VariantObjectAggregatedValues(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n application_VariedObject(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Application]\r\n application_VariedObjectAggregatedValues(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n businessCapability(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_Application]\r\n businessCapabilityAggregatedValues(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [BusinessCapabilityAggregatedValues]\r\n businessLine(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_Application]\r\n businessLineAggregatedValues(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [BusinessLineAggregatedValues]\r\n functionality(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_Application]\r\n functionalityAggregatedValues(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [FunctionalityAggregatedValues]\r\n businessProcess(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_Application]\r\n businessProcessAggregatedValues(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [BusinessProcessAggregatedValues]\r\n}\r\n\r\ntype ApplicationAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n applicationCode(function: AggregateFunctionType): CustomFloat\r\n cloudComputing(function: AggregateFunctionType): CustomFloat\r\n versionNumber(function: AggregateFunctionType): CustomFloat\r\n requiredMemorySize(function: AggregateFunctionType): CustomFloat\r\n applicationStereotype(function: AggregateFunctionType): CustomFloat\r\n applicationType(function: AggregateFunctionType): CustomFloat\r\n currentState(function: AggregateFunctionType): CustomFloat\r\n globalExpense(function: AggregateNumbersFunctionType): CustomFloat\r\n currentNumberOfUsers(function: AggregateNumbersFunctionType): CustomFloat\r\n costPerUser(function: AggregateNumbersFunctionType): CustomFloat\r\n rankAPM(function: AggregateFunctionType): CustomFloat\r\n technologyCompliance(function: AggregateFunctionType): CustomFloat\r\n expenses(function: AggregateNumbersFunctionType): CustomFloat\r\n capitalExpenses(function: AggregateNumbersFunctionType): CustomFloat\r\n operatingExpenses(function: AggregateNumbersFunctionType): CustomFloat\r\n cASTHighlightID(function: AggregateNumbersFunctionType): CustomFloat\r\n businessValueAPM(function: AggregateFunctionType): CustomFloat\r\n functionalSupportAPM(function: AggregateFunctionType): CustomFloat\r\n technicalEfficiencyAPM(function: AggregateFunctionType): CustomFloat\r\n beginLifeDate(function: AggregateFunctionType): CustomFloat\r\n endLifeDate(function: AggregateFunctionType): CustomFloat\r\n closingDateCast(function: AggregateFunctionType): CustomFloat\r\n softwareResiliencyScoreCASTHighligh(function: AggregateNumbersFunctionType): CustomFloat\r\n softwareResiliency(function: AggregateFunctionType): CustomFloat\r\n softwareAgilityScore(function: AggregateNumbersFunctionType): CustomFloat\r\n softwareAgility(function: AggregateFunctionType): CustomFloat\r\n softwareEleganceScoreCASTHighligh(function: AggregateNumbersFunctionType): CustomFloat\r\n softwareEleganceThresholds(function: AggregateFunctionType): CustomFloat\r\n cloudReadyScoreCASTHighlight(function: AggregateNumbersFunctionType): CustomFloat\r\n cloudReadyScanCASTHighlight(function: AggregateNumbersFunctionType): CustomFloat\r\n technicalDebtCast(function: AggregateNumbersFunctionType): CustomFloat\r\n numberOfLinesOfCodeCast(function: AggregateNumbersFunctionType): CustomFloat\r\n numberOfFilesCast(function: AggregateNumbersFunctionType): CustomFloat\r\n backFiredFunctionPointsCASTHighlight(function: AggregateNumbersFunctionType): CustomFloat\r\n softwareResiliencyQuartile(function: AggregateFunctionType): CustomFloat\r\n workflowStatusITAndBusinessData(function: AggregateFunctionType): CustomFloat\r\n workflowStatusFinancial(function: AggregateFunctionType): CustomFloat\r\n softwareAgilityQuartileCast(function: AggregateFunctionType): CustomFloat\r\n softwareEleganceQuartile(function: AggregateFunctionType): CustomFloat\r\n detailsCast(function: AggregateFunctionType): CustomFloat\r\n statusReview(function: AggregateFunctionType): CustomFloat\r\n consent(function: AggregateFunctionType): CustomFloat\r\n cost(function: AggregateNumbersFunctionType): CustomFloat\r\n revenue(function: AggregateNumbersFunctionType): CustomFloat\r\n rOIPercentage(function: AggregateNumbersFunctionType): CustomFloat\r\n rOIRate(function: AggregateNumbersFunctionType): CustomFloat\r\n costRate(function: AggregateNumbersFunctionType): CustomFloat\r\n gDPRContentOfNotice(function: AggregateFunctionType): CustomFloat\r\n assessmentFreshness(function: AggregateNumbersFunctionType): CustomFloat\r\n freezePastTimePeriod(function: AggregateFunctionType): CustomFloat\r\n recoveryPointObjectiveRPO(function: AggregateFunctionType): CustomFloat\r\n recoveryTimeObjectiveRTO(function: AggregateFunctionType): CustomFloat\r\n lastAssessmentDate(function: AggregateFunctionType): CustomFloat\r\n workRecoveryTimeWRT(function: AggregateFunctionType): CustomFloat\r\n maximumTolerableDowntimeMTD(function: AggregateFunctionType): CustomFloat\r\n sLALevel(function: AggregateFunctionType): CustomFloat\r\n applicationValidationDate(function: AggregateFunctionType): CustomFloat\r\n dataFreshness(function: AggregateFunctionType): CustomFloat\r\n currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n applicationTemplate(function: AggregateFunctionType): CustomFloat\r\n deploymentDate(function: AggregateFunctionType): CustomFloat\r\n operatingApplicationDate(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ntype ApplicationDataArea implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n entityDM(filter: Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataArea]\r\n entityDMAggregatedValues(filter: Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [EntityDMAggregatedValues]\r\n dataView(filter: Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataArea]\r\n dataViewAggregatedValues(filter: Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [DataViewAggregatedValues]\r\n class(filter: Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataArea]\r\n classAggregatedValues(filter: Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [ClassAggregatedValues]\r\n applicationDataArea_VariantObject(filter: Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaOrderBy]): [Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataArea]\r\n applicationDataArea_VariantObjectAggregatedValues(filter: Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n applicationDataArea_VariedObject(filter: Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaOrderBy]): [Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataArea]\r\n applicationDataArea_VariedObjectAggregatedValues(filter: Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n application(filter: Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaFilter, orderBy: [Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaOrderBy]): [Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataArea]\r\n applicationAggregatedValues(filter: Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaFilter, orderBy: [Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaOrderBy]): [ApplicationAggregatedValues]\r\n}\r\n\r\ntype ApplicationDataAreaAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput ApplicationDataAreaFilter {\r\n defaultField_b2701b9b884e473ca88438491cc48674: String\r\n and: [ApplicationDataAreaFilter!]\r\n or: [ApplicationDataAreaFilter!]\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 name_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n entityDM_some: [EntityDMFilter!]\r\n entityDM_count: countFilter\r\n dataView_some: [DataViewFilter!]\r\n dataView_count: countFilter\r\n class_some: [ClassFilter!]\r\n class_count: countFilter\r\n applicationDataArea_VariantObject_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_VariantObject_count: countFilter\r\n applicationDataArea_VariedObject_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_VariedObject_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n}\r\n\r\nenum ApplicationDataAreaOrderBy {\r\n name_ASC\r\n name_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ninput ApplicationFilter {\r\n defaultField_3720d8fd91904a8a9070b0f0f7dc8734: String\r\n and: [ApplicationFilter!]\r\n or: [ApplicationFilter!]\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 name_empty: Boolean\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 applicationCode_empty: Boolean\r\n cloudComputing: CloudComputingEnum\r\n cloudComputing_not: CloudComputingEnum\r\n cloudComputing_in: [CloudComputingEnum!]\r\n cloudComputing_not_in: [CloudComputingEnum!]\r\n cloudComputing_empty: Boolean\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 versionNumber_empty: Boolean\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 requiredMemorySize_empty: Boolean\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationStereotype_not: ApplicationStereotypeEnum\r\n applicationStereotype_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_not_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_empty: Boolean\r\n applicationType: ApplicationTypeEnum\r\n applicationType_not: ApplicationTypeEnum\r\n applicationType_in: [ApplicationTypeEnum!]\r\n applicationType_not_in: [ApplicationTypeEnum!]\r\n applicationType_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n globalExpense: CustomFloat\r\n globalExpense_not: CustomFloat\r\n globalExpense_in: [CustomFloat!]\r\n globalExpense_not_in: [CustomFloat!]\r\n globalExpense_lt: CustomFloat\r\n globalExpense_lte: CustomFloat\r\n globalExpense_gt: CustomFloat\r\n globalExpense_gte: CustomFloat\r\n globalExpense_empty: Boolean\r\n currentNumberOfUsers: CustomInt\r\n currentNumberOfUsers_not: CustomInt\r\n currentNumberOfUsers_in: [CustomInt!]\r\n currentNumberOfUsers_not_in: [CustomInt!]\r\n currentNumberOfUsers_lt: CustomInt\r\n currentNumberOfUsers_lte: CustomInt\r\n currentNumberOfUsers_gt: CustomInt\r\n currentNumberOfUsers_gte: CustomInt\r\n currentNumberOfUsers_empty: Boolean\r\n costPerUser: CustomFloat\r\n costPerUser_not: CustomFloat\r\n costPerUser_in: [CustomFloat!]\r\n costPerUser_not_in: [CustomFloat!]\r\n costPerUser_lt: CustomFloat\r\n costPerUser_lte: CustomFloat\r\n costPerUser_gt: CustomFloat\r\n costPerUser_gte: CustomFloat\r\n costPerUser_empty: Boolean\r\n rankAPM: RankAPMEnum\r\n rankAPM_not: RankAPMEnum\r\n rankAPM_in: [RankAPMEnum!]\r\n rankAPM_not_in: [RankAPMEnum!]\r\n rankAPM_empty: Boolean\r\n technologyCompliance: TechnologyComplianceEnum\r\n technologyCompliance_not: TechnologyComplianceEnum\r\n technologyCompliance_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_not_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\r\n businessValueAPM: BusinessValueAPMEnum\r\n businessValueAPM_not: BusinessValueAPMEnum\r\n businessValueAPM_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_not_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_empty: Boolean\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n functionalSupportAPM_not: FunctionalSupportAPMEnum\r\n functionalSupportAPM_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_not_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_empty: Boolean\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_not: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_not_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n closingDateCast: CustomDate\r\n closingDateCast_not: CustomDate\r\n closingDateCast_in: [CustomDate!]\r\n closingDateCast_not_in: [CustomDate!]\r\n closingDateCast_lt: CustomDate\r\n closingDateCast_lte: CustomDate\r\n closingDateCast_gt: CustomDate\r\n closingDateCast_gte: CustomDate\r\n closingDateCast_empty: Boolean\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_not: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_lt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_lte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_empty: Boolean\r\n softwareResiliency: SoftwareResiliencyEnum\r\n softwareResiliency_not: SoftwareResiliencyEnum\r\n softwareResiliency_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_not_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_empty: Boolean\r\n softwareAgilityScore: CustomFloat\r\n softwareAgilityScore_not: CustomFloat\r\n softwareAgilityScore_in: [CustomFloat!]\r\n softwareAgilityScore_not_in: [CustomFloat!]\r\n softwareAgilityScore_lt: CustomFloat\r\n softwareAgilityScore_lte: CustomFloat\r\n softwareAgilityScore_gt: CustomFloat\r\n softwareAgilityScore_gte: CustomFloat\r\n softwareAgilityScore_empty: Boolean\r\n softwareAgility: SoftwareAgilityEnum\r\n softwareAgility_not: SoftwareAgilityEnum\r\n softwareAgility_in: [SoftwareAgilityEnum!]\r\n softwareAgility_not_in: [SoftwareAgilityEnum!]\r\n softwareAgility_empty: Boolean\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceScoreCASTHighligh_not: CustomFloat\r\n softwareEleganceScoreCASTHighligh_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_lt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_lte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_empty: Boolean\r\n softwareEleganceThresholds: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_not: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_not_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_empty: Boolean\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScoreCASTHighlight_not: CustomFloat\r\n cloudReadyScoreCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_lt: CustomFloat\r\n cloudReadyScoreCASTHighlight_lte: CustomFloat\r\n cloudReadyScoreCASTHighlight_gt: CustomFloat\r\n cloudReadyScoreCASTHighlight_gte: CustomFloat\r\n cloudReadyScoreCASTHighlight_empty: Boolean\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight_not: CustomFloat\r\n cloudReadyScanCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_lt: CustomFloat\r\n cloudReadyScanCASTHighlight_lte: CustomFloat\r\n cloudReadyScanCASTHighlight_gt: CustomFloat\r\n cloudReadyScanCASTHighlight_gte: CustomFloat\r\n cloudReadyScanCASTHighlight_empty: Boolean\r\n technicalDebtCast: CustomFloat\r\n technicalDebtCast_not: CustomFloat\r\n technicalDebtCast_in: [CustomFloat!]\r\n technicalDebtCast_not_in: [CustomFloat!]\r\n technicalDebtCast_lt: CustomFloat\r\n technicalDebtCast_lte: CustomFloat\r\n technicalDebtCast_gt: CustomFloat\r\n technicalDebtCast_gte: CustomFloat\r\n technicalDebtCast_empty: Boolean\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfLinesOfCodeCast_not: CustomInt\r\n numberOfLinesOfCodeCast_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_not_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_lt: CustomInt\r\n numberOfLinesOfCodeCast_lte: CustomInt\r\n numberOfLinesOfCodeCast_gt: CustomInt\r\n numberOfLinesOfCodeCast_gte: CustomInt\r\n numberOfLinesOfCodeCast_empty: Boolean\r\n numberOfFilesCast: CustomInt\r\n numberOfFilesCast_not: CustomInt\r\n numberOfFilesCast_in: [CustomInt!]\r\n numberOfFilesCast_not_in: [CustomInt!]\r\n numberOfFilesCast_lt: CustomInt\r\n numberOfFilesCast_lte: CustomInt\r\n numberOfFilesCast_gt: CustomInt\r\n numberOfFilesCast_gte: CustomInt\r\n numberOfFilesCast_empty: Boolean\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_not: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_not_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_lt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_lte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_empty: Boolean\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_not: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_not_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_empty: Boolean\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_not: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_not_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_empty: Boolean\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_not: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_empty: Boolean\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_not: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_not_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_empty: Boolean\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_not: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_not_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_empty: Boolean\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 detailsCast_empty: Boolean\r\n statusReview: StatusReviewEnum\r\n statusReview_not: StatusReviewEnum\r\n statusReview_in: [StatusReviewEnum!]\r\n statusReview_not_in: [StatusReviewEnum!]\r\n statusReview_empty: Boolean\r\n consent: ConsentEnum\r\n consent_not: ConsentEnum\r\n consent_in: [ConsentEnum!]\r\n consent_not_in: [ConsentEnum!]\r\n consent_empty: Boolean\r\n cost: CustomFloat\r\n cost_not: CustomFloat\r\n cost_in: [CustomFloat!]\r\n cost_not_in: [CustomFloat!]\r\n cost_lt: CustomFloat\r\n cost_lte: CustomFloat\r\n cost_gt: CustomFloat\r\n cost_gte: CustomFloat\r\n cost_empty: Boolean\r\n revenue: CustomFloat\r\n revenue_not: CustomFloat\r\n revenue_in: [CustomFloat!]\r\n revenue_not_in: [CustomFloat!]\r\n revenue_lt: CustomFloat\r\n revenue_lte: CustomFloat\r\n revenue_gt: CustomFloat\r\n revenue_gte: CustomFloat\r\n revenue_empty: Boolean\r\n rOIPercentage: CustomFloat\r\n rOIPercentage_not: CustomFloat\r\n rOIPercentage_in: [CustomFloat!]\r\n rOIPercentage_not_in: [CustomFloat!]\r\n rOIPercentage_lt: CustomFloat\r\n rOIPercentage_lte: CustomFloat\r\n rOIPercentage_gt: CustomFloat\r\n rOIPercentage_gte: CustomFloat\r\n rOIPercentage_empty: Boolean\r\n rOIRate: CustomFloat\r\n rOIRate_not: CustomFloat\r\n rOIRate_in: [CustomFloat!]\r\n rOIRate_not_in: [CustomFloat!]\r\n rOIRate_lt: CustomFloat\r\n rOIRate_lte: CustomFloat\r\n rOIRate_gt: CustomFloat\r\n rOIRate_gte: CustomFloat\r\n rOIRate_empty: Boolean\r\n costRate: CustomFloat\r\n costRate_not: CustomFloat\r\n costRate_in: [CustomFloat!]\r\n costRate_not_in: [CustomFloat!]\r\n costRate_lt: CustomFloat\r\n costRate_lte: CustomFloat\r\n costRate_gt: CustomFloat\r\n costRate_gte: CustomFloat\r\n costRate_empty: Boolean\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_not: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_not_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_not: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_not_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_empty: Boolean\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_not: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_not_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_not: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_not_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_empty: Boolean\r\n maximumTolerableDowntimeMTD: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_not: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_not_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_empty: Boolean\r\n sLALevel: SLALevelEnum\r\n sLALevel_not: SLALevelEnum\r\n sLALevel_in: [SLALevelEnum!]\r\n sLALevel_not_in: [SLALevelEnum!]\r\n sLALevel_empty: Boolean\r\n applicationValidationDate: CustomDate\r\n applicationValidationDate_not: CustomDate\r\n applicationValidationDate_in: [CustomDate!]\r\n applicationValidationDate_not_in: [CustomDate!]\r\n applicationValidationDate_lt: CustomDate\r\n applicationValidationDate_lte: CustomDate\r\n applicationValidationDate_gt: CustomDate\r\n applicationValidationDate_gte: CustomDate\r\n applicationValidationDate_empty: Boolean\r\n dataFreshness: DataFreshnessEnum\r\n dataFreshness_not: DataFreshnessEnum\r\n dataFreshness_in: [DataFreshnessEnum!]\r\n dataFreshness_not_in: [DataFreshnessEnum!]\r\n dataFreshness_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n applicationTemplate: ApplicationTemplateEnum\r\n applicationTemplate_not: ApplicationTemplateEnum\r\n applicationTemplate_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_not_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_empty: Boolean\r\n deploymentDate: CustomDate\r\n deploymentDate_not: CustomDate\r\n deploymentDate_in: [CustomDate!]\r\n deploymentDate_not_in: [CustomDate!]\r\n deploymentDate_lt: CustomDate\r\n deploymentDate_lte: CustomDate\r\n deploymentDate_gt: CustomDate\r\n deploymentDate_gte: CustomDate\r\n deploymentDate_empty: Boolean\r\n operatingApplicationDate: CustomDate\r\n operatingApplicationDate_not: CustomDate\r\n operatingApplicationDate_in: [CustomDate!]\r\n operatingApplicationDate_not_in: [CustomDate!]\r\n operatingApplicationDate_lt: CustomDate\r\n operatingApplicationDate_lte: CustomDate\r\n operatingApplicationDate_gt: CustomDate\r\n operatingApplicationDate_gte: CustomDate\r\n operatingApplicationDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n applicationOwner_PersonSystem_some: [PersonSystemFilter!]\r\n applicationOwner_PersonSystem_count: countFilter\r\n softwareDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n softwareDesigner_PersonSystem_count: countFilter\r\n iTOwner_PersonSystem_some: [PersonSystemFilter!]\r\n iTOwner_PersonSystem_count: countFilter\r\n businessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n businessOwner_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n globalApplicationFlowMap_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_count: countFilter\r\n sentApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ContributingApplication_count: countFilter\r\n receivedApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ContributingApplication_count: countFilter\r\n cASTHighlightCampaign_CastHighlightCampaign_some: [CASTHighlightCampaignFilter!]\r\n cASTHighlightCampaign_CastHighlightCampaign_count: countFilter\r\n sentApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ApplicationParticipant_count: countFilter\r\n receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ApplicationParticipant_count: countFilter\r\n application_VariantObject_some: [ApplicationFilter!]\r\n application_VariantObject_count: countFilter\r\n application_VariedObject_some: [ApplicationFilter!]\r\n application_VariedObject_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n functionality_some: [FunctionalityFilter!]\r\n functionality_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n softwareTechnology_UsedTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_UsedTechnology_count: countFilter\r\n softwareInstallation_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n}\r\n\r\ntype ApplicationFlow implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n content(filter: ContentFilter, orderBy: [ContentOrderBy]): [Content]\r\n contentAggregatedValues(filter: ContentFilter, orderBy: [ContentOrderBy]): [ContentAggregatedValues]\r\n application_SenderResource_ContributingApplication(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n application_SenderResource_ContributingApplicationAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n globalApplicationFlowMap_SenderResource(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n globalApplicationFlowMap_SenderResourceAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n receivedApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n receivedApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_SenderResource_ApplicationParticipant(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n application_SenderResource_ApplicationParticipantAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n receivedApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n receivedApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_ReceiverResource_ContributingApplication(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n application_ReceiverResource_ContributingApplicationAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n globalApplicationFlowMap_ReceiverResource(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n globalApplicationFlowMap_ReceiverResourceAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n sentApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n sentApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_ReceiverResource_ApplicationParticipant(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n application_ReceiverResource_ApplicationParticipantAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n sentApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n sentApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n}\r\n\r\ntype ApplicationFlowAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput ApplicationFlowFilter {\r\n defaultField_a5a1d7a61a9d4be99f3eb6a4404c469f: String\r\n and: [ApplicationFlowFilter!]\r\n or: [ApplicationFlowFilter!]\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 name_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n application_SenderResource_ContributingApplication_some: [ApplicationFilter!]\r\n application_SenderResource_ContributingApplication_count: countFilter\r\n globalApplicationFlowMap_SenderResource_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_SenderResource_count: countFilter\r\n receivedApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ContributingApplication_count: countFilter\r\n application_SenderResource_ApplicationParticipant_some: [ApplicationFilter!]\r\n application_SenderResource_ApplicationParticipant_count: countFilter\r\n receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ApplicationParticipant_count: countFilter\r\n application_ReceiverResource_ContributingApplication_some: [ApplicationFilter!]\r\n application_ReceiverResource_ContributingApplication_count: countFilter\r\n globalApplicationFlowMap_ReceiverResource_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_ReceiverResource_count: countFilter\r\n sentApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ContributingApplication_count: countFilter\r\n application_ReceiverResource_ApplicationParticipant_some: [ApplicationFilter!]\r\n application_ReceiverResource_ApplicationParticipant_count: countFilter\r\n sentApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ApplicationParticipant_count: countFilter\r\n content_some: [ContentFilter!]\r\n content_count: countFilter\r\n}\r\n\r\nenum ApplicationFlowOrderBy {\r\n name_ASC\r\n name_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype ApplicationLocalDataStore implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n applicationDataArea(filter: ApplicationDataAreaFilter, orderBy: [ApplicationDataAreaOrderBy]): [ApplicationDataArea]\r\n applicationDataAreaAggregatedValues(filter: ApplicationDataAreaFilter, orderBy: [ApplicationDataAreaOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n}\r\n\r\nenum ApplicationOrderBy {\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 softwareResiliency_ASC\r\n softwareResiliency_DESC\r\n softwareAgilityScore_ASC\r\n softwareAgilityScore_DESC\r\n softwareAgility_ASC\r\n softwareAgility_DESC\r\n softwareEleganceScoreCASTHighligh_ASC\r\n softwareEleganceScoreCASTHighligh_DESC\r\n softwareEleganceThresholds_ASC\r\n softwareEleganceThresholds_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 softwareResiliencyQuartile_ASC\r\n softwareResiliencyQuartile_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 softwareEleganceQuartile_ASC\r\n softwareEleganceQuartile_DESC\r\n detailsCast_ASC\r\n detailsCast_DESC\r\n statusReview_ASC\r\n statusReview_DESC\r\n consent_ASC\r\n consent_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype ApplicationParticipant implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n sentApplicationFlow(filter: ApplicationFlowFilter, orderBy: [ApplicationFlowOrderBy]): [ApplicationFlow]\r\n sentApplicationFlowAggregatedValues(filter: ApplicationFlowFilter, orderBy: [ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow(filter: ApplicationFlowFilter, orderBy: [ApplicationFlowOrderBy]): [ApplicationFlow]\r\n receivedApplicationFlowAggregatedValues(filter: ApplicationFlowFilter, orderBy: [ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n}\r\n\r\nenum ApplicationStereotypeEnum {\r\n GUI\r\n PresentationLogic\r\n BusinessLogic\r\n DataManagement\r\n}\r\n\r\nenum ApplicationTemplateEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum ApplicationTypeEnum {\r\n SoftwarePackage\r\n InHouseApplication\r\n Middleware\r\n System\r\n OfficeSystem\r\n}\r\n\r\ntype BusinessCapability implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentState: GraphQLObjectInterface\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n capabilityEffectiveness(format: EnumFormat): CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n financialImpact(format: EnumFormat): FinancialImpactEnum\r\n capabilityEfficiency(format: EnumFormat): CapabilityEfficiencyEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n application(filter: Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityFilter, orderBy: [Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityOrderBy]): [Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapability]\r\n applicationAggregatedValues(filter: Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityFilter, orderBy: [Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit(filter: Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityFilter, orderBy: [Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityOrderBy]): [Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapability]\r\n orgUnitAggregatedValues(filter: Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityFilter, orderBy: [Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityOrderBy]): [OrgUnitAggregatedValues]\r\n businessCapability_VariantObject(filter: Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapabilityFilter, orderBy: [Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapabilityOrderBy]): [Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapability]\r\n businessCapability_VariantObjectAggregatedValues(filter: Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapabilityFilter, orderBy: [Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapabilityOrderBy]): [BusinessCapabilityAggregatedValues]\r\n businessCapability_VariedObject(filter: Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapabilityFilter, orderBy: [Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapabilityOrderBy]): [Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapability]\r\n businessCapability_VariedObjectAggregatedValues(filter: Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapabilityFilter, orderBy: [Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapabilityOrderBy]): [BusinessCapabilityAggregatedValues]\r\n}\r\n\r\ntype BusinessCapabilityAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n currentState(function: AggregateFunctionType): CustomFloat\r\n beginLifeDate(function: AggregateFunctionType): CustomFloat\r\n endLifeDate(function: AggregateFunctionType): CustomFloat\r\n capabilityEffectiveness(function: AggregateFunctionType): CustomFloat\r\n cost(function: AggregateNumbersFunctionType): CustomFloat\r\n revenue(function: AggregateNumbersFunctionType): CustomFloat\r\n rOIPercentage(function: AggregateNumbersFunctionType): CustomFloat\r\n rOIRate(function: AggregateNumbersFunctionType): CustomFloat\r\n costRate(function: AggregateNumbersFunctionType): CustomFloat\r\n assessmentFreshness(function: AggregateNumbersFunctionType): CustomFloat\r\n freezePastTimePeriod(function: AggregateFunctionType): CustomFloat\r\n lastAssessmentDate(function: AggregateFunctionType): CustomFloat\r\n currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n financialImpact(function: AggregateFunctionType): CustomFloat\r\n capabilityEfficiency(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput BusinessCapabilityFilter {\r\n defaultField_bf5ffa32817d4e1e9dd93684cbecfd20: String\r\n and: [BusinessCapabilityFilter!]\r\n or: [BusinessCapabilityFilter!]\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 name_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_not: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_not_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_empty: Boolean\r\n cost: CustomFloat\r\n cost_not: CustomFloat\r\n cost_in: [CustomFloat!]\r\n cost_not_in: [CustomFloat!]\r\n cost_lt: CustomFloat\r\n cost_lte: CustomFloat\r\n cost_gt: CustomFloat\r\n cost_gte: CustomFloat\r\n cost_empty: Boolean\r\n revenue: CustomFloat\r\n revenue_not: CustomFloat\r\n revenue_in: [CustomFloat!]\r\n revenue_not_in: [CustomFloat!]\r\n revenue_lt: CustomFloat\r\n revenue_lte: CustomFloat\r\n revenue_gt: CustomFloat\r\n revenue_gte: CustomFloat\r\n revenue_empty: Boolean\r\n rOIPercentage: CustomFloat\r\n rOIPercentage_not: CustomFloat\r\n rOIPercentage_in: [CustomFloat!]\r\n rOIPercentage_not_in: [CustomFloat!]\r\n rOIPercentage_lt: CustomFloat\r\n rOIPercentage_lte: CustomFloat\r\n rOIPercentage_gt: CustomFloat\r\n rOIPercentage_gte: CustomFloat\r\n rOIPercentage_empty: Boolean\r\n rOIRate: CustomFloat\r\n rOIRate_not: CustomFloat\r\n rOIRate_in: [CustomFloat!]\r\n rOIRate_not_in: [CustomFloat!]\r\n rOIRate_lt: CustomFloat\r\n rOIRate_lte: CustomFloat\r\n rOIRate_gt: CustomFloat\r\n rOIRate_gte: CustomFloat\r\n rOIRate_empty: Boolean\r\n costRate: CustomFloat\r\n costRate_not: CustomFloat\r\n costRate_in: [CustomFloat!]\r\n costRate_not_in: [CustomFloat!]\r\n costRate_lt: CustomFloat\r\n costRate_lte: CustomFloat\r\n costRate_gt: CustomFloat\r\n costRate_gte: CustomFloat\r\n costRate_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n financialImpact: FinancialImpactEnum\r\n financialImpact_not: FinancialImpactEnum\r\n financialImpact_in: [FinancialImpactEnum!]\r\n financialImpact_not_in: [FinancialImpactEnum!]\r\n financialImpact_empty: Boolean\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n capabilityEfficiency_not: CapabilityEfficiencyEnum\r\n capabilityEfficiency_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_not_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n businessCapability_VariantObject_some: [BusinessCapabilityFilter!]\r\n businessCapability_VariantObject_count: countFilter\r\n businessCapability_VariedObject_some: [BusinessCapabilityFilter!]\r\n businessCapability_VariedObject_count: countFilter\r\n}\r\n\r\ntype BusinessCapabilityFulfillment implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n coverageRatio: CustomInt\r\n computedCoverageRatio: CustomInt\r\n iTARecommendationStatus: Boolean\r\n assessmentFreshness: CustomFloat\r\n compositeRealizationName: String\r\n realizationQuality(format: EnumFormat): RealizationQualityEnum\r\n capabilityFulfillmentMetaPictureIdentifier: GraphQLObjectInterface\r\n costContributionKeyRealization: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n businessCapability(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy]): [BusinessCapability]\r\n businessCapabilityAggregatedValues(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy]): [BusinessCapabilityAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n}\r\n\r\nenum BusinessCapabilityOrderBy {\r\n name_ASC\r\n name_DESC\r\n currentState_ASC\r\n currentState_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n financialImpact_ASC\r\n financialImpact_DESC\r\n capabilityEfficiency_ASC\r\n capabilityEfficiency_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype BusinessDocument implements GraphQLObjectInterface {\r\n uploadUrl: String\r\n downloadUrl: String\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n applicationDataArea_DocumentedObject(filter: ApplicationDataAreaFilter, orderBy: [ApplicationDataAreaOrderBy]): [ApplicationDataArea]\r\n applicationDataArea_DocumentedObjectAggregatedValues(filter: ApplicationDataAreaFilter, orderBy: [ApplicationDataAreaOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n entityDM_DocumentedObject(filter: EntityDMFilter, orderBy: [EntityDMOrderBy]): [EntityDM]\r\n entityDM_DocumentedObjectAggregatedValues(filter: EntityDMFilter, orderBy: [EntityDMOrderBy]): [EntityDMAggregatedValues]\r\n functionality_DocumentedObject(filter: FunctionalityFilter, orderBy: [FunctionalityOrderBy]): [Functionality]\r\n functionality_DocumentedObjectAggregatedValues(filter: FunctionalityFilter, orderBy: [FunctionalityOrderBy]): [FunctionalityAggregatedValues]\r\n businessLine_DocumentedObject(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLine_DocumentedObjectAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n content_DocumentedObject(filter: ContentFilter, orderBy: [ContentOrderBy]): [Content]\r\n content_DocumentedObjectAggregatedValues(filter: ContentFilter, orderBy: [ContentOrderBy]): [ContentAggregatedValues]\r\n softwareTechnologyStack_DocumentedObject(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStack]\r\n softwareTechnologyStack_DocumentedObjectAggregatedValues(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n technicalFunctionality_DocumentedObject(filter: TechnicalFunctionalityFilter, orderBy: [TechnicalFunctionalityOrderBy]): [TechnicalFunctionality]\r\n technicalFunctionality_DocumentedObjectAggregatedValues(filter: TechnicalFunctionalityFilter, orderBy: [TechnicalFunctionalityOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n dataView_DocumentedObject(filter: DataViewFilter, orderBy: [DataViewOrderBy]): [DataView]\r\n dataView_DocumentedObjectAggregatedValues(filter: DataViewFilter, orderBy: [DataViewOrderBy]): [DataViewAggregatedValues]\r\n softwareTechnology_DocumentedObject(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnology_DocumentedObjectAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n risk_DocumentedObject(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_DocumentedObjectAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n businessCapability_DocumentedObject(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy]): [BusinessCapability]\r\n businessCapability_DocumentedObjectAggregatedValues(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy]): [BusinessCapabilityAggregatedValues]\r\n globalApplicationFlowMap_DocumentedObject(filter: GlobalApplicationFlowMapFilter, orderBy: [GlobalApplicationFlowMapOrderBy]): [GlobalApplicationFlowMap]\r\n globalApplicationFlowMap_DocumentedObjectAggregatedValues(filter: GlobalApplicationFlowMapFilter, orderBy: [GlobalApplicationFlowMapOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n class_DocumentedObject(filter: ClassFilter, orderBy: [ClassOrderBy]): [Class]\r\n class_DocumentedObjectAggregatedValues(filter: ClassFilter, orderBy: [ClassOrderBy]): [ClassAggregatedValues]\r\n application_DocumentedObject(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_DocumentedObjectAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_DocumentedObject(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_DocumentedObjectAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n site_DocumentedObject(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n site_DocumentedObjectAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n applicationFlow_DocumentedObject(filter: ApplicationFlowFilter, orderBy: [ApplicationFlowOrderBy]): [ApplicationFlow]\r\n applicationFlow_DocumentedObjectAggregatedValues(filter: ApplicationFlowFilter, orderBy: [ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n businessProcess_DocumentedObject(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_DocumentedObjectAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n applicationDataArea_Object(filter: ApplicationDataAreaFilter, orderBy: [ApplicationDataAreaOrderBy]): [ApplicationDataArea]\r\n applicationDataArea_ObjectAggregatedValues(filter: ApplicationDataAreaFilter, orderBy: [ApplicationDataAreaOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n entityDM_Object(filter: EntityDMFilter, orderBy: [EntityDMOrderBy]): [EntityDM]\r\n entityDM_ObjectAggregatedValues(filter: EntityDMFilter, orderBy: [EntityDMOrderBy]): [EntityDMAggregatedValues]\r\n functionality_Object(filter: FunctionalityFilter, orderBy: [FunctionalityOrderBy]): [Functionality]\r\n functionality_ObjectAggregatedValues(filter: FunctionalityFilter, orderBy: [FunctionalityOrderBy]): [FunctionalityAggregatedValues]\r\n businessLine_Object(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLine_ObjectAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n content_Object(filter: ContentFilter, orderBy: [ContentOrderBy]): [Content]\r\n content_ObjectAggregatedValues(filter: ContentFilter, orderBy: [ContentOrderBy]): [ContentAggregatedValues]\r\n softwareTechnologyStack_Object(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStack]\r\n softwareTechnologyStack_ObjectAggregatedValues(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n technicalFunctionality_Object(filter: TechnicalFunctionalityFilter, orderBy: [TechnicalFunctionalityOrderBy]): [TechnicalFunctionality]\r\n technicalFunctionality_ObjectAggregatedValues(filter: TechnicalFunctionalityFilter, orderBy: [TechnicalFunctionalityOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n dataView_Object(filter: DataViewFilter, orderBy: [DataViewOrderBy]): [DataView]\r\n dataView_ObjectAggregatedValues(filter: DataViewFilter, orderBy: [DataViewOrderBy]): [DataViewAggregatedValues]\r\n softwareTechnology_Object(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnology_ObjectAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n risk_Object(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_ObjectAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n businessCapability_Object(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy]): [BusinessCapability]\r\n businessCapability_ObjectAggregatedValues(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy]): [BusinessCapabilityAggregatedValues]\r\n globalApplicationFlowMap_Object(filter: GlobalApplicationFlowMapFilter, orderBy: [GlobalApplicationFlowMapOrderBy]): [GlobalApplicationFlowMap]\r\n globalApplicationFlowMap_ObjectAggregatedValues(filter: GlobalApplicationFlowMapFilter, orderBy: [GlobalApplicationFlowMapOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n class_Object(filter: ClassFilter, orderBy: [ClassOrderBy]): [Class]\r\n class_ObjectAggregatedValues(filter: ClassFilter, orderBy: [ClassOrderBy]): [ClassAggregatedValues]\r\n application_Object(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_ObjectAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_Object(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ObjectAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n site_Object(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n site_ObjectAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n applicationFlow_Object(filter: ApplicationFlowFilter, orderBy: [ApplicationFlowOrderBy]): [ApplicationFlow]\r\n applicationFlow_ObjectAggregatedValues(filter: ApplicationFlowFilter, orderBy: [ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n businessProcess_Object(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ObjectAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n documentCategory(filter: DocumentCategoryFilter, orderBy: [DocumentCategoryOrderBy]): [DocumentCategory]\r\n documentCategoryAggregatedValues(filter: DocumentCategoryFilter, orderBy: [DocumentCategoryOrderBy]): [DocumentCategoryAggregatedValues]\r\n businessDocumentPattern_DocumentPattern(filter: BusinessDocumentPatternFilter, orderBy: [BusinessDocumentPatternOrderBy]): [BusinessDocumentPattern]\r\n businessDocumentPattern_DocumentPatternAggregatedValues(filter: BusinessDocumentPatternFilter, orderBy: [BusinessDocumentPatternOrderBy]): [BusinessDocumentPatternAggregatedValues]\r\n businessDocumentVersion_DocumentVersions(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_DocumentVersionsAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n}\r\n\r\ntype BusinessDocumentAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n isCiphered(function: AggregateFunctionType): CustomFloat\r\n gDPRDocumentID(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput BusinessDocumentFilter {\r\n defaultField_5548fdfc702c499abc6eabb7c0f202a6: String\r\n and: [BusinessDocumentFilter!]\r\n or: [BusinessDocumentFilter!]\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 name_empty: Boolean\r\n isCiphered: Boolean\r\n isCiphered_not: Boolean\r\n isCiphered_empty: 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 gDPRDocumentID_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n applicationDataArea_DocumentedObject_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_DocumentedObject_count: countFilter\r\n entityDM_DocumentedObject_some: [EntityDMFilter!]\r\n entityDM_DocumentedObject_count: countFilter\r\n functionality_DocumentedObject_some: [FunctionalityFilter!]\r\n functionality_DocumentedObject_count: countFilter\r\n businessLine_DocumentedObject_some: [BusinessLineFilter!]\r\n businessLine_DocumentedObject_count: countFilter\r\n content_DocumentedObject_some: [ContentFilter!]\r\n content_DocumentedObject_count: countFilter\r\n softwareTechnologyStack_DocumentedObject_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_DocumentedObject_count: countFilter\r\n technicalFunctionality_DocumentedObject_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_DocumentedObject_count: countFilter\r\n dataView_DocumentedObject_some: [DataViewFilter!]\r\n dataView_DocumentedObject_count: countFilter\r\n softwareTechnology_DocumentedObject_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_DocumentedObject_count: countFilter\r\n risk_DocumentedObject_some: [RiskFilter!]\r\n risk_DocumentedObject_count: countFilter\r\n businessCapability_DocumentedObject_some: [BusinessCapabilityFilter!]\r\n businessCapability_DocumentedObject_count: countFilter\r\n globalApplicationFlowMap_DocumentedObject_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_DocumentedObject_count: countFilter\r\n class_DocumentedObject_some: [ClassFilter!]\r\n class_DocumentedObject_count: countFilter\r\n application_DocumentedObject_some: [ApplicationFilter!]\r\n application_DocumentedObject_count: countFilter\r\n orgUnit_DocumentedObject_some: [OrgUnitFilter!]\r\n orgUnit_DocumentedObject_count: countFilter\r\n site_DocumentedObject_some: [SiteFilter!]\r\n site_DocumentedObject_count: countFilter\r\n applicationFlow_DocumentedObject_some: [ApplicationFlowFilter!]\r\n applicationFlow_DocumentedObject_count: countFilter\r\n businessProcess_DocumentedObject_some: [BusinessProcessFilter!]\r\n businessProcess_DocumentedObject_count: countFilter\r\n applicationDataArea_Object_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_Object_count: countFilter\r\n entityDM_Object_some: [EntityDMFilter!]\r\n entityDM_Object_count: countFilter\r\n functionality_Object_some: [FunctionalityFilter!]\r\n functionality_Object_count: countFilter\r\n businessLine_Object_some: [BusinessLineFilter!]\r\n businessLine_Object_count: countFilter\r\n content_Object_some: [ContentFilter!]\r\n content_Object_count: countFilter\r\n softwareTechnologyStack_Object_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_Object_count: countFilter\r\n technicalFunctionality_Object_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_Object_count: countFilter\r\n dataView_Object_some: [DataViewFilter!]\r\n dataView_Object_count: countFilter\r\n softwareTechnology_Object_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_Object_count: countFilter\r\n risk_Object_some: [RiskFilter!]\r\n risk_Object_count: countFilter\r\n businessCapability_Object_some: [BusinessCapabilityFilter!]\r\n businessCapability_Object_count: countFilter\r\n globalApplicationFlowMap_Object_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_Object_count: countFilter\r\n class_Object_some: [ClassFilter!]\r\n class_Object_count: countFilter\r\n application_Object_some: [ApplicationFilter!]\r\n application_Object_count: countFilter\r\n orgUnit_Object_some: [OrgUnitFilter!]\r\n orgUnit_Object_count: countFilter\r\n site_Object_some: [SiteFilter!]\r\n site_Object_count: countFilter\r\n applicationFlow_Object_some: [ApplicationFlowFilter!]\r\n applicationFlow_Object_count: countFilter\r\n businessProcess_Object_some: [BusinessProcessFilter!]\r\n businessProcess_Object_count: countFilter\r\n documentCategory_some: [DocumentCategoryFilter!]\r\n documentCategory_count: countFilter\r\n businessDocumentPattern_DocumentPattern_some: [BusinessDocumentPatternFilter!]\r\n businessDocumentPattern_DocumentPattern_count: countFilter\r\n businessDocumentVersion_DocumentVersions_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_DocumentVersions_count: countFilter\r\n}\r\n\r\nenum BusinessDocumentOrderBy {\r\n name_ASC\r\n name_DESC\r\n isCiphered_ASC\r\n isCiphered_DESC\r\n gDPRDocumentID_ASC\r\n gDPRDocumentID_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype BusinessDocumentPattern implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n ciphered: Boolean\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n documentCategory(filter: DocumentCategoryFilter, orderBy: [DocumentCategoryOrderBy]): [DocumentCategory]\r\n documentCategoryAggregatedValues(filter: DocumentCategoryFilter, orderBy: [DocumentCategoryOrderBy]): [DocumentCategoryAggregatedValues]\r\n businessDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n}\r\n\r\ntype BusinessDocumentPatternAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n ciphered(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput BusinessDocumentPatternFilter {\r\n defaultField_66f3be13434842fd8dfd3793facf219d: String\r\n and: [BusinessDocumentPatternFilter!]\r\n or: [BusinessDocumentPatternFilter!]\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 name_empty: Boolean\r\n ciphered: Boolean\r\n ciphered_not: Boolean\r\n ciphered_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n documentCategory_some: [DocumentCategoryFilter!]\r\n documentCategory_count: countFilter\r\n businessDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_count: countFilter\r\n}\r\n\r\nenum BusinessDocumentPatternOrderBy {\r\n name_ASC\r\n name_DESC\r\n ciphered_ASC\r\n ciphered_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype BusinessDocumentVersion implements GraphQLObjectInterface {\r\n downloadUrl: String\r\n name(language: Languages, nameSpace: nameSpace): String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n applicationDataArea_DocumentedObject(filter: ApplicationDataAreaFilter, orderBy: [ApplicationDataAreaOrderBy]): [ApplicationDataArea]\r\n applicationDataArea_DocumentedObjectAggregatedValues(filter: ApplicationDataAreaFilter, orderBy: [ApplicationDataAreaOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n entityDM_DocumentedObject(filter: EntityDMFilter, orderBy: [EntityDMOrderBy]): [EntityDM]\r\n entityDM_DocumentedObjectAggregatedValues(filter: EntityDMFilter, orderBy: [EntityDMOrderBy]): [EntityDMAggregatedValues]\r\n functionality_DocumentedObject(filter: FunctionalityFilter, orderBy: [FunctionalityOrderBy]): [Functionality]\r\n functionality_DocumentedObjectAggregatedValues(filter: FunctionalityFilter, orderBy: [FunctionalityOrderBy]): [FunctionalityAggregatedValues]\r\n businessLine_DocumentedObject(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLine_DocumentedObjectAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n content_DocumentedObject(filter: ContentFilter, orderBy: [ContentOrderBy]): [Content]\r\n content_DocumentedObjectAggregatedValues(filter: ContentFilter, orderBy: [ContentOrderBy]): [ContentAggregatedValues]\r\n softwareTechnologyStack_DocumentedObject(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStack]\r\n softwareTechnologyStack_DocumentedObjectAggregatedValues(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n technicalFunctionality_DocumentedObject(filter: TechnicalFunctionalityFilter, orderBy: [TechnicalFunctionalityOrderBy]): [TechnicalFunctionality]\r\n technicalFunctionality_DocumentedObjectAggregatedValues(filter: TechnicalFunctionalityFilter, orderBy: [TechnicalFunctionalityOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n dataView_DocumentedObject(filter: DataViewFilter, orderBy: [DataViewOrderBy]): [DataView]\r\n dataView_DocumentedObjectAggregatedValues(filter: DataViewFilter, orderBy: [DataViewOrderBy]): [DataViewAggregatedValues]\r\n softwareTechnology_DocumentedObject(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnology_DocumentedObjectAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n risk_DocumentedObject(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_DocumentedObjectAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n businessCapability_DocumentedObject(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy]): [BusinessCapability]\r\n businessCapability_DocumentedObjectAggregatedValues(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy]): [BusinessCapabilityAggregatedValues]\r\n globalApplicationFlowMap_DocumentedObject(filter: GlobalApplicationFlowMapFilter, orderBy: [GlobalApplicationFlowMapOrderBy]): [GlobalApplicationFlowMap]\r\n globalApplicationFlowMap_DocumentedObjectAggregatedValues(filter: GlobalApplicationFlowMapFilter, orderBy: [GlobalApplicationFlowMapOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n class_DocumentedObject(filter: ClassFilter, orderBy: [ClassOrderBy]): [Class]\r\n class_DocumentedObjectAggregatedValues(filter: ClassFilter, orderBy: [ClassOrderBy]): [ClassAggregatedValues]\r\n application_DocumentedObject(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_DocumentedObjectAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_DocumentedObject(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_DocumentedObjectAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n site_DocumentedObject(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n site_DocumentedObjectAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n applicationFlow_DocumentedObject(filter: ApplicationFlowFilter, orderBy: [ApplicationFlowOrderBy]): [ApplicationFlow]\r\n applicationFlow_DocumentedObjectAggregatedValues(filter: ApplicationFlowFilter, orderBy: [ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n businessProcess_DocumentedObject(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_DocumentedObjectAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n applicationDataArea_Object(filter: ApplicationDataAreaFilter, orderBy: [ApplicationDataAreaOrderBy]): [ApplicationDataArea]\r\n applicationDataArea_ObjectAggregatedValues(filter: ApplicationDataAreaFilter, orderBy: [ApplicationDataAreaOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n entityDM_Object(filter: EntityDMFilter, orderBy: [EntityDMOrderBy]): [EntityDM]\r\n entityDM_ObjectAggregatedValues(filter: EntityDMFilter, orderBy: [EntityDMOrderBy]): [EntityDMAggregatedValues]\r\n functionality_Object(filter: FunctionalityFilter, orderBy: [FunctionalityOrderBy]): [Functionality]\r\n functionality_ObjectAggregatedValues(filter: FunctionalityFilter, orderBy: [FunctionalityOrderBy]): [FunctionalityAggregatedValues]\r\n businessLine_Object(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLine_ObjectAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n content_Object(filter: ContentFilter, orderBy: [ContentOrderBy]): [Content]\r\n content_ObjectAggregatedValues(filter: ContentFilter, orderBy: [ContentOrderBy]): [ContentAggregatedValues]\r\n softwareTechnologyStack_Object(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStack]\r\n softwareTechnologyStack_ObjectAggregatedValues(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n technicalFunctionality_Object(filter: TechnicalFunctionalityFilter, orderBy: [TechnicalFunctionalityOrderBy]): [TechnicalFunctionality]\r\n technicalFunctionality_ObjectAggregatedValues(filter: TechnicalFunctionalityFilter, orderBy: [TechnicalFunctionalityOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n dataView_Object(filter: DataViewFilter, orderBy: [DataViewOrderBy]): [DataView]\r\n dataView_ObjectAggregatedValues(filter: DataViewFilter, orderBy: [DataViewOrderBy]): [DataViewAggregatedValues]\r\n softwareTechnology_Object(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnology_ObjectAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n risk_Object(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_ObjectAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n businessCapability_Object(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy]): [BusinessCapability]\r\n businessCapability_ObjectAggregatedValues(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy]): [BusinessCapabilityAggregatedValues]\r\n globalApplicationFlowMap_Object(filter: GlobalApplicationFlowMapFilter, orderBy: [GlobalApplicationFlowMapOrderBy]): [GlobalApplicationFlowMap]\r\n globalApplicationFlowMap_ObjectAggregatedValues(filter: GlobalApplicationFlowMapFilter, orderBy: [GlobalApplicationFlowMapOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n class_Object(filter: ClassFilter, orderBy: [ClassOrderBy]): [Class]\r\n class_ObjectAggregatedValues(filter: ClassFilter, orderBy: [ClassOrderBy]): [ClassAggregatedValues]\r\n application_Object(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_ObjectAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_Object(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ObjectAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n site_Object(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n site_ObjectAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n applicationFlow_Object(filter: ApplicationFlowFilter, orderBy: [ApplicationFlowOrderBy]): [ApplicationFlow]\r\n applicationFlow_ObjectAggregatedValues(filter: ApplicationFlowFilter, orderBy: [ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n businessProcess_Object(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ObjectAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n businessDocument_Document(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_DocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n}\r\n\r\ntype BusinessDocumentVersionAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n fileExtension(function: AggregateFunctionType): CustomFloat\r\n businessDocumentVersionName(function: AggregateFunctionType): CustomFloat\r\n documentVersion(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput BusinessDocumentVersionFilter {\r\n defaultField_4eb5c32418d44ab6bb09c9a0aeabc5ec: String\r\n and: [BusinessDocumentVersionFilter!]\r\n or: [BusinessDocumentVersionFilter!]\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 name_empty: Boolean\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 fileExtension_empty: Boolean\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 businessDocumentVersionName_empty: Boolean\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 documentVersion_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n applicationDataArea_DocumentedObject_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_DocumentedObject_count: countFilter\r\n entityDM_DocumentedObject_some: [EntityDMFilter!]\r\n entityDM_DocumentedObject_count: countFilter\r\n functionality_DocumentedObject_some: [FunctionalityFilter!]\r\n functionality_DocumentedObject_count: countFilter\r\n businessLine_DocumentedObject_some: [BusinessLineFilter!]\r\n businessLine_DocumentedObject_count: countFilter\r\n content_DocumentedObject_some: [ContentFilter!]\r\n content_DocumentedObject_count: countFilter\r\n softwareTechnologyStack_DocumentedObject_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_DocumentedObject_count: countFilter\r\n technicalFunctionality_DocumentedObject_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_DocumentedObject_count: countFilter\r\n dataView_DocumentedObject_some: [DataViewFilter!]\r\n dataView_DocumentedObject_count: countFilter\r\n softwareTechnology_DocumentedObject_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_DocumentedObject_count: countFilter\r\n risk_DocumentedObject_some: [RiskFilter!]\r\n risk_DocumentedObject_count: countFilter\r\n businessCapability_DocumentedObject_some: [BusinessCapabilityFilter!]\r\n businessCapability_DocumentedObject_count: countFilter\r\n globalApplicationFlowMap_DocumentedObject_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_DocumentedObject_count: countFilter\r\n class_DocumentedObject_some: [ClassFilter!]\r\n class_DocumentedObject_count: countFilter\r\n application_DocumentedObject_some: [ApplicationFilter!]\r\n application_DocumentedObject_count: countFilter\r\n orgUnit_DocumentedObject_some: [OrgUnitFilter!]\r\n orgUnit_DocumentedObject_count: countFilter\r\n site_DocumentedObject_some: [SiteFilter!]\r\n site_DocumentedObject_count: countFilter\r\n applicationFlow_DocumentedObject_some: [ApplicationFlowFilter!]\r\n applicationFlow_DocumentedObject_count: countFilter\r\n businessProcess_DocumentedObject_some: [BusinessProcessFilter!]\r\n businessProcess_DocumentedObject_count: countFilter\r\n applicationDataArea_Object_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_Object_count: countFilter\r\n entityDM_Object_some: [EntityDMFilter!]\r\n entityDM_Object_count: countFilter\r\n functionality_Object_some: [FunctionalityFilter!]\r\n functionality_Object_count: countFilter\r\n businessLine_Object_some: [BusinessLineFilter!]\r\n businessLine_Object_count: countFilter\r\n content_Object_some: [ContentFilter!]\r\n content_Object_count: countFilter\r\n softwareTechnologyStack_Object_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_Object_count: countFilter\r\n technicalFunctionality_Object_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_Object_count: countFilter\r\n dataView_Object_some: [DataViewFilter!]\r\n dataView_Object_count: countFilter\r\n softwareTechnology_Object_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_Object_count: countFilter\r\n risk_Object_some: [RiskFilter!]\r\n risk_Object_count: countFilter\r\n businessCapability_Object_some: [BusinessCapabilityFilter!]\r\n businessCapability_Object_count: countFilter\r\n globalApplicationFlowMap_Object_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_Object_count: countFilter\r\n class_Object_some: [ClassFilter!]\r\n class_Object_count: countFilter\r\n application_Object_some: [ApplicationFilter!]\r\n application_Object_count: countFilter\r\n orgUnit_Object_some: [OrgUnitFilter!]\r\n orgUnit_Object_count: countFilter\r\n site_Object_some: [SiteFilter!]\r\n site_Object_count: countFilter\r\n applicationFlow_Object_some: [ApplicationFlowFilter!]\r\n applicationFlow_Object_count: countFilter\r\n businessProcess_Object_some: [BusinessProcessFilter!]\r\n businessProcess_Object_count: countFilter\r\n businessDocument_Document_some: [BusinessDocumentFilter!]\r\n businessDocument_Document_count: countFilter\r\n}\r\n\r\nenum BusinessDocumentVersionOrderBy {\r\n name_ASC\r\n name_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype BusinessLine implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n customerSatisfaction(format: EnumFormat): CustomerSatisfactionEnum\r\n assessmentFreshness: CustomFloat\r\n businessLineCode: String\r\n cASTHighlightID: CustomInt\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n businessLine_ParentBusinessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLine_ParentBusinessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n businessLine_SubBusinessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLine_SubBusinessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n application(filter: Relationship_Application_Application_BusinessLineApplication_BusinessLineFilter, orderBy: [Relationship_Application_Application_BusinessLineApplication_BusinessLineOrderBy]): [Relationship_Application_Application_BusinessLineApplication_BusinessLine]\r\n applicationAggregatedValues(filter: Relationship_Application_Application_BusinessLineApplication_BusinessLineFilter, orderBy: [Relationship_Application_Application_BusinessLineApplication_BusinessLineOrderBy]): [ApplicationAggregatedValues]\r\n}\r\n\r\ntype BusinessLineAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n customerSatisfaction(function: AggregateFunctionType): CustomFloat\r\n assessmentFreshness(function: AggregateNumbersFunctionType): CustomFloat\r\n businessLineCode(function: AggregateFunctionType): CustomFloat\r\n cASTHighlightID(function: AggregateNumbersFunctionType): CustomFloat\r\n lastAssessmentDate(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput BusinessLineFilter {\r\n and: [BusinessLineFilter!]\r\n or: [BusinessLineFilter!]\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 name_empty: Boolean\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n customerSatisfaction_not: CustomerSatisfactionEnum\r\n customerSatisfaction_in: [CustomerSatisfactionEnum!]\r\n customerSatisfaction_not_in: [CustomerSatisfactionEnum!]\r\n customerSatisfaction_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\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 businessLineCode_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n businessLine_ParentBusinessLine_some: [BusinessLineFilter!]\r\n businessLine_ParentBusinessLine_count: countFilter\r\n businessLine_SubBusinessLine_some: [BusinessLineFilter!]\r\n businessLine_SubBusinessLine_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n}\r\n\r\nenum BusinessLineOrderBy {\r\n name_ASC\r\n name_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype BusinessProcess implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentState: GraphQLObjectInterface\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n businessProcess_AggregationOf(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_AggregationOfAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n businessProcess_Component(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ComponentAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n businessProcess_VariantObject(filter: Relationship_BusinessProcess_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessProcessFilter, orderBy: [Relationship_BusinessProcess_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessProcessOrderBy]): [Relationship_BusinessProcess_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessProcess]\r\n businessProcess_VariantObjectAggregatedValues(filter: Relationship_BusinessProcess_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessProcessFilter, orderBy: [Relationship_BusinessProcess_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n businessProcess_VariedObject(filter: Relationship_BusinessProcess_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessProcessFilter, orderBy: [Relationship_BusinessProcess_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessProcessOrderBy]): [Relationship_BusinessProcess_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessProcess]\r\n businessProcess_VariedObjectAggregatedValues(filter: Relationship_BusinessProcess_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessProcessFilter, orderBy: [Relationship_BusinessProcess_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n application(filter: Relationship_Application_Application_ProcessusApplication_BusinessProcessFilter, orderBy: [Relationship_Application_Application_ProcessusApplication_BusinessProcessOrderBy]): [Relationship_Application_Application_ProcessusApplication_BusinessProcess]\r\n applicationAggregatedValues(filter: Relationship_Application_Application_ProcessusApplication_BusinessProcessFilter, orderBy: [Relationship_Application_Application_ProcessusApplication_BusinessProcessOrderBy]): [ApplicationAggregatedValues]\r\n}\r\n\r\ntype BusinessProcessAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n currentState(function: AggregateFunctionType): CustomFloat\r\n beginLifeDate(function: AggregateFunctionType): CustomFloat\r\n endLifeDate(function: AggregateFunctionType): CustomFloat\r\n triggeredByEvent(function: AggregateFunctionType): CustomFloat\r\n businessProcessCode(function: AggregateFunctionType): CustomFloat\r\n assessmentFreshness(function: AggregateNumbersFunctionType): CustomFloat\r\n freezePastTimePeriod(function: AggregateFunctionType): CustomFloat\r\n lastAssessmentDate(function: AggregateFunctionType): CustomFloat\r\n currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput BusinessProcessFilter {\r\n defaultField_af1264e8f2bb45e1830277ae7fa9e987: String\r\n and: [BusinessProcessFilter!]\r\n or: [BusinessProcessFilter!]\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 name_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n triggeredByEvent: Boolean\r\n triggeredByEvent_not: Boolean\r\n triggeredByEvent_empty: 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 businessProcessCode_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n businessProcess_VariantObject_some: [BusinessProcessFilter!]\r\n businessProcess_VariantObject_count: countFilter\r\n businessProcess_VariedObject_some: [BusinessProcessFilter!]\r\n businessProcess_VariedObject_count: countFilter\r\n businessProcess_AggregationOf_some: [BusinessProcessFilter!]\r\n businessProcess_AggregationOf_count: countFilter\r\n businessProcess_Component_some: [BusinessProcessFilter!]\r\n businessProcess_Component_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n}\r\n\r\nenum BusinessProcessOrderBy {\r\n name_ASC\r\n name_DESC\r\n currentState_ASC\r\n currentState_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype BusinessRole implements GraphQLObjectInterface {\r\n businessRoleMultiplicity(format: EnumFormat): BusinessRoleMultiplicityEnum\r\n metaAttributeType(format: EnumFormat): MetaAttributeTypeEnum\r\n metaAttributeLength: CustomInt\r\n metaAttributeFormat(format: EnumFormat): MetaAttributeFormatEnum\r\n abbreviation(language: Languages): String\r\n defaultInternalValue: String\r\n extendedProperties(format: EnumFormat): ExtendedPropertiesEnum\r\n defaultMetaTextFormat(format: EnumFormat): DefaultMetaTextFormatEnum\r\n refersText(format: StringFormat): String\r\n businessRoleStatus(format: EnumFormat): BusinessRoleStatusEnum\r\n proposeAllUsers: Boolean\r\n businessRoleDisplay(format: EnumFormat): BusinessRoleDisplayEnum\r\n gUIName(language: Languages): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n personSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n personSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [PersonSystemAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_ApplicationDataArea_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_ApplicationDataArea_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_ApplicationDataArea_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n entityDM(filter: Relationship_EntityDM_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_EntityDM_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_EntityDM_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n entityDMAggregatedValues(filter: Relationship_EntityDM_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_EntityDM_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [EntityDMAggregatedValues]\r\n usagecontext(filter: Relationship_UsageContext_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_UsageContext_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_UsageContext_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n usagecontextAggregatedValues(filter: Relationship_UsageContext_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_UsageContext_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [UsageContextAggregatedValues]\r\n softwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n softwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [SoftwareInstallationAggregatedValues]\r\n functionality(filter: Relationship_Functionality_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Functionality_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_Functionality_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n functionalityAggregatedValues(filter: Relationship_Functionality_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Functionality_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [FunctionalityAggregatedValues]\r\n content(filter: Relationship_Content_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Content_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_Content_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n contentAggregatedValues(filter: Relationship_Content_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Content_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [ContentAggregatedValues]\r\n softwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n softwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n technicalFunctionality(filter: Relationship_TechnicalFunctionality_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_TechnicalFunctionality_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_TechnicalFunctionality_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n technicalFunctionalityAggregatedValues(filter: Relationship_TechnicalFunctionality_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_TechnicalFunctionality_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n portfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [PortfolioAggregatedValues]\r\n dataView(filter: Relationship_DataView_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_DataView_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_DataView_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n dataViewAggregatedValues(filter: Relationship_DataView_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_DataView_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [DataViewAggregatedValues]\r\n softwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n softwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n risk(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n riskAggregatedValues(filter: Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [RiskAggregatedValues]\r\n businessCapability(filter: Relationship_BusinessCapability_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_BusinessCapability_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_BusinessCapability_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n businessCapabilityAggregatedValues(filter: Relationship_BusinessCapability_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_BusinessCapability_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [BusinessCapabilityAggregatedValues]\r\n class(filter: Relationship_Class_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Class_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_Class_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n classAggregatedValues(filter: Relationship_Class_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Class_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [ClassAggregatedValues]\r\n application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n applicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n orgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [OrgUnitAggregatedValues]\r\n site(filter: Relationship_Site_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Site_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_Site_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n siteAggregatedValues(filter: Relationship_Site_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Site_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [SiteAggregatedValues]\r\n businessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n businessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [BusinessProcessAggregatedValues]\r\n}\r\n\r\ntype BusinessRoleAggregatedValues {\r\n businessRoleMultiplicity(function: AggregateFunctionType): CustomFloat\r\n metaAttributeType(function: AggregateFunctionType): CustomFloat\r\n metaAttributeLength(function: AggregateNumbersFunctionType): CustomFloat\r\n metaAttributeFormat(function: AggregateFunctionType): CustomFloat\r\n abbreviation(function: AggregateFunctionType): CustomFloat\r\n defaultInternalValue(function: AggregateFunctionType): CustomFloat\r\n extendedProperties(function: AggregateFunctionType): CustomFloat\r\n defaultMetaTextFormat(function: AggregateFunctionType): CustomFloat\r\n refersText(function: AggregateFunctionType): CustomFloat\r\n businessRoleStatus(function: AggregateFunctionType): CustomFloat\r\n proposeAllUsers(function: AggregateFunctionType): CustomFloat\r\n businessRoleDisplay(function: AggregateFunctionType): CustomFloat\r\n gUIName(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\nenum BusinessRoleDisplayEnum {\r\n Always\r\n IfNotIncludedInAnotherBusinessRole\r\n}\r\n\r\ninput BusinessRoleFilter {\r\n and: [BusinessRoleFilter!]\r\n or: [BusinessRoleFilter!]\r\n businessRoleMultiplicity: BusinessRoleMultiplicityEnum\r\n businessRoleMultiplicity_not: BusinessRoleMultiplicityEnum\r\n businessRoleMultiplicity_in: [BusinessRoleMultiplicityEnum!]\r\n businessRoleMultiplicity_not_in: [BusinessRoleMultiplicityEnum!]\r\n businessRoleMultiplicity_empty: Boolean\r\n metaAttributeType: MetaAttributeTypeEnum\r\n metaAttributeType_not: MetaAttributeTypeEnum\r\n metaAttributeType_in: [MetaAttributeTypeEnum!]\r\n metaAttributeType_not_in: [MetaAttributeTypeEnum!]\r\n metaAttributeType_empty: Boolean\r\n metaAttributeLength: CustomInt\r\n metaAttributeLength_not: CustomInt\r\n metaAttributeLength_in: [CustomInt!]\r\n metaAttributeLength_not_in: [CustomInt!]\r\n metaAttributeLength_lt: CustomInt\r\n metaAttributeLength_lte: CustomInt\r\n metaAttributeLength_gt: CustomInt\r\n metaAttributeLength_gte: CustomInt\r\n metaAttributeLength_empty: Boolean\r\n metaAttributeFormat: MetaAttributeFormatEnum\r\n metaAttributeFormat_not: MetaAttributeFormatEnum\r\n metaAttributeFormat_in: [MetaAttributeFormatEnum!]\r\n metaAttributeFormat_not_in: [MetaAttributeFormatEnum!]\r\n metaAttributeFormat_empty: Boolean\r\n abbreviation: String\r\n abbreviation_not: String\r\n abbreviation_in: [String!]\r\n abbreviation_not_in: [String!]\r\n abbreviation_lt: String\r\n abbreviation_lte: String\r\n abbreviation_gt: String\r\n abbreviation_gte: String\r\n abbreviation_contains: String\r\n abbreviation_not_contains: String\r\n abbreviation_starts_with: String\r\n abbreviation_not_starts_with: String\r\n abbreviation_ends_with: String\r\n abbreviation_not_ends_with: String\r\n abbreviation_empty: Boolean\r\n defaultInternalValue: String\r\n defaultInternalValue_not: String\r\n defaultInternalValue_in: [String!]\r\n defaultInternalValue_not_in: [String!]\r\n defaultInternalValue_lt: String\r\n defaultInternalValue_lte: String\r\n defaultInternalValue_gt: String\r\n defaultInternalValue_gte: String\r\n defaultInternalValue_contains: String\r\n defaultInternalValue_not_contains: String\r\n defaultInternalValue_starts_with: String\r\n defaultInternalValue_not_starts_with: String\r\n defaultInternalValue_ends_with: String\r\n defaultInternalValue_not_ends_with: String\r\n defaultInternalValue_empty: Boolean\r\n extendedProperties: ExtendedPropertiesEnum\r\n extendedProperties_not: ExtendedPropertiesEnum\r\n extendedProperties_in: [ExtendedPropertiesEnum!]\r\n extendedProperties_not_in: [ExtendedPropertiesEnum!]\r\n extendedProperties_empty: Boolean\r\n defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n defaultMetaTextFormat_not: DefaultMetaTextFormatEnum\r\n defaultMetaTextFormat_in: [DefaultMetaTextFormatEnum!]\r\n defaultMetaTextFormat_not_in: [DefaultMetaTextFormatEnum!]\r\n defaultMetaTextFormat_empty: Boolean\r\n refersText: String\r\n refersText_not: String\r\n refersText_in: [String!]\r\n refersText_not_in: [String!]\r\n refersText_lt: String\r\n refersText_lte: String\r\n refersText_gt: String\r\n refersText_gte: String\r\n refersText_contains: String\r\n refersText_not_contains: String\r\n refersText_starts_with: String\r\n refersText_not_starts_with: String\r\n refersText_ends_with: String\r\n refersText_not_ends_with: String\r\n refersText_empty: Boolean\r\n businessRoleStatus: BusinessRoleStatusEnum\r\n businessRoleStatus_not: BusinessRoleStatusEnum\r\n businessRoleStatus_in: [BusinessRoleStatusEnum!]\r\n businessRoleStatus_not_in: [BusinessRoleStatusEnum!]\r\n businessRoleStatus_empty: Boolean\r\n proposeAllUsers: Boolean\r\n proposeAllUsers_not: Boolean\r\n proposeAllUsers_empty: Boolean\r\n businessRoleDisplay: BusinessRoleDisplayEnum\r\n businessRoleDisplay_not: BusinessRoleDisplayEnum\r\n businessRoleDisplay_in: [BusinessRoleDisplayEnum!]\r\n businessRoleDisplay_not_in: [BusinessRoleDisplayEnum!]\r\n businessRoleDisplay_empty: Boolean\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 gUIName_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 name_empty: Boolean\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 comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n personSystem_some: [PersonSystemFilter!]\r\n personSystem_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n entityDM_some: [EntityDMFilter!]\r\n entityDM_count: countFilter\r\n usagecontext_some: [UsageContextFilter!]\r\n usagecontext_count: countFilter\r\n softwareInstallation_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_count: countFilter\r\n functionality_some: [FunctionalityFilter!]\r\n functionality_count: countFilter\r\n content_some: [ContentFilter!]\r\n content_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n technicalFunctionality_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_count: countFilter\r\n portfolio_some: [PortfolioFilter!]\r\n portfolio_count: countFilter\r\n dataView_some: [DataViewFilter!]\r\n dataView_count: countFilter\r\n softwareTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n class_some: [ClassFilter!]\r\n class_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n site_some: [SiteFilter!]\r\n site_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n}\r\n\r\nenum BusinessRoleMultiplicityEnum {\r\n Many\r\n ZeroToOne\r\n One\r\n OneToMany\r\n}\r\n\r\nenum BusinessRoleOrderBy {\r\n businessRoleMultiplicity_ASC\r\n businessRoleMultiplicity_DESC\r\n metaAttributeType_ASC\r\n metaAttributeType_DESC\r\n metaAttributeLength_ASC\r\n metaAttributeLength_DESC\r\n metaAttributeFormat_ASC\r\n metaAttributeFormat_DESC\r\n abbreviation_ASC\r\n abbreviation_DESC\r\n defaultInternalValue_ASC\r\n defaultInternalValue_DESC\r\n extendedProperties_ASC\r\n extendedProperties_DESC\r\n defaultMetaTextFormat_ASC\r\n defaultMetaTextFormat_DESC\r\n refersText_ASC\r\n refersText_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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum BusinessRoleStatusEnum {\r\n Active\r\n Inactive\r\n}\r\n\r\nenum BusinessValueAPMEnum {\r\n Medium\r\n Good\r\n Poor\r\n Low\r\n}\r\n\r\ntype CASTHighlightCampaign implements GraphQLObjectInterface {\r\n castToken: String\r\n cASTHighlightID: CustomInt\r\n closingDateCast(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n application_CastHighlightObject(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_CastHighlightObjectAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n portfolio(filter: PortfolioFilter, orderBy: [PortfolioOrderBy]): [Portfolio]\r\n portfolioAggregatedValues(filter: PortfolioFilter, orderBy: [PortfolioOrderBy]): [PortfolioAggregatedValues]\r\n}\r\n\r\ntype CASTHighlightCampaignAggregatedValues {\r\n castToken(function: AggregateFunctionType): CustomFloat\r\n cASTHighlightID(function: AggregateNumbersFunctionType): CustomFloat\r\n closingDateCast(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput CASTHighlightCampaignFilter {\r\n and: [CASTHighlightCampaignFilter!]\r\n or: [CASTHighlightCampaignFilter!]\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 castToken_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\r\n closingDateCast: CustomDate\r\n closingDateCast_not: CustomDate\r\n closingDateCast_in: [CustomDate!]\r\n closingDateCast_not_in: [CustomDate!]\r\n closingDateCast_lt: CustomDate\r\n closingDateCast_lte: CustomDate\r\n closingDateCast_gt: CustomDate\r\n closingDateCast_gte: CustomDate\r\n closingDateCast_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 name_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n application_CastHighlightObject_some: [ApplicationFilter!]\r\n application_CastHighlightObject_count: countFilter\r\n portfolio_some: [PortfolioFilter!]\r\n portfolio_count: countFilter\r\n}\r\n\r\nenum CASTHighlightCampaignOrderBy {\r\n castToken_ASC\r\n castToken_DESC\r\n cASTHighlightID_ASC\r\n cASTHighlightID_DESC\r\n closingDateCast_ASC\r\n closingDateCast_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum CapabilityEffectivenessEnum {\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 CapabilityEfficiencyEnum {\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\ntype Class implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n classMetaClassIdAbs: GraphQLObjectInterface\r\n abstract(format: EnumFormat): AbstractEnum\r\n isRoot(format: EnumFormat): IsRootEnum\r\n isLeaf(format: EnumFormat): IsLeafEnum\r\n persistence(format: EnumFormat): PersistenceEnum\r\n isActive(format: EnumFormat): IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification(format: EnumFormat): ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant(format: StringFormat): String\r\n codeNamePrefix: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n class_VariantObject(filter: Relationship_Class_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ClassFilter, orderBy: [Relationship_Class_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ClassOrderBy]): [Relationship_Class_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Class]\r\n class_VariantObjectAggregatedValues(filter: Relationship_Class_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ClassFilter, orderBy: [Relationship_Class_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ClassOrderBy]): [ClassAggregatedValues]\r\n class_VariedObject(filter: Relationship_Class_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ClassFilter, orderBy: [Relationship_Class_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ClassOrderBy]): [Relationship_Class_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Class]\r\n class_VariedObjectAggregatedValues(filter: Relationship_Class_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ClassFilter, orderBy: [Relationship_Class_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ClassOrderBy]): [ClassAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_ClassFilter, orderBy: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_ClassOrderBy]): [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_Class]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_ClassFilter, orderBy: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_ClassOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n}\r\n\r\ntype ClassAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n classMetaClassIdAbs(function: AggregateFunctionType): CustomFloat\r\n abstract(function: AggregateFunctionType): CustomFloat\r\n isRoot(function: AggregateFunctionType): CustomFloat\r\n isLeaf(function: AggregateFunctionType): CustomFloat\r\n persistence(function: AggregateFunctionType): CustomFloat\r\n isActive(function: AggregateFunctionType): CustomFloat\r\n templateParameters(function: AggregateFunctionType): CustomFloat\r\n expressionType(function: AggregateFunctionType): CustomFloat\r\n classIdentification(function: AggregateFunctionType): CustomFloat\r\n decimal(function: AggregateFunctionType): CustomFloat\r\n length(function: AggregateFunctionType): CustomFloat\r\n invariant(function: AggregateFunctionType): CustomFloat\r\n codeNamePrefix(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput ClassFilter {\r\n defaultField_d41efe3666914f53b43205efff83829d: String\r\n and: [ClassFilter!]\r\n or: [ClassFilter!]\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 name_empty: Boolean\r\n classMetaClassIdAbs: String\r\n classMetaClassIdAbs_not: String\r\n classMetaClassIdAbs_in: [String!]\r\n classMetaClassIdAbs_not_in: [String!]\r\n classMetaClassIdAbs_empty: Boolean\r\n abstract: AbstractEnum\r\n abstract_not: AbstractEnum\r\n abstract_in: [AbstractEnum!]\r\n abstract_not_in: [AbstractEnum!]\r\n abstract_empty: Boolean\r\n isRoot: IsRootEnum\r\n isRoot_not: IsRootEnum\r\n isRoot_in: [IsRootEnum!]\r\n isRoot_not_in: [IsRootEnum!]\r\n isRoot_empty: Boolean\r\n isLeaf: IsLeafEnum\r\n isLeaf_not: IsLeafEnum\r\n isLeaf_in: [IsLeafEnum!]\r\n isLeaf_not_in: [IsLeafEnum!]\r\n isLeaf_empty: Boolean\r\n persistence: PersistenceEnum\r\n persistence_not: PersistenceEnum\r\n persistence_in: [PersistenceEnum!]\r\n persistence_not_in: [PersistenceEnum!]\r\n persistence_empty: Boolean\r\n isActive: IsActiveEnum\r\n isActive_not: IsActiveEnum\r\n isActive_in: [IsActiveEnum!]\r\n isActive_not_in: [IsActiveEnum!]\r\n isActive_empty: Boolean\r\n templateParameters: String\r\n templateParameters_not: String\r\n templateParameters_in: [String!]\r\n templateParameters_not_in: [String!]\r\n templateParameters_lt: String\r\n templateParameters_lte: String\r\n templateParameters_gt: String\r\n templateParameters_gte: String\r\n templateParameters_contains: String\r\n templateParameters_not_contains: String\r\n templateParameters_starts_with: String\r\n templateParameters_not_starts_with: String\r\n templateParameters_ends_with: String\r\n templateParameters_not_ends_with: String\r\n templateParameters_empty: Boolean\r\n expressionType: String\r\n expressionType_not: String\r\n expressionType_in: [String!]\r\n expressionType_not_in: [String!]\r\n expressionType_lt: String\r\n expressionType_lte: String\r\n expressionType_gt: String\r\n expressionType_gte: String\r\n expressionType_contains: String\r\n expressionType_not_contains: String\r\n expressionType_starts_with: String\r\n expressionType_not_starts_with: String\r\n expressionType_ends_with: String\r\n expressionType_not_ends_with: String\r\n expressionType_empty: Boolean\r\n classIdentification: ClassIdentificationEnum\r\n classIdentification_not: ClassIdentificationEnum\r\n classIdentification_in: [ClassIdentificationEnum!]\r\n classIdentification_not_in: [ClassIdentificationEnum!]\r\n classIdentification_empty: Boolean\r\n decimal: String\r\n decimal_not: String\r\n decimal_in: [String!]\r\n decimal_not_in: [String!]\r\n decimal_lt: String\r\n decimal_lte: String\r\n decimal_gt: String\r\n decimal_gte: String\r\n decimal_contains: String\r\n decimal_not_contains: String\r\n decimal_starts_with: String\r\n decimal_not_starts_with: String\r\n decimal_ends_with: String\r\n decimal_not_ends_with: String\r\n decimal_empty: Boolean\r\n length: String\r\n length_not: String\r\n length_in: [String!]\r\n length_not_in: [String!]\r\n length_lt: String\r\n length_lte: String\r\n length_gt: String\r\n length_gte: String\r\n length_contains: String\r\n length_not_contains: String\r\n length_starts_with: String\r\n length_not_starts_with: String\r\n length_ends_with: String\r\n length_not_ends_with: String\r\n length_empty: Boolean\r\n invariant: String\r\n invariant_not: String\r\n invariant_in: [String!]\r\n invariant_not_in: [String!]\r\n invariant_lt: String\r\n invariant_lte: String\r\n invariant_gt: String\r\n invariant_gte: String\r\n invariant_contains: String\r\n invariant_not_contains: String\r\n invariant_starts_with: String\r\n invariant_not_starts_with: String\r\n invariant_ends_with: String\r\n invariant_not_ends_with: String\r\n invariant_empty: Boolean\r\n codeNamePrefix: String\r\n codeNamePrefix_not: String\r\n codeNamePrefix_in: [String!]\r\n codeNamePrefix_not_in: [String!]\r\n codeNamePrefix_lt: String\r\n codeNamePrefix_lte: String\r\n codeNamePrefix_gt: String\r\n codeNamePrefix_gte: String\r\n codeNamePrefix_contains: String\r\n codeNamePrefix_not_contains: String\r\n codeNamePrefix_starts_with: String\r\n codeNamePrefix_not_starts_with: String\r\n codeNamePrefix_ends_with: String\r\n codeNamePrefix_not_ends_with: String\r\n codeNamePrefix_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n class_VariantObject_some: [ClassFilter!]\r\n class_VariantObject_count: countFilter\r\n class_VariedObject_some: [ClassFilter!]\r\n class_VariedObject_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n}\r\n\r\nenum ClassIdentificationEnum {\r\n Attribute\r\n Automatic\r\n NoIdentifier\r\n Key\r\n}\r\n\r\nenum ClassOrderBy {\r\n name_ASC\r\n name_DESC\r\n classMetaClassIdAbs_ASC\r\n classMetaClassIdAbs_DESC\r\n abstract_ASC\r\n abstract_DESC\r\n isRoot_ASC\r\n isRoot_DESC\r\n isLeaf_ASC\r\n isLeaf_DESC\r\n persistence_ASC\r\n persistence_DESC\r\n isActive_ASC\r\n isActive_DESC\r\n templateParameters_ASC\r\n templateParameters_DESC\r\n expressionType_ASC\r\n expressionType_DESC\r\n classIdentification_ASC\r\n classIdentification_DESC\r\n decimal_ASC\r\n decimal_DESC\r\n length_ASC\r\n length_DESC\r\n invariant_ASC\r\n invariant_DESC\r\n codeNamePrefix_ASC\r\n codeNamePrefix_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum CloudComputingEnum {\r\n On_Premises\r\n Cloud_IaaS\r\n Cloud_PaaS\r\n Cloud_SaaS\r\n}\r\n\r\nenum CompanyStandardEnum {\r\n Expected\r\n Accepted\r\n Prohibited\r\n Unknown\r\n}\r\n\r\nenum CompanyStandardSoftwareTechnologyStackEnum {\r\n Expected\r\n Accepted\r\n Prohibited\r\n Unknown\r\n}\r\n\r\nenum ComputedCompanyStandardEnum {\r\n Expected\r\n Accepted\r\n Prohibited\r\n Unknown\r\n}\r\n\r\nenum ComputedCostNatureEnum {\r\n Manpower\r\n Service\r\n SofwareLicense\r\n Infrastructure\r\n}\r\n\r\nenum ComputedCostTypeEnum {\r\n CapitalExpenses\r\n OperatingExpenses\r\n}\r\n\r\nenum ConsentEnum {\r\n Yes\r\n No\r\n}\r\n\r\ntype Content implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n contentType(format: EnumFormat): ContentTypeEnum\r\n contentName(language: Languages): String\r\n flowType(format: EnumFormat): FlowTypeEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n applicationFlow(filter: ApplicationFlowFilter, orderBy: [ApplicationFlowOrderBy]): [ApplicationFlow]\r\n applicationFlowAggregatedValues(filter: ApplicationFlowFilter, orderBy: [ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n content_VariantObject(filter: Relationship_Content_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ContentFilter, orderBy: [Relationship_Content_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ContentOrderBy]): [Relationship_Content_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Content]\r\n content_VariantObjectAggregatedValues(filter: Relationship_Content_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ContentFilter, orderBy: [Relationship_Content_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ContentOrderBy]): [ContentAggregatedValues]\r\n content_VariedObject(filter: Relationship_Content_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ContentFilter, orderBy: [Relationship_Content_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ContentOrderBy]): [Relationship_Content_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Content]\r\n content_VariedObjectAggregatedValues(filter: Relationship_Content_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ContentFilter, orderBy: [Relationship_Content_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ContentOrderBy]): [ContentAggregatedValues]\r\n}\r\n\r\ntype ContentAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n contentType(function: AggregateFunctionType): CustomFloat\r\n contentName(function: AggregateFunctionType): CustomFloat\r\n flowType(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput ContentFilter {\r\n defaultField_b8f624a7094446a08289f81c57571c1d: String\r\n and: [ContentFilter!]\r\n or: [ContentFilter!]\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 name_empty: Boolean\r\n contentType: ContentTypeEnum\r\n contentType_not: ContentTypeEnum\r\n contentType_in: [ContentTypeEnum!]\r\n contentType_not_in: [ContentTypeEnum!]\r\n contentType_empty: Boolean\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 contentName_empty: Boolean\r\n flowType: FlowTypeEnum\r\n flowType_not: FlowTypeEnum\r\n flowType_in: [FlowTypeEnum!]\r\n flowType_not_in: [FlowTypeEnum!]\r\n flowType_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n content_VariantObject_some: [ContentFilter!]\r\n content_VariantObject_count: countFilter\r\n content_VariedObject_some: [ContentFilter!]\r\n content_VariedObject_count: countFilter\r\n applicationFlow_some: [ApplicationFlowFilter!]\r\n applicationFlow_count: countFilter\r\n}\r\n\r\nenum ContentOrderBy {\r\n name_ASC\r\n name_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum ContentTypeEnum {\r\n Information\r\n Financial\r\n Material\r\n Quality\r\n}\r\n\r\ntype ContributingApplication implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n application_RepresentedApplication(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_RepresentedApplicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n globalApplicationFlowMap_OwnerGlobalApplicationFlowMap(filter: GlobalApplicationFlowMapFilter, orderBy: [GlobalApplicationFlowMapOrderBy]): [GlobalApplicationFlowMap]\r\n globalApplicationFlowMap_OwnerGlobalApplicationFlowMapAggregatedValues(filter: GlobalApplicationFlowMapFilter, orderBy: [GlobalApplicationFlowMapOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n sentApplicationFlow(filter: ApplicationFlowFilter, orderBy: [ApplicationFlowOrderBy]): [ApplicationFlow]\r\n sentApplicationFlowAggregatedValues(filter: ApplicationFlowFilter, orderBy: [ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow(filter: ApplicationFlowFilter, orderBy: [ApplicationFlowOrderBy]): [ApplicationFlow]\r\n receivedApplicationFlowAggregatedValues(filter: ApplicationFlowFilter, orderBy: [ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n}\r\n\r\ntype CostFormula implements GraphQLObjectInterface {\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n}\r\n\r\ntype CostFormulaAggregatedValues {\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput CostFormulaFilter {\r\n and: [CostFormulaFilter!]\r\n or: [CostFormulaFilter!]\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 name_empty: Boolean\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 comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n}\r\n\r\nenum CostFormulaOrderBy {\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype CostLine implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n expenseBeginDate(format: String, timeOffset: String): CustomDate\r\n costNature(format: EnumFormat): CostNatureEnum\r\n costType(format: EnumFormat): CostTypeEnum\r\n periodicCost: CustomFloat\r\n periodicity(format: EnumFormat): PeriodicityEnum\r\n upDownAmount: CustomInt\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n deployedTechnology_StructuredCostObject(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnology]\r\n deployedTechnology_StructuredCostObjectAggregatedValues(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnologyAggregatedValues]\r\n softwareInstallation_StructuredCostObject(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallation_StructuredCostObjectAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n serverDeployed_StructuredCostObject(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployed]\r\n serverDeployed_StructuredCostObjectAggregatedValues(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployedAggregatedValues]\r\n softwareTechnology_StructuredCostObject(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnology_StructuredCostObjectAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n initiative_StructuredCostObject(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiative_StructuredCostObjectAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n application_StructuredCostObject(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_StructuredCostObjectAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n stateUML_State(filter: StateUMLFilter, orderBy: [StateUMLOrderBy]): [StateUML]\r\n stateUML_StateAggregatedValues(filter: StateUMLFilter, orderBy: [StateUMLOrderBy]): [StateUMLAggregatedValues]\r\n expense(filter: ExpenseFilter, orderBy: [ExpenseOrderBy]): [Expense]\r\n expenseAggregatedValues(filter: ExpenseFilter, orderBy: [ExpenseOrderBy]): [ExpenseAggregatedValues]\r\n costFormula(filter: CostFormulaFilter, orderBy: [CostFormulaOrderBy]): [CostFormula]\r\n costFormulaAggregatedValues(filter: CostFormulaFilter, orderBy: [CostFormulaOrderBy]): [CostFormulaAggregatedValues]\r\n}\r\n\r\ntype CostLineAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n expenseBeginDate(function: AggregateFunctionType): CustomFloat\r\n costNature(function: AggregateFunctionType): CustomFloat\r\n costType(function: AggregateFunctionType): CustomFloat\r\n periodicCost(function: AggregateNumbersFunctionType): CustomFloat\r\n periodicity(function: AggregateFunctionType): CustomFloat\r\n upDownAmount(function: AggregateNumbersFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput CostLineFilter {\r\n defaultField_7b1bcd2e2c1c421a81c1f18eee7780e4: String\r\n and: [CostLineFilter!]\r\n or: [CostLineFilter!]\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 name_empty: Boolean\r\n expenseBeginDate: CustomDate\r\n expenseBeginDate_not: CustomDate\r\n expenseBeginDate_in: [CustomDate!]\r\n expenseBeginDate_not_in: [CustomDate!]\r\n expenseBeginDate_lt: CustomDate\r\n expenseBeginDate_lte: CustomDate\r\n expenseBeginDate_gt: CustomDate\r\n expenseBeginDate_gte: CustomDate\r\n expenseBeginDate_empty: Boolean\r\n costNature: CostNatureEnum\r\n costNature_not: CostNatureEnum\r\n costNature_in: [CostNatureEnum!]\r\n costNature_not_in: [CostNatureEnum!]\r\n costNature_empty: Boolean\r\n costType: CostTypeEnum\r\n costType_not: CostTypeEnum\r\n costType_in: [CostTypeEnum!]\r\n costType_not_in: [CostTypeEnum!]\r\n costType_empty: Boolean\r\n periodicCost: CustomFloat\r\n periodicCost_not: CustomFloat\r\n periodicCost_in: [CustomFloat!]\r\n periodicCost_not_in: [CustomFloat!]\r\n periodicCost_lt: CustomFloat\r\n periodicCost_lte: CustomFloat\r\n periodicCost_gt: CustomFloat\r\n periodicCost_gte: CustomFloat\r\n periodicCost_empty: Boolean\r\n periodicity: PeriodicityEnum\r\n periodicity_not: PeriodicityEnum\r\n periodicity_in: [PeriodicityEnum!]\r\n periodicity_not_in: [PeriodicityEnum!]\r\n periodicity_empty: Boolean\r\n upDownAmount: CustomInt\r\n upDownAmount_not: CustomInt\r\n upDownAmount_in: [CustomInt!]\r\n upDownAmount_not_in: [CustomInt!]\r\n upDownAmount_lt: CustomInt\r\n upDownAmount_lte: CustomInt\r\n upDownAmount_gt: CustomInt\r\n upDownAmount_gte: CustomInt\r\n upDownAmount_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n deployedTechnology_StructuredCostObject_some: [DeployedTechnologyFilter!]\r\n deployedTechnology_StructuredCostObject_count: countFilter\r\n softwareInstallation_StructuredCostObject_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_StructuredCostObject_count: countFilter\r\n serverDeployed_StructuredCostObject_some: [ServerDeployedFilter!]\r\n serverDeployed_StructuredCostObject_count: countFilter\r\n softwareTechnology_StructuredCostObject_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_StructuredCostObject_count: countFilter\r\n initiative_StructuredCostObject_some: [InitiativeFilter!]\r\n initiative_StructuredCostObject_count: countFilter\r\n application_StructuredCostObject_some: [ApplicationFilter!]\r\n application_StructuredCostObject_count: countFilter\r\n stateUML_State_some: [StateUMLFilter!]\r\n stateUML_State_count: countFilter\r\n expense_some: [ExpenseFilter!]\r\n expense_count: countFilter\r\n costFormula_some: [CostFormulaFilter!]\r\n costFormula_count: countFilter\r\n}\r\n\r\nenum CostLineOrderBy {\r\n name_ASC\r\n name_DESC\r\n expenseBeginDate_ASC\r\n expenseBeginDate_DESC\r\n costNature_ASC\r\n costNature_DESC\r\n costType_ASC\r\n costType_DESC\r\n periodicCost_ASC\r\n periodicCost_DESC\r\n periodicity_ASC\r\n periodicity_DESC\r\n upDownAmount_ASC\r\n upDownAmount_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum CostNatureEnum {\r\n Manpower\r\n Infrastructure\r\n SoftwareLicence\r\n Service\r\n}\r\n\r\nenum CostTypeEnum {\r\n CapitalExpense\r\n OperatingExpense\r\n}\r\n\r\ntype CurrentContextForMutationType {\r\n language: String!\r\n}\r\n\r\ntype CurrentContextType {\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 languageName: String\r\n languageId: String\r\n databaseLanguage: String\r\n databaseLanguageName: String\r\n databaseLanguageId: String\r\n systemLanguage: String\r\n systemLanguageName: 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\nscalar CustomDate\r\n\r\ninput CustomFieldInput {\r\n id: String!\r\n value: String!\r\n}\r\n\r\nscalar CustomFloat\r\n\r\nscalar CustomInt\r\n\r\nenum CustomerSatisfactionEnum {\r\n VeryLow\r\n Low\r\n Neutral\r\n High\r\n VeryHigh\r\n NotEvaluated\r\n}\r\n\r\nenum DataFreshnessEnum {\r\n LowerSixMonths\r\n SixToOneTwoMonths\r\n AboveOneTwoMonths\r\n}\r\n\r\ntype DataView implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n dataView_VariantObject(filter: Relationship_DataView_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_DataViewFilter, orderBy: [Relationship_DataView_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_DataViewOrderBy]): [Relationship_DataView_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_DataView]\r\n dataView_VariantObjectAggregatedValues(filter: Relationship_DataView_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_DataViewFilter, orderBy: [Relationship_DataView_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_DataViewOrderBy]): [DataViewAggregatedValues]\r\n dataView_VariedObject(filter: Relationship_DataView_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_DataViewFilter, orderBy: [Relationship_DataView_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_DataViewOrderBy]): [Relationship_DataView_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_DataView]\r\n dataView_VariedObjectAggregatedValues(filter: Relationship_DataView_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_DataViewFilter, orderBy: [Relationship_DataView_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_DataViewOrderBy]): [DataViewAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_DataViewFilter, orderBy: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_DataViewOrderBy]): [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_DataView]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_DataViewFilter, orderBy: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_DataViewOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n}\r\n\r\ntype DataViewAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput DataViewFilter {\r\n defaultField_e85f381ca80f43a2a65ea44431ebbdbf: String\r\n and: [DataViewFilter!]\r\n or: [DataViewFilter!]\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 name_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n dataView_VariantObject_some: [DataViewFilter!]\r\n dataView_VariantObject_count: countFilter\r\n dataView_VariedObject_some: [DataViewFilter!]\r\n dataView_VariedObject_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n}\r\n\r\nenum DataViewOrderBy {\r\n name_ASC\r\n name_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum DecisionEnum {\r\n Validate\r\n InProgress\r\n Accept\r\n Reject\r\n}\r\n\r\nenum DefaultMetaTextFormatEnum {\r\n XMLNotCompleted\r\n UTFEight\r\n CONDITION\r\n HTMLGRC\r\n ANSI\r\n CSV\r\n FIELD\r\n HTML\r\n RTF\r\n XML\r\n}\r\n\r\ntype DeleteType {\r\n deletedCount: Int!\r\n}\r\n\r\ntype DeployedTechnology implements GraphQLObjectInterface {\r\n currentState: GraphQLObjectInterface\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n freezePastTimePeriod: Boolean\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n softwareTechnology_DeployableTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnology_DeployableTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n usageContext_TechnologyDeploymentContext(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContext]\r\n usageContext_TechnologyDeploymentContextAggregatedValues(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContextAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n serverDeployed_DeploymentSupport(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployed]\r\n serverDeployed_DeploymentSupportAggregatedValues(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployedAggregatedValues]\r\n site_DeploymentSupport(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n site_DeploymentSupportAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n}\r\n\r\ntype DeployedTechnologyAggregatedValues {\r\n currentState(function: AggregateFunctionType): CustomFloat\r\n expenses(function: AggregateNumbersFunctionType): CustomFloat\r\n capitalExpenses(function: AggregateNumbersFunctionType): CustomFloat\r\n operatingExpenses(function: AggregateNumbersFunctionType): CustomFloat\r\n beginLifeDate(function: AggregateFunctionType): CustomFloat\r\n endLifeDate(function: AggregateFunctionType): CustomFloat\r\n freezePastTimePeriod(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput DeployedTechnologyFilter {\r\n and: [DeployedTechnologyFilter!]\r\n or: [DeployedTechnologyFilter!]\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 name_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n softwareTechnology_DeployableTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_DeployableTechnology_count: countFilter\r\n usageContext_TechnologyDeploymentContext_some: [UsageContextFilter!]\r\n usageContext_TechnologyDeploymentContext_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n serverDeployed_DeploymentSupport_some: [ServerDeployedFilter!]\r\n serverDeployed_DeploymentSupport_count: countFilter\r\n site_DeploymentSupport_some: [SiteFilter!]\r\n site_DeploymentSupport_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n}\r\n\r\nenum DeployedTechnologyOrderBy {\r\n currentState_ASC\r\n currentState_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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype DiagnosticType {\r\n platformName: String\r\n platformVersionNumber: String\r\n isCompiledMetamodel: Boolean\r\n systemInformationReport: String\r\n metamodelVersion: [MetamodelVersionType]\r\n userLoginId: String\r\n userLoginName: String\r\n userPersonSystemId: String\r\n userPersonSystemName: String\r\n userProfileId: String\r\n userProfileName: String\r\n userCommandLine: String\r\n profileCommandLine: String\r\n serverTimeZone: String\r\n serverDateFormat: String\r\n environmentName: String\r\n repositoryName: String\r\n schemaStandardMetaModelCompatibility: String\r\n schemaStandardFileDate: CustomDate\r\n schemaCustomFileDate: CustomDate\r\n schemaStandardLatestGeneration: CustomDate\r\n schemaCustomLatestGeneration: CustomDate\r\n}\r\n\r\ntype Diagram implements GraphQLObjectInterface {\r\n downloadUrl: String\r\n name(language: Languages, nameSpace: nameSpace): String\r\n nature(format: EnumFormat): NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability(format: EnumFormat): DiagramAvailabilityEnum\r\n shapesVersion(format: EnumFormat): ShapesVersionEnum\r\n editionMode(format: EnumFormat): EditionModeEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n applicationDataArea(filter: ApplicationDataAreaFilter, orderBy: [ApplicationDataAreaOrderBy]): [ApplicationDataArea]\r\n applicationDataAreaAggregatedValues(filter: ApplicationDataAreaFilter, orderBy: [ApplicationDataAreaOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n entityDM(filter: EntityDMFilter, orderBy: [EntityDMOrderBy]): [EntityDM]\r\n entityDMAggregatedValues(filter: EntityDMFilter, orderBy: [EntityDMOrderBy]): [EntityDMAggregatedValues]\r\n functionality(filter: FunctionalityFilter, orderBy: [FunctionalityOrderBy]): [Functionality]\r\n functionalityAggregatedValues(filter: FunctionalityFilter, orderBy: [FunctionalityOrderBy]): [FunctionalityAggregatedValues]\r\n businessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n content(filter: ContentFilter, orderBy: [ContentOrderBy]): [Content]\r\n contentAggregatedValues(filter: ContentFilter, orderBy: [ContentOrderBy]): [ContentAggregatedValues]\r\n softwareTechnologyStack(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStack]\r\n softwareTechnologyStackAggregatedValues(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n technicalFunctionality(filter: TechnicalFunctionalityFilter, orderBy: [TechnicalFunctionalityOrderBy]): [TechnicalFunctionality]\r\n technicalFunctionalityAggregatedValues(filter: TechnicalFunctionalityFilter, orderBy: [TechnicalFunctionalityOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n portfolio(filter: PortfolioFilter, orderBy: [PortfolioOrderBy]): [Portfolio]\r\n portfolioAggregatedValues(filter: PortfolioFilter, orderBy: [PortfolioOrderBy]): [PortfolioAggregatedValues]\r\n dataView(filter: DataViewFilter, orderBy: [DataViewOrderBy]): [DataView]\r\n dataViewAggregatedValues(filter: DataViewFilter, orderBy: [DataViewOrderBy]): [DataViewAggregatedValues]\r\n softwareTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n businessCapability(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy]): [BusinessCapability]\r\n businessCapabilityAggregatedValues(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy]): [BusinessCapabilityAggregatedValues]\r\n globalApplicationFlowMap(filter: GlobalApplicationFlowMapFilter, orderBy: [GlobalApplicationFlowMapOrderBy]): [GlobalApplicationFlowMap]\r\n globalApplicationFlowMapAggregatedValues(filter: GlobalApplicationFlowMapFilter, orderBy: [GlobalApplicationFlowMapOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n class(filter: ClassFilter, orderBy: [ClassOrderBy]): [Class]\r\n classAggregatedValues(filter: ClassFilter, orderBy: [ClassOrderBy]): [ClassAggregatedValues]\r\n stateUML(filter: StateUMLFilter, orderBy: [StateUMLOrderBy]): [StateUML]\r\n stateUMLAggregatedValues(filter: StateUMLFilter, orderBy: [StateUMLOrderBy]): [StateUMLAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n site(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n siteAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n applicationFlow(filter: ApplicationFlowFilter, orderBy: [ApplicationFlowOrderBy]): [ApplicationFlow]\r\n applicationFlowAggregatedValues(filter: ApplicationFlowFilter, orderBy: [ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n diagramType(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramType]\r\n diagramTypeAggregatedValues(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy]): [DiagramTypeAggregatedValues]\r\n}\r\n\r\ntype DiagramAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n nature(function: AggregateFunctionType): CustomFloat\r\n diagramWithAutomaticLoading(function: AggregateFunctionType): CustomFloat\r\n diagramAvailability(function: AggregateFunctionType): CustomFloat\r\n shapesVersion(function: AggregateFunctionType): CustomFloat\r\n editionMode(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\nenum DiagramAvailabilityEnum {\r\n Available\r\n Unavailable\r\n}\r\n\r\ninput DiagramFilter {\r\n defaultField_739292e2bc1b43eb9a2cc9aaf4f525bf: String\r\n and: [DiagramFilter!]\r\n or: [DiagramFilter!]\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 name_empty: Boolean\r\n nature: NatureEnum\r\n nature_not: NatureEnum\r\n nature_in: [NatureEnum!]\r\n nature_not_in: [NatureEnum!]\r\n nature_empty: Boolean\r\n diagramWithAutomaticLoading: Boolean\r\n diagramWithAutomaticLoading_not: Boolean\r\n diagramWithAutomaticLoading_empty: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n diagramAvailability_not: DiagramAvailabilityEnum\r\n diagramAvailability_in: [DiagramAvailabilityEnum!]\r\n diagramAvailability_not_in: [DiagramAvailabilityEnum!]\r\n diagramAvailability_empty: Boolean\r\n shapesVersion: ShapesVersionEnum\r\n shapesVersion_not: ShapesVersionEnum\r\n shapesVersion_in: [ShapesVersionEnum!]\r\n shapesVersion_not_in: [ShapesVersionEnum!]\r\n shapesVersion_empty: Boolean\r\n editionMode: EditionModeEnum\r\n editionMode_not: EditionModeEnum\r\n editionMode_in: [EditionModeEnum!]\r\n editionMode_not_in: [EditionModeEnum!]\r\n editionMode_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n entityDM_some: [EntityDMFilter!]\r\n entityDM_count: countFilter\r\n functionality_some: [FunctionalityFilter!]\r\n functionality_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n content_some: [ContentFilter!]\r\n content_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n technicalFunctionality_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_count: countFilter\r\n portfolio_some: [PortfolioFilter!]\r\n portfolio_count: countFilter\r\n dataView_some: [DataViewFilter!]\r\n dataView_count: countFilter\r\n softwareTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n globalApplicationFlowMap_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_count: countFilter\r\n class_some: [ClassFilter!]\r\n class_count: countFilter\r\n stateUML_some: [StateUMLFilter!]\r\n stateUML_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n site_some: [SiteFilter!]\r\n site_count: countFilter\r\n applicationFlow_some: [ApplicationFlowFilter!]\r\n applicationFlow_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n diagramType_some: [DiagramTypeFilter!]\r\n diagramType_count: countFilter\r\n}\r\n\r\nenum DiagramOrderBy {\r\n name_ASC\r\n name_DESC\r\n nature_ASC\r\n nature_DESC\r\n diagramWithAutomaticLoading_ASC\r\n diagramWithAutomaticLoading_DESC\r\n diagramAvailability_ASC\r\n diagramAvailability_DESC\r\n shapesVersion_ASC\r\n shapesVersion_DESC\r\n editionMode_ASC\r\n editionMode_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype DiagramType implements GraphQLObjectInterface {\r\n nature(format: EnumFormat): NatureEnum\r\n wizardImageFilename: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram(filter: DiagramFilter, orderBy: [DiagramOrderBy]): [Diagram]\r\n diagramAggregatedValues(filter: DiagramFilter, orderBy: [DiagramOrderBy]): [DiagramAggregatedValues]\r\n}\r\n\r\ntype DiagramTypeAggregatedValues {\r\n nature(function: AggregateFunctionType): CustomFloat\r\n wizardImageFilename(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput DiagramTypeFilter {\r\n and: [DiagramTypeFilter!]\r\n or: [DiagramTypeFilter!]\r\n nature: NatureEnum\r\n nature_not: NatureEnum\r\n nature_in: [NatureEnum!]\r\n nature_not_in: [NatureEnum!]\r\n nature_empty: Boolean\r\n wizardImageFilename: String\r\n wizardImageFilename_not: String\r\n wizardImageFilename_in: [String!]\r\n wizardImageFilename_not_in: [String!]\r\n wizardImageFilename_lt: String\r\n wizardImageFilename_lte: String\r\n wizardImageFilename_gt: String\r\n wizardImageFilename_gte: String\r\n wizardImageFilename_contains: String\r\n wizardImageFilename_not_contains: String\r\n wizardImageFilename_starts_with: String\r\n wizardImageFilename_not_starts_with: String\r\n wizardImageFilename_ends_with: String\r\n wizardImageFilename_not_ends_with: String\r\n wizardImageFilename_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 name_empty: Boolean\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 comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n}\r\n\r\nenum DiagramTypeOrderBy {\r\n nature_ASC\r\n nature_DESC\r\n wizardImageFilename_ASC\r\n wizardImageFilename_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype DocumentCategory implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n documentCategory_Parent(filter: DocumentCategoryFilter, orderBy: [DocumentCategoryOrderBy]): [DocumentCategory]\r\n documentCategory_ParentAggregatedValues(filter: DocumentCategoryFilter, orderBy: [DocumentCategoryOrderBy]): [DocumentCategoryAggregatedValues]\r\n documentCategory_Lower(filter: DocumentCategoryFilter, orderBy: [DocumentCategoryOrderBy]): [DocumentCategory]\r\n documentCategory_LowerAggregatedValues(filter: DocumentCategoryFilter, orderBy: [DocumentCategoryOrderBy]): [DocumentCategoryAggregatedValues]\r\n businessDocumentPattern(filter: BusinessDocumentPatternFilter, orderBy: [BusinessDocumentPatternOrderBy]): [BusinessDocumentPattern]\r\n businessDocumentPatternAggregatedValues(filter: BusinessDocumentPatternFilter, orderBy: [BusinessDocumentPatternOrderBy]): [BusinessDocumentPatternAggregatedValues]\r\n businessDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n}\r\n\r\ntype DocumentCategoryAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput DocumentCategoryFilter {\r\n defaultField_7d805a16d2994b5e840a65994ef34f85: String\r\n and: [DocumentCategoryFilter!]\r\n or: [DocumentCategoryFilter!]\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 name_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n documentCategory_Parent_some: [DocumentCategoryFilter!]\r\n documentCategory_Parent_count: countFilter\r\n documentCategory_Lower_some: [DocumentCategoryFilter!]\r\n documentCategory_Lower_count: countFilter\r\n businessDocumentPattern_some: [BusinessDocumentPatternFilter!]\r\n businessDocumentPattern_count: countFilter\r\n businessDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_count: countFilter\r\n}\r\n\r\nenum DocumentCategoryOrderBy {\r\n name_ASC\r\n name_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum EditionModeEnum {\r\n AskTheUser\r\n DiagramEditor\r\n TableEntry\r\n}\r\n\r\ntype EntityDM implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n abstract(format: EnumFormat): AbstractEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n entityDM_VariantObject(filter: Relationship_EntityDM_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_EntityDMFilter, orderBy: [Relationship_EntityDM_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_EntityDMOrderBy]): [Relationship_EntityDM_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_EntityDM]\r\n entityDM_VariantObjectAggregatedValues(filter: Relationship_EntityDM_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_EntityDMFilter, orderBy: [Relationship_EntityDM_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_EntityDMOrderBy]): [EntityDMAggregatedValues]\r\n entityDM_VariedObject(filter: Relationship_EntityDM_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_EntityDMFilter, orderBy: [Relationship_EntityDM_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_EntityDMOrderBy]): [Relationship_EntityDM_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_EntityDM]\r\n entityDM_VariedObjectAggregatedValues(filter: Relationship_EntityDM_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_EntityDMFilter, orderBy: [Relationship_EntityDM_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_EntityDMOrderBy]): [EntityDMAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_EntityDMFilter, orderBy: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_EntityDMOrderBy]): [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_EntityDM]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_EntityDMFilter, orderBy: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_EntityDMOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n}\r\n\r\ntype EntityDMAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n abstract(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput EntityDMFilter {\r\n defaultField_2fad8ac5b17d4fa0bb515e0f8b8d8c17: String\r\n and: [EntityDMFilter!]\r\n or: [EntityDMFilter!]\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 name_empty: Boolean\r\n abstract: AbstractEnum\r\n abstract_not: AbstractEnum\r\n abstract_in: [AbstractEnum!]\r\n abstract_not_in: [AbstractEnum!]\r\n abstract_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n entityDM_VariantObject_some: [EntityDMFilter!]\r\n entityDM_VariantObject_count: countFilter\r\n entityDM_VariedObject_some: [EntityDMFilter!]\r\n entityDM_VariedObject_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n}\r\n\r\nenum EntityDMOrderBy {\r\n name_ASC\r\n name_DESC\r\n abstract_ASC\r\n abstract_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum EnumFormat {\r\n SCHEMA_ID\r\n ID\r\n INTERNAL_VALUE\r\n LABEL\r\n ORDER\r\n}\r\n\r\ntype Expense implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n expenseDate(format: String, timeOffset: String): CustomDate\r\n expenseAmount: CustomFloat\r\n computedCostType(format: EnumFormat): ComputedCostTypeEnum\r\n computedCostNature(format: EnumFormat): ComputedCostNatureEnum\r\n computedState: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n}\r\n\r\ntype ExpenseAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n expenseDate(function: AggregateFunctionType): CustomFloat\r\n expenseAmount(function: AggregateNumbersFunctionType): CustomFloat\r\n computedCostType(function: AggregateFunctionType): CustomFloat\r\n computedCostNature(function: AggregateFunctionType): CustomFloat\r\n computedState(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput ExpenseFilter {\r\n defaultField_a6e8e1f7aaf247fd8cb02132924b2019: String\r\n and: [ExpenseFilter!]\r\n or: [ExpenseFilter!]\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 name_empty: Boolean\r\n expenseDate: CustomDate\r\n expenseDate_not: CustomDate\r\n expenseDate_in: [CustomDate!]\r\n expenseDate_not_in: [CustomDate!]\r\n expenseDate_lt: CustomDate\r\n expenseDate_lte: CustomDate\r\n expenseDate_gt: CustomDate\r\n expenseDate_gte: CustomDate\r\n expenseDate_empty: Boolean\r\n expenseAmount: CustomFloat\r\n expenseAmount_not: CustomFloat\r\n expenseAmount_in: [CustomFloat!]\r\n expenseAmount_not_in: [CustomFloat!]\r\n expenseAmount_lt: CustomFloat\r\n expenseAmount_lte: CustomFloat\r\n expenseAmount_gt: CustomFloat\r\n expenseAmount_gte: CustomFloat\r\n expenseAmount_empty: Boolean\r\n computedCostType: ComputedCostTypeEnum\r\n computedCostType_not: ComputedCostTypeEnum\r\n computedCostType_in: [ComputedCostTypeEnum!]\r\n computedCostType_not_in: [ComputedCostTypeEnum!]\r\n computedCostType_empty: Boolean\r\n computedCostNature: ComputedCostNatureEnum\r\n computedCostNature_not: ComputedCostNatureEnum\r\n computedCostNature_in: [ComputedCostNatureEnum!]\r\n computedCostNature_not_in: [ComputedCostNatureEnum!]\r\n computedCostNature_empty: Boolean\r\n computedState: String\r\n computedState_not: String\r\n computedState_in: [String!]\r\n computedState_not_in: [String!]\r\n computedState_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n}\r\n\r\nenum ExpenseOrderBy {\r\n name_ASC\r\n name_DESC\r\n expenseDate_ASC\r\n expenseDate_DESC\r\n expenseAmount_ASC\r\n expenseAmount_DESC\r\n computedCostType_ASC\r\n computedCostType_DESC\r\n computedCostNature_ASC\r\n computedCostNature_DESC\r\n computedState_ASC\r\n computedState_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum ExtendedPropertiesEnum {\r\n IgnoreReference\r\n ReferenceMotive\r\n OrderOnCreation\r\n ExcludeFromCache\r\n CompiledMetaData\r\n CompiledTechnicalData\r\n Unused\r\n NeverAppearsInListColumns\r\n InAdministrationTab\r\n StandardOnAllMetaclasses\r\n StandardOnAllMetaassociations\r\n ExcludeFromReportingDatamart\r\n ExcludeFromFavorites\r\n ExcludeFromLocks\r\n ExcludeValueFromHistoric\r\n KeepsUserLanguage\r\n ForeignKey\r\n DefaultChecked\r\n NotAnnotable\r\n HeavyComputation\r\n CompiledAuthorizationGraph\r\n CompiledConfidentialityGraph\r\n Reification\r\n KeepInCache\r\n Substitutable\r\n HideDefaultButton\r\n ShownAsPicture\r\n UseOfNameServerAsIndexForListOrNot\r\n DefaultColumn\r\n CompiledPermissionData\r\n HideOnEdit\r\n ActivateImages\r\n ReflexiveLink\r\n MegaTechnicalDataOnly\r\n}\r\n\r\nenum FinancialImpactEnum {\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 FlowTypeEnum {\r\n QualityFlow\r\n InterchangeFlow\r\n InformationFlow\r\n FinancialFlow\r\n MaterialFlow\r\n}\r\n\r\nenum Formats {\r\n Internal\r\n ASCII\r\n External\r\n Display\r\n Object\r\n Physical\r\n}\r\n\r\nenum FunctionalSupportAPMEnum {\r\n Good\r\n Medium\r\n Low\r\n Poor\r\n}\r\n\r\ntype Functionality implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n capabilityEffectiveness(format: EnumFormat): CapabilityEffectivenessEnum\r\n functionalityType(format: EnumFormat): FunctionalityTypeEnum\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n financialImpact(format: EnumFormat): FinancialImpactEnum\r\n capabilityEfficiency(format: EnumFormat): CapabilityEfficiencyEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n usagecontext(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContext]\r\n usagecontextAggregatedValues(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContextAggregatedValues]\r\n functionality_VariantObject(filter: Relationship_Functionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_FunctionalityFilter, orderBy: [Relationship_Functionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_FunctionalityOrderBy]): [Relationship_Functionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Functionality]\r\n functionality_VariantObjectAggregatedValues(filter: Relationship_Functionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_FunctionalityFilter, orderBy: [Relationship_Functionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_FunctionalityOrderBy]): [FunctionalityAggregatedValues]\r\n functionality_VariedObject(filter: Relationship_Functionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_FunctionalityFilter, orderBy: [Relationship_Functionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_FunctionalityOrderBy]): [Relationship_Functionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Functionality]\r\n functionality_VariedObjectAggregatedValues(filter: Relationship_Functionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_FunctionalityFilter, orderBy: [Relationship_Functionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_FunctionalityOrderBy]): [FunctionalityAggregatedValues]\r\n application(filter: Relationship_Application_FulfillingEnterpriseArtifact_HumanUsedArtifactFunctionalityFulfillmentOwnership_FunctionalityFulfillment_FunctionalityComponentFulfillement_FunctionalityFulfillmentReference_FunctionalityFilter, orderBy: [Relationship_Application_FulfillingEnterpriseArtifact_HumanUsedArtifactFunctionalityFulfillmentOwnership_FunctionalityFulfillment_FunctionalityComponentFulfillement_FunctionalityFulfillmentReference_FunctionalityOrderBy]): [Relationship_Application_FulfillingEnterpriseArtifact_HumanUsedArtifactFunctionalityFulfillmentOwnership_FunctionalityFulfillment_FunctionalityComponentFulfillement_FunctionalityFulfillmentReference_Functionality]\r\n applicationAggregatedValues(filter: Relationship_Application_FulfillingEnterpriseArtifact_HumanUsedArtifactFunctionalityFulfillmentOwnership_FunctionalityFulfillment_FunctionalityComponentFulfillement_FunctionalityFulfillmentReference_FunctionalityFilter, orderBy: [Relationship_Application_FulfillingEnterpriseArtifact_HumanUsedArtifactFunctionalityFulfillmentOwnership_FunctionalityFulfillment_FunctionalityComponentFulfillement_FunctionalityFulfillmentReference_FunctionalityOrderBy]): [ApplicationAggregatedValues]\r\n}\r\n\r\ntype FunctionalityAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n capabilityEffectiveness(function: AggregateFunctionType): CustomFloat\r\n functionalityType(function: AggregateFunctionType): CustomFloat\r\n assessmentFreshness(function: AggregateNumbersFunctionType): CustomFloat\r\n lastAssessmentDate(function: AggregateFunctionType): CustomFloat\r\n currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n financialImpact(function: AggregateFunctionType): CustomFloat\r\n capabilityEfficiency(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput FunctionalityFilter {\r\n defaultField_1330cd17f2db473ab462db4413c3c922: String\r\n and: [FunctionalityFilter!]\r\n or: [FunctionalityFilter!]\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 name_empty: Boolean\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_not: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_not_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_empty: Boolean\r\n functionalityType: FunctionalityTypeEnum\r\n functionalityType_not: FunctionalityTypeEnum\r\n functionalityType_in: [FunctionalityTypeEnum!]\r\n functionalityType_not_in: [FunctionalityTypeEnum!]\r\n functionalityType_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n financialImpact: FinancialImpactEnum\r\n financialImpact_not: FinancialImpactEnum\r\n financialImpact_in: [FinancialImpactEnum!]\r\n financialImpact_not_in: [FinancialImpactEnum!]\r\n financialImpact_empty: Boolean\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n capabilityEfficiency_not: CapabilityEfficiencyEnum\r\n capabilityEfficiency_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_not_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n functionality_VariantObject_some: [FunctionalityFilter!]\r\n functionality_VariantObject_count: countFilter\r\n functionality_VariedObject_some: [FunctionalityFilter!]\r\n functionality_VariedObject_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n usagecontext_some: [UsageContextFilter!]\r\n usagecontext_count: countFilter\r\n}\r\n\r\ntype FunctionalityFulfillment implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n coverageRatio: CustomInt\r\n computedCoverageRatio: CustomInt\r\n iTARecommendationStatus: Boolean\r\n assessmentFreshness: CustomFloat\r\n compositeRealizationName: String\r\n realizationQuality(format: EnumFormat): RealizationQualityEnum\r\n capabilityFulfillmentMetaPictureIdentifier: GraphQLObjectInterface\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n functionality(filter: FunctionalityFilter, orderBy: [FunctionalityOrderBy]): [Functionality]\r\n functionalityAggregatedValues(filter: FunctionalityFilter, orderBy: [FunctionalityOrderBy]): [FunctionalityAggregatedValues]\r\n}\r\n\r\nenum FunctionalityOrderBy {\r\n name_ASC\r\n name_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n financialImpact_ASC\r\n financialImpact_DESC\r\n capabilityEfficiency_ASC\r\n capabilityEfficiency_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum FunctionalityTypeEnum {\r\n Software\r\n}\r\n\r\nenum GDPRContentOfNoticeEnum {\r\n Yes_Oral\r\n DontKnow\r\n Yes_Written\r\n No\r\n NotRequired\r\n}\r\n\r\ntype GlobalApplicationFlowMap implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n globalApplicationFlowMapForITPM: Boolean\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n application(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMap]\r\n applicationAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapOrderBy]): [ApplicationAggregatedValues]\r\n sentApplicationFlow(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMap]\r\n sentApplicationFlowAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapOrderBy]): [ApplicationFlowAggregatedValues]\r\n applicationFlow(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMap]\r\n applicationFlowAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapOrderBy]): [ApplicationFlowAggregatedValues]\r\n}\r\n\r\ntype GlobalApplicationFlowMapAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n globalApplicationFlowMapForITPM(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput GlobalApplicationFlowMapFilter {\r\n defaultField_32ffe4486c344c93b2bd05bdd1d26ef3: String\r\n and: [GlobalApplicationFlowMapFilter!]\r\n or: [GlobalApplicationFlowMapFilter!]\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 name_empty: Boolean\r\n globalApplicationFlowMapForITPM: Boolean\r\n globalApplicationFlowMapForITPM_not: Boolean\r\n globalApplicationFlowMapForITPM_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n sentApplicationFlow_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_count: countFilter\r\n applicationFlow_some: [ApplicationFlowFilter!]\r\n applicationFlow_count: countFilter\r\n}\r\n\r\nenum GlobalApplicationFlowMapOrderBy {\r\n name_ASC\r\n name_DESC\r\n globalApplicationFlowMapForITPM_ASC\r\n globalApplicationFlowMapForITPM_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype GraphQLObject implements GraphQLObjectInterface {\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n}\r\n\r\ninterface GraphQLObjectInterface {\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n}\r\n\r\nenum IdType {\r\n INTERNAL\r\n EXTERNAL\r\n TEMPORARY\r\n}\r\n\r\nenum ImpactERMEnum {\r\n VeryLow\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n}\r\n\r\ntype Initiative implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentState: GraphQLObjectInterface\r\n decision(format: EnumFormat): DecisionEnum\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n motivationOfTheDecision(format: StringFormat): String\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n initiativeMetaPictureIdentifier: GraphQLObjectInterface\r\n freezePastTimePeriod: Boolean\r\n natureOfTransformation(format: EnumFormat): NatureOfTransformationEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n portfolio(filter: PortfolioFilter, orderBy: [PortfolioOrderBy]): [Portfolio]\r\n portfolioAggregatedValues(filter: PortfolioFilter, orderBy: [PortfolioOrderBy]): [PortfolioAggregatedValues]\r\n deployedTechnology(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnology]\r\n deployedTechnologyAggregatedValues(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnologyAggregatedValues]\r\n softwareInstallation(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallationAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n serverDeployed(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployed]\r\n serverDeployedAggregatedValues(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployedAggregatedValues]\r\n softwareTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n businessCapability(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy]): [BusinessCapability]\r\n businessCapabilityAggregatedValues(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy]): [BusinessCapabilityAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n}\r\n\r\ntype InitiativeAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n currentState(function: AggregateFunctionType): CustomFloat\r\n decision(function: AggregateFunctionType): CustomFloat\r\n expenses(function: AggregateNumbersFunctionType): CustomFloat\r\n capitalExpenses(function: AggregateNumbersFunctionType): CustomFloat\r\n operatingExpenses(function: AggregateNumbersFunctionType): CustomFloat\r\n motivationOfTheDecision(function: AggregateFunctionType): CustomFloat\r\n beginLifeDate(function: AggregateFunctionType): CustomFloat\r\n endLifeDate(function: AggregateFunctionType): CustomFloat\r\n initiativeMetaPictureIdentifier(function: AggregateFunctionType): CustomFloat\r\n freezePastTimePeriod(function: AggregateFunctionType): CustomFloat\r\n natureOfTransformation(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput InitiativeFilter {\r\n defaultField_0db75330545e4cda83bbd2b46886c95a: String\r\n and: [InitiativeFilter!]\r\n or: [InitiativeFilter!]\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 name_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n decision: DecisionEnum\r\n decision_not: DecisionEnum\r\n decision_in: [DecisionEnum!]\r\n decision_not_in: [DecisionEnum!]\r\n decision_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\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 motivationOfTheDecision_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n initiativeMetaPictureIdentifier: String\r\n initiativeMetaPictureIdentifier_not: String\r\n initiativeMetaPictureIdentifier_in: [String!]\r\n initiativeMetaPictureIdentifier_not_in: [String!]\r\n initiativeMetaPictureIdentifier_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n natureOfTransformation: NatureOfTransformationEnum\r\n natureOfTransformation_not: NatureOfTransformationEnum\r\n natureOfTransformation_in: [NatureOfTransformationEnum!]\r\n natureOfTransformation_not_in: [NatureOfTransformationEnum!]\r\n natureOfTransformation_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n portfolio_some: [PortfolioFilter!]\r\n portfolio_count: countFilter\r\n deployedTechnology_some: [DeployedTechnologyFilter!]\r\n deployedTechnology_count: countFilter\r\n softwareInstallation_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_count: countFilter\r\n serverDeployed_some: [ServerDeployedFilter!]\r\n serverDeployed_count: countFilter\r\n softwareTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n}\r\n\r\nenum InitiativeOrderBy {\r\n name_ASC\r\n name_DESC\r\n currentState_ASC\r\n currentState_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ninput InputApplication {\r\n name: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n timePeriod: _InputCollectionAction879\r\n diagram: _InputCollectionAction880\r\n businessDocument_AttachedDocument: _InputCollectionAction881\r\n businessDocument_ReferredToDocument: _InputCollectionAction882\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction883\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction884\r\n initiative: _InputCollectionAction885\r\n applicationOwner_PersonSystem: _InputCollectionAction886\r\n softwareDesigner_PersonSystem: _InputCollectionAction887\r\n iTOwner_PersonSystem: _InputCollectionAction888\r\n businessOwner_PersonSystem: _InputCollectionAction889\r\n financialController_PersonSystem: _InputCollectionAction890\r\n risk: _InputCollectionAction891\r\n applicationDataArea: _InputCollectionAction892\r\n globalApplicationFlowMap: _InputCollectionAction893\r\n sentApplicationFlow_ContributingApplication: _InputCollectionAction894\r\n receivedApplicationFlow_ContributingApplication: _InputCollectionAction895\r\n cASTHighlightCampaign_CastHighlightCampaign: _InputCollectionAction896\r\n sentApplicationFlow_ApplicationParticipant: _InputCollectionAction897\r\n receivedApplicationFlow_ApplicationParticipant: _InputCollectionAction898\r\n application_VariantObject: _InputCollectionAction899\r\n application_VariedObject: _InputCollectionAction900\r\n costLine: _InputCollectionAction901\r\n businessCapability: _InputCollectionAction902\r\n businessLine: _InputCollectionAction903\r\n functionality: _InputCollectionAction904\r\n softwareTechnologyStack: _InputCollectionAction905\r\n softwareTechnology_UsedTechnology: _InputCollectionAction906\r\n softwareInstallation: _InputCollectionAction907\r\n businessProcess: _InputCollectionAction908\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputApplicationDataArea {\r\n name: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction129\r\n businessDocument_AttachedDocument: _InputCollectionAction130\r\n businessDocument_ReferredToDocument: _InputCollectionAction131\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction132\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction133\r\n entityDM: _InputCollectionAction134\r\n dataView: _InputCollectionAction135\r\n class: _InputCollectionAction136\r\n applicationDataArea_VariantObject: _InputCollectionAction137\r\n applicationDataArea_VariedObject: _InputCollectionAction138\r\n application: _InputCollectionAction139\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputApplicationFlow {\r\n name: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction1001\r\n businessDocument_AttachedDocument: _InputCollectionAction1002\r\n businessDocument_ReferredToDocument: _InputCollectionAction1003\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction1004\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction1005\r\n application_SenderResource_ContributingApplication: _InputCollectionAction1006\r\n globalApplicationFlowMap_SenderResource: _InputCollectionAction1007\r\n receivedApplicationFlow_ContributingApplication: _InputCollectionAction1008\r\n application_SenderResource_ApplicationParticipant: _InputCollectionAction1009\r\n receivedApplicationFlow_ApplicationParticipant: _InputCollectionAction1010\r\n application_ReceiverResource_ContributingApplication: _InputCollectionAction1011\r\n globalApplicationFlowMap_ReceiverResource: _InputCollectionAction1012\r\n sentApplicationFlow_ContributingApplication: _InputCollectionAction1013\r\n application_ReceiverResource_ApplicationParticipant: _InputCollectionAction1014\r\n sentApplicationFlow_ApplicationParticipant: _InputCollectionAction1015\r\n content: _InputCollectionAction1016\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputApplicationLocalDataStore {\r\n name: String\r\n comment: String\r\n externalId: String\r\n application: _InputCollectionAction325\r\n applicationDataArea: _InputCollectionAction326\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputApplicationParticipant {\r\n name: String\r\n comment: String\r\n externalId: String\r\n application: _InputCollectionAction441\r\n sentApplicationFlow: _InputCollectionAction442\r\n receivedApplicationFlow: _InputCollectionAction443\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputBusinessCapability {\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n timePeriod: _InputCollectionAction559\r\n diagram: _InputCollectionAction560\r\n businessDocument_AttachedDocument: _InputCollectionAction561\r\n businessDocument_ReferredToDocument: _InputCollectionAction562\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction563\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction564\r\n initiative: _InputCollectionAction565\r\n risk: _InputCollectionAction566\r\n application: _InputCollectionAction567\r\n orgUnit: _InputCollectionAction568\r\n businessCapability_VariantObject: _InputCollectionAction569\r\n businessCapability_VariedObject: _InputCollectionAction570\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputBusinessCapabilityFulfillment {\r\n name: String\r\n coverageRatio: CustomInt\r\n iTARecommendationStatus: Boolean\r\n compositeRealizationName: String\r\n realizationQuality: RealizationQualityEnum\r\n capabilityFulfillmentMetaPictureIdentifier: String\r\n costContributionKeyRealization: CustomFloat\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n businessCapability: _InputCollectionAction553\r\n application: _InputCollectionAction554\r\n orgUnit: _InputCollectionAction555\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputBusinessDocument {\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n applicationDataArea_DocumentedObject: _InputCollectionAction583\r\n entityDM_DocumentedObject: _InputCollectionAction584\r\n functionality_DocumentedObject: _InputCollectionAction585\r\n businessLine_DocumentedObject: _InputCollectionAction586\r\n content_DocumentedObject: _InputCollectionAction587\r\n softwareTechnologyStack_DocumentedObject: _InputCollectionAction588\r\n technicalFunctionality_DocumentedObject: _InputCollectionAction589\r\n dataView_DocumentedObject: _InputCollectionAction590\r\n softwareTechnology_DocumentedObject: _InputCollectionAction591\r\n risk_DocumentedObject: _InputCollectionAction592\r\n businessCapability_DocumentedObject: _InputCollectionAction593\r\n globalApplicationFlowMap_DocumentedObject: _InputCollectionAction594\r\n class_DocumentedObject: _InputCollectionAction595\r\n application_DocumentedObject: _InputCollectionAction596\r\n orgUnit_DocumentedObject: _InputCollectionAction597\r\n site_DocumentedObject: _InputCollectionAction598\r\n applicationFlow_DocumentedObject: _InputCollectionAction599\r\n businessProcess_DocumentedObject: _InputCollectionAction600\r\n applicationDataArea_Object: _InputCollectionAction601\r\n entityDM_Object: _InputCollectionAction602\r\n functionality_Object: _InputCollectionAction603\r\n businessLine_Object: _InputCollectionAction604\r\n content_Object: _InputCollectionAction605\r\n softwareTechnologyStack_Object: _InputCollectionAction606\r\n technicalFunctionality_Object: _InputCollectionAction607\r\n dataView_Object: _InputCollectionAction608\r\n softwareTechnology_Object: _InputCollectionAction609\r\n risk_Object: _InputCollectionAction610\r\n businessCapability_Object: _InputCollectionAction611\r\n globalApplicationFlowMap_Object: _InputCollectionAction612\r\n class_Object: _InputCollectionAction613\r\n application_Object: _InputCollectionAction614\r\n orgUnit_Object: _InputCollectionAction615\r\n site_Object: _InputCollectionAction616\r\n applicationFlow_Object: _InputCollectionAction617\r\n businessProcess_Object: _InputCollectionAction618\r\n documentCategory: _InputCollectionAction619\r\n businessDocumentPattern_DocumentPattern: _InputCollectionAction620\r\n businessDocumentVersion_DocumentVersions: _InputCollectionAction621\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputBusinessDocumentPattern {\r\n name: String\r\n ciphered: Boolean\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n documentCategory: _InputCollectionAction751\r\n businessDocument: _InputCollectionAction752\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputBusinessDocumentVersion {\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n applicationDataArea_DocumentedObject: _InputCollectionAction763\r\n entityDM_DocumentedObject: _InputCollectionAction764\r\n functionality_DocumentedObject: _InputCollectionAction765\r\n businessLine_DocumentedObject: _InputCollectionAction766\r\n content_DocumentedObject: _InputCollectionAction767\r\n softwareTechnologyStack_DocumentedObject: _InputCollectionAction768\r\n technicalFunctionality_DocumentedObject: _InputCollectionAction769\r\n dataView_DocumentedObject: _InputCollectionAction770\r\n softwareTechnology_DocumentedObject: _InputCollectionAction771\r\n risk_DocumentedObject: _InputCollectionAction772\r\n businessCapability_DocumentedObject: _InputCollectionAction773\r\n globalApplicationFlowMap_DocumentedObject: _InputCollectionAction774\r\n class_DocumentedObject: _InputCollectionAction775\r\n application_DocumentedObject: _InputCollectionAction776\r\n orgUnit_DocumentedObject: _InputCollectionAction777\r\n site_DocumentedObject: _InputCollectionAction778\r\n applicationFlow_DocumentedObject: _InputCollectionAction779\r\n businessProcess_DocumentedObject: _InputCollectionAction780\r\n applicationDataArea_Object: _InputCollectionAction781\r\n entityDM_Object: _InputCollectionAction782\r\n functionality_Object: _InputCollectionAction783\r\n businessLine_Object: _InputCollectionAction784\r\n content_Object: _InputCollectionAction785\r\n softwareTechnologyStack_Object: _InputCollectionAction786\r\n technicalFunctionality_Object: _InputCollectionAction787\r\n dataView_Object: _InputCollectionAction788\r\n softwareTechnology_Object: _InputCollectionAction789\r\n risk_Object: _InputCollectionAction790\r\n businessCapability_Object: _InputCollectionAction791\r\n globalApplicationFlowMap_Object: _InputCollectionAction792\r\n class_Object: _InputCollectionAction793\r\n application_Object: _InputCollectionAction794\r\n orgUnit_Object: _InputCollectionAction795\r\n site_Object: _InputCollectionAction796\r\n applicationFlow_Object: _InputCollectionAction797\r\n businessProcess_Object: _InputCollectionAction798\r\n businessDocument_Document: _InputCollectionAction799\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputBusinessLine {\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n cASTHighlightID: CustomInt\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction329\r\n businessDocument_AttachedDocument: _InputCollectionAction330\r\n businessDocument_ReferredToDocument: _InputCollectionAction331\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction332\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction333\r\n risk: _InputCollectionAction334\r\n businessLine_ParentBusinessLine: _InputCollectionAction335\r\n businessLine_SubBusinessLine: _InputCollectionAction336\r\n application: _InputCollectionAction337\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputBusinessProcess {\r\n name: String\r\n triggeredByEvent: Boolean\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n timePeriod: _InputCollectionAction1037\r\n diagram: _InputCollectionAction1038\r\n businessDocument_AttachedDocument: _InputCollectionAction1039\r\n businessDocument_ReferredToDocument: _InputCollectionAction1040\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction1041\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction1042\r\n initiative: _InputCollectionAction1043\r\n risk: _InputCollectionAction1044\r\n businessProcess_VariantObject: _InputCollectionAction1045\r\n businessProcess_VariedObject: _InputCollectionAction1046\r\n businessProcess_AggregationOf: _InputCollectionAction1047\r\n businessProcess_Component: _InputCollectionAction1048\r\n application: _InputCollectionAction1049\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputBusinessRole {\r\n businessRoleMultiplicity: BusinessRoleMultiplicityEnum\r\n metaAttributeType: MetaAttributeTypeEnum\r\n metaAttributeLength: CustomInt\r\n metaAttributeFormat: MetaAttributeFormatEnum\r\n defaultInternalValue: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n refersText: String\r\n businessRoleStatus: BusinessRoleStatusEnum\r\n proposeAllUsers: Boolean\r\n businessRoleDisplay: BusinessRoleDisplayEnum\r\n gUIName: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n personSystem: _InputCollectionAction81\r\n applicationDataArea: _InputCollectionAction82\r\n entityDM: _InputCollectionAction83\r\n usagecontext: _InputCollectionAction84\r\n softwareInstallation: _InputCollectionAction85\r\n functionality: _InputCollectionAction86\r\n content: _InputCollectionAction87\r\n softwareTechnologyStack: _InputCollectionAction88\r\n technicalFunctionality: _InputCollectionAction89\r\n portfolio: _InputCollectionAction90\r\n dataView: _InputCollectionAction91\r\n softwareTechnology: _InputCollectionAction92\r\n risk: _InputCollectionAction93\r\n businessCapability: _InputCollectionAction94\r\n class: _InputCollectionAction95\r\n application: _InputCollectionAction96\r\n orgUnit: _InputCollectionAction97\r\n site: _InputCollectionAction98\r\n businessProcess: _InputCollectionAction99\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputCASTHighlightCampaign {\r\n castToken: String\r\n cASTHighlightID: CustomInt\r\n closingDateCast: CustomDate\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n application_CastHighlightObject: _InputCollectionAction347\r\n portfolio: _InputCollectionAction348\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputClass {\r\n name: String\r\n classMetaClassIdAbs: String\r\n abstract: AbstractEnum\r\n isRoot: IsRootEnum\r\n isLeaf: IsLeafEnum\r\n persistence: PersistenceEnum\r\n isActive: IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification: ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant: String\r\n codeNamePrefix: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction729\r\n businessDocument_AttachedDocument: _InputCollectionAction730\r\n businessDocument_ReferredToDocument: _InputCollectionAction731\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction732\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction733\r\n class_VariantObject: _InputCollectionAction734\r\n class_VariedObject: _InputCollectionAction735\r\n applicationDataArea: _InputCollectionAction736\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputContent {\r\n name: String\r\n contentType: ContentTypeEnum\r\n flowType: FlowTypeEnum\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction367\r\n businessDocument_AttachedDocument: _InputCollectionAction368\r\n businessDocument_ReferredToDocument: _InputCollectionAction369\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction370\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction371\r\n risk: _InputCollectionAction372\r\n content_VariantObject: _InputCollectionAction373\r\n content_VariedObject: _InputCollectionAction374\r\n applicationFlow: _InputCollectionAction375\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputContributingApplication {\r\n name: String\r\n comment: String\r\n externalId: String\r\n application_RepresentedApplication: _InputCollectionAction121\r\n globalApplicationFlowMap_OwnerGlobalApplicationFlowMap: _InputCollectionAction122\r\n sentApplicationFlow: _InputCollectionAction123\r\n receivedApplicationFlow: _InputCollectionAction124\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputCostFormula {\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n costLine: _InputCollectionAction221\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputCostLine {\r\n name: String\r\n expenseBeginDate: CustomDate\r\n costNature: CostNatureEnum\r\n costType: CostTypeEnum\r\n periodicCost: CustomFloat\r\n periodicity: PeriodicityEnum\r\n upDownAmount: CustomInt\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n deployedTechnology_StructuredCostObject: _InputCollectionAction223\r\n softwareInstallation_StructuredCostObject: _InputCollectionAction224\r\n serverDeployed_StructuredCostObject: _InputCollectionAction225\r\n softwareTechnology_StructuredCostObject: _InputCollectionAction226\r\n initiative_StructuredCostObject: _InputCollectionAction227\r\n application_StructuredCostObject: _InputCollectionAction228\r\n stateUML_State: _InputCollectionAction229\r\n expense: _InputCollectionAction230\r\n costFormula: _InputCollectionAction231\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputDataView {\r\n name: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction463\r\n businessDocument_AttachedDocument: _InputCollectionAction464\r\n businessDocument_ReferredToDocument: _InputCollectionAction465\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction466\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction467\r\n dataView_VariantObject: _InputCollectionAction468\r\n dataView_VariedObject: _InputCollectionAction469\r\n applicationDataArea: _InputCollectionAction470\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputDeployedTechnology {\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n timePeriod: _InputCollectionAction167\r\n softwareTechnology_DeployableTechnology: _InputCollectionAction168\r\n usageContext_TechnologyDeploymentContext: _InputCollectionAction169\r\n initiative: _InputCollectionAction170\r\n risk: _InputCollectionAction171\r\n serverDeployed_DeploymentSupport: _InputCollectionAction172\r\n site_DeploymentSupport: _InputCollectionAction173\r\n costLine: _InputCollectionAction174\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputDiagram {\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n applicationDataArea: _InputCollectionAction837\r\n entityDM: _InputCollectionAction838\r\n functionality: _InputCollectionAction839\r\n businessLine: _InputCollectionAction840\r\n content: _InputCollectionAction841\r\n softwareTechnologyStack: _InputCollectionAction842\r\n technicalFunctionality: _InputCollectionAction843\r\n portfolio: _InputCollectionAction844\r\n dataView: _InputCollectionAction845\r\n softwareTechnology: _InputCollectionAction846\r\n risk: _InputCollectionAction847\r\n businessCapability: _InputCollectionAction848\r\n globalApplicationFlowMap: _InputCollectionAction849\r\n class: _InputCollectionAction850\r\n stateUML: _InputCollectionAction851\r\n application: _InputCollectionAction852\r\n orgUnit: _InputCollectionAction853\r\n site: _InputCollectionAction854\r\n applicationFlow: _InputCollectionAction855\r\n businessProcess: _InputCollectionAction856\r\n diagramType: _InputCollectionAction857\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputDiagramType {\r\n nature: NatureEnum\r\n wizardImageFilename: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction119\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputDocumentCategory {\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n documentCategory_Parent: _InputCollectionAction755\r\n documentCategory_Lower: _InputCollectionAction756\r\n businessDocumentPattern: _InputCollectionAction757\r\n businessDocument: _InputCollectionAction758\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputEntityDM {\r\n name: String\r\n abstract: AbstractEnum\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction151\r\n businessDocument_AttachedDocument: _InputCollectionAction152\r\n businessDocument_ReferredToDocument: _InputCollectionAction153\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction154\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction155\r\n entityDM_VariantObject: _InputCollectionAction156\r\n entityDM_VariedObject: _InputCollectionAction157\r\n applicationDataArea: _InputCollectionAction158\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputExpense {\r\n name: String\r\n expenseDate: CustomDate\r\n expenseAmount: CustomFloat\r\n computedCostType: ComputedCostTypeEnum\r\n computedCostNature: ComputedCostNatureEnum\r\n computedState: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n costLine: _InputCollectionAction241\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputFunctionality {\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n functionalityType: FunctionalityTypeEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction299\r\n businessDocument_AttachedDocument: _InputCollectionAction300\r\n businessDocument_ReferredToDocument: _InputCollectionAction301\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction302\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction303\r\n functionality_VariantObject: _InputCollectionAction304\r\n functionality_VariedObject: _InputCollectionAction305\r\n application: _InputCollectionAction306\r\n usagecontext: _InputCollectionAction307\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputFunctionalityFulfillment {\r\n name: String\r\n coverageRatio: CustomInt\r\n iTARecommendationStatus: Boolean\r\n compositeRealizationName: String\r\n realizationQuality: RealizationQualityEnum\r\n capabilityFulfillmentMetaPictureIdentifier: String\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n application: _InputCollectionAction1033\r\n functionality: _InputCollectionAction1034\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputGlobalApplicationFlowMap {\r\n name: String\r\n globalApplicationFlowMapForITPM: Boolean\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction683\r\n businessDocument_AttachedDocument: _InputCollectionAction684\r\n businessDocument_ReferredToDocument: _InputCollectionAction685\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction686\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction687\r\n application: _InputCollectionAction688\r\n sentApplicationFlow: _InputCollectionAction689\r\n applicationFlow: _InputCollectionAction690\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputInitiative {\r\n name: String\r\n decision: DecisionEnum\r\n motivationOfTheDecision: String\r\n initiativeMetaPictureIdentifier: String\r\n freezePastTimePeriod: Boolean\r\n natureOfTransformation: NatureOfTransformationEnum\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n timePeriod: _InputCollectionAction661\r\n portfolio: _InputCollectionAction662\r\n deployedTechnology: _InputCollectionAction663\r\n softwareInstallation: _InputCollectionAction664\r\n serverDeployed: _InputCollectionAction665\r\n softwareTechnology: _InputCollectionAction666\r\n businessCapability: _InputCollectionAction667\r\n application: _InputCollectionAction668\r\n orgUnit: _InputCollectionAction669\r\n businessProcess: _InputCollectionAction670\r\n costLine: _InputCollectionAction671\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputLanguage {\r\n languageCharacteristics: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n language_GeneralLanguage: _InputCollectionAction1\r\n language_SpecializedLanguage: _InputCollectionAction2\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputLogicalDataAreaComponent {\r\n name: String\r\n dataCreation: Boolean\r\n dataRead: Boolean\r\n dataUpdate: Boolean\r\n dataDeletion: Boolean\r\n comment: String\r\n externalId: String\r\n applicationDataArea: _InputCollectionAction317\r\n entityDM: _InputCollectionAction318\r\n dataView: _InputCollectionAction319\r\n class: _InputCollectionAction320\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputLogin {\r\n commandLine: String\r\n statusLogin: StatusLoginEnum\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n personSystem: _InputCollectionAction39\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputOrgUnit {\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n timePeriod: _InputCollectionAction939\r\n diagram: _InputCollectionAction940\r\n businessDocument_AttachedDocument: _InputCollectionAction941\r\n businessDocument_ReferredToDocument: _InputCollectionAction942\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction943\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction944\r\n initiative: _InputCollectionAction945\r\n orgUnitMember_PersonSystem: _InputCollectionAction946\r\n softwareTechnology: _InputCollectionAction947\r\n risk: _InputCollectionAction948\r\n orgUnit_VariantObject: _InputCollectionAction949\r\n orgUnit_VariedObject: _InputCollectionAction950\r\n businessCapability: _InputCollectionAction951\r\n orgUnit_AggregationOf: _InputCollectionAction952\r\n orgUnit_Component: _InputCollectionAction953\r\n usagecontext: _InputCollectionAction954\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputPersonSystem {\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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n login: _InputCollectionAction5\r\n applicationOwner_SoftwareInstallation: _InputCollectionAction6\r\n iTOwner_SoftwareInstallation: _InputCollectionAction7\r\n businessOwner_SoftwareInstallation: _InputCollectionAction8\r\n financialController_SoftwareInstallation: _InputCollectionAction9\r\n technologyCorrespondent_SoftwareTechnologyStack: _InputCollectionAction10\r\n projectPortfolioManager_Portfolio: _InputCollectionAction11\r\n projectPortfolioApprover_Portfolio: _InputCollectionAction12\r\n portfolioManager_Portfolio: _InputCollectionAction13\r\n technologyCorrespondent_SoftwareTechnology: _InputCollectionAction14\r\n financialController_SoftwareTechnology: _InputCollectionAction15\r\n applicationOwner_Application: _InputCollectionAction16\r\n softwareDesigner_Application: _InputCollectionAction17\r\n iTOwner_Application: _InputCollectionAction18\r\n businessOwner_Application: _InputCollectionAction19\r\n financialController_Application: _InputCollectionAction20\r\n orgUnitMember_OrgUnit: _InputCollectionAction21\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputPortfolio {\r\n name: String\r\n studyStartDate: CustomDate\r\n studyEndDate: CustomDate\r\n portfolioType: PortfolioTypeEnum\r\n lastUpdate: CustomDate\r\n updateFrequency: UpdateFrequencyEnum\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n portfolio_Lower: _InputCollectionAction447\r\n initiative: _InputCollectionAction448\r\n portfolio_Upper: _InputCollectionAction449\r\n diagram: _InputCollectionAction450\r\n projectPortfolioManager_PersonSystem: _InputCollectionAction451\r\n projectPortfolioApprover_PersonSystem: _InputCollectionAction452\r\n portfolioManager_PersonSystem: _InputCollectionAction453\r\n cASTHighlightCampaign_CastHighlightCampaign: _InputCollectionAction454\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputResponsibilityAssignment {\r\n name: String\r\n responsibilityAssignmentName: String\r\n comment: String\r\n externalId: String\r\n personSystem_AssignedPerson: _InputCollectionAction41\r\n businessRole: _InputCollectionAction42\r\n applicationDataArea_AssignedObject: _InputCollectionAction43\r\n entityDM_AssignedObject: _InputCollectionAction44\r\n usageContext_AssignedObject: _InputCollectionAction45\r\n softwareInstallation_AssignedObject: _InputCollectionAction46\r\n functionality_AssignedObject: _InputCollectionAction47\r\n content_AssignedObject: _InputCollectionAction48\r\n softwareTechnologyStack_AssignedObject: _InputCollectionAction49\r\n technicalFunctionality_AssignedObject: _InputCollectionAction50\r\n portfolio_AssignedObject: _InputCollectionAction51\r\n dataView_AssignedObject: _InputCollectionAction52\r\n softwareTechnology_AssignedObject: _InputCollectionAction53\r\n risk_AssignedObject: _InputCollectionAction54\r\n businessCapability_AssignedObject: _InputCollectionAction55\r\n class_AssignedObject: _InputCollectionAction56\r\n application_AssignedObject: _InputCollectionAction57\r\n orgUnit_AssignedObject: _InputCollectionAction58\r\n site_AssignedObject: _InputCollectionAction59\r\n businessProcess_AssignedObject: _InputCollectionAction60\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputRisk {\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction519\r\n businessDocument_AttachedDocument: _InputCollectionAction520\r\n businessDocument_ReferredToDocument: _InputCollectionAction521\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction522\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction523\r\n deployedTechnology: _InputCollectionAction524\r\n softwareInstallation: _InputCollectionAction525\r\n businessLine: _InputCollectionAction526\r\n content: _InputCollectionAction527\r\n softwareTechnologyStack: _InputCollectionAction528\r\n softwareTechnology_SoftwareTechnologyStackPart: _InputCollectionAction529\r\n softwareTechnology: _InputCollectionAction530\r\n businessCapability: _InputCollectionAction531\r\n application: _InputCollectionAction532\r\n orgUnit: _InputCollectionAction533\r\n site: _InputCollectionAction534\r\n businessProcess: _InputCollectionAction535\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputServerDeployed {\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n timePeriod: _InputCollectionAction351\r\n initiative: _InputCollectionAction352\r\n deployedTechnology_DeployedObject: _InputCollectionAction353\r\n softwareInstallation_DeployedObject: _InputCollectionAction354\r\n serverDeployed_DeployedObject: _InputCollectionAction355\r\n serverDeployed_DeploymentSupport: _InputCollectionAction356\r\n site_DeploymentSupport: _InputCollectionAction357\r\n costLine: _InputCollectionAction358\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputSite {\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction971\r\n businessDocument_AttachedDocument: _InputCollectionAction972\r\n businessDocument_ReferredToDocument: _InputCollectionAction973\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction974\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction975\r\n risk: _InputCollectionAction976\r\n deployedTechnology_DeployedObject: _InputCollectionAction977\r\n softwareInstallation_DeployedObject: _InputCollectionAction978\r\n serverDeployed_DeployedObject: _InputCollectionAction979\r\n site_VariantObject: _InputCollectionAction980\r\n site_VariedObject: _InputCollectionAction981\r\n site_AggregationOf: _InputCollectionAction982\r\n site_Component: _InputCollectionAction983\r\n site_SubType: _InputCollectionAction984\r\n site_SuperType: _InputCollectionAction985\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputSoftwareInstallation {\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n timePeriod: _InputCollectionAction195\r\n usageContext_TechnologyDeploymentContext: _InputCollectionAction196\r\n initiative: _InputCollectionAction197\r\n applicationOwner_PersonSystem: _InputCollectionAction198\r\n iTOwner_PersonSystem: _InputCollectionAction199\r\n businessOwner_PersonSystem: _InputCollectionAction200\r\n financialController_PersonSystem: _InputCollectionAction201\r\n risk: _InputCollectionAction202\r\n serverDeployed_DeploymentSupport: _InputCollectionAction203\r\n site_DeploymentSupport: _InputCollectionAction204\r\n costLine: _InputCollectionAction205\r\n usageContext_ApplicationDeploymentContext: _InputCollectionAction206\r\n application: _InputCollectionAction207\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputSoftwareTechnology {\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n timePeriod: _InputCollectionAction479\r\n diagram: _InputCollectionAction480\r\n businessDocument_AttachedDocument: _InputCollectionAction481\r\n businessDocument_ReferredToDocument: _InputCollectionAction482\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction483\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction484\r\n deployedTechnology: _InputCollectionAction485\r\n initiative: _InputCollectionAction486\r\n technologyCorrespondent_PersonSystem: _InputCollectionAction487\r\n financialController_PersonSystem: _InputCollectionAction488\r\n orgUnit: _InputCollectionAction489\r\n softwareTechnologyStack: _InputCollectionAction490\r\n risk_SoftwareTechnologyStackPart: _InputCollectionAction491\r\n type: _InputCollectionAction492\r\n risk: _InputCollectionAction493\r\n softwareTechnology_VariantObject: _InputCollectionAction494\r\n softwareTechnology_VariedObject: _InputCollectionAction495\r\n costLine: _InputCollectionAction496\r\n application: _InputCollectionAction497\r\n technicalFunctionality: _InputCollectionAction498\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputSoftwareTechnologyStack {\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n timePeriod: _InputCollectionAction391\r\n diagram: _InputCollectionAction392\r\n businessDocument_AttachedDocument: _InputCollectionAction393\r\n businessDocument_ReferredToDocument: _InputCollectionAction394\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction395\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction396\r\n technologyCorrespondent_PersonSystem: _InputCollectionAction397\r\n softwareTechnology: _InputCollectionAction398\r\n risk_SoftwareTechnologyStackPart: _InputCollectionAction399\r\n softwareTechnologyStack_VariantObject: _InputCollectionAction400\r\n softwareTechnologyStack_VariedObject: _InputCollectionAction401\r\n application: _InputCollectionAction402\r\n technicalFunctionality: _InputCollectionAction403\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputSoftwareTechnologyStackPart {\r\n name: String\r\n comment: String\r\n externalId: String\r\n softwareTechnologyStack: _InputCollectionAction385\r\n softwareTechnology: _InputCollectionAction386\r\n risk: _InputCollectionAction387\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputStateUML {\r\n name: String\r\n isConcurrent: IsConcurrentEnum\r\n stateKind: StateKindEnum\r\n isLeaf: IsLeafEnum\r\n bound: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction745\r\n timePeriod: _InputCollectionAction746\r\n costLine: _InputCollectionAction747\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputTechnicalFunctionality {\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction423\r\n businessDocument_AttachedDocument: _InputCollectionAction424\r\n businessDocument_ReferredToDocument: _InputCollectionAction425\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction426\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction427\r\n softwareTechnologyStack: _InputCollectionAction428\r\n softwareTechnology: _InputCollectionAction429\r\n technicalFunctionality_VariantObject: _InputCollectionAction430\r\n technicalFunctionality_VariedObject: _InputCollectionAction431\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputTechnicalFunctionalityFulfillment {\r\n name: String\r\n coverageRatio: CustomInt\r\n iTARecommendationStatus: Boolean\r\n compositeRealizationName: String\r\n realizationQuality: RealizationQualityEnum\r\n capabilityFulfillmentMetaPictureIdentifier: String\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n technicalFunctionality: _InputCollectionAction417\r\n softwareTechnologyStack: _InputCollectionAction418\r\n softwareTechnology: _InputCollectionAction419\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputTimePeriod {\r\n name: String\r\n timedObjectType: TimedObjectTypeEnum\r\n timePeriodUnit: TimePeriodUnitEnum\r\n absoluteStartDate: CustomDate\r\n absoluteEndDate: CustomDate\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodEndDelay: CustomInt\r\n timePeriodComputedDuration: CustomInt\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n stateUML: _InputCollectionAction699\r\n timePeriod_PreviousPeriod: _InputCollectionAction700\r\n timePeriod_FollowingPeriod: _InputCollectionAction701\r\n deployedTechnology: _InputCollectionAction702\r\n usagecontext: _InputCollectionAction703\r\n softwareInstallation: _InputCollectionAction704\r\n serverDeployed: _InputCollectionAction705\r\n softwareTechnologyStack: _InputCollectionAction706\r\n softwareTechnology: _InputCollectionAction707\r\n businessCapability: _InputCollectionAction708\r\n initiative: _InputCollectionAction709\r\n application: _InputCollectionAction710\r\n orgUnit: _InputCollectionAction711\r\n businessProcess: _InputCollectionAction712\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputType {\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaReplacementID: String\r\n gUIName: String\r\n bDNAIdentifier: String\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaCategoryLevel: TechnopediaCategoryLevelEnum\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n softwareTechnology: _InputCollectionAction727\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueApplication {\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n timePeriod: _InputCollectionAction909\r\n diagram: _InputCollectionAction910\r\n businessDocument_AttachedDocument: _InputCollectionAction911\r\n businessDocument_ReferredToDocument: _InputCollectionAction912\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction913\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction914\r\n initiative: _InputCollectionAction915\r\n applicationOwner_PersonSystem: _InputCollectionAction916\r\n softwareDesigner_PersonSystem: _InputCollectionAction917\r\n iTOwner_PersonSystem: _InputCollectionAction918\r\n businessOwner_PersonSystem: _InputCollectionAction919\r\n financialController_PersonSystem: _InputCollectionAction920\r\n risk: _InputCollectionAction921\r\n applicationDataArea: _InputCollectionAction922\r\n globalApplicationFlowMap: _InputCollectionAction923\r\n sentApplicationFlow_ContributingApplication: _InputCollectionAction924\r\n receivedApplicationFlow_ContributingApplication: _InputCollectionAction925\r\n cASTHighlightCampaign_CastHighlightCampaign: _InputCollectionAction926\r\n sentApplicationFlow_ApplicationParticipant: _InputCollectionAction927\r\n receivedApplicationFlow_ApplicationParticipant: _InputCollectionAction928\r\n application_VariantObject: _InputCollectionAction929\r\n application_VariedObject: _InputCollectionAction930\r\n costLine: _InputCollectionAction931\r\n businessCapability: _InputCollectionAction932\r\n businessLine: _InputCollectionAction933\r\n functionality: _InputCollectionAction934\r\n softwareTechnologyStack: _InputCollectionAction935\r\n softwareTechnology_UsedTechnology: _InputCollectionAction936\r\n softwareInstallation: _InputCollectionAction937\r\n businessProcess: _InputCollectionAction938\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueApplicationDataArea {\r\n name: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction140\r\n businessDocument_AttachedDocument: _InputCollectionAction141\r\n businessDocument_ReferredToDocument: _InputCollectionAction142\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction143\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction144\r\n entityDM: _InputCollectionAction145\r\n dataView: _InputCollectionAction146\r\n class: _InputCollectionAction147\r\n applicationDataArea_VariantObject: _InputCollectionAction148\r\n applicationDataArea_VariedObject: _InputCollectionAction149\r\n application: _InputCollectionAction150\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueApplicationFlow {\r\n name: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction1017\r\n businessDocument_AttachedDocument: _InputCollectionAction1018\r\n businessDocument_ReferredToDocument: _InputCollectionAction1019\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction1020\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction1021\r\n application_SenderResource_ContributingApplication: _InputCollectionAction1022\r\n globalApplicationFlowMap_SenderResource: _InputCollectionAction1023\r\n receivedApplicationFlow_ContributingApplication: _InputCollectionAction1024\r\n application_SenderResource_ApplicationParticipant: _InputCollectionAction1025\r\n receivedApplicationFlow_ApplicationParticipant: _InputCollectionAction1026\r\n application_ReceiverResource_ContributingApplication: _InputCollectionAction1027\r\n globalApplicationFlowMap_ReceiverResource: _InputCollectionAction1028\r\n sentApplicationFlow_ContributingApplication: _InputCollectionAction1029\r\n application_ReceiverResource_ApplicationParticipant: _InputCollectionAction1030\r\n sentApplicationFlow_ApplicationParticipant: _InputCollectionAction1031\r\n content: _InputCollectionAction1032\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueApplicationLocalDataStore {\r\n name: String\r\n comment: String\r\n externalId: String\r\n application: _InputCollectionAction327\r\n applicationDataArea: _InputCollectionAction328\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueApplicationParticipant {\r\n name: String\r\n comment: String\r\n externalId: String\r\n application: _InputCollectionAction444\r\n sentApplicationFlow: _InputCollectionAction445\r\n receivedApplicationFlow: _InputCollectionAction446\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueBusinessCapability {\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n timePeriod: _InputCollectionAction571\r\n diagram: _InputCollectionAction572\r\n businessDocument_AttachedDocument: _InputCollectionAction573\r\n businessDocument_ReferredToDocument: _InputCollectionAction574\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction575\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction576\r\n initiative: _InputCollectionAction577\r\n risk: _InputCollectionAction578\r\n application: _InputCollectionAction579\r\n orgUnit: _InputCollectionAction580\r\n businessCapability_VariantObject: _InputCollectionAction581\r\n businessCapability_VariedObject: _InputCollectionAction582\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueBusinessCapabilityFulfillment {\r\n name: String\r\n coverageRatio: CustomInt\r\n iTARecommendationStatus: Boolean\r\n compositeRealizationName: String\r\n realizationQuality: RealizationQualityEnum\r\n capabilityFulfillmentMetaPictureIdentifier: String\r\n costContributionKeyRealization: CustomFloat\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n businessCapability: _InputCollectionAction556\r\n application: _InputCollectionAction557\r\n orgUnit: _InputCollectionAction558\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueBusinessDocument {\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n applicationDataArea_DocumentedObject: _InputCollectionAction622\r\n entityDM_DocumentedObject: _InputCollectionAction623\r\n functionality_DocumentedObject: _InputCollectionAction624\r\n businessLine_DocumentedObject: _InputCollectionAction625\r\n content_DocumentedObject: _InputCollectionAction626\r\n softwareTechnologyStack_DocumentedObject: _InputCollectionAction627\r\n technicalFunctionality_DocumentedObject: _InputCollectionAction628\r\n dataView_DocumentedObject: _InputCollectionAction629\r\n softwareTechnology_DocumentedObject: _InputCollectionAction630\r\n risk_DocumentedObject: _InputCollectionAction631\r\n businessCapability_DocumentedObject: _InputCollectionAction632\r\n globalApplicationFlowMap_DocumentedObject: _InputCollectionAction633\r\n class_DocumentedObject: _InputCollectionAction634\r\n application_DocumentedObject: _InputCollectionAction635\r\n orgUnit_DocumentedObject: _InputCollectionAction636\r\n site_DocumentedObject: _InputCollectionAction637\r\n applicationFlow_DocumentedObject: _InputCollectionAction638\r\n businessProcess_DocumentedObject: _InputCollectionAction639\r\n applicationDataArea_Object: _InputCollectionAction640\r\n entityDM_Object: _InputCollectionAction641\r\n functionality_Object: _InputCollectionAction642\r\n businessLine_Object: _InputCollectionAction643\r\n content_Object: _InputCollectionAction644\r\n softwareTechnologyStack_Object: _InputCollectionAction645\r\n technicalFunctionality_Object: _InputCollectionAction646\r\n dataView_Object: _InputCollectionAction647\r\n softwareTechnology_Object: _InputCollectionAction648\r\n risk_Object: _InputCollectionAction649\r\n businessCapability_Object: _InputCollectionAction650\r\n globalApplicationFlowMap_Object: _InputCollectionAction651\r\n class_Object: _InputCollectionAction652\r\n application_Object: _InputCollectionAction653\r\n orgUnit_Object: _InputCollectionAction654\r\n site_Object: _InputCollectionAction655\r\n applicationFlow_Object: _InputCollectionAction656\r\n businessProcess_Object: _InputCollectionAction657\r\n documentCategory: _InputCollectionAction658\r\n businessDocumentPattern_DocumentPattern: _InputCollectionAction659\r\n businessDocumentVersion_DocumentVersions: _InputCollectionAction660\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueBusinessDocumentPattern {\r\n name: String\r\n ciphered: Boolean\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n documentCategory: _InputCollectionAction753\r\n businessDocument: _InputCollectionAction754\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueBusinessDocumentVersion {\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n applicationDataArea_DocumentedObject: _InputCollectionAction800\r\n entityDM_DocumentedObject: _InputCollectionAction801\r\n functionality_DocumentedObject: _InputCollectionAction802\r\n businessLine_DocumentedObject: _InputCollectionAction803\r\n content_DocumentedObject: _InputCollectionAction804\r\n softwareTechnologyStack_DocumentedObject: _InputCollectionAction805\r\n technicalFunctionality_DocumentedObject: _InputCollectionAction806\r\n dataView_DocumentedObject: _InputCollectionAction807\r\n softwareTechnology_DocumentedObject: _InputCollectionAction808\r\n risk_DocumentedObject: _InputCollectionAction809\r\n businessCapability_DocumentedObject: _InputCollectionAction810\r\n globalApplicationFlowMap_DocumentedObject: _InputCollectionAction811\r\n class_DocumentedObject: _InputCollectionAction812\r\n application_DocumentedObject: _InputCollectionAction813\r\n orgUnit_DocumentedObject: _InputCollectionAction814\r\n site_DocumentedObject: _InputCollectionAction815\r\n applicationFlow_DocumentedObject: _InputCollectionAction816\r\n businessProcess_DocumentedObject: _InputCollectionAction817\r\n applicationDataArea_Object: _InputCollectionAction818\r\n entityDM_Object: _InputCollectionAction819\r\n functionality_Object: _InputCollectionAction820\r\n businessLine_Object: _InputCollectionAction821\r\n content_Object: _InputCollectionAction822\r\n softwareTechnologyStack_Object: _InputCollectionAction823\r\n technicalFunctionality_Object: _InputCollectionAction824\r\n dataView_Object: _InputCollectionAction825\r\n softwareTechnology_Object: _InputCollectionAction826\r\n risk_Object: _InputCollectionAction827\r\n businessCapability_Object: _InputCollectionAction828\r\n globalApplicationFlowMap_Object: _InputCollectionAction829\r\n class_Object: _InputCollectionAction830\r\n application_Object: _InputCollectionAction831\r\n orgUnit_Object: _InputCollectionAction832\r\n site_Object: _InputCollectionAction833\r\n applicationFlow_Object: _InputCollectionAction834\r\n businessProcess_Object: _InputCollectionAction835\r\n businessDocument_Document: _InputCollectionAction836\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueBusinessLine {\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n cASTHighlightID: CustomInt\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction338\r\n businessDocument_AttachedDocument: _InputCollectionAction339\r\n businessDocument_ReferredToDocument: _InputCollectionAction340\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction341\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction342\r\n risk: _InputCollectionAction343\r\n businessLine_ParentBusinessLine: _InputCollectionAction344\r\n businessLine_SubBusinessLine: _InputCollectionAction345\r\n application: _InputCollectionAction346\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueBusinessProcess {\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n timePeriod: _InputCollectionAction1050\r\n diagram: _InputCollectionAction1051\r\n businessDocument_AttachedDocument: _InputCollectionAction1052\r\n businessDocument_ReferredToDocument: _InputCollectionAction1053\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction1054\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction1055\r\n initiative: _InputCollectionAction1056\r\n risk: _InputCollectionAction1057\r\n businessProcess_VariantObject: _InputCollectionAction1058\r\n businessProcess_VariedObject: _InputCollectionAction1059\r\n businessProcess_AggregationOf: _InputCollectionAction1060\r\n businessProcess_Component: _InputCollectionAction1061\r\n application: _InputCollectionAction1062\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueBusinessRole {\r\n businessRoleMultiplicity: BusinessRoleMultiplicityEnum\r\n metaAttributeType: MetaAttributeTypeEnum\r\n metaAttributeLength: CustomInt\r\n metaAttributeFormat: MetaAttributeFormatEnum\r\n abbreviation: String\r\n defaultInternalValue: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n refersText: String\r\n businessRoleStatus: BusinessRoleStatusEnum\r\n proposeAllUsers: Boolean\r\n businessRoleDisplay: BusinessRoleDisplayEnum\r\n gUIName: String\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n personSystem: _InputCollectionAction100\r\n applicationDataArea: _InputCollectionAction101\r\n entityDM: _InputCollectionAction102\r\n usagecontext: _InputCollectionAction103\r\n softwareInstallation: _InputCollectionAction104\r\n functionality: _InputCollectionAction105\r\n content: _InputCollectionAction106\r\n softwareTechnologyStack: _InputCollectionAction107\r\n technicalFunctionality: _InputCollectionAction108\r\n portfolio: _InputCollectionAction109\r\n dataView: _InputCollectionAction110\r\n softwareTechnology: _InputCollectionAction111\r\n risk: _InputCollectionAction112\r\n businessCapability: _InputCollectionAction113\r\n class: _InputCollectionAction114\r\n application: _InputCollectionAction115\r\n orgUnit: _InputCollectionAction116\r\n site: _InputCollectionAction117\r\n businessProcess: _InputCollectionAction118\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueCASTHighlightCampaign {\r\n castToken: String\r\n cASTHighlightID: CustomInt\r\n closingDateCast: CustomDate\r\n name: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n application_CastHighlightObject: _InputCollectionAction349\r\n portfolio: _InputCollectionAction350\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueClass {\r\n name: String\r\n classMetaClassIdAbs: String\r\n abstract: AbstractEnum\r\n isRoot: IsRootEnum\r\n isLeaf: IsLeafEnum\r\n persistence: PersistenceEnum\r\n isActive: IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification: ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant: String\r\n codeNamePrefix: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction737\r\n businessDocument_AttachedDocument: _InputCollectionAction738\r\n businessDocument_ReferredToDocument: _InputCollectionAction739\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction740\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction741\r\n class_VariantObject: _InputCollectionAction742\r\n class_VariedObject: _InputCollectionAction743\r\n applicationDataArea: _InputCollectionAction744\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueContent {\r\n name: String\r\n contentType: ContentTypeEnum\r\n contentName: String\r\n flowType: FlowTypeEnum\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction376\r\n businessDocument_AttachedDocument: _InputCollectionAction377\r\n businessDocument_ReferredToDocument: _InputCollectionAction378\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction379\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction380\r\n risk: _InputCollectionAction381\r\n content_VariantObject: _InputCollectionAction382\r\n content_VariedObject: _InputCollectionAction383\r\n applicationFlow: _InputCollectionAction384\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueContributingApplication {\r\n name: String\r\n comment: String\r\n externalId: String\r\n application_RepresentedApplication: _InputCollectionAction125\r\n globalApplicationFlowMap_OwnerGlobalApplicationFlowMap: _InputCollectionAction126\r\n sentApplicationFlow: _InputCollectionAction127\r\n receivedApplicationFlow: _InputCollectionAction128\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueCostFormula {\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n costLine: _InputCollectionAction222\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueCostLine {\r\n name: String\r\n expenseBeginDate: CustomDate\r\n costNature: CostNatureEnum\r\n costType: CostTypeEnum\r\n periodicCost: CustomFloat\r\n periodicity: PeriodicityEnum\r\n upDownAmount: CustomInt\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n deployedTechnology_StructuredCostObject: _InputCollectionAction232\r\n softwareInstallation_StructuredCostObject: _InputCollectionAction233\r\n serverDeployed_StructuredCostObject: _InputCollectionAction234\r\n softwareTechnology_StructuredCostObject: _InputCollectionAction235\r\n initiative_StructuredCostObject: _InputCollectionAction236\r\n application_StructuredCostObject: _InputCollectionAction237\r\n stateUML_State: _InputCollectionAction238\r\n expense: _InputCollectionAction239\r\n costFormula: _InputCollectionAction240\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueDataView {\r\n name: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction471\r\n businessDocument_AttachedDocument: _InputCollectionAction472\r\n businessDocument_ReferredToDocument: _InputCollectionAction473\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction474\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction475\r\n dataView_VariantObject: _InputCollectionAction476\r\n dataView_VariedObject: _InputCollectionAction477\r\n applicationDataArea: _InputCollectionAction478\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueDeployedTechnology {\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n timePeriod: _InputCollectionAction175\r\n softwareTechnology_DeployableTechnology: _InputCollectionAction176\r\n usageContext_TechnologyDeploymentContext: _InputCollectionAction177\r\n initiative: _InputCollectionAction178\r\n risk: _InputCollectionAction179\r\n serverDeployed_DeploymentSupport: _InputCollectionAction180\r\n site_DeploymentSupport: _InputCollectionAction181\r\n costLine: _InputCollectionAction182\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueDiagram {\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n applicationDataArea: _InputCollectionAction858\r\n entityDM: _InputCollectionAction859\r\n functionality: _InputCollectionAction860\r\n businessLine: _InputCollectionAction861\r\n content: _InputCollectionAction862\r\n softwareTechnologyStack: _InputCollectionAction863\r\n technicalFunctionality: _InputCollectionAction864\r\n portfolio: _InputCollectionAction865\r\n dataView: _InputCollectionAction866\r\n softwareTechnology: _InputCollectionAction867\r\n risk: _InputCollectionAction868\r\n businessCapability: _InputCollectionAction869\r\n globalApplicationFlowMap: _InputCollectionAction870\r\n class: _InputCollectionAction871\r\n stateUML: _InputCollectionAction872\r\n application: _InputCollectionAction873\r\n orgUnit: _InputCollectionAction874\r\n site: _InputCollectionAction875\r\n applicationFlow: _InputCollectionAction876\r\n businessProcess: _InputCollectionAction877\r\n diagramType: _InputCollectionAction878\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueDiagramType {\r\n nature: NatureEnum\r\n wizardImageFilename: String\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction120\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueDocumentCategory {\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n documentCategory_Parent: _InputCollectionAction759\r\n documentCategory_Lower: _InputCollectionAction760\r\n businessDocumentPattern: _InputCollectionAction761\r\n businessDocument: _InputCollectionAction762\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueEntityDM {\r\n name: String\r\n abstract: AbstractEnum\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction159\r\n businessDocument_AttachedDocument: _InputCollectionAction160\r\n businessDocument_ReferredToDocument: _InputCollectionAction161\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction162\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction163\r\n entityDM_VariantObject: _InputCollectionAction164\r\n entityDM_VariedObject: _InputCollectionAction165\r\n applicationDataArea: _InputCollectionAction166\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueExpense {\r\n name: String\r\n expenseDate: CustomDate\r\n expenseAmount: CustomFloat\r\n computedCostType: ComputedCostTypeEnum\r\n computedCostNature: ComputedCostNatureEnum\r\n computedState: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n costLine: _InputCollectionAction242\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueFunctionality {\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n functionalityType: FunctionalityTypeEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction308\r\n businessDocument_AttachedDocument: _InputCollectionAction309\r\n businessDocument_ReferredToDocument: _InputCollectionAction310\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction311\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction312\r\n functionality_VariantObject: _InputCollectionAction313\r\n functionality_VariedObject: _InputCollectionAction314\r\n application: _InputCollectionAction315\r\n usagecontext: _InputCollectionAction316\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueFunctionalityFulfillment {\r\n name: String\r\n coverageRatio: CustomInt\r\n iTARecommendationStatus: Boolean\r\n compositeRealizationName: String\r\n realizationQuality: RealizationQualityEnum\r\n capabilityFulfillmentMetaPictureIdentifier: String\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n application: _InputCollectionAction1035\r\n functionality: _InputCollectionAction1036\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueGlobalApplicationFlowMap {\r\n name: String\r\n globalApplicationFlowMapForITPM: Boolean\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction691\r\n businessDocument_AttachedDocument: _InputCollectionAction692\r\n businessDocument_ReferredToDocument: _InputCollectionAction693\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction694\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction695\r\n application: _InputCollectionAction696\r\n sentApplicationFlow: _InputCollectionAction697\r\n applicationFlow: _InputCollectionAction698\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueInitiative {\r\n name: String\r\n decision: DecisionEnum\r\n motivationOfTheDecision: String\r\n initiativeMetaPictureIdentifier: String\r\n freezePastTimePeriod: Boolean\r\n natureOfTransformation: NatureOfTransformationEnum\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n timePeriod: _InputCollectionAction672\r\n portfolio: _InputCollectionAction673\r\n deployedTechnology: _InputCollectionAction674\r\n softwareInstallation: _InputCollectionAction675\r\n serverDeployed: _InputCollectionAction676\r\n softwareTechnology: _InputCollectionAction677\r\n businessCapability: _InputCollectionAction678\r\n application: _InputCollectionAction679\r\n orgUnit: _InputCollectionAction680\r\n businessProcess: _InputCollectionAction681\r\n costLine: _InputCollectionAction682\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueLanguage {\r\n languageCharacteristics: String\r\n languageCode: String\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n language_GeneralLanguage: _InputCollectionAction3\r\n language_SpecializedLanguage: _InputCollectionAction4\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueLogicalDataAreaComponent {\r\n name: String\r\n dataCreation: Boolean\r\n dataRead: Boolean\r\n dataUpdate: Boolean\r\n dataDeletion: Boolean\r\n comment: String\r\n externalId: String\r\n applicationDataArea: _InputCollectionAction321\r\n entityDM: _InputCollectionAction322\r\n dataView: _InputCollectionAction323\r\n class: _InputCollectionAction324\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueLogin {\r\n userCode: String\r\n commandLine: String\r\n statusLogin: StatusLoginEnum\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n personSystem: _InputCollectionAction40\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueOrgUnit {\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n timePeriod: _InputCollectionAction955\r\n diagram: _InputCollectionAction956\r\n businessDocument_AttachedDocument: _InputCollectionAction957\r\n businessDocument_ReferredToDocument: _InputCollectionAction958\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction959\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction960\r\n initiative: _InputCollectionAction961\r\n orgUnitMember_PersonSystem: _InputCollectionAction962\r\n softwareTechnology: _InputCollectionAction963\r\n risk: _InputCollectionAction964\r\n orgUnit_VariantObject: _InputCollectionAction965\r\n orgUnit_VariedObject: _InputCollectionAction966\r\n businessCapability: _InputCollectionAction967\r\n orgUnit_AggregationOf: _InputCollectionAction968\r\n orgUnit_Component: _InputCollectionAction969\r\n usagecontext: _InputCollectionAction970\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniquePersonSystem {\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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n login: _InputCollectionAction22\r\n applicationOwner_SoftwareInstallation: _InputCollectionAction23\r\n iTOwner_SoftwareInstallation: _InputCollectionAction24\r\n businessOwner_SoftwareInstallation: _InputCollectionAction25\r\n financialController_SoftwareInstallation: _InputCollectionAction26\r\n technologyCorrespondent_SoftwareTechnologyStack: _InputCollectionAction27\r\n projectPortfolioManager_Portfolio: _InputCollectionAction28\r\n projectPortfolioApprover_Portfolio: _InputCollectionAction29\r\n portfolioManager_Portfolio: _InputCollectionAction30\r\n technologyCorrespondent_SoftwareTechnology: _InputCollectionAction31\r\n financialController_SoftwareTechnology: _InputCollectionAction32\r\n applicationOwner_Application: _InputCollectionAction33\r\n softwareDesigner_Application: _InputCollectionAction34\r\n iTOwner_Application: _InputCollectionAction35\r\n businessOwner_Application: _InputCollectionAction36\r\n financialController_Application: _InputCollectionAction37\r\n orgUnitMember_OrgUnit: _InputCollectionAction38\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniquePortfolio {\r\n name: String\r\n studyStartDate: CustomDate\r\n studyEndDate: CustomDate\r\n portfolioType: PortfolioTypeEnum\r\n lastUpdate: CustomDate\r\n updateFrequency: UpdateFrequencyEnum\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n portfolio_Lower: _InputCollectionAction455\r\n initiative: _InputCollectionAction456\r\n portfolio_Upper: _InputCollectionAction457\r\n diagram: _InputCollectionAction458\r\n projectPortfolioManager_PersonSystem: _InputCollectionAction459\r\n projectPortfolioApprover_PersonSystem: _InputCollectionAction460\r\n portfolioManager_PersonSystem: _InputCollectionAction461\r\n cASTHighlightCampaign_CastHighlightCampaign: _InputCollectionAction462\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueResponsibilityAssignment {\r\n name: String\r\n responsibilityAssignmentName: String\r\n comment: String\r\n externalId: String\r\n personSystem_AssignedPerson: _InputCollectionAction61\r\n businessRole: _InputCollectionAction62\r\n applicationDataArea_AssignedObject: _InputCollectionAction63\r\n entityDM_AssignedObject: _InputCollectionAction64\r\n usageContext_AssignedObject: _InputCollectionAction65\r\n softwareInstallation_AssignedObject: _InputCollectionAction66\r\n functionality_AssignedObject: _InputCollectionAction67\r\n content_AssignedObject: _InputCollectionAction68\r\n softwareTechnologyStack_AssignedObject: _InputCollectionAction69\r\n technicalFunctionality_AssignedObject: _InputCollectionAction70\r\n portfolio_AssignedObject: _InputCollectionAction71\r\n dataView_AssignedObject: _InputCollectionAction72\r\n softwareTechnology_AssignedObject: _InputCollectionAction73\r\n risk_AssignedObject: _InputCollectionAction74\r\n businessCapability_AssignedObject: _InputCollectionAction75\r\n class_AssignedObject: _InputCollectionAction76\r\n application_AssignedObject: _InputCollectionAction77\r\n orgUnit_AssignedObject: _InputCollectionAction78\r\n site_AssignedObject: _InputCollectionAction79\r\n businessProcess_AssignedObject: _InputCollectionAction80\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueRisk {\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction536\r\n businessDocument_AttachedDocument: _InputCollectionAction537\r\n businessDocument_ReferredToDocument: _InputCollectionAction538\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction539\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction540\r\n deployedTechnology: _InputCollectionAction541\r\n softwareInstallation: _InputCollectionAction542\r\n businessLine: _InputCollectionAction543\r\n content: _InputCollectionAction544\r\n softwareTechnologyStack: _InputCollectionAction545\r\n softwareTechnology_SoftwareTechnologyStackPart: _InputCollectionAction546\r\n softwareTechnology: _InputCollectionAction547\r\n businessCapability: _InputCollectionAction548\r\n application: _InputCollectionAction549\r\n orgUnit: _InputCollectionAction550\r\n site: _InputCollectionAction551\r\n businessProcess: _InputCollectionAction552\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueServerDeployed {\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n timePeriod: _InputCollectionAction359\r\n initiative: _InputCollectionAction360\r\n deployedTechnology_DeployedObject: _InputCollectionAction361\r\n softwareInstallation_DeployedObject: _InputCollectionAction362\r\n serverDeployed_DeployedObject: _InputCollectionAction363\r\n serverDeployed_DeploymentSupport: _InputCollectionAction364\r\n site_DeploymentSupport: _InputCollectionAction365\r\n costLine: _InputCollectionAction366\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueSite {\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction986\r\n businessDocument_AttachedDocument: _InputCollectionAction987\r\n businessDocument_ReferredToDocument: _InputCollectionAction988\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction989\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction990\r\n risk: _InputCollectionAction991\r\n deployedTechnology_DeployedObject: _InputCollectionAction992\r\n softwareInstallation_DeployedObject: _InputCollectionAction993\r\n serverDeployed_DeployedObject: _InputCollectionAction994\r\n site_VariantObject: _InputCollectionAction995\r\n site_VariedObject: _InputCollectionAction996\r\n site_AggregationOf: _InputCollectionAction997\r\n site_Component: _InputCollectionAction998\r\n site_SubType: _InputCollectionAction999\r\n site_SuperType: _InputCollectionAction1000\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueSoftwareInstallation {\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n timePeriod: _InputCollectionAction208\r\n usageContext_TechnologyDeploymentContext: _InputCollectionAction209\r\n initiative: _InputCollectionAction210\r\n applicationOwner_PersonSystem: _InputCollectionAction211\r\n iTOwner_PersonSystem: _InputCollectionAction212\r\n businessOwner_PersonSystem: _InputCollectionAction213\r\n financialController_PersonSystem: _InputCollectionAction214\r\n risk: _InputCollectionAction215\r\n serverDeployed_DeploymentSupport: _InputCollectionAction216\r\n site_DeploymentSupport: _InputCollectionAction217\r\n costLine: _InputCollectionAction218\r\n usageContext_ApplicationDeploymentContext: _InputCollectionAction219\r\n application: _InputCollectionAction220\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueSoftwareTechnology {\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n timePeriod: _InputCollectionAction499\r\n diagram: _InputCollectionAction500\r\n businessDocument_AttachedDocument: _InputCollectionAction501\r\n businessDocument_ReferredToDocument: _InputCollectionAction502\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction503\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction504\r\n deployedTechnology: _InputCollectionAction505\r\n initiative: _InputCollectionAction506\r\n technologyCorrespondent_PersonSystem: _InputCollectionAction507\r\n financialController_PersonSystem: _InputCollectionAction508\r\n orgUnit: _InputCollectionAction509\r\n softwareTechnologyStack: _InputCollectionAction510\r\n risk_SoftwareTechnologyStackPart: _InputCollectionAction511\r\n type: _InputCollectionAction512\r\n risk: _InputCollectionAction513\r\n softwareTechnology_VariantObject: _InputCollectionAction514\r\n softwareTechnology_VariedObject: _InputCollectionAction515\r\n costLine: _InputCollectionAction516\r\n application: _InputCollectionAction517\r\n technicalFunctionality: _InputCollectionAction518\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueSoftwareTechnologyStack {\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n timePeriod: _InputCollectionAction404\r\n diagram: _InputCollectionAction405\r\n businessDocument_AttachedDocument: _InputCollectionAction406\r\n businessDocument_ReferredToDocument: _InputCollectionAction407\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction408\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction409\r\n technologyCorrespondent_PersonSystem: _InputCollectionAction410\r\n softwareTechnology: _InputCollectionAction411\r\n risk_SoftwareTechnologyStackPart: _InputCollectionAction412\r\n softwareTechnologyStack_VariantObject: _InputCollectionAction413\r\n softwareTechnologyStack_VariedObject: _InputCollectionAction414\r\n application: _InputCollectionAction415\r\n technicalFunctionality: _InputCollectionAction416\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueSoftwareTechnologyStackPart {\r\n name: String\r\n comment: String\r\n externalId: String\r\n softwareTechnologyStack: _InputCollectionAction388\r\n softwareTechnology: _InputCollectionAction389\r\n risk: _InputCollectionAction390\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueStateUML {\r\n name: String\r\n uMLStateName: String\r\n isConcurrent: IsConcurrentEnum\r\n stateKind: StateKindEnum\r\n isLeaf: IsLeafEnum\r\n bound: String\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction748\r\n timePeriod: _InputCollectionAction749\r\n costLine: _InputCollectionAction750\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueTechnicalFunctionality {\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n diagram: _InputCollectionAction432\r\n businessDocument_AttachedDocument: _InputCollectionAction433\r\n businessDocument_ReferredToDocument: _InputCollectionAction434\r\n businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction435\r\n businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction436\r\n softwareTechnologyStack: _InputCollectionAction437\r\n softwareTechnology: _InputCollectionAction438\r\n technicalFunctionality_VariantObject: _InputCollectionAction439\r\n technicalFunctionality_VariedObject: _InputCollectionAction440\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueTechnicalFunctionalityFulfillment {\r\n name: String\r\n coverageRatio: CustomInt\r\n iTARecommendationStatus: Boolean\r\n compositeRealizationName: String\r\n realizationQuality: RealizationQualityEnum\r\n capabilityFulfillmentMetaPictureIdentifier: String\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n technicalFunctionality: _InputCollectionAction420\r\n softwareTechnologyStack: _InputCollectionAction421\r\n softwareTechnology: _InputCollectionAction422\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueTimePeriod {\r\n name: String\r\n timedObjectType: TimedObjectTypeEnum\r\n timePeriodName: String\r\n timePeriodUnit: TimePeriodUnitEnum\r\n absoluteStartDate: CustomDate\r\n absoluteEndDate: CustomDate\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodEndDelay: CustomInt\r\n timePeriodComputedDuration: CustomInt\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n stateUML: _InputCollectionAction713\r\n timePeriod_PreviousPeriod: _InputCollectionAction714\r\n timePeriod_FollowingPeriod: _InputCollectionAction715\r\n deployedTechnology: _InputCollectionAction716\r\n usagecontext: _InputCollectionAction717\r\n softwareInstallation: _InputCollectionAction718\r\n serverDeployed: _InputCollectionAction719\r\n softwareTechnologyStack: _InputCollectionAction720\r\n softwareTechnology: _InputCollectionAction721\r\n businessCapability: _InputCollectionAction722\r\n initiative: _InputCollectionAction723\r\n application: _InputCollectionAction724\r\n orgUnit: _InputCollectionAction725\r\n businessProcess: _InputCollectionAction726\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueType {\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaReplacementID: String\r\n gUIName: String\r\n bDNAIdentifier: String\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaCategoryLevel: TechnopediaCategoryLevelEnum\r\n name: String\r\n comment: String\r\n order: CustomInt\r\n linkComment: String\r\n softwareTechnology: _InputCollectionAction728\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueUsageContext {\r\n name: String\r\n freezePastTimePeriod: Boolean\r\n deploymentContextMetaPictureIdentifier: String\r\n numberOfUsers: CustomInt\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n timePeriod: _InputCollectionAction189\r\n deployedTechnology_TechnologyDeployedObject: _InputCollectionAction190\r\n softwareInstallation_TechnologyDeploymentConsumer: _InputCollectionAction191\r\n softwareInstallation_DeployedApplication: _InputCollectionAction192\r\n orgUnit_DeploymentUser: _InputCollectionAction193\r\n functionality_DeploymentFinality: _InputCollectionAction194\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueVariation {\r\n name: String\r\n variationName: String\r\n comment: String\r\n externalId: String\r\n applicationDataArea_VariedObject: _InputCollectionAction271\r\n entityDM_VariedObject: _InputCollectionAction272\r\n functionality_VariedObject: _InputCollectionAction273\r\n content_VariedObject: _InputCollectionAction274\r\n softwareTechnologyStack_VariedObject: _InputCollectionAction275\r\n technicalFunctionality_VariedObject: _InputCollectionAction276\r\n dataView_VariedObject: _InputCollectionAction277\r\n softwareTechnology_VariedObject: _InputCollectionAction278\r\n businessCapability_VariedObject: _InputCollectionAction279\r\n class_VariedObject: _InputCollectionAction280\r\n application_VariedObject: _InputCollectionAction281\r\n orgUnit_VariedObject: _InputCollectionAction282\r\n site_VariedObject: _InputCollectionAction283\r\n businessProcess_VariedObject: _InputCollectionAction284\r\n applicationDataArea_VariantObject: _InputCollectionAction285\r\n entityDM_VariantObject: _InputCollectionAction286\r\n functionality_VariantObject: _InputCollectionAction287\r\n content_VariantObject: _InputCollectionAction288\r\n softwareTechnologyStack_VariantObject: _InputCollectionAction289\r\n technicalFunctionality_VariantObject: _InputCollectionAction290\r\n dataView_VariantObject: _InputCollectionAction291\r\n softwareTechnology_VariantObject: _InputCollectionAction292\r\n businessCapability_VariantObject: _InputCollectionAction293\r\n class_VariantObject: _InputCollectionAction294\r\n application_VariantObject: _InputCollectionAction295\r\n orgUnit_VariantObject: _InputCollectionAction296\r\n site_VariantObject: _InputCollectionAction297\r\n businessProcess_VariantObject: _InputCollectionAction298\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUsageContext {\r\n name: String\r\n freezePastTimePeriod: Boolean\r\n deploymentContextMetaPictureIdentifier: String\r\n numberOfUsers: CustomInt\r\n comment: String\r\n externalId: String\r\n order: CustomInt\r\n linkComment: String\r\n timePeriod: _InputCollectionAction183\r\n deployedTechnology_TechnologyDeployedObject: _InputCollectionAction184\r\n softwareInstallation_TechnologyDeploymentConsumer: _InputCollectionAction185\r\n softwareInstallation_DeployedApplication: _InputCollectionAction186\r\n orgUnit_DeploymentUser: _InputCollectionAction187\r\n functionality_DeploymentFinality: _InputCollectionAction188\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputVariation {\r\n name: String\r\n variationName: String\r\n comment: String\r\n externalId: String\r\n applicationDataArea_VariedObject: _InputCollectionAction243\r\n entityDM_VariedObject: _InputCollectionAction244\r\n functionality_VariedObject: _InputCollectionAction245\r\n content_VariedObject: _InputCollectionAction246\r\n softwareTechnologyStack_VariedObject: _InputCollectionAction247\r\n technicalFunctionality_VariedObject: _InputCollectionAction248\r\n dataView_VariedObject: _InputCollectionAction249\r\n softwareTechnology_VariedObject: _InputCollectionAction250\r\n businessCapability_VariedObject: _InputCollectionAction251\r\n class_VariedObject: _InputCollectionAction252\r\n application_VariedObject: _InputCollectionAction253\r\n orgUnit_VariedObject: _InputCollectionAction254\r\n site_VariedObject: _InputCollectionAction255\r\n businessProcess_VariedObject: _InputCollectionAction256\r\n applicationDataArea_VariantObject: _InputCollectionAction257\r\n entityDM_VariantObject: _InputCollectionAction258\r\n functionality_VariantObject: _InputCollectionAction259\r\n content_VariantObject: _InputCollectionAction260\r\n softwareTechnologyStack_VariantObject: _InputCollectionAction261\r\n technicalFunctionality_VariantObject: _InputCollectionAction262\r\n dataView_VariantObject: _InputCollectionAction263\r\n softwareTechnology_VariantObject: _InputCollectionAction264\r\n businessCapability_VariantObject: _InputCollectionAction265\r\n class_VariantObject: _InputCollectionAction266\r\n application_VariantObject: _InputCollectionAction267\r\n orgUnit_VariantObject: _InputCollectionAction268\r\n site_VariantObject: _InputCollectionAction269\r\n businessProcess_VariantObject: _InputCollectionAction270\r\n customFields: [CustomFieldInput]\r\n customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\nenum InternalExternalEnum {\r\n InternalOrg_Unit\r\n ExternalEntity\r\n}\r\n\r\nenum IsActiveEnum {\r\n No\r\n Yes\r\n}\r\n\r\nenum IsConcurrentEnum {\r\n No\r\n Yes\r\n}\r\n\r\nenum IsLeafEnum {\r\n Leaf\r\n NotLeaf\r\n}\r\n\r\nenum IsRootEnum {\r\n Root\r\n NotRoot\r\n}\r\n\r\nenum IsWritableEnum {\r\n Yes\r\n No\r\n}\r\n\r\ntype Language implements GraphQLObjectInterface {\r\n languageCharacteristics(format: StringFormat): String\r\n languageCode: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n language_GeneralLanguage(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [Language]\r\n language_GeneralLanguageAggregatedValues(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [LanguageAggregatedValues]\r\n language_SpecializedLanguage(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [Language]\r\n language_SpecializedLanguageAggregatedValues(filter: LanguageFilter, orderBy: [LanguageOrderBy]): [LanguageAggregatedValues]\r\n}\r\n\r\ntype LanguageAggregatedValues {\r\n languageCharacteristics(function: AggregateFunctionType): CustomFloat\r\n languageCode(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput LanguageFilter {\r\n and: [LanguageFilter!]\r\n or: [LanguageFilter!]\r\n languageCharacteristics: String\r\n languageCharacteristics_not: String\r\n languageCharacteristics_in: [String!]\r\n languageCharacteristics_not_in: [String!]\r\n languageCharacteristics_lt: String\r\n languageCharacteristics_lte: String\r\n languageCharacteristics_gt: String\r\n languageCharacteristics_gte: String\r\n languageCharacteristics_contains: String\r\n languageCharacteristics_not_contains: String\r\n languageCharacteristics_starts_with: String\r\n languageCharacteristics_not_starts_with: String\r\n languageCharacteristics_ends_with: String\r\n languageCharacteristics_not_ends_with: String\r\n languageCharacteristics_empty: Boolean\r\n languageCode: String\r\n languageCode_not: String\r\n languageCode_in: [String!]\r\n languageCode_not_in: [String!]\r\n languageCode_lt: String\r\n languageCode_lte: String\r\n languageCode_gt: String\r\n languageCode_gte: String\r\n languageCode_contains: String\r\n languageCode_not_contains: String\r\n languageCode_starts_with: String\r\n languageCode_not_starts_with: String\r\n languageCode_ends_with: String\r\n languageCode_not_ends_with: String\r\n languageCode_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 name_empty: Boolean\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 comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n language_GeneralLanguage_some: [LanguageFilter!]\r\n language_GeneralLanguage_count: countFilter\r\n language_SpecializedLanguage_some: [LanguageFilter!]\r\n language_SpecializedLanguage_count: countFilter\r\n}\r\n\r\nenum LanguageOrderBy {\r\n languageCharacteristics_ASC\r\n languageCharacteristics_DESC\r\n languageCode_ASC\r\n languageCode_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum Languages {\r\n PT\r\n EN\r\n DE\r\n JA\r\n FR\r\n ES\r\n NL\r\n IT\r\n}\r\n\r\nenum LikelihoodCRKEnum {\r\n High\r\n Medium\r\n Low\r\n MediumHigh\r\n}\r\n\r\nenum LikelihoodERMEnum {\r\n Rare\r\n Possible\r\n Likely\r\n Probable\r\n Certain\r\n}\r\n\r\ntype LogicalDataAreaComponent implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n dataCreation: Boolean\r\n dataRead: Boolean\r\n dataUpdate: Boolean\r\n dataDeletion: Boolean\r\n storeComponentCRUD: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n applicationDataArea(filter: ApplicationDataAreaFilter, orderBy: [ApplicationDataAreaOrderBy]): [ApplicationDataArea]\r\n applicationDataAreaAggregatedValues(filter: ApplicationDataAreaFilter, orderBy: [ApplicationDataAreaOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n entityDM(filter: EntityDMFilter, orderBy: [EntityDMOrderBy]): [EntityDM]\r\n entityDMAggregatedValues(filter: EntityDMFilter, orderBy: [EntityDMOrderBy]): [EntityDMAggregatedValues]\r\n dataView(filter: DataViewFilter, orderBy: [DataViewOrderBy]): [DataView]\r\n dataViewAggregatedValues(filter: DataViewFilter, orderBy: [DataViewOrderBy]): [DataViewAggregatedValues]\r\n class(filter: ClassFilter, orderBy: [ClassOrderBy]): [Class]\r\n classAggregatedValues(filter: ClassFilter, orderBy: [ClassOrderBy]): [ClassAggregatedValues]\r\n}\r\n\r\ntype Login implements GraphQLObjectInterface {\r\n userCode: String\r\n commandLine: String\r\n statusLogin(format: EnumFormat): StatusLoginEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n personSystem(filter: PersonSystemFilter, orderBy: [PersonSystemOrderBy]): [PersonSystem]\r\n personSystemAggregatedValues(filter: PersonSystemFilter, orderBy: [PersonSystemOrderBy]): [PersonSystemAggregatedValues]\r\n}\r\n\r\ntype LoginAggregatedValues {\r\n userCode(function: AggregateFunctionType): CustomFloat\r\n commandLine(function: AggregateFunctionType): CustomFloat\r\n statusLogin(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput LoginFilter {\r\n defaultField_64d91be4f9be4b0d94b7f0e5d24966fe: String\r\n and: [LoginFilter!]\r\n or: [LoginFilter!]\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 userCode_empty: Boolean\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 commandLine_empty: Boolean\r\n statusLogin: StatusLoginEnum\r\n statusLogin_not: StatusLoginEnum\r\n statusLogin_in: [StatusLoginEnum!]\r\n statusLogin_not_in: [StatusLoginEnum!]\r\n statusLogin_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 name_empty: Boolean\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 comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n personSystem_some: [PersonSystemFilter!]\r\n personSystem_count: countFilter\r\n}\r\n\r\nenum LoginOrderBy {\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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum MaximumTolerableDowntimeMTDEnum {\r\n Critical\r\n Serious\r\n Significant\r\n Minor\r\n}\r\n\r\nenum MetaAttributeFormatEnum {\r\n Standard\r\n Enumeration\r\n EnumerationOpened\r\n Duration\r\n Percent\r\n Double\r\n UTF_Eight\r\n Object\r\n SignedNumber\r\n Currency\r\n RGBColor\r\n}\r\n\r\nenum MetaAttributeTypeEnum {\r\n String\r\n Boolean\r\n Short\r\n Long\r\n DateTime\r\n VarChar\r\n VarBinary\r\n Binary\r\n MegaIdentifier\r\n Float\r\n DateTimeSixFour\r\n AbsoluteDateTimeSixFour\r\n Currency\r\n}\r\n\r\ntype MetamodelVersionType {\r\n id: String\r\n name: String\r\n}\r\n\r\ntype Mutation {\r\n _updateCurrentContext(currentContext: currentContext!): CurrentContextForMutationType\r\n createLanguage(id: String, idType: IdType, language: InputUniqueLanguage!, creationMode: creationMode): Language!\r\n createUpdateLanguage(id: String, idType: IdType, language: InputUniqueLanguage!, creationMode: creationMode): Language!\r\n updateLanguage(id: String!, idType: IdType, language: InputUniqueLanguage!): Language!\r\n updateManyLanguage(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], language: InputLanguage!): [Language]\r\n deleteLanguage(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyLanguage(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createPersonSystem(id: String, idType: IdType, personSystem: InputUniquePersonSystem!, creationMode: creationMode): PersonSystem!\r\n createUpdatePersonSystem(id: String, idType: IdType, personSystem: InputUniquePersonSystem!, creationMode: creationMode): PersonSystem!\r\n updatePersonSystem(id: String!, idType: IdType, personSystem: InputUniquePersonSystem!): PersonSystem!\r\n updateManyPersonSystem(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], personSystem: InputPersonSystem!): [PersonSystem]\r\n deletePersonSystem(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyPersonSystem(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createLogin(id: String, idType: IdType, login: InputUniqueLogin!, creationMode: creationMode): Login!\r\n createUpdateLogin(id: String, idType: IdType, login: InputUniqueLogin!, creationMode: creationMode): Login!\r\n updateLogin(id: String!, idType: IdType, login: InputUniqueLogin!): Login!\r\n updateManyLogin(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], login: InputLogin!): [Login]\r\n deleteLogin(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyLogin(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createResponsibilityAssignment(id: String, idType: IdType, responsibilityAssignment: InputUniqueResponsibilityAssignment!, creationMode: creationMode): ResponsibilityAssignment!\r\n createUpdateResponsibilityAssignment(id: String, idType: IdType, responsibilityAssignment: InputUniqueResponsibilityAssignment!, creationMode: creationMode): ResponsibilityAssignment!\r\n updateResponsibilityAssignment(id: String!, idType: IdType, responsibilityAssignment: InputUniqueResponsibilityAssignment!): ResponsibilityAssignment!\r\n updateManyResponsibilityAssignment(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], responsibilityAssignment: InputResponsibilityAssignment!): [ResponsibilityAssignment]\r\n deleteResponsibilityAssignment(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyResponsibilityAssignment(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createBusinessRole(id: String, idType: IdType, businessRole: InputUniqueBusinessRole!, creationMode: creationMode): BusinessRole!\r\n createUpdateBusinessRole(id: String, idType: IdType, businessRole: InputUniqueBusinessRole!, creationMode: creationMode): BusinessRole!\r\n updateBusinessRole(id: String!, idType: IdType, businessRole: InputUniqueBusinessRole!): BusinessRole!\r\n updateManyBusinessRole(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], businessRole: InputBusinessRole!): [BusinessRole]\r\n deleteBusinessRole(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyBusinessRole(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createDiagramType(id: String, idType: IdType, diagramType: InputUniqueDiagramType!, creationMode: creationMode): DiagramType!\r\n createUpdateDiagramType(id: String, idType: IdType, diagramType: InputUniqueDiagramType!, creationMode: creationMode): DiagramType!\r\n updateDiagramType(id: String!, idType: IdType, diagramType: InputUniqueDiagramType!): DiagramType!\r\n updateManyDiagramType(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], diagramType: InputDiagramType!): [DiagramType]\r\n deleteDiagramType(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyDiagramType(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createContributingApplication(id: String, idType: IdType, contributingApplication: InputUniqueContributingApplication!, creationMode: creationMode): ContributingApplication!\r\n createUpdateContributingApplication(id: String, idType: IdType, contributingApplication: InputUniqueContributingApplication!, creationMode: creationMode): ContributingApplication!\r\n updateContributingApplication(id: String!, idType: IdType, contributingApplication: InputUniqueContributingApplication!): ContributingApplication!\r\n updateManyContributingApplication(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], contributingApplication: InputContributingApplication!): [ContributingApplication]\r\n deleteContributingApplication(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyContributingApplication(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createApplicationDataArea(id: String, idType: IdType, applicationDataArea: InputUniqueApplicationDataArea!, creationMode: creationMode): ApplicationDataArea!\r\n createUpdateApplicationDataArea(id: String, idType: IdType, applicationDataArea: InputUniqueApplicationDataArea!, creationMode: creationMode): ApplicationDataArea!\r\n updateApplicationDataArea(id: String!, idType: IdType, applicationDataArea: InputUniqueApplicationDataArea!): ApplicationDataArea!\r\n updateManyApplicationDataArea(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], applicationDataArea: InputApplicationDataArea!): [ApplicationDataArea]\r\n deleteApplicationDataArea(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyApplicationDataArea(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createEntityDM(id: String, idType: IdType, entityDM: InputUniqueEntityDM!, creationMode: creationMode): EntityDM!\r\n createUpdateEntityDM(id: String, idType: IdType, entityDM: InputUniqueEntityDM!, creationMode: creationMode): EntityDM!\r\n updateEntityDM(id: String!, idType: IdType, entityDM: InputUniqueEntityDM!): EntityDM!\r\n updateManyEntityDM(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], entityDM: InputEntityDM!): [EntityDM]\r\n deleteEntityDM(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyEntityDM(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createDeployedTechnology(id: String, idType: IdType, deployedTechnology: InputUniqueDeployedTechnology!, creationMode: creationMode): DeployedTechnology!\r\n createUpdateDeployedTechnology(id: String, idType: IdType, deployedTechnology: InputUniqueDeployedTechnology!, creationMode: creationMode): DeployedTechnology!\r\n updateDeployedTechnology(id: String!, idType: IdType, deployedTechnology: InputUniqueDeployedTechnology!): DeployedTechnology!\r\n updateManyDeployedTechnology(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], deployedTechnology: InputDeployedTechnology!): [DeployedTechnology]\r\n deleteDeployedTechnology(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyDeployedTechnology(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createUsageContext(id: String, idType: IdType, usageContext: InputUniqueUsageContext!, creationMode: creationMode): UsageContext!\r\n createUpdateUsageContext(id: String, idType: IdType, usageContext: InputUniqueUsageContext!, creationMode: creationMode): UsageContext!\r\n updateUsageContext(id: String!, idType: IdType, usageContext: InputUniqueUsageContext!): UsageContext!\r\n updateManyUsageContext(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], usageContext: InputUsageContext!): [UsageContext]\r\n deleteUsageContext(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyUsageContext(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createSoftwareInstallation(id: String, idType: IdType, softwareInstallation: InputUniqueSoftwareInstallation!, creationMode: creationMode): SoftwareInstallation!\r\n createUpdateSoftwareInstallation(id: String, idType: IdType, softwareInstallation: InputUniqueSoftwareInstallation!, creationMode: creationMode): SoftwareInstallation!\r\n updateSoftwareInstallation(id: String!, idType: IdType, softwareInstallation: InputUniqueSoftwareInstallation!): SoftwareInstallation!\r\n updateManySoftwareInstallation(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], softwareInstallation: InputSoftwareInstallation!): [SoftwareInstallation]\r\n deleteSoftwareInstallation(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManySoftwareInstallation(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createCostFormula(id: String, idType: IdType, costFormula: InputUniqueCostFormula!, creationMode: creationMode): CostFormula!\r\n createUpdateCostFormula(id: String, idType: IdType, costFormula: InputUniqueCostFormula!, creationMode: creationMode): CostFormula!\r\n updateCostFormula(id: String!, idType: IdType, costFormula: InputUniqueCostFormula!): CostFormula!\r\n updateManyCostFormula(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], costFormula: InputCostFormula!): [CostFormula]\r\n deleteCostFormula(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyCostFormula(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createCostLine(id: String, idType: IdType, costLine: InputUniqueCostLine!, creationMode: creationMode): CostLine!\r\n createUpdateCostLine(id: String, idType: IdType, costLine: InputUniqueCostLine!, creationMode: creationMode): CostLine!\r\n updateCostLine(id: String!, idType: IdType, costLine: InputUniqueCostLine!): CostLine!\r\n updateManyCostLine(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], costLine: InputCostLine!): [CostLine]\r\n deleteCostLine(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyCostLine(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createExpense(id: String, idType: IdType, expense: InputUniqueExpense!, creationMode: creationMode): Expense!\r\n createUpdateExpense(id: String, idType: IdType, expense: InputUniqueExpense!, creationMode: creationMode): Expense!\r\n updateExpense(id: String!, idType: IdType, expense: InputUniqueExpense!): Expense!\r\n updateManyExpense(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], expense: InputExpense!): [Expense]\r\n deleteExpense(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyExpense(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createVariation(id: String, idType: IdType, variation: InputUniqueVariation!, creationMode: creationMode): Variation!\r\n createUpdateVariation(id: String, idType: IdType, variation: InputUniqueVariation!, creationMode: creationMode): Variation!\r\n updateVariation(id: String!, idType: IdType, variation: InputUniqueVariation!): Variation!\r\n updateManyVariation(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], variation: InputVariation!): [Variation]\r\n deleteVariation(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyVariation(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createFunctionality(id: String, idType: IdType, functionality: InputUniqueFunctionality!, creationMode: creationMode): Functionality!\r\n createUpdateFunctionality(id: String, idType: IdType, functionality: InputUniqueFunctionality!, creationMode: creationMode): Functionality!\r\n updateFunctionality(id: String!, idType: IdType, functionality: InputUniqueFunctionality!): Functionality!\r\n updateManyFunctionality(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], functionality: InputFunctionality!): [Functionality]\r\n deleteFunctionality(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyFunctionality(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createLogicalDataAreaComponent(id: String, idType: IdType, logicalDataAreaComponent: InputUniqueLogicalDataAreaComponent!, creationMode: creationMode): LogicalDataAreaComponent!\r\n createUpdateLogicalDataAreaComponent(id: String, idType: IdType, logicalDataAreaComponent: InputUniqueLogicalDataAreaComponent!, creationMode: creationMode): LogicalDataAreaComponent!\r\n updateLogicalDataAreaComponent(id: String!, idType: IdType, logicalDataAreaComponent: InputUniqueLogicalDataAreaComponent!): LogicalDataAreaComponent!\r\n updateManyLogicalDataAreaComponent(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], logicalDataAreaComponent: InputLogicalDataAreaComponent!): [LogicalDataAreaComponent]\r\n deleteLogicalDataAreaComponent(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyLogicalDataAreaComponent(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createApplicationLocalDataStore(id: String, idType: IdType, applicationLocalDataStore: InputUniqueApplicationLocalDataStore!, creationMode: creationMode): ApplicationLocalDataStore!\r\n createUpdateApplicationLocalDataStore(id: String, idType: IdType, applicationLocalDataStore: InputUniqueApplicationLocalDataStore!, creationMode: creationMode): ApplicationLocalDataStore!\r\n updateApplicationLocalDataStore(id: String!, idType: IdType, applicationLocalDataStore: InputUniqueApplicationLocalDataStore!): ApplicationLocalDataStore!\r\n updateManyApplicationLocalDataStore(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], applicationLocalDataStore: InputApplicationLocalDataStore!): [ApplicationLocalDataStore]\r\n deleteApplicationLocalDataStore(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyApplicationLocalDataStore(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createBusinessLine(id: String, idType: IdType, businessLine: InputUniqueBusinessLine!, creationMode: creationMode): BusinessLine!\r\n createUpdateBusinessLine(id: String, idType: IdType, businessLine: InputUniqueBusinessLine!, creationMode: creationMode): BusinessLine!\r\n updateBusinessLine(id: String!, idType: IdType, businessLine: InputUniqueBusinessLine!): BusinessLine!\r\n updateManyBusinessLine(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], businessLine: InputBusinessLine!): [BusinessLine]\r\n deleteBusinessLine(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyBusinessLine(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createCASTHighlightCampaign(id: String, idType: IdType, cASTHighlightCampaign: InputUniqueCASTHighlightCampaign!, creationMode: creationMode): CASTHighlightCampaign!\r\n createUpdateCASTHighlightCampaign(id: String, idType: IdType, cASTHighlightCampaign: InputUniqueCASTHighlightCampaign!, creationMode: creationMode): CASTHighlightCampaign!\r\n updateCASTHighlightCampaign(id: String!, idType: IdType, cASTHighlightCampaign: InputUniqueCASTHighlightCampaign!): CASTHighlightCampaign!\r\n updateManyCASTHighlightCampaign(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cASTHighlightCampaign: InputCASTHighlightCampaign!): [CASTHighlightCampaign]\r\n deleteCASTHighlightCampaign(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyCASTHighlightCampaign(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createServerDeployed(id: String, idType: IdType, serverDeployed: InputUniqueServerDeployed!, creationMode: creationMode): ServerDeployed!\r\n createUpdateServerDeployed(id: String, idType: IdType, serverDeployed: InputUniqueServerDeployed!, creationMode: creationMode): ServerDeployed!\r\n updateServerDeployed(id: String!, idType: IdType, serverDeployed: InputUniqueServerDeployed!): ServerDeployed!\r\n updateManyServerDeployed(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], serverDeployed: InputServerDeployed!): [ServerDeployed]\r\n deleteServerDeployed(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyServerDeployed(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createContent(id: String, idType: IdType, content: InputUniqueContent!, creationMode: creationMode): Content!\r\n createUpdateContent(id: String, idType: IdType, content: InputUniqueContent!, creationMode: creationMode): Content!\r\n updateContent(id: String!, idType: IdType, content: InputUniqueContent!): Content!\r\n updateManyContent(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], content: InputContent!): [Content]\r\n deleteContent(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyContent(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createSoftwareTechnologyStackPart(id: String, idType: IdType, softwareTechnologyStackPart: InputUniqueSoftwareTechnologyStackPart!, creationMode: creationMode): SoftwareTechnologyStackPart!\r\n createUpdateSoftwareTechnologyStackPart(id: String, idType: IdType, softwareTechnologyStackPart: InputUniqueSoftwareTechnologyStackPart!, creationMode: creationMode): SoftwareTechnologyStackPart!\r\n updateSoftwareTechnologyStackPart(id: String!, idType: IdType, softwareTechnologyStackPart: InputUniqueSoftwareTechnologyStackPart!): SoftwareTechnologyStackPart!\r\n updateManySoftwareTechnologyStackPart(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], softwareTechnologyStackPart: InputSoftwareTechnologyStackPart!): [SoftwareTechnologyStackPart]\r\n deleteSoftwareTechnologyStackPart(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManySoftwareTechnologyStackPart(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createSoftwareTechnologyStack(id: String, idType: IdType, softwareTechnologyStack: InputUniqueSoftwareTechnologyStack!, creationMode: creationMode): SoftwareTechnologyStack!\r\n createUpdateSoftwareTechnologyStack(id: String, idType: IdType, softwareTechnologyStack: InputUniqueSoftwareTechnologyStack!, creationMode: creationMode): SoftwareTechnologyStack!\r\n updateSoftwareTechnologyStack(id: String!, idType: IdType, softwareTechnologyStack: InputUniqueSoftwareTechnologyStack!): SoftwareTechnologyStack!\r\n updateManySoftwareTechnologyStack(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], softwareTechnologyStack: InputSoftwareTechnologyStack!): [SoftwareTechnologyStack]\r\n deleteSoftwareTechnologyStack(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManySoftwareTechnologyStack(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createTechnicalFunctionalityFulfillment(id: String, idType: IdType, technicalFunctionalityFulfillment: InputUniqueTechnicalFunctionalityFulfillment!, creationMode: creationMode): TechnicalFunctionalityFulfillment!\r\n createUpdateTechnicalFunctionalityFulfillment(id: String, idType: IdType, technicalFunctionalityFulfillment: InputUniqueTechnicalFunctionalityFulfillment!, creationMode: creationMode): TechnicalFunctionalityFulfillment!\r\n updateTechnicalFunctionalityFulfillment(id: String!, idType: IdType, technicalFunctionalityFulfillment: InputUniqueTechnicalFunctionalityFulfillment!): TechnicalFunctionalityFulfillment!\r\n updateManyTechnicalFunctionalityFulfillment(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], technicalFunctionalityFulfillment: InputTechnicalFunctionalityFulfillment!): [TechnicalFunctionalityFulfillment]\r\n deleteTechnicalFunctionalityFulfillment(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyTechnicalFunctionalityFulfillment(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createTechnicalFunctionality(id: String, idType: IdType, technicalFunctionality: InputUniqueTechnicalFunctionality!, creationMode: creationMode): TechnicalFunctionality!\r\n createUpdateTechnicalFunctionality(id: String, idType: IdType, technicalFunctionality: InputUniqueTechnicalFunctionality!, creationMode: creationMode): TechnicalFunctionality!\r\n updateTechnicalFunctionality(id: String!, idType: IdType, technicalFunctionality: InputUniqueTechnicalFunctionality!): TechnicalFunctionality!\r\n updateManyTechnicalFunctionality(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], technicalFunctionality: InputTechnicalFunctionality!): [TechnicalFunctionality]\r\n deleteTechnicalFunctionality(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyTechnicalFunctionality(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createApplicationParticipant(id: String, idType: IdType, applicationParticipant: InputUniqueApplicationParticipant!, creationMode: creationMode): ApplicationParticipant!\r\n createUpdateApplicationParticipant(id: String, idType: IdType, applicationParticipant: InputUniqueApplicationParticipant!, creationMode: creationMode): ApplicationParticipant!\r\n updateApplicationParticipant(id: String!, idType: IdType, applicationParticipant: InputUniqueApplicationParticipant!): ApplicationParticipant!\r\n updateManyApplicationParticipant(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], applicationParticipant: InputApplicationParticipant!): [ApplicationParticipant]\r\n deleteApplicationParticipant(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyApplicationParticipant(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createPortfolio(id: String, idType: IdType, portfolio: InputUniquePortfolio!, creationMode: creationMode): Portfolio!\r\n createUpdatePortfolio(id: String, idType: IdType, portfolio: InputUniquePortfolio!, creationMode: creationMode): Portfolio!\r\n updatePortfolio(id: String!, idType: IdType, portfolio: InputUniquePortfolio!): Portfolio!\r\n updateManyPortfolio(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], portfolio: InputPortfolio!): [Portfolio]\r\n deletePortfolio(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyPortfolio(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createDataView(id: String, idType: IdType, dataView: InputUniqueDataView!, creationMode: creationMode): DataView!\r\n createUpdateDataView(id: String, idType: IdType, dataView: InputUniqueDataView!, creationMode: creationMode): DataView!\r\n updateDataView(id: String!, idType: IdType, dataView: InputUniqueDataView!): DataView!\r\n updateManyDataView(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], dataView: InputDataView!): [DataView]\r\n deleteDataView(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyDataView(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createSoftwareTechnology(id: String, idType: IdType, softwareTechnology: InputUniqueSoftwareTechnology!, creationMode: creationMode): SoftwareTechnology!\r\n createUpdateSoftwareTechnology(id: String, idType: IdType, softwareTechnology: InputUniqueSoftwareTechnology!, creationMode: creationMode): SoftwareTechnology!\r\n updateSoftwareTechnology(id: String!, idType: IdType, softwareTechnology: InputUniqueSoftwareTechnology!): SoftwareTechnology!\r\n updateManySoftwareTechnology(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], softwareTechnology: InputSoftwareTechnology!): [SoftwareTechnology]\r\n deleteSoftwareTechnology(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManySoftwareTechnology(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createRisk(id: String, idType: IdType, risk: InputUniqueRisk!, creationMode: creationMode): Risk!\r\n createUpdateRisk(id: String, idType: IdType, risk: InputUniqueRisk!, creationMode: creationMode): Risk!\r\n updateRisk(id: String!, idType: IdType, risk: InputUniqueRisk!): Risk!\r\n updateManyRisk(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], risk: InputRisk!): [Risk]\r\n deleteRisk(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyRisk(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createBusinessCapabilityFulfillment(id: String, idType: IdType, businessCapabilityFulfillment: InputUniqueBusinessCapabilityFulfillment!, creationMode: creationMode): BusinessCapabilityFulfillment!\r\n createUpdateBusinessCapabilityFulfillment(id: String, idType: IdType, businessCapabilityFulfillment: InputUniqueBusinessCapabilityFulfillment!, creationMode: creationMode): BusinessCapabilityFulfillment!\r\n updateBusinessCapabilityFulfillment(id: String!, idType: IdType, businessCapabilityFulfillment: InputUniqueBusinessCapabilityFulfillment!): BusinessCapabilityFulfillment!\r\n updateManyBusinessCapabilityFulfillment(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], businessCapabilityFulfillment: InputBusinessCapabilityFulfillment!): [BusinessCapabilityFulfillment]\r\n deleteBusinessCapabilityFulfillment(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyBusinessCapabilityFulfillment(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createBusinessCapability(id: String, idType: IdType, businessCapability: InputUniqueBusinessCapability!, creationMode: creationMode): BusinessCapability!\r\n createUpdateBusinessCapability(id: String, idType: IdType, businessCapability: InputUniqueBusinessCapability!, creationMode: creationMode): BusinessCapability!\r\n updateBusinessCapability(id: String!, idType: IdType, businessCapability: InputUniqueBusinessCapability!): BusinessCapability!\r\n updateManyBusinessCapability(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], businessCapability: InputBusinessCapability!): [BusinessCapability]\r\n deleteBusinessCapability(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyBusinessCapability(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createBusinessDocument(id: String, idType: IdType, businessDocument: InputUniqueBusinessDocument!): BusinessDocument!\r\n createUpdateBusinessDocument(id: String, idType: IdType, businessDocument: InputUniqueBusinessDocument!): BusinessDocument!\r\n updateBusinessDocument(id: String!, idType: IdType, businessDocument: InputUniqueBusinessDocument!): BusinessDocument!\r\n updateManyBusinessDocument(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], businessDocument: InputBusinessDocument!): [BusinessDocument]\r\n deleteBusinessDocument(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyBusinessDocument(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createInitiative(id: String, idType: IdType, initiative: InputUniqueInitiative!, creationMode: creationMode): Initiative!\r\n createUpdateInitiative(id: String, idType: IdType, initiative: InputUniqueInitiative!, creationMode: creationMode): Initiative!\r\n updateInitiative(id: String!, idType: IdType, initiative: InputUniqueInitiative!): Initiative!\r\n updateManyInitiative(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], initiative: InputInitiative!): [Initiative]\r\n deleteInitiative(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyInitiative(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createGlobalApplicationFlowMap(id: String, idType: IdType, globalApplicationFlowMap: InputUniqueGlobalApplicationFlowMap!, creationMode: creationMode): GlobalApplicationFlowMap!\r\n createUpdateGlobalApplicationFlowMap(id: String, idType: IdType, globalApplicationFlowMap: InputUniqueGlobalApplicationFlowMap!, creationMode: creationMode): GlobalApplicationFlowMap!\r\n updateGlobalApplicationFlowMap(id: String!, idType: IdType, globalApplicationFlowMap: InputUniqueGlobalApplicationFlowMap!): GlobalApplicationFlowMap!\r\n updateManyGlobalApplicationFlowMap(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], globalApplicationFlowMap: InputGlobalApplicationFlowMap!): [GlobalApplicationFlowMap]\r\n deleteGlobalApplicationFlowMap(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyGlobalApplicationFlowMap(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createTimePeriod(id: String, idType: IdType, timePeriod: InputUniqueTimePeriod!, creationMode: creationMode): TimePeriod!\r\n createUpdateTimePeriod(id: String, idType: IdType, timePeriod: InputUniqueTimePeriod!, creationMode: creationMode): TimePeriod!\r\n updateTimePeriod(id: String!, idType: IdType, timePeriod: InputUniqueTimePeriod!): TimePeriod!\r\n updateManyTimePeriod(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], timePeriod: InputTimePeriod!): [TimePeriod]\r\n deleteTimePeriod(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyTimePeriod(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createType(id: String, idType: IdType, type: InputUniqueType!, creationMode: creationMode): Type!\r\n createUpdateType(id: String, idType: IdType, type: InputUniqueType!, creationMode: creationMode): Type!\r\n updateType(id: String!, idType: IdType, type: InputUniqueType!): Type!\r\n updateManyType(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], type: InputType!): [Type]\r\n deleteType(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyType(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createClass(id: String, idType: IdType, class: InputUniqueClass!, creationMode: creationMode): Class!\r\n createUpdateClass(id: String, idType: IdType, class: InputUniqueClass!, creationMode: creationMode): Class!\r\n updateClass(id: String!, idType: IdType, class: InputUniqueClass!): Class!\r\n updateManyClass(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], class: InputClass!): [Class]\r\n deleteClass(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyClass(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createStateUML(id: String, idType: IdType, stateUML: InputUniqueStateUML!, creationMode: creationMode): StateUML!\r\n createUpdateStateUML(id: String, idType: IdType, stateUML: InputUniqueStateUML!, creationMode: creationMode): StateUML!\r\n updateStateUML(id: String!, idType: IdType, stateUML: InputUniqueStateUML!): StateUML!\r\n updateManyStateUML(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], stateUML: InputStateUML!): [StateUML]\r\n deleteStateUML(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyStateUML(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createBusinessDocumentPattern(id: String, idType: IdType, businessDocumentPattern: InputUniqueBusinessDocumentPattern!, creationMode: creationMode): BusinessDocumentPattern!\r\n createUpdateBusinessDocumentPattern(id: String, idType: IdType, businessDocumentPattern: InputUniqueBusinessDocumentPattern!, creationMode: creationMode): BusinessDocumentPattern!\r\n updateBusinessDocumentPattern(id: String!, idType: IdType, businessDocumentPattern: InputUniqueBusinessDocumentPattern!): BusinessDocumentPattern!\r\n updateManyBusinessDocumentPattern(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], businessDocumentPattern: InputBusinessDocumentPattern!): [BusinessDocumentPattern]\r\n deleteBusinessDocumentPattern(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyBusinessDocumentPattern(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createDocumentCategory(id: String, idType: IdType, documentCategory: InputUniqueDocumentCategory!, creationMode: creationMode): DocumentCategory!\r\n createUpdateDocumentCategory(id: String, idType: IdType, documentCategory: InputUniqueDocumentCategory!, creationMode: creationMode): DocumentCategory!\r\n updateDocumentCategory(id: String!, idType: IdType, documentCategory: InputUniqueDocumentCategory!): DocumentCategory!\r\n updateManyDocumentCategory(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], documentCategory: InputDocumentCategory!): [DocumentCategory]\r\n deleteDocumentCategory(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyDocumentCategory(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createBusinessDocumentVersion(id: String, idType: IdType, businessDocumentVersion: InputUniqueBusinessDocumentVersion!, creationMode: creationMode): BusinessDocumentVersion!\r\n createUpdateBusinessDocumentVersion(id: String, idType: IdType, businessDocumentVersion: InputUniqueBusinessDocumentVersion!, creationMode: creationMode): BusinessDocumentVersion!\r\n updateBusinessDocumentVersion(id: String!, idType: IdType, businessDocumentVersion: InputUniqueBusinessDocumentVersion!): BusinessDocumentVersion!\r\n updateManyBusinessDocumentVersion(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], businessDocumentVersion: InputBusinessDocumentVersion!): [BusinessDocumentVersion]\r\n deleteBusinessDocumentVersion(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyBusinessDocumentVersion(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createDiagram(id: String, idType: IdType, diagram: InputUniqueDiagram!, creationMode: creationMode): Diagram!\r\n createUpdateDiagram(id: String, idType: IdType, diagram: InputUniqueDiagram!, creationMode: creationMode): Diagram!\r\n updateDiagram(id: String!, idType: IdType, diagram: InputUniqueDiagram!): Diagram!\r\n updateManyDiagram(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], diagram: InputDiagram!): [Diagram]\r\n deleteDiagram(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyDiagram(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createApplication(id: String, idType: IdType, application: InputUniqueApplication!, creationMode: creationMode): Application!\r\n createUpdateApplication(id: String, idType: IdType, application: InputUniqueApplication!, creationMode: creationMode): Application!\r\n updateApplication(id: String!, idType: IdType, application: InputUniqueApplication!): Application!\r\n updateManyApplication(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], application: InputApplication!): [Application]\r\n deleteApplication(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyApplication(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createOrgUnit(id: String, idType: IdType, orgUnit: InputUniqueOrgUnit!, creationMode: creationMode): OrgUnit!\r\n createUpdateOrgUnit(id: String, idType: IdType, orgUnit: InputUniqueOrgUnit!, creationMode: creationMode): OrgUnit!\r\n updateOrgUnit(id: String!, idType: IdType, orgUnit: InputUniqueOrgUnit!): OrgUnit!\r\n updateManyOrgUnit(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], orgUnit: InputOrgUnit!): [OrgUnit]\r\n deleteOrgUnit(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyOrgUnit(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createSite(id: String, idType: IdType, site: InputUniqueSite!, creationMode: creationMode): Site!\r\n createUpdateSite(id: String, idType: IdType, site: InputUniqueSite!, creationMode: creationMode): Site!\r\n updateSite(id: String!, idType: IdType, site: InputUniqueSite!): Site!\r\n updateManySite(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], site: InputSite!): [Site]\r\n deleteSite(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManySite(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createApplicationFlow(id: String, idType: IdType, applicationFlow: InputUniqueApplicationFlow!, creationMode: creationMode): ApplicationFlow!\r\n createUpdateApplicationFlow(id: String, idType: IdType, applicationFlow: InputUniqueApplicationFlow!, creationMode: creationMode): ApplicationFlow!\r\n updateApplicationFlow(id: String!, idType: IdType, applicationFlow: InputUniqueApplicationFlow!): ApplicationFlow!\r\n updateManyApplicationFlow(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], applicationFlow: InputApplicationFlow!): [ApplicationFlow]\r\n deleteApplicationFlow(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyApplicationFlow(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createFunctionalityFulfillment(id: String, idType: IdType, functionalityFulfillment: InputUniqueFunctionalityFulfillment!, creationMode: creationMode): FunctionalityFulfillment!\r\n createUpdateFunctionalityFulfillment(id: String, idType: IdType, functionalityFulfillment: InputUniqueFunctionalityFulfillment!, creationMode: creationMode): FunctionalityFulfillment!\r\n updateFunctionalityFulfillment(id: String!, idType: IdType, functionalityFulfillment: InputUniqueFunctionalityFulfillment!): FunctionalityFulfillment!\r\n updateManyFunctionalityFulfillment(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], functionalityFulfillment: InputFunctionalityFulfillment!): [FunctionalityFulfillment]\r\n deleteFunctionalityFulfillment(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyFunctionalityFulfillment(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n createBusinessProcess(id: String, idType: IdType, businessProcess: InputUniqueBusinessProcess!, creationMode: creationMode): BusinessProcess!\r\n createUpdateBusinessProcess(id: String, idType: IdType, businessProcess: InputUniqueBusinessProcess!, creationMode: creationMode): BusinessProcess!\r\n updateBusinessProcess(id: String!, idType: IdType, businessProcess: InputUniqueBusinessProcess!): BusinessProcess!\r\n updateManyBusinessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], businessProcess: InputBusinessProcess!): [BusinessProcess]\r\n deleteBusinessProcess(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n deleteManyBusinessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n}\r\n\r\nenum NatureEnum {\r\n ApplicationSystemEnvironmentDiagram_ASE\r\n BusinessInformationAreaStructureDiagram_BIASD\r\n FunctionalityDiagram_FUNC\r\n ApplicationTechnicalArchitectureDiagram_ITARC_TA_TAD\r\n PortfolioDiagram_PMO\r\n HardwareAssemblyStructureDiagram_HASD\r\n BusinessCapacityMapSite_SBCZONE\r\n ScenarioOfApplicationEnvironmentFlowsDiagram_APPSCENENV\r\n DataAreaStructureDiagram_LDAS\r\n BusinessCapabilityMapDiagram_BUS_CAP_MAP\r\n DataMapDiagram_LOGDATAMAPDIAG\r\n FunctionalityMapDiagram_FUNC_MAP\r\n BusinessCapabilityMapBusinessProcess_ABCZONE\r\n ScenarioOfITServiceFlowsDiagram_ITSERVINTSCENA\r\n HardwareFunctionalityDiagram_HARDFUNCTD\r\n HardwareFunctionalityMapDiagram_HARDFUNCTMD\r\n RelationalDataAreaStructureDiagram_RDASD\r\n Micro_ServiceStructureDiagram_MicroServStructDiag\r\n RelationalDataMapDiagram_RELDATAMAPDIAG\r\n IoTDeviceAssemblyDiagram_IOTDAD\r\n ITServiceStructureDiagram_SSSD\r\n DataAreaStructureDiagram_ERDASD\r\n ApplicationArchitectureEnvironmentReport_APPARCHDAISY\r\n ExchangeDiagramBPMN_BPMN_SOD\r\n ResourceArchitectureAssemblyDiagram_RASD\r\n FunctionalDiagram_ITARC_ATA_FD\r\n ExchangeContractDiagramBPMN_BPMN_SDD\r\n ResourceArchitectureEnvironmentDiagram_RARCENV\r\n MappingDiagram_MAPPING\r\n ResourceConfigurationDiagram_IFD\r\n ApplicationSystemStructureDiagram_APARSD\r\n ComputingDeviceAssemblyDiagram_CDAD\r\n CityPlanningZoningDiagram_CITYPLANTREE\r\n Sketching_SKECH\r\n ITTechnicalDeviceDiagram_ITDD\r\n CityPlanningDiagram_URB\r\n LibraryDiagram_LIBRARY\r\n ScenarioOfMicro_ServiceFlowsDiagram_MSrvInterScenario\r\n BusinessCapabilityMapPortfolio_PFBCZONE\r\n ApplicationTechnicalAreaArchitectureDiagram_ITARC_ATA_TAD\r\n CapabilityStructureDiagram_CAPABILITY_STRUCTURE\r\n BusinessCapabilityMapOrg_Unit_OUBCZONE\r\n Micro_ServiceScenarioSequenceDiagram_MSrvIntScenSeqDiag\r\n ApplicationSystemScenarioSequenceDiagram_ASINTSCESEQDIAG\r\n ITServiceScenarioSequenceDiagram_ITSERVINTSCENASEQ\r\n ApplicationSystemTechnicalArchitectureDiagram_ITARC_ASTA_TAD\r\n SystemProcessDiagram_BPMNSYSPROC\r\n ScenarioOfApplicationFlowsDiagram_APPLIINTERSCENA\r\n StateDiagram_MTRE\r\n ApplicationStructureDiagram_ASD\r\n ApplicationEnvironment_AE\r\n LogicalApplicationSystemEnvironmentDiagram_LASE\r\n Cause_and_EffectDiagram_CED\r\n TimelineDiagram_TIMELINE\r\n ApplicationSystemEnvironmentScenario_APPSYSENVINTSCENARIO\r\n LogicalApplicationSystemStructureDiagram_SSASD\r\n TechnicalFunctionalityDiagram_TECHFUNCTD\r\n TechnicalFunctionalityMapDiagram_TECHFUNCTMD\r\n ApplicationEnvironmentScenarioSequenceDiagram_APPENVSCENSEQ\r\n InfrastructureAssemblyStructureDiagram_ITA_IASD\r\n}\r\n\r\nenum NatureOfTransformationEnum {\r\n Decommissioned\r\n Replaced\r\n Updated\r\n New\r\n}\r\n\r\ntype OrgUnit implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal(format: EnumFormat): InternalExternalEnum\r\n technopediaToBeDeletedOn(format: String, timeOffset: String): CustomDate\r\n technopediaObjectDeletion(format: EnumFormat): TechnopediaObjectDeletionEnum\r\n orgUnitType(format: EnumFormat): OrgUnitTypeEnum\r\n technopediaDeleteReason(format: EnumFormat): TechnopediaDeleteReasonEnum\r\n currentState: GraphQLObjectInterface\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n email: String\r\n orgUnitStatus(format: EnumFormat): OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard(format: EnumFormat): CompanyStandardEnum\r\n numberOfProvidedTechnologies: CustomInt\r\n numberOfUsingApplicationsVendor: CustomInt\r\n numberOfUsedTechnologies: CustomInt\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate(format: String, timeOffset: String): CustomDate\r\n technopediaDateAcquired(format: String, timeOffset: String): CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate(format: String, timeOffset: String): CustomDate\r\n technopediaFiscalEndDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n softwareTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n orgUnit_AggregationOf(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_AggregationOfAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n orgUnit_Component(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ComponentAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n usagecontext(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContext]\r\n usagecontextAggregatedValues(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContextAggregatedValues]\r\n orgUnitMember_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMember]\r\n orgUnitMember_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [PersonSystemAggregatedValues]\r\n orgUnit_VariantObject(filter: Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnitFilter, orderBy: [Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnitOrderBy]): [Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnit]\r\n orgUnit_VariantObjectAggregatedValues(filter: Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnitFilter, orderBy: [Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n orgUnit_VariedObject(filter: Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnitFilter, orderBy: [Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnitOrderBy]): [Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnit]\r\n orgUnit_VariedObjectAggregatedValues(filter: Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnitFilter, orderBy: [Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n businessCapability(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnitFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnitOrderBy]): [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnit]\r\n businessCapabilityAggregatedValues(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnitFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnitOrderBy]): [BusinessCapabilityAggregatedValues]\r\n}\r\n\r\ntype OrgUnitAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n bDNAIdentifier(function: AggregateFunctionType): CustomFloat\r\n technopediaReplacementID(function: AggregateFunctionType): CustomFloat\r\n internalExternal(function: AggregateFunctionType): CustomFloat\r\n technopediaToBeDeletedOn(function: AggregateFunctionType): CustomFloat\r\n technopediaObjectDeletion(function: AggregateFunctionType): CustomFloat\r\n orgUnitType(function: AggregateFunctionType): CustomFloat\r\n technopediaDeleteReason(function: AggregateFunctionType): CustomFloat\r\n currentState(function: AggregateFunctionType): CustomFloat\r\n beginLifeDate(function: AggregateFunctionType): CustomFloat\r\n endLifeDate(function: AggregateFunctionType): CustomFloat\r\n assessmentFreshness(function: AggregateNumbersFunctionType): CustomFloat\r\n freezePastTimePeriod(function: AggregateFunctionType): CustomFloat\r\n technopediaID(function: AggregateFunctionType): CustomFloat\r\n lastAssessmentDate(function: AggregateFunctionType): CustomFloat\r\n nameInTechnopedia(function: AggregateFunctionType): CustomFloat\r\n currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n email(function: AggregateFunctionType): CustomFloat\r\n orgUnitStatus(function: AggregateFunctionType): CustomFloat\r\n vendorCode(function: AggregateFunctionType): CustomFloat\r\n companyStandard(function: AggregateFunctionType): CustomFloat\r\n numberOfProvidedTechnologies(function: AggregateNumbersFunctionType): CustomFloat\r\n numberOfUsingApplicationsVendor(function: AggregateNumbersFunctionType): CustomFloat\r\n numberOfUsedTechnologies(function: AggregateNumbersFunctionType): CustomFloat\r\n technopediaStreet(function: AggregateFunctionType): CustomFloat\r\n technopediaCity(function: AggregateFunctionType): CustomFloat\r\n technopediaState(function: AggregateFunctionType): CustomFloat\r\n technopediaZip(function: AggregateFunctionType): CustomFloat\r\n technopediaCountry(function: AggregateFunctionType): CustomFloat\r\n technopediaTier(function: AggregateNumbersFunctionType): CustomFloat\r\n technopediaLegal(function: AggregateFunctionType): CustomFloat\r\n technopediaProfitsPerYear(function: AggregateFunctionType): CustomFloat\r\n technopediaProfitsDate(function: AggregateFunctionType): CustomFloat\r\n technopediaDateAcquired(function: AggregateFunctionType): CustomFloat\r\n technopediaEmployees(function: AggregateNumbersFunctionType): CustomFloat\r\n technopediaEmployeesDate(function: AggregateFunctionType): CustomFloat\r\n technopediaFiscalEndDate(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput OrgUnitFilter {\r\n defaultField_84f998225e5041049bc887f86360a44e: String\r\n and: [OrgUnitFilter!]\r\n or: [OrgUnitFilter!]\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 name_empty: Boolean\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 bDNAIdentifier_empty: Boolean\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 technopediaReplacementID_empty: Boolean\r\n internalExternal: InternalExternalEnum\r\n internalExternal_not: InternalExternalEnum\r\n internalExternal_in: [InternalExternalEnum!]\r\n internalExternal_not_in: [InternalExternalEnum!]\r\n internalExternal_empty: Boolean\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaToBeDeletedOn_not: CustomDate\r\n technopediaToBeDeletedOn_in: [CustomDate!]\r\n technopediaToBeDeletedOn_not_in: [CustomDate!]\r\n technopediaToBeDeletedOn_lt: CustomDate\r\n technopediaToBeDeletedOn_lte: CustomDate\r\n technopediaToBeDeletedOn_gt: CustomDate\r\n technopediaToBeDeletedOn_gte: CustomDate\r\n technopediaToBeDeletedOn_empty: Boolean\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_not: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_not_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_empty: Boolean\r\n orgUnitType: OrgUnitTypeEnum\r\n orgUnitType_not: OrgUnitTypeEnum\r\n orgUnitType_in: [OrgUnitTypeEnum!]\r\n orgUnitType_not_in: [OrgUnitTypeEnum!]\r\n orgUnitType_empty: Boolean\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_not: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_not_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: 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 technopediaID_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\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 nameInTechnopedia_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\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 email_empty: Boolean\r\n orgUnitStatus: OrgUnitStatusEnum\r\n orgUnitStatus_not: OrgUnitStatusEnum\r\n orgUnitStatus_in: [OrgUnitStatusEnum!]\r\n orgUnitStatus_not_in: [OrgUnitStatusEnum!]\r\n orgUnitStatus_empty: Boolean\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 vendorCode_empty: Boolean\r\n companyStandard: CompanyStandardEnum\r\n companyStandard_not: CompanyStandardEnum\r\n companyStandard_in: [CompanyStandardEnum!]\r\n companyStandard_not_in: [CompanyStandardEnum!]\r\n companyStandard_empty: Boolean\r\n numberOfProvidedTechnologies: CustomInt\r\n numberOfProvidedTechnologies_not: CustomInt\r\n numberOfProvidedTechnologies_in: [CustomInt!]\r\n numberOfProvidedTechnologies_not_in: [CustomInt!]\r\n numberOfProvidedTechnologies_lt: CustomInt\r\n numberOfProvidedTechnologies_lte: CustomInt\r\n numberOfProvidedTechnologies_gt: CustomInt\r\n numberOfProvidedTechnologies_gte: CustomInt\r\n numberOfProvidedTechnologies_empty: Boolean\r\n numberOfUsingApplicationsVendor: CustomInt\r\n numberOfUsingApplicationsVendor_not: CustomInt\r\n numberOfUsingApplicationsVendor_in: [CustomInt!]\r\n numberOfUsingApplicationsVendor_not_in: [CustomInt!]\r\n numberOfUsingApplicationsVendor_lt: CustomInt\r\n numberOfUsingApplicationsVendor_lte: CustomInt\r\n numberOfUsingApplicationsVendor_gt: CustomInt\r\n numberOfUsingApplicationsVendor_gte: CustomInt\r\n numberOfUsingApplicationsVendor_empty: Boolean\r\n numberOfUsedTechnologies: CustomInt\r\n numberOfUsedTechnologies_not: CustomInt\r\n numberOfUsedTechnologies_in: [CustomInt!]\r\n numberOfUsedTechnologies_not_in: [CustomInt!]\r\n numberOfUsedTechnologies_lt: CustomInt\r\n numberOfUsedTechnologies_lte: CustomInt\r\n numberOfUsedTechnologies_gt: CustomInt\r\n numberOfUsedTechnologies_gte: CustomInt\r\n numberOfUsedTechnologies_empty: Boolean\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 technopediaStreet_empty: Boolean\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 technopediaCity_empty: Boolean\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 technopediaState_empty: Boolean\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 technopediaZip_empty: Boolean\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 technopediaCountry_empty: Boolean\r\n technopediaTier: CustomInt\r\n technopediaTier_not: CustomInt\r\n technopediaTier_in: [CustomInt!]\r\n technopediaTier_not_in: [CustomInt!]\r\n technopediaTier_lt: CustomInt\r\n technopediaTier_lte: CustomInt\r\n technopediaTier_gt: CustomInt\r\n technopediaTier_gte: CustomInt\r\n technopediaTier_empty: Boolean\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 technopediaLegal_empty: Boolean\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 technopediaProfitsPerYear_empty: Boolean\r\n technopediaProfitsDate: CustomDate\r\n technopediaProfitsDate_not: CustomDate\r\n technopediaProfitsDate_in: [CustomDate!]\r\n technopediaProfitsDate_not_in: [CustomDate!]\r\n technopediaProfitsDate_lt: CustomDate\r\n technopediaProfitsDate_lte: CustomDate\r\n technopediaProfitsDate_gt: CustomDate\r\n technopediaProfitsDate_gte: CustomDate\r\n technopediaProfitsDate_empty: Boolean\r\n technopediaDateAcquired: CustomDate\r\n technopediaDateAcquired_not: CustomDate\r\n technopediaDateAcquired_in: [CustomDate!]\r\n technopediaDateAcquired_not_in: [CustomDate!]\r\n technopediaDateAcquired_lt: CustomDate\r\n technopediaDateAcquired_lte: CustomDate\r\n technopediaDateAcquired_gt: CustomDate\r\n technopediaDateAcquired_gte: CustomDate\r\n technopediaDateAcquired_empty: Boolean\r\n technopediaEmployees: CustomInt\r\n technopediaEmployees_not: CustomInt\r\n technopediaEmployees_in: [CustomInt!]\r\n technopediaEmployees_not_in: [CustomInt!]\r\n technopediaEmployees_lt: CustomInt\r\n technopediaEmployees_lte: CustomInt\r\n technopediaEmployees_gt: CustomInt\r\n technopediaEmployees_gte: CustomInt\r\n technopediaEmployees_empty: Boolean\r\n technopediaEmployeesDate: CustomDate\r\n technopediaEmployeesDate_not: CustomDate\r\n technopediaEmployeesDate_in: [CustomDate!]\r\n technopediaEmployeesDate_not_in: [CustomDate!]\r\n technopediaEmployeesDate_lt: CustomDate\r\n technopediaEmployeesDate_lte: CustomDate\r\n technopediaEmployeesDate_gt: CustomDate\r\n technopediaEmployeesDate_gte: CustomDate\r\n technopediaEmployeesDate_empty: Boolean\r\n technopediaFiscalEndDate: CustomDate\r\n technopediaFiscalEndDate_not: CustomDate\r\n technopediaFiscalEndDate_in: [CustomDate!]\r\n technopediaFiscalEndDate_not_in: [CustomDate!]\r\n technopediaFiscalEndDate_lt: CustomDate\r\n technopediaFiscalEndDate_lte: CustomDate\r\n technopediaFiscalEndDate_gt: CustomDate\r\n technopediaFiscalEndDate_gte: CustomDate\r\n technopediaFiscalEndDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n orgUnitMember_PersonSystem_some: [PersonSystemFilter!]\r\n orgUnitMember_PersonSystem_count: countFilter\r\n softwareTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n orgUnit_VariantObject_some: [OrgUnitFilter!]\r\n orgUnit_VariantObject_count: countFilter\r\n orgUnit_VariedObject_some: [OrgUnitFilter!]\r\n orgUnit_VariedObject_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n orgUnit_AggregationOf_some: [OrgUnitFilter!]\r\n orgUnit_AggregationOf_count: countFilter\r\n orgUnit_Component_some: [OrgUnitFilter!]\r\n orgUnit_Component_count: countFilter\r\n usagecontext_some: [UsageContextFilter!]\r\n usagecontext_count: countFilter\r\n}\r\n\r\nenum OrgUnitOrderBy {\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 technopediaFiscalEndDate_ASC\r\n technopediaFiscalEndDate_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum OrgUnitStatusEnum {\r\n UpdateInProgress\r\n ValidationInProgress\r\n Validated\r\n}\r\n\r\nenum OrgUnitTypeEnum {\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 PeriodicityEnum {\r\n Year\r\n Month\r\n HalfYear\r\n Quarter\r\n}\r\n\r\nenum PersistenceEnum {\r\n No\r\n Yes\r\n}\r\n\r\ntype PersonSystem implements GraphQLObjectInterface {\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: GraphQLObjectInterface\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n applicationOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n iTOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n businessOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n financialController_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n projectPortfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManager]\r\n projectPortfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n projectPortfolioApprover_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApprover]\r\n projectPortfolioApprover_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [PortfolioAggregatedValues]\r\n portfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManager]\r\n portfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n financialController_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n applicationOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [ApplicationAggregatedValues]\r\n softwareDesigner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [ApplicationAggregatedValues]\r\n iTOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [ApplicationAggregatedValues]\r\n businessOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [ApplicationAggregatedValues]\r\n financialController_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [ApplicationAggregatedValues]\r\n orgUnitMember_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMember]\r\n orgUnitMember_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [OrgUnitAggregatedValues]\r\n}\r\n\r\ntype PersonSystemAggregatedValues {\r\n userCode(function: AggregateFunctionType): CustomFloat\r\n commandLine(function: AggregateFunctionType): CustomFloat\r\n scciUserName(function: AggregateFunctionType): CustomFloat\r\n email(function: AggregateFunctionType): CustomFloat\r\n castToken(function: AggregateFunctionType): CustomFloat\r\n belongsToAPersonGroup(function: AggregateFunctionType): CustomFloat\r\n dataLanguage(function: AggregateFunctionType): CustomFloat\r\n phoneNumber(function: AggregateFunctionType): CustomFloat\r\n cASTHighlightID(function: AggregateNumbersFunctionType): CustomFloat\r\n initials(function: AggregateFunctionType): CustomFloat\r\n validPerson(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput PersonSystemFilter {\r\n and: [PersonSystemFilter!]\r\n or: [PersonSystemFilter!]\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 userCode_empty: Boolean\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 commandLine_empty: Boolean\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 scciUserName_empty: Boolean\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 email_empty: Boolean\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 castToken_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\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 phoneNumber_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\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 initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 name_empty: Boolean\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 comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n applicationOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n applicationOwner_SoftwareInstallation_count: countFilter\r\n iTOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n iTOwner_SoftwareInstallation_count: countFilter\r\n businessOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n businessOwner_SoftwareInstallation_count: countFilter\r\n financialController_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n financialController_SoftwareInstallation_count: countFilter\r\n technologyCorrespondent_SoftwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n technologyCorrespondent_SoftwareTechnologyStack_count: countFilter\r\n projectPortfolioManager_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioManager_Portfolio_count: countFilter\r\n projectPortfolioApprover_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioApprover_Portfolio_count: countFilter\r\n portfolioManager_Portfolio_some: [PortfolioFilter!]\r\n portfolioManager_Portfolio_count: countFilter\r\n technologyCorrespondent_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n technologyCorrespondent_SoftwareTechnology_count: countFilter\r\n financialController_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n financialController_SoftwareTechnology_count: countFilter\r\n applicationOwner_Application_some: [ApplicationFilter!]\r\n applicationOwner_Application_count: countFilter\r\n softwareDesigner_Application_some: [ApplicationFilter!]\r\n softwareDesigner_Application_count: countFilter\r\n iTOwner_Application_some: [ApplicationFilter!]\r\n iTOwner_Application_count: countFilter\r\n businessOwner_Application_some: [ApplicationFilter!]\r\n businessOwner_Application_count: countFilter\r\n financialController_Application_some: [ApplicationFilter!]\r\n financialController_Application_count: countFilter\r\n orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n orgUnitMember_OrgUnit_count: countFilter\r\n}\r\n\r\nenum PersonSystemOrderBy {\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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Portfolio implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n studyStartDate(format: String, timeOffset: String): CustomDate\r\n studyEndDate(format: String, timeOffset: String): CustomDate\r\n portfolioType(format: EnumFormat): PortfolioTypeEnum\r\n lastUpdate(format: String, timeOffset: String): CustomDate\r\n updateFrequency(format: EnumFormat): UpdateFrequencyEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n portfolio_Lower(filter: PortfolioFilter, orderBy: [PortfolioOrderBy]): [Portfolio]\r\n portfolio_LowerAggregatedValues(filter: PortfolioFilter, orderBy: [PortfolioOrderBy]): [PortfolioAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n portfolio_Upper(filter: PortfolioFilter, orderBy: [PortfolioOrderBy]): [Portfolio]\r\n portfolio_UpperAggregatedValues(filter: PortfolioFilter, orderBy: [PortfolioOrderBy]): [PortfolioAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n cASTHighlightCampaign_CastHighlightCampaign(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaign]\r\n cASTHighlightCampaign_CastHighlightCampaignAggregatedValues(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaignAggregatedValues]\r\n projectPortfolioManager_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioManager]\r\n projectPortfolioManager_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [PersonSystemAggregatedValues]\r\n projectPortfolioApprover_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioApprover]\r\n projectPortfolioApprover_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [PersonSystemAggregatedValues]\r\n portfolioManager_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_PortfolioManager]\r\n portfolioManager_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [PersonSystemAggregatedValues]\r\n}\r\n\r\ntype PortfolioAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n studyStartDate(function: AggregateFunctionType): CustomFloat\r\n studyEndDate(function: AggregateFunctionType): CustomFloat\r\n portfolioType(function: AggregateFunctionType): CustomFloat\r\n lastUpdate(function: AggregateFunctionType): CustomFloat\r\n updateFrequency(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput PortfolioFilter {\r\n defaultField_08a08bce42954fe3a80328cd30d21ddc: String\r\n and: [PortfolioFilter!]\r\n or: [PortfolioFilter!]\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 name_empty: Boolean\r\n studyStartDate: CustomDate\r\n studyStartDate_not: CustomDate\r\n studyStartDate_in: [CustomDate!]\r\n studyStartDate_not_in: [CustomDate!]\r\n studyStartDate_lt: CustomDate\r\n studyStartDate_lte: CustomDate\r\n studyStartDate_gt: CustomDate\r\n studyStartDate_gte: CustomDate\r\n studyStartDate_empty: Boolean\r\n studyEndDate: CustomDate\r\n studyEndDate_not: CustomDate\r\n studyEndDate_in: [CustomDate!]\r\n studyEndDate_not_in: [CustomDate!]\r\n studyEndDate_lt: CustomDate\r\n studyEndDate_lte: CustomDate\r\n studyEndDate_gt: CustomDate\r\n studyEndDate_gte: CustomDate\r\n studyEndDate_empty: Boolean\r\n portfolioType: PortfolioTypeEnum\r\n portfolioType_not: PortfolioTypeEnum\r\n portfolioType_in: [PortfolioTypeEnum!]\r\n portfolioType_not_in: [PortfolioTypeEnum!]\r\n portfolioType_empty: Boolean\r\n lastUpdate: CustomDate\r\n lastUpdate_not: CustomDate\r\n lastUpdate_in: [CustomDate!]\r\n lastUpdate_not_in: [CustomDate!]\r\n lastUpdate_lt: CustomDate\r\n lastUpdate_lte: CustomDate\r\n lastUpdate_gt: CustomDate\r\n lastUpdate_gte: CustomDate\r\n lastUpdate_empty: Boolean\r\n updateFrequency: UpdateFrequencyEnum\r\n updateFrequency_not: UpdateFrequencyEnum\r\n updateFrequency_in: [UpdateFrequencyEnum!]\r\n updateFrequency_not_in: [UpdateFrequencyEnum!]\r\n updateFrequency_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n portfolio_Lower_some: [PortfolioFilter!]\r\n portfolio_Lower_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n portfolio_Upper_some: [PortfolioFilter!]\r\n portfolio_Upper_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n projectPortfolioManager_PersonSystem_some: [PersonSystemFilter!]\r\n projectPortfolioManager_PersonSystem_count: countFilter\r\n projectPortfolioApprover_PersonSystem_some: [PersonSystemFilter!]\r\n projectPortfolioApprover_PersonSystem_count: countFilter\r\n portfolioManager_PersonSystem_some: [PersonSystemFilter!]\r\n portfolioManager_PersonSystem_count: countFilter\r\n cASTHighlightCampaign_CastHighlightCampaign_some: [CASTHighlightCampaignFilter!]\r\n cASTHighlightCampaign_CastHighlightCampaign_count: countFilter\r\n}\r\n\r\nenum PortfolioOrderBy {\r\n name_ASC\r\n name_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum PortfolioTypeEnum {\r\n ApplicationInventory\r\n Transformation\r\n TechnologyInventory\r\n}\r\n\r\ntype Query {\r\n _currentContext: CurrentContextType\r\n _APIdiagnostic: DiagnosticType\r\n searchAll(filter: searchAllFilter, orderBy: [searchAllOrderBy], language: Languages): [GraphQLObjectInterface]\r\n language(filter: LanguageFilter, orderBy: [LanguageOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Language]\r\n languageAggregatedValues(filter: LanguageFilter, orderBy: [LanguageOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [LanguageAggregatedValues]\r\n personSystem(filter: PersonSystemFilter, orderBy: [PersonSystemOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [PersonSystem]\r\n personSystemAggregatedValues(filter: PersonSystemFilter, orderBy: [PersonSystemOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [PersonSystemAggregatedValues]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [LoginAggregatedValues]\r\n businessRole(filter: BusinessRoleFilter, orderBy: [BusinessRoleOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [BusinessRole]\r\n businessRoleAggregatedValues(filter: BusinessRoleFilter, orderBy: [BusinessRoleOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [BusinessRoleAggregatedValues]\r\n diagramType(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DiagramType]\r\n diagramTypeAggregatedValues(filter: DiagramTypeFilter, orderBy: [DiagramTypeOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DiagramTypeAggregatedValues]\r\n applicationDataArea(filter: ApplicationDataAreaFilter, orderBy: [ApplicationDataAreaOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ApplicationDataArea]\r\n applicationDataAreaAggregatedValues(filter: ApplicationDataAreaFilter, orderBy: [ApplicationDataAreaOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ApplicationDataAreaAggregatedValues]\r\n entityDM(filter: EntityDMFilter, orderBy: [EntityDMOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [EntityDM]\r\n entityDMAggregatedValues(filter: EntityDMFilter, orderBy: [EntityDMOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [EntityDMAggregatedValues]\r\n deployedTechnology(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DeployedTechnology]\r\n deployedTechnologyAggregatedValues(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DeployedTechnologyAggregatedValues]\r\n usageContext(filter: UsageContextFilter, orderBy: [UsageContextOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [UsageContext]\r\n usageContextAggregatedValues(filter: UsageContextFilter, orderBy: [UsageContextOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [UsageContextAggregatedValues]\r\n softwareInstallation(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [SoftwareInstallation]\r\n softwareInstallationAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [SoftwareInstallationAggregatedValues]\r\n costFormula(filter: CostFormulaFilter, orderBy: [CostFormulaOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [CostFormula]\r\n costFormulaAggregatedValues(filter: CostFormulaFilter, orderBy: [CostFormulaOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [CostFormulaAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [CostLineAggregatedValues]\r\n expense(filter: ExpenseFilter, orderBy: [ExpenseOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Expense]\r\n expenseAggregatedValues(filter: ExpenseFilter, orderBy: [ExpenseOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ExpenseAggregatedValues]\r\n functionality(filter: FunctionalityFilter, orderBy: [FunctionalityOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Functionality]\r\n functionalityAggregatedValues(filter: FunctionalityFilter, orderBy: [FunctionalityOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [FunctionalityAggregatedValues]\r\n businessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [BusinessLine]\r\n businessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [BusinessLineAggregatedValues]\r\n cASTHighlightCampaign(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [CASTHighlightCampaign]\r\n cASTHighlightCampaignAggregatedValues(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [CASTHighlightCampaignAggregatedValues]\r\n serverDeployed(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ServerDeployed]\r\n serverDeployedAggregatedValues(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ServerDeployedAggregatedValues]\r\n content(filter: ContentFilter, orderBy: [ContentOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Content]\r\n contentAggregatedValues(filter: ContentFilter, orderBy: [ContentOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ContentAggregatedValues]\r\n softwareTechnologyStack(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [SoftwareTechnologyStack]\r\n softwareTechnologyStackAggregatedValues(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [SoftwareTechnologyStackAggregatedValues]\r\n technicalFunctionality(filter: TechnicalFunctionalityFilter, orderBy: [TechnicalFunctionalityOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [TechnicalFunctionality]\r\n technicalFunctionalityAggregatedValues(filter: TechnicalFunctionalityFilter, orderBy: [TechnicalFunctionalityOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [TechnicalFunctionalityAggregatedValues]\r\n portfolio(filter: PortfolioFilter, orderBy: [PortfolioOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Portfolio]\r\n portfolioAggregatedValues(filter: PortfolioFilter, orderBy: [PortfolioOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [PortfolioAggregatedValues]\r\n dataView(filter: DataViewFilter, orderBy: [DataViewOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DataView]\r\n dataViewAggregatedValues(filter: DataViewFilter, orderBy: [DataViewOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DataViewAggregatedValues]\r\n softwareTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [SoftwareTechnology]\r\n softwareTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [SoftwareTechnologyAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [RiskAggregatedValues]\r\n businessCapability(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [BusinessCapability]\r\n businessCapabilityAggregatedValues(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [BusinessCapabilityAggregatedValues]\r\n businessDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [BusinessDocument]\r\n businessDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [BusinessDocumentAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [InitiativeAggregatedValues]\r\n globalApplicationFlowMap(filter: GlobalApplicationFlowMapFilter, orderBy: [GlobalApplicationFlowMapOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [GlobalApplicationFlowMap]\r\n globalApplicationFlowMapAggregatedValues(filter: GlobalApplicationFlowMapFilter, orderBy: [GlobalApplicationFlowMapOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [GlobalApplicationFlowMapAggregatedValues]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [TimePeriodAggregatedValues]\r\n type(filter: TypeFilter, orderBy: [TypeOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Type]\r\n typeAggregatedValues(filter: TypeFilter, orderBy: [TypeOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [TypeAggregatedValues]\r\n class(filter: ClassFilter, orderBy: [ClassOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Class]\r\n classAggregatedValues(filter: ClassFilter, orderBy: [ClassOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ClassAggregatedValues]\r\n stateUML(filter: StateUMLFilter, orderBy: [StateUMLOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [StateUML]\r\n stateUMLAggregatedValues(filter: StateUMLFilter, orderBy: [StateUMLOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [StateUMLAggregatedValues]\r\n businessDocumentPattern(filter: BusinessDocumentPatternFilter, orderBy: [BusinessDocumentPatternOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [BusinessDocumentPattern]\r\n businessDocumentPatternAggregatedValues(filter: BusinessDocumentPatternFilter, orderBy: [BusinessDocumentPatternOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [BusinessDocumentPatternAggregatedValues]\r\n documentCategory(filter: DocumentCategoryFilter, orderBy: [DocumentCategoryOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DocumentCategory]\r\n documentCategoryAggregatedValues(filter: DocumentCategoryFilter, orderBy: [DocumentCategoryOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DocumentCategoryAggregatedValues]\r\n businessDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [BusinessDocumentVersion]\r\n businessDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [BusinessDocumentVersionAggregatedValues]\r\n diagram(filter: DiagramFilter, orderBy: [DiagramOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Diagram]\r\n diagramAggregatedValues(filter: DiagramFilter, orderBy: [DiagramOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [DiagramAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ApplicationAggregatedValues]\r\n orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [OrgUnit]\r\n orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [OrgUnitAggregatedValues]\r\n site(filter: SiteFilter, orderBy: [SiteOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Site]\r\n siteAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [SiteAggregatedValues]\r\n applicationFlow(filter: ApplicationFlowFilter, orderBy: [ApplicationFlowOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ApplicationFlow]\r\n applicationFlowAggregatedValues(filter: ApplicationFlowFilter, orderBy: [ApplicationFlowOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ApplicationFlowAggregatedValues]\r\n businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [BusinessProcess]\r\n businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [BusinessProcessAggregatedValues]\r\n}\r\n\r\nenum RankAPMEnum {\r\n OneStar\r\n TwoStars\r\n ThreeStars\r\n FourStars\r\n FiveStars\r\n ZeroStar\r\n}\r\n\r\nenum RealizationQualityEnum {\r\n VeryLow\r\n Low\r\n Medium\r\n High\r\n VeryHigh\r\n}\r\n\r\nenum RecoveryPointObjectiveRPOEnum {\r\n Critical\r\n Serious\r\n Significant\r\n Minor\r\n}\r\n\r\nenum RecoveryTimeObjectiveRTOEnum {\r\n Critical\r\n Serious\r\n Significant\r\n Minor\r\n}\r\n\r\ntype Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_Application implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n entityDM(filter: Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataArea]\r\n entityDMAggregatedValues(filter: Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [EntityDMAggregatedValues]\r\n dataView(filter: Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataArea]\r\n dataViewAggregatedValues(filter: Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [DataViewAggregatedValues]\r\n class(filter: Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataArea]\r\n classAggregatedValues(filter: Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [ClassAggregatedValues]\r\n applicationDataArea_VariantObject(filter: Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaOrderBy]): [Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataArea]\r\n applicationDataArea_VariantObjectAggregatedValues(filter: Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n applicationDataArea_VariedObject(filter: Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaOrderBy]): [Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataArea]\r\n applicationDataArea_VariedObjectAggregatedValues(filter: Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n application(filter: Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaFilter, orderBy: [Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaOrderBy]): [Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataArea]\r\n applicationAggregatedValues(filter: Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaFilter, orderBy: [Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaOrderBy]): [ApplicationAggregatedValues]\r\n}\r\n\r\ninput Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter {\r\n and: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter!]\r\n or: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter!]\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 name_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n entityDM_some: [EntityDMFilter!]\r\n entityDM_count: countFilter\r\n dataView_some: [DataViewFilter!]\r\n dataView_count: countFilter\r\n class_some: [ClassFilter!]\r\n class_count: countFilter\r\n applicationDataArea_VariantObject_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_VariantObject_count: countFilter\r\n applicationDataArea_VariedObject_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_VariedObject_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n}\r\n\r\nenum Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy {\r\n name_ASC\r\n name_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_ApplicationDataArea_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n entityDM(filter: Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataArea]\r\n entityDMAggregatedValues(filter: Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [EntityDMAggregatedValues]\r\n dataView(filter: Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataArea]\r\n dataViewAggregatedValues(filter: Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [DataViewAggregatedValues]\r\n class(filter: Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataArea]\r\n classAggregatedValues(filter: Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [ClassAggregatedValues]\r\n applicationDataArea_VariantObject(filter: Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaOrderBy]): [Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataArea]\r\n applicationDataArea_VariantObjectAggregatedValues(filter: Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n applicationDataArea_VariedObject(filter: Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaOrderBy]): [Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataArea]\r\n applicationDataArea_VariedObjectAggregatedValues(filter: Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n application(filter: Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaFilter, orderBy: [Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaOrderBy]): [Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataArea]\r\n applicationAggregatedValues(filter: Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaFilter, orderBy: [Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaOrderBy]): [ApplicationAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_ApplicationDataArea_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n and: [Relationship_ApplicationDataArea_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n or: [Relationship_ApplicationDataArea_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n entityDM_some: [EntityDMFilter!]\r\n entityDM_count: countFilter\r\n dataView_some: [DataViewFilter!]\r\n dataView_count: countFilter\r\n class_some: [ClassFilter!]\r\n class_count: countFilter\r\n applicationDataArea_VariantObject_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_VariantObject_count: countFilter\r\n applicationDataArea_VariedObject_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_VariedObject_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n}\r\n\r\nenum Relationship_ApplicationDataArea_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_Class implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n entityDM(filter: Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataArea]\r\n entityDMAggregatedValues(filter: Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [EntityDMAggregatedValues]\r\n dataView(filter: Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataArea]\r\n dataViewAggregatedValues(filter: Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [DataViewAggregatedValues]\r\n class(filter: Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataArea]\r\n classAggregatedValues(filter: Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [ClassAggregatedValues]\r\n applicationDataArea_VariantObject(filter: Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaOrderBy]): [Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataArea]\r\n applicationDataArea_VariantObjectAggregatedValues(filter: Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n applicationDataArea_VariedObject(filter: Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaOrderBy]): [Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataArea]\r\n applicationDataArea_VariedObjectAggregatedValues(filter: Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n application(filter: Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaFilter, orderBy: [Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaOrderBy]): [Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataArea]\r\n applicationAggregatedValues(filter: Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaFilter, orderBy: [Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaOrderBy]): [ApplicationAggregatedValues]\r\n link1DataCreation: Boolean\r\n link1DataRead: Boolean\r\n link1DataUpdate: Boolean\r\n link1DataDeletion: Boolean\r\n link1StoreComponentCRUD: String\r\n}\r\n\r\ninput Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_ClassFilter {\r\n and: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_ClassFilter!]\r\n or: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_ClassFilter!]\r\n link1DataCreation: Boolean\r\n link1DataCreation_not: Boolean\r\n link1DataCreation_empty: Boolean\r\n link1DataRead: Boolean\r\n link1DataRead_not: Boolean\r\n link1DataRead_empty: Boolean\r\n link1DataUpdate: Boolean\r\n link1DataUpdate_not: Boolean\r\n link1DataUpdate_empty: Boolean\r\n link1DataDeletion: Boolean\r\n link1DataDeletion_not: Boolean\r\n link1DataDeletion_empty: Boolean\r\n link1StoreComponentCRUD: String\r\n link1StoreComponentCRUD_not: String\r\n link1StoreComponentCRUD_in: [String!]\r\n link1StoreComponentCRUD_not_in: [String!]\r\n link1StoreComponentCRUD_lt: String\r\n link1StoreComponentCRUD_lte: String\r\n link1StoreComponentCRUD_gt: String\r\n link1StoreComponentCRUD_gte: String\r\n link1StoreComponentCRUD_contains: String\r\n link1StoreComponentCRUD_not_contains: String\r\n link1StoreComponentCRUD_starts_with: String\r\n link1StoreComponentCRUD_not_starts_with: String\r\n link1StoreComponentCRUD_ends_with: String\r\n link1StoreComponentCRUD_not_ends_with: String\r\n link1StoreComponentCRUD_empty: Boolean\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 name_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n entityDM_some: [EntityDMFilter!]\r\n entityDM_count: countFilter\r\n dataView_some: [DataViewFilter!]\r\n dataView_count: countFilter\r\n class_some: [ClassFilter!]\r\n class_count: countFilter\r\n applicationDataArea_VariantObject_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_VariantObject_count: countFilter\r\n applicationDataArea_VariedObject_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_VariedObject_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n}\r\n\r\nenum Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_ClassOrderBy {\r\n link1DataCreation_ASC\r\n link1DataCreation_DESC\r\n link1DataRead_ASC\r\n link1DataRead_DESC\r\n link1DataUpdate_ASC\r\n link1DataUpdate_DESC\r\n link1DataDeletion_ASC\r\n link1DataDeletion_DESC\r\n link1StoreComponentCRUD_ASC\r\n link1StoreComponentCRUD_DESC\r\n name_ASC\r\n name_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_DataView implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n entityDM(filter: Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataArea]\r\n entityDMAggregatedValues(filter: Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [EntityDMAggregatedValues]\r\n dataView(filter: Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataArea]\r\n dataViewAggregatedValues(filter: Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [DataViewAggregatedValues]\r\n class(filter: Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataArea]\r\n classAggregatedValues(filter: Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [ClassAggregatedValues]\r\n applicationDataArea_VariantObject(filter: Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaOrderBy]): [Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataArea]\r\n applicationDataArea_VariantObjectAggregatedValues(filter: Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n applicationDataArea_VariedObject(filter: Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaOrderBy]): [Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataArea]\r\n applicationDataArea_VariedObjectAggregatedValues(filter: Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n application(filter: Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaFilter, orderBy: [Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaOrderBy]): [Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataArea]\r\n applicationAggregatedValues(filter: Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaFilter, orderBy: [Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaOrderBy]): [ApplicationAggregatedValues]\r\n link1DataCreation: Boolean\r\n link1DataRead: Boolean\r\n link1DataUpdate: Boolean\r\n link1DataDeletion: Boolean\r\n link1StoreComponentCRUD: String\r\n}\r\n\r\ninput Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_DataViewFilter {\r\n and: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_DataViewFilter!]\r\n or: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_DataViewFilter!]\r\n link1DataCreation: Boolean\r\n link1DataCreation_not: Boolean\r\n link1DataCreation_empty: Boolean\r\n link1DataRead: Boolean\r\n link1DataRead_not: Boolean\r\n link1DataRead_empty: Boolean\r\n link1DataUpdate: Boolean\r\n link1DataUpdate_not: Boolean\r\n link1DataUpdate_empty: Boolean\r\n link1DataDeletion: Boolean\r\n link1DataDeletion_not: Boolean\r\n link1DataDeletion_empty: Boolean\r\n link1StoreComponentCRUD: String\r\n link1StoreComponentCRUD_not: String\r\n link1StoreComponentCRUD_in: [String!]\r\n link1StoreComponentCRUD_not_in: [String!]\r\n link1StoreComponentCRUD_lt: String\r\n link1StoreComponentCRUD_lte: String\r\n link1StoreComponentCRUD_gt: String\r\n link1StoreComponentCRUD_gte: String\r\n link1StoreComponentCRUD_contains: String\r\n link1StoreComponentCRUD_not_contains: String\r\n link1StoreComponentCRUD_starts_with: String\r\n link1StoreComponentCRUD_not_starts_with: String\r\n link1StoreComponentCRUD_ends_with: String\r\n link1StoreComponentCRUD_not_ends_with: String\r\n link1StoreComponentCRUD_empty: Boolean\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 name_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n entityDM_some: [EntityDMFilter!]\r\n entityDM_count: countFilter\r\n dataView_some: [DataViewFilter!]\r\n dataView_count: countFilter\r\n class_some: [ClassFilter!]\r\n class_count: countFilter\r\n applicationDataArea_VariantObject_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_VariantObject_count: countFilter\r\n applicationDataArea_VariedObject_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_VariedObject_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n}\r\n\r\nenum Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_DataViewOrderBy {\r\n link1DataCreation_ASC\r\n link1DataCreation_DESC\r\n link1DataRead_ASC\r\n link1DataRead_DESC\r\n link1DataUpdate_ASC\r\n link1DataUpdate_DESC\r\n link1DataDeletion_ASC\r\n link1DataDeletion_DESC\r\n link1StoreComponentCRUD_ASC\r\n link1StoreComponentCRUD_DESC\r\n name_ASC\r\n name_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_EntityDM implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n entityDM(filter: Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataArea]\r\n entityDMAggregatedValues(filter: Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [EntityDMAggregatedValues]\r\n dataView(filter: Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataArea]\r\n dataViewAggregatedValues(filter: Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [DataViewAggregatedValues]\r\n class(filter: Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataArea]\r\n classAggregatedValues(filter: Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [ClassAggregatedValues]\r\n applicationDataArea_VariantObject(filter: Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaOrderBy]): [Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataArea]\r\n applicationDataArea_VariantObjectAggregatedValues(filter: Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n applicationDataArea_VariedObject(filter: Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaOrderBy]): [Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataArea]\r\n applicationDataArea_VariedObjectAggregatedValues(filter: Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n application(filter: Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaFilter, orderBy: [Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaOrderBy]): [Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataArea]\r\n applicationAggregatedValues(filter: Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaFilter, orderBy: [Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaOrderBy]): [ApplicationAggregatedValues]\r\n link1DataCreation: Boolean\r\n link1DataRead: Boolean\r\n link1DataUpdate: Boolean\r\n link1DataDeletion: Boolean\r\n link1StoreComponentCRUD: String\r\n}\r\n\r\ninput Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_EntityDMFilter {\r\n and: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_EntityDMFilter!]\r\n or: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_EntityDMFilter!]\r\n link1DataCreation: Boolean\r\n link1DataCreation_not: Boolean\r\n link1DataCreation_empty: Boolean\r\n link1DataRead: Boolean\r\n link1DataRead_not: Boolean\r\n link1DataRead_empty: Boolean\r\n link1DataUpdate: Boolean\r\n link1DataUpdate_not: Boolean\r\n link1DataUpdate_empty: Boolean\r\n link1DataDeletion: Boolean\r\n link1DataDeletion_not: Boolean\r\n link1DataDeletion_empty: Boolean\r\n link1StoreComponentCRUD: String\r\n link1StoreComponentCRUD_not: String\r\n link1StoreComponentCRUD_in: [String!]\r\n link1StoreComponentCRUD_not_in: [String!]\r\n link1StoreComponentCRUD_lt: String\r\n link1StoreComponentCRUD_lte: String\r\n link1StoreComponentCRUD_gt: String\r\n link1StoreComponentCRUD_gte: String\r\n link1StoreComponentCRUD_contains: String\r\n link1StoreComponentCRUD_not_contains: String\r\n link1StoreComponentCRUD_starts_with: String\r\n link1StoreComponentCRUD_not_starts_with: String\r\n link1StoreComponentCRUD_ends_with: String\r\n link1StoreComponentCRUD_not_ends_with: String\r\n link1StoreComponentCRUD_empty: Boolean\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 name_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n entityDM_some: [EntityDMFilter!]\r\n entityDM_count: countFilter\r\n dataView_some: [DataViewFilter!]\r\n dataView_count: countFilter\r\n class_some: [ClassFilter!]\r\n class_count: countFilter\r\n applicationDataArea_VariantObject_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_VariantObject_count: countFilter\r\n applicationDataArea_VariedObject_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_VariedObject_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n}\r\n\r\nenum Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_EntityDMOrderBy {\r\n link1DataCreation_ASC\r\n link1DataCreation_DESC\r\n link1DataRead_ASC\r\n link1DataRead_DESC\r\n link1DataUpdate_ASC\r\n link1DataUpdate_DESC\r\n link1DataDeletion_ASC\r\n link1DataDeletion_DESC\r\n link1StoreComponentCRUD_ASC\r\n link1StoreComponentCRUD_DESC\r\n name_ASC\r\n name_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataArea implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n entityDM(filter: Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataArea]\r\n entityDMAggregatedValues(filter: Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [EntityDMAggregatedValues]\r\n dataView(filter: Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataArea]\r\n dataViewAggregatedValues(filter: Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [DataViewAggregatedValues]\r\n class(filter: Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataArea]\r\n classAggregatedValues(filter: Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [ClassAggregatedValues]\r\n applicationDataArea_VariantObject(filter: Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaOrderBy]): [Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataArea]\r\n applicationDataArea_VariantObjectAggregatedValues(filter: Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n applicationDataArea_VariedObject(filter: Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaOrderBy]): [Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataArea]\r\n applicationDataArea_VariedObjectAggregatedValues(filter: Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n application(filter: Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaFilter, orderBy: [Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaOrderBy]): [Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataArea]\r\n applicationAggregatedValues(filter: Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaFilter, orderBy: [Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaOrderBy]): [ApplicationAggregatedValues]\r\n link1VariationName(language: Languages): String\r\n}\r\n\r\ninput Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaFilter {\r\n and: [Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaFilter!]\r\n or: [Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaFilter!]\r\n link1VariationName: String\r\n link1VariationName_not: String\r\n link1VariationName_in: [String!]\r\n link1VariationName_not_in: [String!]\r\n link1VariationName_lt: String\r\n link1VariationName_lte: String\r\n link1VariationName_gt: String\r\n link1VariationName_gte: String\r\n link1VariationName_contains: String\r\n link1VariationName_not_contains: String\r\n link1VariationName_starts_with: String\r\n link1VariationName_not_starts_with: String\r\n link1VariationName_ends_with: String\r\n link1VariationName_not_ends_with: String\r\n link1VariationName_empty: Boolean\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 name_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n entityDM_some: [EntityDMFilter!]\r\n entityDM_count: countFilter\r\n dataView_some: [DataViewFilter!]\r\n dataView_count: countFilter\r\n class_some: [ClassFilter!]\r\n class_count: countFilter\r\n applicationDataArea_VariantObject_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_VariantObject_count: countFilter\r\n applicationDataArea_VariedObject_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_VariedObject_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n}\r\n\r\nenum Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaOrderBy {\r\n link1VariationName_ASC\r\n link1VariationName_DESC\r\n name_ASC\r\n name_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataArea implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n entityDM(filter: Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataArea]\r\n entityDMAggregatedValues(filter: Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [EntityDMAggregatedValues]\r\n dataView(filter: Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataArea]\r\n dataViewAggregatedValues(filter: Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [DataViewAggregatedValues]\r\n class(filter: Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataArea]\r\n classAggregatedValues(filter: Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter, orderBy: [Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy]): [ClassAggregatedValues]\r\n applicationDataArea_VariantObject(filter: Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaOrderBy]): [Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataArea]\r\n applicationDataArea_VariantObjectAggregatedValues(filter: Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationDataAreaOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n applicationDataArea_VariedObject(filter: Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaOrderBy]): [Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataArea]\r\n applicationDataArea_VariedObjectAggregatedValues(filter: Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaFilter, orderBy: [Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n application(filter: Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaFilter, orderBy: [Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaOrderBy]): [Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataArea]\r\n applicationAggregatedValues(filter: Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaFilter, orderBy: [Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaOrderBy]): [ApplicationAggregatedValues]\r\n link1VariationName(language: Languages): String\r\n}\r\n\r\ninput Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaFilter {\r\n and: [Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaFilter!]\r\n or: [Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaFilter!]\r\n link1VariationName: String\r\n link1VariationName_not: String\r\n link1VariationName_in: [String!]\r\n link1VariationName_not_in: [String!]\r\n link1VariationName_lt: String\r\n link1VariationName_lte: String\r\n link1VariationName_gt: String\r\n link1VariationName_gte: String\r\n link1VariationName_contains: String\r\n link1VariationName_not_contains: String\r\n link1VariationName_starts_with: String\r\n link1VariationName_not_starts_with: String\r\n link1VariationName_ends_with: String\r\n link1VariationName_not_ends_with: String\r\n link1VariationName_empty: Boolean\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 name_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n entityDM_some: [EntityDMFilter!]\r\n entityDM_count: countFilter\r\n dataView_some: [DataViewFilter!]\r\n dataView_count: countFilter\r\n class_some: [ClassFilter!]\r\n class_count: countFilter\r\n applicationDataArea_VariantObject_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_VariantObject_count: countFilter\r\n applicationDataArea_VariedObject_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_VariedObject_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n}\r\n\r\nenum Relationship_ApplicationDataArea_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationDataAreaOrderBy {\r\n link1VariationName_ASC\r\n link1VariationName_DESC\r\n name_ASC\r\n name_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n content(filter: ContentFilter, orderBy: [ContentOrderBy]): [Content]\r\n contentAggregatedValues(filter: ContentFilter, orderBy: [ContentOrderBy]): [ContentAggregatedValues]\r\n application_SenderResource_ContributingApplication(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n application_SenderResource_ContributingApplicationAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n globalApplicationFlowMap_SenderResource(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n globalApplicationFlowMap_SenderResourceAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n receivedApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n receivedApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_SenderResource_ApplicationParticipant(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n application_SenderResource_ApplicationParticipantAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n receivedApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n receivedApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_ReceiverResource_ContributingApplication(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n application_ReceiverResource_ContributingApplicationAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n globalApplicationFlowMap_ReceiverResource(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n globalApplicationFlowMap_ReceiverResourceAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n sentApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n sentApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_ReceiverResource_ApplicationParticipant(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n application_ReceiverResource_ApplicationParticipantAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n sentApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n sentApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n}\r\n\r\ninput Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter {\r\n and: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter!]\r\n or: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter!]\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 name_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n application_SenderResource_ContributingApplication_some: [ApplicationFilter!]\r\n application_SenderResource_ContributingApplication_count: countFilter\r\n globalApplicationFlowMap_SenderResource_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_SenderResource_count: countFilter\r\n receivedApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ContributingApplication_count: countFilter\r\n application_SenderResource_ApplicationParticipant_some: [ApplicationFilter!]\r\n application_SenderResource_ApplicationParticipant_count: countFilter\r\n receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ApplicationParticipant_count: countFilter\r\n application_ReceiverResource_ContributingApplication_some: [ApplicationFilter!]\r\n application_ReceiverResource_ContributingApplication_count: countFilter\r\n globalApplicationFlowMap_ReceiverResource_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_ReceiverResource_count: countFilter\r\n sentApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ContributingApplication_count: countFilter\r\n application_ReceiverResource_ApplicationParticipant_some: [ApplicationFilter!]\r\n application_ReceiverResource_ApplicationParticipant_count: countFilter\r\n sentApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ApplicationParticipant_count: countFilter\r\n content_some: [ContentFilter!]\r\n content_count: countFilter\r\n}\r\n\r\nenum Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy {\r\n name_ASC\r\n name_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n content(filter: ContentFilter, orderBy: [ContentOrderBy]): [Content]\r\n contentAggregatedValues(filter: ContentFilter, orderBy: [ContentOrderBy]): [ContentAggregatedValues]\r\n application_SenderResource_ContributingApplication(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n application_SenderResource_ContributingApplicationAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n globalApplicationFlowMap_SenderResource(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n globalApplicationFlowMap_SenderResourceAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n receivedApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n receivedApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_SenderResource_ApplicationParticipant(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n application_SenderResource_ApplicationParticipantAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n receivedApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n receivedApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_ReceiverResource_ContributingApplication(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n application_ReceiverResource_ContributingApplicationAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n globalApplicationFlowMap_ReceiverResource(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n globalApplicationFlowMap_ReceiverResourceAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n sentApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n sentApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_ReceiverResource_ApplicationParticipant(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n application_ReceiverResource_ApplicationParticipantAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n sentApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n sentApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n}\r\n\r\ninput Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter {\r\n and: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter!]\r\n or: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter!]\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 name_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n application_SenderResource_ContributingApplication_some: [ApplicationFilter!]\r\n application_SenderResource_ContributingApplication_count: countFilter\r\n globalApplicationFlowMap_SenderResource_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_SenderResource_count: countFilter\r\n receivedApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ContributingApplication_count: countFilter\r\n application_SenderResource_ApplicationParticipant_some: [ApplicationFilter!]\r\n application_SenderResource_ApplicationParticipant_count: countFilter\r\n receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ApplicationParticipant_count: countFilter\r\n application_ReceiverResource_ContributingApplication_some: [ApplicationFilter!]\r\n application_ReceiverResource_ContributingApplication_count: countFilter\r\n globalApplicationFlowMap_ReceiverResource_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_ReceiverResource_count: countFilter\r\n sentApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ContributingApplication_count: countFilter\r\n application_ReceiverResource_ApplicationParticipant_some: [ApplicationFilter!]\r\n application_ReceiverResource_ApplicationParticipant_count: countFilter\r\n sentApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ApplicationParticipant_count: countFilter\r\n content_some: [ContentFilter!]\r\n content_count: countFilter\r\n}\r\n\r\nenum Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy {\r\n name_ASC\r\n name_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n content(filter: ContentFilter, orderBy: [ContentOrderBy]): [Content]\r\n contentAggregatedValues(filter: ContentFilter, orderBy: [ContentOrderBy]): [ContentAggregatedValues]\r\n application_SenderResource_ContributingApplication(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n application_SenderResource_ContributingApplicationAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n globalApplicationFlowMap_SenderResource(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n globalApplicationFlowMap_SenderResourceAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n receivedApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n receivedApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_SenderResource_ApplicationParticipant(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n application_SenderResource_ApplicationParticipantAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n receivedApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n receivedApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_ReceiverResource_ContributingApplication(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n application_ReceiverResource_ContributingApplicationAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n globalApplicationFlowMap_ReceiverResource(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n globalApplicationFlowMap_ReceiverResourceAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n sentApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n sentApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_ReceiverResource_ApplicationParticipant(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n application_ReceiverResource_ApplicationParticipantAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n sentApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n sentApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n}\r\n\r\ninput Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter {\r\n and: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter!]\r\n or: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter!]\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 name_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n application_SenderResource_ContributingApplication_some: [ApplicationFilter!]\r\n application_SenderResource_ContributingApplication_count: countFilter\r\n globalApplicationFlowMap_SenderResource_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_SenderResource_count: countFilter\r\n receivedApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ContributingApplication_count: countFilter\r\n application_SenderResource_ApplicationParticipant_some: [ApplicationFilter!]\r\n application_SenderResource_ApplicationParticipant_count: countFilter\r\n receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ApplicationParticipant_count: countFilter\r\n application_ReceiverResource_ContributingApplication_some: [ApplicationFilter!]\r\n application_ReceiverResource_ContributingApplication_count: countFilter\r\n globalApplicationFlowMap_ReceiverResource_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_ReceiverResource_count: countFilter\r\n sentApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ContributingApplication_count: countFilter\r\n application_ReceiverResource_ApplicationParticipant_some: [ApplicationFilter!]\r\n application_ReceiverResource_ApplicationParticipant_count: countFilter\r\n sentApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ApplicationParticipant_count: countFilter\r\n content_some: [ContentFilter!]\r\n content_count: countFilter\r\n}\r\n\r\nenum Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy {\r\n name_ASC\r\n name_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMap implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n content(filter: ContentFilter, orderBy: [ContentOrderBy]): [Content]\r\n contentAggregatedValues(filter: ContentFilter, orderBy: [ContentOrderBy]): [ContentAggregatedValues]\r\n application_SenderResource_ContributingApplication(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n application_SenderResource_ContributingApplicationAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n globalApplicationFlowMap_SenderResource(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n globalApplicationFlowMap_SenderResourceAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n receivedApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n receivedApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_SenderResource_ApplicationParticipant(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n application_SenderResource_ApplicationParticipantAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n receivedApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n receivedApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_ReceiverResource_ContributingApplication(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n application_ReceiverResource_ContributingApplicationAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n globalApplicationFlowMap_ReceiverResource(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n globalApplicationFlowMap_ReceiverResourceAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n sentApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n sentApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_ReceiverResource_ApplicationParticipant(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n application_ReceiverResource_ApplicationParticipantAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n sentApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n sentApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n}\r\n\r\ninput Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter {\r\n and: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter!]\r\n or: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter!]\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 name_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n application_SenderResource_ContributingApplication_some: [ApplicationFilter!]\r\n application_SenderResource_ContributingApplication_count: countFilter\r\n globalApplicationFlowMap_SenderResource_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_SenderResource_count: countFilter\r\n receivedApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ContributingApplication_count: countFilter\r\n application_SenderResource_ApplicationParticipant_some: [ApplicationFilter!]\r\n application_SenderResource_ApplicationParticipant_count: countFilter\r\n receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ApplicationParticipant_count: countFilter\r\n application_ReceiverResource_ContributingApplication_some: [ApplicationFilter!]\r\n application_ReceiverResource_ContributingApplication_count: countFilter\r\n globalApplicationFlowMap_ReceiverResource_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_ReceiverResource_count: countFilter\r\n sentApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ContributingApplication_count: countFilter\r\n application_ReceiverResource_ApplicationParticipant_some: [ApplicationFilter!]\r\n application_ReceiverResource_ApplicationParticipant_count: countFilter\r\n sentApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ApplicationParticipant_count: countFilter\r\n content_some: [ContentFilter!]\r\n content_count: countFilter\r\n}\r\n\r\nenum Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapOrderBy {\r\n name_ASC\r\n name_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n content(filter: ContentFilter, orderBy: [ContentOrderBy]): [Content]\r\n contentAggregatedValues(filter: ContentFilter, orderBy: [ContentOrderBy]): [ContentAggregatedValues]\r\n application_SenderResource_ContributingApplication(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n application_SenderResource_ContributingApplicationAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n globalApplicationFlowMap_SenderResource(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n globalApplicationFlowMap_SenderResourceAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n receivedApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n receivedApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_SenderResource_ApplicationParticipant(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n application_SenderResource_ApplicationParticipantAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n receivedApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n receivedApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_ReceiverResource_ContributingApplication(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n application_ReceiverResource_ContributingApplicationAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n globalApplicationFlowMap_ReceiverResource(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n globalApplicationFlowMap_ReceiverResourceAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n sentApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n sentApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_ReceiverResource_ApplicationParticipant(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n application_ReceiverResource_ApplicationParticipantAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n sentApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n sentApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n}\r\n\r\ninput Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter {\r\n and: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter!]\r\n or: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter!]\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 name_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n application_SenderResource_ContributingApplication_some: [ApplicationFilter!]\r\n application_SenderResource_ContributingApplication_count: countFilter\r\n globalApplicationFlowMap_SenderResource_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_SenderResource_count: countFilter\r\n receivedApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ContributingApplication_count: countFilter\r\n application_SenderResource_ApplicationParticipant_some: [ApplicationFilter!]\r\n application_SenderResource_ApplicationParticipant_count: countFilter\r\n receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ApplicationParticipant_count: countFilter\r\n application_ReceiverResource_ContributingApplication_some: [ApplicationFilter!]\r\n application_ReceiverResource_ContributingApplication_count: countFilter\r\n globalApplicationFlowMap_ReceiverResource_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_ReceiverResource_count: countFilter\r\n sentApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ContributingApplication_count: countFilter\r\n application_ReceiverResource_ApplicationParticipant_some: [ApplicationFilter!]\r\n application_ReceiverResource_ApplicationParticipant_count: countFilter\r\n sentApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ApplicationParticipant_count: countFilter\r\n content_some: [ContentFilter!]\r\n content_count: countFilter\r\n}\r\n\r\nenum Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy {\r\n name_ASC\r\n name_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n content(filter: ContentFilter, orderBy: [ContentOrderBy]): [Content]\r\n contentAggregatedValues(filter: ContentFilter, orderBy: [ContentOrderBy]): [ContentAggregatedValues]\r\n application_SenderResource_ContributingApplication(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n application_SenderResource_ContributingApplicationAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n globalApplicationFlowMap_SenderResource(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n globalApplicationFlowMap_SenderResourceAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n receivedApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n receivedApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_SenderResource_ApplicationParticipant(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n application_SenderResource_ApplicationParticipantAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n receivedApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n receivedApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_ReceiverResource_ContributingApplication(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n application_ReceiverResource_ContributingApplicationAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n globalApplicationFlowMap_ReceiverResource(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n globalApplicationFlowMap_ReceiverResourceAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n sentApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n sentApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_ReceiverResource_ApplicationParticipant(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n application_ReceiverResource_ApplicationParticipantAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n sentApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n sentApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n}\r\n\r\ninput Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter {\r\n and: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter!]\r\n or: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter!]\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 name_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n application_SenderResource_ContributingApplication_some: [ApplicationFilter!]\r\n application_SenderResource_ContributingApplication_count: countFilter\r\n globalApplicationFlowMap_SenderResource_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_SenderResource_count: countFilter\r\n receivedApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ContributingApplication_count: countFilter\r\n application_SenderResource_ApplicationParticipant_some: [ApplicationFilter!]\r\n application_SenderResource_ApplicationParticipant_count: countFilter\r\n receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ApplicationParticipant_count: countFilter\r\n application_ReceiverResource_ContributingApplication_some: [ApplicationFilter!]\r\n application_ReceiverResource_ContributingApplication_count: countFilter\r\n globalApplicationFlowMap_ReceiverResource_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_ReceiverResource_count: countFilter\r\n sentApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ContributingApplication_count: countFilter\r\n application_ReceiverResource_ApplicationParticipant_some: [ApplicationFilter!]\r\n application_ReceiverResource_ApplicationParticipant_count: countFilter\r\n sentApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ApplicationParticipant_count: countFilter\r\n content_some: [ContentFilter!]\r\n content_count: countFilter\r\n}\r\n\r\nenum Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy {\r\n name_ASC\r\n name_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n content(filter: ContentFilter, orderBy: [ContentOrderBy]): [Content]\r\n contentAggregatedValues(filter: ContentFilter, orderBy: [ContentOrderBy]): [ContentAggregatedValues]\r\n application_SenderResource_ContributingApplication(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n application_SenderResource_ContributingApplicationAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n globalApplicationFlowMap_SenderResource(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n globalApplicationFlowMap_SenderResourceAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n receivedApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n receivedApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_SenderResource_ApplicationParticipant(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n application_SenderResource_ApplicationParticipantAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n receivedApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n receivedApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_ReceiverResource_ContributingApplication(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n application_ReceiverResource_ContributingApplicationAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n globalApplicationFlowMap_ReceiverResource(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n globalApplicationFlowMap_ReceiverResourceAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n sentApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n sentApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_ReceiverResource_ApplicationParticipant(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n application_ReceiverResource_ApplicationParticipantAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n sentApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n sentApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n}\r\n\r\ninput Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter {\r\n and: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter!]\r\n or: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter!]\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 name_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n application_SenderResource_ContributingApplication_some: [ApplicationFilter!]\r\n application_SenderResource_ContributingApplication_count: countFilter\r\n globalApplicationFlowMap_SenderResource_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_SenderResource_count: countFilter\r\n receivedApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ContributingApplication_count: countFilter\r\n application_SenderResource_ApplicationParticipant_some: [ApplicationFilter!]\r\n application_SenderResource_ApplicationParticipant_count: countFilter\r\n receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ApplicationParticipant_count: countFilter\r\n application_ReceiverResource_ContributingApplication_some: [ApplicationFilter!]\r\n application_ReceiverResource_ContributingApplication_count: countFilter\r\n globalApplicationFlowMap_ReceiverResource_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_ReceiverResource_count: countFilter\r\n sentApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ContributingApplication_count: countFilter\r\n application_ReceiverResource_ApplicationParticipant_some: [ApplicationFilter!]\r\n application_ReceiverResource_ApplicationParticipant_count: countFilter\r\n sentApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ApplicationParticipant_count: countFilter\r\n content_some: [ContentFilter!]\r\n content_count: countFilter\r\n}\r\n\r\nenum Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy {\r\n name_ASC\r\n name_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n content(filter: ContentFilter, orderBy: [ContentOrderBy]): [Content]\r\n contentAggregatedValues(filter: ContentFilter, orderBy: [ContentOrderBy]): [ContentAggregatedValues]\r\n application_SenderResource_ContributingApplication(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n application_SenderResource_ContributingApplicationAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n globalApplicationFlowMap_SenderResource(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n globalApplicationFlowMap_SenderResourceAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n receivedApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n receivedApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_SenderResource_ApplicationParticipant(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n application_SenderResource_ApplicationParticipantAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n receivedApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n receivedApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_ReceiverResource_ContributingApplication(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n application_ReceiverResource_ContributingApplicationAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n globalApplicationFlowMap_ReceiverResource(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n globalApplicationFlowMap_ReceiverResourceAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n sentApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n sentApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_ReceiverResource_ApplicationParticipant(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n application_ReceiverResource_ApplicationParticipantAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n sentApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n sentApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n}\r\n\r\ninput Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter {\r\n and: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter!]\r\n or: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter!]\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 name_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n application_SenderResource_ContributingApplication_some: [ApplicationFilter!]\r\n application_SenderResource_ContributingApplication_count: countFilter\r\n globalApplicationFlowMap_SenderResource_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_SenderResource_count: countFilter\r\n receivedApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ContributingApplication_count: countFilter\r\n application_SenderResource_ApplicationParticipant_some: [ApplicationFilter!]\r\n application_SenderResource_ApplicationParticipant_count: countFilter\r\n receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ApplicationParticipant_count: countFilter\r\n application_ReceiverResource_ContributingApplication_some: [ApplicationFilter!]\r\n application_ReceiverResource_ContributingApplication_count: countFilter\r\n globalApplicationFlowMap_ReceiverResource_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_ReceiverResource_count: countFilter\r\n sentApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ContributingApplication_count: countFilter\r\n application_ReceiverResource_ApplicationParticipant_some: [ApplicationFilter!]\r\n application_ReceiverResource_ApplicationParticipant_count: countFilter\r\n sentApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ApplicationParticipant_count: countFilter\r\n content_some: [ContentFilter!]\r\n content_count: countFilter\r\n}\r\n\r\nenum Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy {\r\n name_ASC\r\n name_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMap implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n content(filter: ContentFilter, orderBy: [ContentOrderBy]): [Content]\r\n contentAggregatedValues(filter: ContentFilter, orderBy: [ContentOrderBy]): [ContentAggregatedValues]\r\n application_SenderResource_ContributingApplication(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n application_SenderResource_ContributingApplicationAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n globalApplicationFlowMap_SenderResource(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n globalApplicationFlowMap_SenderResourceAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n receivedApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n receivedApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_SenderResource_ApplicationParticipant(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n application_SenderResource_ApplicationParticipantAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n receivedApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n receivedApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_ReceiverResource_ContributingApplication(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n application_ReceiverResource_ContributingApplicationAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n globalApplicationFlowMap_ReceiverResource(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n globalApplicationFlowMap_ReceiverResourceAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n sentApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n sentApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_ReceiverResource_ApplicationParticipant(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n application_ReceiverResource_ApplicationParticipantAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n sentApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n sentApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n}\r\n\r\ninput Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter {\r\n and: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter!]\r\n or: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter!]\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 name_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n application_SenderResource_ContributingApplication_some: [ApplicationFilter!]\r\n application_SenderResource_ContributingApplication_count: countFilter\r\n globalApplicationFlowMap_SenderResource_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_SenderResource_count: countFilter\r\n receivedApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ContributingApplication_count: countFilter\r\n application_SenderResource_ApplicationParticipant_some: [ApplicationFilter!]\r\n application_SenderResource_ApplicationParticipant_count: countFilter\r\n receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ApplicationParticipant_count: countFilter\r\n application_ReceiverResource_ContributingApplication_some: [ApplicationFilter!]\r\n application_ReceiverResource_ContributingApplication_count: countFilter\r\n globalApplicationFlowMap_ReceiverResource_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_ReceiverResource_count: countFilter\r\n sentApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ContributingApplication_count: countFilter\r\n application_ReceiverResource_ApplicationParticipant_some: [ApplicationFilter!]\r\n application_ReceiverResource_ApplicationParticipant_count: countFilter\r\n sentApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ApplicationParticipant_count: countFilter\r\n content_some: [ContentFilter!]\r\n content_count: countFilter\r\n}\r\n\r\nenum Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapOrderBy {\r\n name_ASC\r\n name_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n content(filter: ContentFilter, orderBy: [ContentOrderBy]): [Content]\r\n contentAggregatedValues(filter: ContentFilter, orderBy: [ContentOrderBy]): [ContentAggregatedValues]\r\n application_SenderResource_ContributingApplication(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n application_SenderResource_ContributingApplicationAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n globalApplicationFlowMap_SenderResource(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n globalApplicationFlowMap_SenderResourceAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n receivedApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n receivedApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_SenderResource_ApplicationParticipant(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n application_SenderResource_ApplicationParticipantAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n receivedApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow]\r\n receivedApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_ReceiverResource_ContributingApplication(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n application_ReceiverResource_ContributingApplicationAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n globalApplicationFlowMap_ReceiverResource(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n globalApplicationFlowMap_ReceiverResourceAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n sentApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n sentApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_ReceiverResource_ApplicationParticipant(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n application_ReceiverResource_ApplicationParticipantAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationAggregatedValues]\r\n sentApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow]\r\n sentApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n}\r\n\r\ninput Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter {\r\n and: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter!]\r\n or: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter!]\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 name_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n application_SenderResource_ContributingApplication_some: [ApplicationFilter!]\r\n application_SenderResource_ContributingApplication_count: countFilter\r\n globalApplicationFlowMap_SenderResource_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_SenderResource_count: countFilter\r\n receivedApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ContributingApplication_count: countFilter\r\n application_SenderResource_ApplicationParticipant_some: [ApplicationFilter!]\r\n application_SenderResource_ApplicationParticipant_count: countFilter\r\n receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ApplicationParticipant_count: countFilter\r\n application_ReceiverResource_ContributingApplication_some: [ApplicationFilter!]\r\n application_ReceiverResource_ContributingApplication_count: countFilter\r\n globalApplicationFlowMap_ReceiverResource_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_ReceiverResource_count: countFilter\r\n sentApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ContributingApplication_count: countFilter\r\n application_ReceiverResource_ApplicationParticipant_some: [ApplicationFilter!]\r\n application_ReceiverResource_ApplicationParticipant_count: countFilter\r\n sentApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ApplicationParticipant_count: countFilter\r\n content_some: [ContentFilter!]\r\n content_count: countFilter\r\n}\r\n\r\nenum Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy {\r\n name_ASC\r\n name_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Application_Application_BusinessLineApplication_BusinessLine implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n applicationCode: String\r\n cloudComputing(format: EnumFormat): CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype(format: EnumFormat): ApplicationStereotypeEnum\r\n applicationType(format: EnumFormat): ApplicationTypeEnum\r\n currentState: GraphQLObjectInterface\r\n globalExpense: CustomFloat\r\n currentNumberOfUsers: CustomInt\r\n costPerUser: CustomFloat\r\n rankAPM(format: EnumFormat): RankAPMEnum\r\n technologyCompliance(format: EnumFormat): TechnologyComplianceEnum\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n cASTHighlightID: CustomInt\r\n businessValueAPM(format: EnumFormat): BusinessValueAPMEnum\r\n functionalSupportAPM(format: EnumFormat): FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM(format: EnumFormat): TechnicalEfficiencyAPMEnum\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n closingDateCast(format: String, timeOffset: String): CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliency(format: EnumFormat): SoftwareResiliencyEnum\r\n softwareAgilityScore: CustomFloat\r\n softwareAgility(format: EnumFormat): SoftwareAgilityEnum\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceThresholds(format: EnumFormat): SoftwareEleganceThresholdsEnum\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile(format: EnumFormat): SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData(format: EnumFormat): WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial(format: EnumFormat): WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast(format: EnumFormat): SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile(format: EnumFormat): SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview(format: EnumFormat): StatusReviewEnum\r\n consent(format: EnumFormat): ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice(format: EnumFormat): GDPRContentOfNoticeEnum\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO(format: EnumFormat): RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO(format: EnumFormat): RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n workRecoveryTimeWRT(format: EnumFormat): WorkRecoveryTimeWRTEnum\r\n maximumTolerableDowntimeMTD(format: EnumFormat): MaximumTolerableDowntimeMTDEnum\r\n sLALevel(format: EnumFormat): SLALevelEnum\r\n applicationValidationDate(format: String, timeOffset: String): CustomDate\r\n dataFreshness(format: EnumFormat): DataFreshnessEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n applicationTemplate(format: EnumFormat): ApplicationTemplateEnum\r\n deploymentDate(format: String, timeOffset: String): CustomDate\r\n operatingApplicationDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n cASTHighlightCampaign_CastHighlightCampaign(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaign]\r\n cASTHighlightCampaign_CastHighlightCampaignAggregatedValues(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaignAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n softwareTechnologyStack(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStack]\r\n softwareTechnologyStackAggregatedValues(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology_UsedTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnology_UsedTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n softwareInstallation(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallationAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n applicationOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n softwareDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n iTOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n businessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_Application]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n globalApplicationFlowMap(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n globalApplicationFlowMapAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n sentApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n sentApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n receivedApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n sentApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n sentApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n receivedApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_VariantObject(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Application]\r\n application_VariantObjectAggregatedValues(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n application_VariedObject(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Application]\r\n application_VariedObjectAggregatedValues(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n businessCapability(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_Application]\r\n businessCapabilityAggregatedValues(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [BusinessCapabilityAggregatedValues]\r\n businessLine(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_Application]\r\n businessLineAggregatedValues(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [BusinessLineAggregatedValues]\r\n functionality(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_Application]\r\n functionalityAggregatedValues(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [FunctionalityAggregatedValues]\r\n businessProcess(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_Application]\r\n businessProcessAggregatedValues(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [BusinessProcessAggregatedValues]\r\n costContributionKey: CustomFloat\r\n}\r\n\r\ninput Relationship_Application_Application_BusinessLineApplication_BusinessLineFilter {\r\n and: [Relationship_Application_Application_BusinessLineApplication_BusinessLineFilter!]\r\n or: [Relationship_Application_Application_BusinessLineApplication_BusinessLineFilter!]\r\n costContributionKey: CustomFloat\r\n costContributionKey_not: CustomFloat\r\n costContributionKey_in: [CustomFloat!]\r\n costContributionKey_not_in: [CustomFloat!]\r\n costContributionKey_lt: CustomFloat\r\n costContributionKey_lte: CustomFloat\r\n costContributionKey_gt: CustomFloat\r\n costContributionKey_gte: CustomFloat\r\n costContributionKey_empty: Boolean\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 name_empty: Boolean\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 applicationCode_empty: Boolean\r\n cloudComputing: CloudComputingEnum\r\n cloudComputing_not: CloudComputingEnum\r\n cloudComputing_in: [CloudComputingEnum!]\r\n cloudComputing_not_in: [CloudComputingEnum!]\r\n cloudComputing_empty: Boolean\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 versionNumber_empty: Boolean\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 requiredMemorySize_empty: Boolean\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationStereotype_not: ApplicationStereotypeEnum\r\n applicationStereotype_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_not_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_empty: Boolean\r\n applicationType: ApplicationTypeEnum\r\n applicationType_not: ApplicationTypeEnum\r\n applicationType_in: [ApplicationTypeEnum!]\r\n applicationType_not_in: [ApplicationTypeEnum!]\r\n applicationType_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n globalExpense: CustomFloat\r\n globalExpense_not: CustomFloat\r\n globalExpense_in: [CustomFloat!]\r\n globalExpense_not_in: [CustomFloat!]\r\n globalExpense_lt: CustomFloat\r\n globalExpense_lte: CustomFloat\r\n globalExpense_gt: CustomFloat\r\n globalExpense_gte: CustomFloat\r\n globalExpense_empty: Boolean\r\n currentNumberOfUsers: CustomInt\r\n currentNumberOfUsers_not: CustomInt\r\n currentNumberOfUsers_in: [CustomInt!]\r\n currentNumberOfUsers_not_in: [CustomInt!]\r\n currentNumberOfUsers_lt: CustomInt\r\n currentNumberOfUsers_lte: CustomInt\r\n currentNumberOfUsers_gt: CustomInt\r\n currentNumberOfUsers_gte: CustomInt\r\n currentNumberOfUsers_empty: Boolean\r\n costPerUser: CustomFloat\r\n costPerUser_not: CustomFloat\r\n costPerUser_in: [CustomFloat!]\r\n costPerUser_not_in: [CustomFloat!]\r\n costPerUser_lt: CustomFloat\r\n costPerUser_lte: CustomFloat\r\n costPerUser_gt: CustomFloat\r\n costPerUser_gte: CustomFloat\r\n costPerUser_empty: Boolean\r\n rankAPM: RankAPMEnum\r\n rankAPM_not: RankAPMEnum\r\n rankAPM_in: [RankAPMEnum!]\r\n rankAPM_not_in: [RankAPMEnum!]\r\n rankAPM_empty: Boolean\r\n technologyCompliance: TechnologyComplianceEnum\r\n technologyCompliance_not: TechnologyComplianceEnum\r\n technologyCompliance_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_not_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\r\n businessValueAPM: BusinessValueAPMEnum\r\n businessValueAPM_not: BusinessValueAPMEnum\r\n businessValueAPM_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_not_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_empty: Boolean\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n functionalSupportAPM_not: FunctionalSupportAPMEnum\r\n functionalSupportAPM_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_not_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_empty: Boolean\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_not: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_not_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n closingDateCast: CustomDate\r\n closingDateCast_not: CustomDate\r\n closingDateCast_in: [CustomDate!]\r\n closingDateCast_not_in: [CustomDate!]\r\n closingDateCast_lt: CustomDate\r\n closingDateCast_lte: CustomDate\r\n closingDateCast_gt: CustomDate\r\n closingDateCast_gte: CustomDate\r\n closingDateCast_empty: Boolean\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_not: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_lt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_lte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_empty: Boolean\r\n softwareResiliency: SoftwareResiliencyEnum\r\n softwareResiliency_not: SoftwareResiliencyEnum\r\n softwareResiliency_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_not_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_empty: Boolean\r\n softwareAgilityScore: CustomFloat\r\n softwareAgilityScore_not: CustomFloat\r\n softwareAgilityScore_in: [CustomFloat!]\r\n softwareAgilityScore_not_in: [CustomFloat!]\r\n softwareAgilityScore_lt: CustomFloat\r\n softwareAgilityScore_lte: CustomFloat\r\n softwareAgilityScore_gt: CustomFloat\r\n softwareAgilityScore_gte: CustomFloat\r\n softwareAgilityScore_empty: Boolean\r\n softwareAgility: SoftwareAgilityEnum\r\n softwareAgility_not: SoftwareAgilityEnum\r\n softwareAgility_in: [SoftwareAgilityEnum!]\r\n softwareAgility_not_in: [SoftwareAgilityEnum!]\r\n softwareAgility_empty: Boolean\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceScoreCASTHighligh_not: CustomFloat\r\n softwareEleganceScoreCASTHighligh_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_lt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_lte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_empty: Boolean\r\n softwareEleganceThresholds: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_not: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_not_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_empty: Boolean\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScoreCASTHighlight_not: CustomFloat\r\n cloudReadyScoreCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_lt: CustomFloat\r\n cloudReadyScoreCASTHighlight_lte: CustomFloat\r\n cloudReadyScoreCASTHighlight_gt: CustomFloat\r\n cloudReadyScoreCASTHighlight_gte: CustomFloat\r\n cloudReadyScoreCASTHighlight_empty: Boolean\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight_not: CustomFloat\r\n cloudReadyScanCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_lt: CustomFloat\r\n cloudReadyScanCASTHighlight_lte: CustomFloat\r\n cloudReadyScanCASTHighlight_gt: CustomFloat\r\n cloudReadyScanCASTHighlight_gte: CustomFloat\r\n cloudReadyScanCASTHighlight_empty: Boolean\r\n technicalDebtCast: CustomFloat\r\n technicalDebtCast_not: CustomFloat\r\n technicalDebtCast_in: [CustomFloat!]\r\n technicalDebtCast_not_in: [CustomFloat!]\r\n technicalDebtCast_lt: CustomFloat\r\n technicalDebtCast_lte: CustomFloat\r\n technicalDebtCast_gt: CustomFloat\r\n technicalDebtCast_gte: CustomFloat\r\n technicalDebtCast_empty: Boolean\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfLinesOfCodeCast_not: CustomInt\r\n numberOfLinesOfCodeCast_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_not_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_lt: CustomInt\r\n numberOfLinesOfCodeCast_lte: CustomInt\r\n numberOfLinesOfCodeCast_gt: CustomInt\r\n numberOfLinesOfCodeCast_gte: CustomInt\r\n numberOfLinesOfCodeCast_empty: Boolean\r\n numberOfFilesCast: CustomInt\r\n numberOfFilesCast_not: CustomInt\r\n numberOfFilesCast_in: [CustomInt!]\r\n numberOfFilesCast_not_in: [CustomInt!]\r\n numberOfFilesCast_lt: CustomInt\r\n numberOfFilesCast_lte: CustomInt\r\n numberOfFilesCast_gt: CustomInt\r\n numberOfFilesCast_gte: CustomInt\r\n numberOfFilesCast_empty: Boolean\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_not: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_not_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_lt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_lte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_empty: Boolean\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_not: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_not_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_empty: Boolean\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_not: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_not_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_empty: Boolean\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_not: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_empty: Boolean\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_not: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_not_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_empty: Boolean\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_not: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_not_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_empty: Boolean\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 detailsCast_empty: Boolean\r\n statusReview: StatusReviewEnum\r\n statusReview_not: StatusReviewEnum\r\n statusReview_in: [StatusReviewEnum!]\r\n statusReview_not_in: [StatusReviewEnum!]\r\n statusReview_empty: Boolean\r\n consent: ConsentEnum\r\n consent_not: ConsentEnum\r\n consent_in: [ConsentEnum!]\r\n consent_not_in: [ConsentEnum!]\r\n consent_empty: Boolean\r\n cost: CustomFloat\r\n cost_not: CustomFloat\r\n cost_in: [CustomFloat!]\r\n cost_not_in: [CustomFloat!]\r\n cost_lt: CustomFloat\r\n cost_lte: CustomFloat\r\n cost_gt: CustomFloat\r\n cost_gte: CustomFloat\r\n cost_empty: Boolean\r\n revenue: CustomFloat\r\n revenue_not: CustomFloat\r\n revenue_in: [CustomFloat!]\r\n revenue_not_in: [CustomFloat!]\r\n revenue_lt: CustomFloat\r\n revenue_lte: CustomFloat\r\n revenue_gt: CustomFloat\r\n revenue_gte: CustomFloat\r\n revenue_empty: Boolean\r\n rOIPercentage: CustomFloat\r\n rOIPercentage_not: CustomFloat\r\n rOIPercentage_in: [CustomFloat!]\r\n rOIPercentage_not_in: [CustomFloat!]\r\n rOIPercentage_lt: CustomFloat\r\n rOIPercentage_lte: CustomFloat\r\n rOIPercentage_gt: CustomFloat\r\n rOIPercentage_gte: CustomFloat\r\n rOIPercentage_empty: Boolean\r\n rOIRate: CustomFloat\r\n rOIRate_not: CustomFloat\r\n rOIRate_in: [CustomFloat!]\r\n rOIRate_not_in: [CustomFloat!]\r\n rOIRate_lt: CustomFloat\r\n rOIRate_lte: CustomFloat\r\n rOIRate_gt: CustomFloat\r\n rOIRate_gte: CustomFloat\r\n rOIRate_empty: Boolean\r\n costRate: CustomFloat\r\n costRate_not: CustomFloat\r\n costRate_in: [CustomFloat!]\r\n costRate_not_in: [CustomFloat!]\r\n costRate_lt: CustomFloat\r\n costRate_lte: CustomFloat\r\n costRate_gt: CustomFloat\r\n costRate_gte: CustomFloat\r\n costRate_empty: Boolean\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_not: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_not_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_not: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_not_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_empty: Boolean\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_not: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_not_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_not: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_not_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_empty: Boolean\r\n maximumTolerableDowntimeMTD: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_not: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_not_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_empty: Boolean\r\n sLALevel: SLALevelEnum\r\n sLALevel_not: SLALevelEnum\r\n sLALevel_in: [SLALevelEnum!]\r\n sLALevel_not_in: [SLALevelEnum!]\r\n sLALevel_empty: Boolean\r\n applicationValidationDate: CustomDate\r\n applicationValidationDate_not: CustomDate\r\n applicationValidationDate_in: [CustomDate!]\r\n applicationValidationDate_not_in: [CustomDate!]\r\n applicationValidationDate_lt: CustomDate\r\n applicationValidationDate_lte: CustomDate\r\n applicationValidationDate_gt: CustomDate\r\n applicationValidationDate_gte: CustomDate\r\n applicationValidationDate_empty: Boolean\r\n dataFreshness: DataFreshnessEnum\r\n dataFreshness_not: DataFreshnessEnum\r\n dataFreshness_in: [DataFreshnessEnum!]\r\n dataFreshness_not_in: [DataFreshnessEnum!]\r\n dataFreshness_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n applicationTemplate: ApplicationTemplateEnum\r\n applicationTemplate_not: ApplicationTemplateEnum\r\n applicationTemplate_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_not_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_empty: Boolean\r\n deploymentDate: CustomDate\r\n deploymentDate_not: CustomDate\r\n deploymentDate_in: [CustomDate!]\r\n deploymentDate_not_in: [CustomDate!]\r\n deploymentDate_lt: CustomDate\r\n deploymentDate_lte: CustomDate\r\n deploymentDate_gt: CustomDate\r\n deploymentDate_gte: CustomDate\r\n deploymentDate_empty: Boolean\r\n operatingApplicationDate: CustomDate\r\n operatingApplicationDate_not: CustomDate\r\n operatingApplicationDate_in: [CustomDate!]\r\n operatingApplicationDate_not_in: [CustomDate!]\r\n operatingApplicationDate_lt: CustomDate\r\n operatingApplicationDate_lte: CustomDate\r\n operatingApplicationDate_gt: CustomDate\r\n operatingApplicationDate_gte: CustomDate\r\n operatingApplicationDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n applicationOwner_PersonSystem_some: [PersonSystemFilter!]\r\n applicationOwner_PersonSystem_count: countFilter\r\n softwareDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n softwareDesigner_PersonSystem_count: countFilter\r\n iTOwner_PersonSystem_some: [PersonSystemFilter!]\r\n iTOwner_PersonSystem_count: countFilter\r\n businessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n businessOwner_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n globalApplicationFlowMap_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_count: countFilter\r\n sentApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ContributingApplication_count: countFilter\r\n receivedApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ContributingApplication_count: countFilter\r\n cASTHighlightCampaign_CastHighlightCampaign_some: [CASTHighlightCampaignFilter!]\r\n cASTHighlightCampaign_CastHighlightCampaign_count: countFilter\r\n sentApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ApplicationParticipant_count: countFilter\r\n receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ApplicationParticipant_count: countFilter\r\n application_VariantObject_some: [ApplicationFilter!]\r\n application_VariantObject_count: countFilter\r\n application_VariedObject_some: [ApplicationFilter!]\r\n application_VariedObject_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n functionality_some: [FunctionalityFilter!]\r\n functionality_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n softwareTechnology_UsedTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_UsedTechnology_count: countFilter\r\n softwareInstallation_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n}\r\n\r\nenum Relationship_Application_Application_BusinessLineApplication_BusinessLineOrderBy {\r\n costContributionKey_ASC\r\n costContributionKey_DESC\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 softwareResiliency_ASC\r\n softwareResiliency_DESC\r\n softwareAgilityScore_ASC\r\n softwareAgilityScore_DESC\r\n softwareAgility_ASC\r\n softwareAgility_DESC\r\n softwareEleganceScoreCASTHighligh_ASC\r\n softwareEleganceScoreCASTHighligh_DESC\r\n softwareEleganceThresholds_ASC\r\n softwareEleganceThresholds_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 softwareResiliencyQuartile_ASC\r\n softwareResiliencyQuartile_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 softwareEleganceQuartile_ASC\r\n softwareEleganceQuartile_DESC\r\n detailsCast_ASC\r\n detailsCast_DESC\r\n statusReview_ASC\r\n statusReview_DESC\r\n consent_ASC\r\n consent_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Application_Application_ProcessusApplication_BusinessProcess implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n applicationCode: String\r\n cloudComputing(format: EnumFormat): CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype(format: EnumFormat): ApplicationStereotypeEnum\r\n applicationType(format: EnumFormat): ApplicationTypeEnum\r\n currentState: GraphQLObjectInterface\r\n globalExpense: CustomFloat\r\n currentNumberOfUsers: CustomInt\r\n costPerUser: CustomFloat\r\n rankAPM(format: EnumFormat): RankAPMEnum\r\n technologyCompliance(format: EnumFormat): TechnologyComplianceEnum\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n cASTHighlightID: CustomInt\r\n businessValueAPM(format: EnumFormat): BusinessValueAPMEnum\r\n functionalSupportAPM(format: EnumFormat): FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM(format: EnumFormat): TechnicalEfficiencyAPMEnum\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n closingDateCast(format: String, timeOffset: String): CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliency(format: EnumFormat): SoftwareResiliencyEnum\r\n softwareAgilityScore: CustomFloat\r\n softwareAgility(format: EnumFormat): SoftwareAgilityEnum\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceThresholds(format: EnumFormat): SoftwareEleganceThresholdsEnum\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile(format: EnumFormat): SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData(format: EnumFormat): WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial(format: EnumFormat): WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast(format: EnumFormat): SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile(format: EnumFormat): SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview(format: EnumFormat): StatusReviewEnum\r\n consent(format: EnumFormat): ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice(format: EnumFormat): GDPRContentOfNoticeEnum\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO(format: EnumFormat): RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO(format: EnumFormat): RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n workRecoveryTimeWRT(format: EnumFormat): WorkRecoveryTimeWRTEnum\r\n maximumTolerableDowntimeMTD(format: EnumFormat): MaximumTolerableDowntimeMTDEnum\r\n sLALevel(format: EnumFormat): SLALevelEnum\r\n applicationValidationDate(format: String, timeOffset: String): CustomDate\r\n dataFreshness(format: EnumFormat): DataFreshnessEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n applicationTemplate(format: EnumFormat): ApplicationTemplateEnum\r\n deploymentDate(format: String, timeOffset: String): CustomDate\r\n operatingApplicationDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n cASTHighlightCampaign_CastHighlightCampaign(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaign]\r\n cASTHighlightCampaign_CastHighlightCampaignAggregatedValues(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaignAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n softwareTechnologyStack(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStack]\r\n softwareTechnologyStackAggregatedValues(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology_UsedTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnology_UsedTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n softwareInstallation(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallationAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n applicationOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n softwareDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n iTOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n businessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_Application]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n globalApplicationFlowMap(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n globalApplicationFlowMapAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n sentApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n sentApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n receivedApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n sentApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n sentApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n receivedApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_VariantObject(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Application]\r\n application_VariantObjectAggregatedValues(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n application_VariedObject(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Application]\r\n application_VariedObjectAggregatedValues(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n businessCapability(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_Application]\r\n businessCapabilityAggregatedValues(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [BusinessCapabilityAggregatedValues]\r\n businessLine(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_Application]\r\n businessLineAggregatedValues(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [BusinessLineAggregatedValues]\r\n functionality(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_Application]\r\n functionalityAggregatedValues(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [FunctionalityAggregatedValues]\r\n businessProcess(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_Application]\r\n businessProcessAggregatedValues(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [BusinessProcessAggregatedValues]\r\n costContributionKeyBusinessProcess: CustomFloat\r\n}\r\n\r\ninput Relationship_Application_Application_ProcessusApplication_BusinessProcessFilter {\r\n and: [Relationship_Application_Application_ProcessusApplication_BusinessProcessFilter!]\r\n or: [Relationship_Application_Application_ProcessusApplication_BusinessProcessFilter!]\r\n costContributionKeyBusinessProcess: CustomFloat\r\n costContributionKeyBusinessProcess_not: CustomFloat\r\n costContributionKeyBusinessProcess_in: [CustomFloat!]\r\n costContributionKeyBusinessProcess_not_in: [CustomFloat!]\r\n costContributionKeyBusinessProcess_lt: CustomFloat\r\n costContributionKeyBusinessProcess_lte: CustomFloat\r\n costContributionKeyBusinessProcess_gt: CustomFloat\r\n costContributionKeyBusinessProcess_gte: CustomFloat\r\n costContributionKeyBusinessProcess_empty: Boolean\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 name_empty: Boolean\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 applicationCode_empty: Boolean\r\n cloudComputing: CloudComputingEnum\r\n cloudComputing_not: CloudComputingEnum\r\n cloudComputing_in: [CloudComputingEnum!]\r\n cloudComputing_not_in: [CloudComputingEnum!]\r\n cloudComputing_empty: Boolean\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 versionNumber_empty: Boolean\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 requiredMemorySize_empty: Boolean\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationStereotype_not: ApplicationStereotypeEnum\r\n applicationStereotype_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_not_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_empty: Boolean\r\n applicationType: ApplicationTypeEnum\r\n applicationType_not: ApplicationTypeEnum\r\n applicationType_in: [ApplicationTypeEnum!]\r\n applicationType_not_in: [ApplicationTypeEnum!]\r\n applicationType_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n globalExpense: CustomFloat\r\n globalExpense_not: CustomFloat\r\n globalExpense_in: [CustomFloat!]\r\n globalExpense_not_in: [CustomFloat!]\r\n globalExpense_lt: CustomFloat\r\n globalExpense_lte: CustomFloat\r\n globalExpense_gt: CustomFloat\r\n globalExpense_gte: CustomFloat\r\n globalExpense_empty: Boolean\r\n currentNumberOfUsers: CustomInt\r\n currentNumberOfUsers_not: CustomInt\r\n currentNumberOfUsers_in: [CustomInt!]\r\n currentNumberOfUsers_not_in: [CustomInt!]\r\n currentNumberOfUsers_lt: CustomInt\r\n currentNumberOfUsers_lte: CustomInt\r\n currentNumberOfUsers_gt: CustomInt\r\n currentNumberOfUsers_gte: CustomInt\r\n currentNumberOfUsers_empty: Boolean\r\n costPerUser: CustomFloat\r\n costPerUser_not: CustomFloat\r\n costPerUser_in: [CustomFloat!]\r\n costPerUser_not_in: [CustomFloat!]\r\n costPerUser_lt: CustomFloat\r\n costPerUser_lte: CustomFloat\r\n costPerUser_gt: CustomFloat\r\n costPerUser_gte: CustomFloat\r\n costPerUser_empty: Boolean\r\n rankAPM: RankAPMEnum\r\n rankAPM_not: RankAPMEnum\r\n rankAPM_in: [RankAPMEnum!]\r\n rankAPM_not_in: [RankAPMEnum!]\r\n rankAPM_empty: Boolean\r\n technologyCompliance: TechnologyComplianceEnum\r\n technologyCompliance_not: TechnologyComplianceEnum\r\n technologyCompliance_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_not_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\r\n businessValueAPM: BusinessValueAPMEnum\r\n businessValueAPM_not: BusinessValueAPMEnum\r\n businessValueAPM_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_not_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_empty: Boolean\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n functionalSupportAPM_not: FunctionalSupportAPMEnum\r\n functionalSupportAPM_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_not_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_empty: Boolean\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_not: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_not_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n closingDateCast: CustomDate\r\n closingDateCast_not: CustomDate\r\n closingDateCast_in: [CustomDate!]\r\n closingDateCast_not_in: [CustomDate!]\r\n closingDateCast_lt: CustomDate\r\n closingDateCast_lte: CustomDate\r\n closingDateCast_gt: CustomDate\r\n closingDateCast_gte: CustomDate\r\n closingDateCast_empty: Boolean\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_not: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_lt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_lte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_empty: Boolean\r\n softwareResiliency: SoftwareResiliencyEnum\r\n softwareResiliency_not: SoftwareResiliencyEnum\r\n softwareResiliency_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_not_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_empty: Boolean\r\n softwareAgilityScore: CustomFloat\r\n softwareAgilityScore_not: CustomFloat\r\n softwareAgilityScore_in: [CustomFloat!]\r\n softwareAgilityScore_not_in: [CustomFloat!]\r\n softwareAgilityScore_lt: CustomFloat\r\n softwareAgilityScore_lte: CustomFloat\r\n softwareAgilityScore_gt: CustomFloat\r\n softwareAgilityScore_gte: CustomFloat\r\n softwareAgilityScore_empty: Boolean\r\n softwareAgility: SoftwareAgilityEnum\r\n softwareAgility_not: SoftwareAgilityEnum\r\n softwareAgility_in: [SoftwareAgilityEnum!]\r\n softwareAgility_not_in: [SoftwareAgilityEnum!]\r\n softwareAgility_empty: Boolean\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceScoreCASTHighligh_not: CustomFloat\r\n softwareEleganceScoreCASTHighligh_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_lt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_lte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_empty: Boolean\r\n softwareEleganceThresholds: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_not: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_not_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_empty: Boolean\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScoreCASTHighlight_not: CustomFloat\r\n cloudReadyScoreCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_lt: CustomFloat\r\n cloudReadyScoreCASTHighlight_lte: CustomFloat\r\n cloudReadyScoreCASTHighlight_gt: CustomFloat\r\n cloudReadyScoreCASTHighlight_gte: CustomFloat\r\n cloudReadyScoreCASTHighlight_empty: Boolean\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight_not: CustomFloat\r\n cloudReadyScanCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_lt: CustomFloat\r\n cloudReadyScanCASTHighlight_lte: CustomFloat\r\n cloudReadyScanCASTHighlight_gt: CustomFloat\r\n cloudReadyScanCASTHighlight_gte: CustomFloat\r\n cloudReadyScanCASTHighlight_empty: Boolean\r\n technicalDebtCast: CustomFloat\r\n technicalDebtCast_not: CustomFloat\r\n technicalDebtCast_in: [CustomFloat!]\r\n technicalDebtCast_not_in: [CustomFloat!]\r\n technicalDebtCast_lt: CustomFloat\r\n technicalDebtCast_lte: CustomFloat\r\n technicalDebtCast_gt: CustomFloat\r\n technicalDebtCast_gte: CustomFloat\r\n technicalDebtCast_empty: Boolean\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfLinesOfCodeCast_not: CustomInt\r\n numberOfLinesOfCodeCast_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_not_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_lt: CustomInt\r\n numberOfLinesOfCodeCast_lte: CustomInt\r\n numberOfLinesOfCodeCast_gt: CustomInt\r\n numberOfLinesOfCodeCast_gte: CustomInt\r\n numberOfLinesOfCodeCast_empty: Boolean\r\n numberOfFilesCast: CustomInt\r\n numberOfFilesCast_not: CustomInt\r\n numberOfFilesCast_in: [CustomInt!]\r\n numberOfFilesCast_not_in: [CustomInt!]\r\n numberOfFilesCast_lt: CustomInt\r\n numberOfFilesCast_lte: CustomInt\r\n numberOfFilesCast_gt: CustomInt\r\n numberOfFilesCast_gte: CustomInt\r\n numberOfFilesCast_empty: Boolean\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_not: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_not_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_lt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_lte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_empty: Boolean\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_not: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_not_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_empty: Boolean\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_not: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_not_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_empty: Boolean\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_not: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_empty: Boolean\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_not: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_not_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_empty: Boolean\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_not: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_not_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_empty: Boolean\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 detailsCast_empty: Boolean\r\n statusReview: StatusReviewEnum\r\n statusReview_not: StatusReviewEnum\r\n statusReview_in: [StatusReviewEnum!]\r\n statusReview_not_in: [StatusReviewEnum!]\r\n statusReview_empty: Boolean\r\n consent: ConsentEnum\r\n consent_not: ConsentEnum\r\n consent_in: [ConsentEnum!]\r\n consent_not_in: [ConsentEnum!]\r\n consent_empty: Boolean\r\n cost: CustomFloat\r\n cost_not: CustomFloat\r\n cost_in: [CustomFloat!]\r\n cost_not_in: [CustomFloat!]\r\n cost_lt: CustomFloat\r\n cost_lte: CustomFloat\r\n cost_gt: CustomFloat\r\n cost_gte: CustomFloat\r\n cost_empty: Boolean\r\n revenue: CustomFloat\r\n revenue_not: CustomFloat\r\n revenue_in: [CustomFloat!]\r\n revenue_not_in: [CustomFloat!]\r\n revenue_lt: CustomFloat\r\n revenue_lte: CustomFloat\r\n revenue_gt: CustomFloat\r\n revenue_gte: CustomFloat\r\n revenue_empty: Boolean\r\n rOIPercentage: CustomFloat\r\n rOIPercentage_not: CustomFloat\r\n rOIPercentage_in: [CustomFloat!]\r\n rOIPercentage_not_in: [CustomFloat!]\r\n rOIPercentage_lt: CustomFloat\r\n rOIPercentage_lte: CustomFloat\r\n rOIPercentage_gt: CustomFloat\r\n rOIPercentage_gte: CustomFloat\r\n rOIPercentage_empty: Boolean\r\n rOIRate: CustomFloat\r\n rOIRate_not: CustomFloat\r\n rOIRate_in: [CustomFloat!]\r\n rOIRate_not_in: [CustomFloat!]\r\n rOIRate_lt: CustomFloat\r\n rOIRate_lte: CustomFloat\r\n rOIRate_gt: CustomFloat\r\n rOIRate_gte: CustomFloat\r\n rOIRate_empty: Boolean\r\n costRate: CustomFloat\r\n costRate_not: CustomFloat\r\n costRate_in: [CustomFloat!]\r\n costRate_not_in: [CustomFloat!]\r\n costRate_lt: CustomFloat\r\n costRate_lte: CustomFloat\r\n costRate_gt: CustomFloat\r\n costRate_gte: CustomFloat\r\n costRate_empty: Boolean\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_not: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_not_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_not: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_not_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_empty: Boolean\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_not: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_not_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_not: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_not_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_empty: Boolean\r\n maximumTolerableDowntimeMTD: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_not: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_not_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_empty: Boolean\r\n sLALevel: SLALevelEnum\r\n sLALevel_not: SLALevelEnum\r\n sLALevel_in: [SLALevelEnum!]\r\n sLALevel_not_in: [SLALevelEnum!]\r\n sLALevel_empty: Boolean\r\n applicationValidationDate: CustomDate\r\n applicationValidationDate_not: CustomDate\r\n applicationValidationDate_in: [CustomDate!]\r\n applicationValidationDate_not_in: [CustomDate!]\r\n applicationValidationDate_lt: CustomDate\r\n applicationValidationDate_lte: CustomDate\r\n applicationValidationDate_gt: CustomDate\r\n applicationValidationDate_gte: CustomDate\r\n applicationValidationDate_empty: Boolean\r\n dataFreshness: DataFreshnessEnum\r\n dataFreshness_not: DataFreshnessEnum\r\n dataFreshness_in: [DataFreshnessEnum!]\r\n dataFreshness_not_in: [DataFreshnessEnum!]\r\n dataFreshness_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n applicationTemplate: ApplicationTemplateEnum\r\n applicationTemplate_not: ApplicationTemplateEnum\r\n applicationTemplate_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_not_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_empty: Boolean\r\n deploymentDate: CustomDate\r\n deploymentDate_not: CustomDate\r\n deploymentDate_in: [CustomDate!]\r\n deploymentDate_not_in: [CustomDate!]\r\n deploymentDate_lt: CustomDate\r\n deploymentDate_lte: CustomDate\r\n deploymentDate_gt: CustomDate\r\n deploymentDate_gte: CustomDate\r\n deploymentDate_empty: Boolean\r\n operatingApplicationDate: CustomDate\r\n operatingApplicationDate_not: CustomDate\r\n operatingApplicationDate_in: [CustomDate!]\r\n operatingApplicationDate_not_in: [CustomDate!]\r\n operatingApplicationDate_lt: CustomDate\r\n operatingApplicationDate_lte: CustomDate\r\n operatingApplicationDate_gt: CustomDate\r\n operatingApplicationDate_gte: CustomDate\r\n operatingApplicationDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n applicationOwner_PersonSystem_some: [PersonSystemFilter!]\r\n applicationOwner_PersonSystem_count: countFilter\r\n softwareDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n softwareDesigner_PersonSystem_count: countFilter\r\n iTOwner_PersonSystem_some: [PersonSystemFilter!]\r\n iTOwner_PersonSystem_count: countFilter\r\n businessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n businessOwner_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n globalApplicationFlowMap_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_count: countFilter\r\n sentApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ContributingApplication_count: countFilter\r\n receivedApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ContributingApplication_count: countFilter\r\n cASTHighlightCampaign_CastHighlightCampaign_some: [CASTHighlightCampaignFilter!]\r\n cASTHighlightCampaign_CastHighlightCampaign_count: countFilter\r\n sentApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ApplicationParticipant_count: countFilter\r\n receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ApplicationParticipant_count: countFilter\r\n application_VariantObject_some: [ApplicationFilter!]\r\n application_VariantObject_count: countFilter\r\n application_VariedObject_some: [ApplicationFilter!]\r\n application_VariedObject_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n functionality_some: [FunctionalityFilter!]\r\n functionality_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n softwareTechnology_UsedTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_UsedTechnology_count: countFilter\r\n softwareInstallation_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n}\r\n\r\nenum Relationship_Application_Application_ProcessusApplication_BusinessProcessOrderBy {\r\n costContributionKeyBusinessProcess_ASC\r\n costContributionKeyBusinessProcess_DESC\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 softwareResiliency_ASC\r\n softwareResiliency_DESC\r\n softwareAgilityScore_ASC\r\n softwareAgilityScore_DESC\r\n softwareAgility_ASC\r\n softwareAgility_DESC\r\n softwareEleganceScoreCASTHighligh_ASC\r\n softwareEleganceScoreCASTHighligh_DESC\r\n softwareEleganceThresholds_ASC\r\n softwareEleganceThresholds_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 softwareResiliencyQuartile_ASC\r\n softwareResiliencyQuartile_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 softwareEleganceQuartile_ASC\r\n softwareEleganceQuartile_DESC\r\n detailsCast_ASC\r\n detailsCast_DESC\r\n statusReview_ASC\r\n statusReview_DESC\r\n consent_ASC\r\n consent_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n applicationCode: String\r\n cloudComputing(format: EnumFormat): CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype(format: EnumFormat): ApplicationStereotypeEnum\r\n applicationType(format: EnumFormat): ApplicationTypeEnum\r\n currentState: GraphQLObjectInterface\r\n globalExpense: CustomFloat\r\n currentNumberOfUsers: CustomInt\r\n costPerUser: CustomFloat\r\n rankAPM(format: EnumFormat): RankAPMEnum\r\n technologyCompliance(format: EnumFormat): TechnologyComplianceEnum\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n cASTHighlightID: CustomInt\r\n businessValueAPM(format: EnumFormat): BusinessValueAPMEnum\r\n functionalSupportAPM(format: EnumFormat): FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM(format: EnumFormat): TechnicalEfficiencyAPMEnum\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n closingDateCast(format: String, timeOffset: String): CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliency(format: EnumFormat): SoftwareResiliencyEnum\r\n softwareAgilityScore: CustomFloat\r\n softwareAgility(format: EnumFormat): SoftwareAgilityEnum\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceThresholds(format: EnumFormat): SoftwareEleganceThresholdsEnum\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile(format: EnumFormat): SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData(format: EnumFormat): WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial(format: EnumFormat): WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast(format: EnumFormat): SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile(format: EnumFormat): SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview(format: EnumFormat): StatusReviewEnum\r\n consent(format: EnumFormat): ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice(format: EnumFormat): GDPRContentOfNoticeEnum\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO(format: EnumFormat): RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO(format: EnumFormat): RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n workRecoveryTimeWRT(format: EnumFormat): WorkRecoveryTimeWRTEnum\r\n maximumTolerableDowntimeMTD(format: EnumFormat): MaximumTolerableDowntimeMTDEnum\r\n sLALevel(format: EnumFormat): SLALevelEnum\r\n applicationValidationDate(format: String, timeOffset: String): CustomDate\r\n dataFreshness(format: EnumFormat): DataFreshnessEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n applicationTemplate(format: EnumFormat): ApplicationTemplateEnum\r\n deploymentDate(format: String, timeOffset: String): CustomDate\r\n operatingApplicationDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n cASTHighlightCampaign_CastHighlightCampaign(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaign]\r\n cASTHighlightCampaign_CastHighlightCampaignAggregatedValues(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaignAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n softwareTechnologyStack(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStack]\r\n softwareTechnologyStackAggregatedValues(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology_UsedTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnology_UsedTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n softwareInstallation(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallationAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n applicationOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n softwareDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n iTOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n businessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_Application]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n globalApplicationFlowMap(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n globalApplicationFlowMapAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n sentApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n sentApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n receivedApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n sentApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n sentApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n receivedApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_VariantObject(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Application]\r\n application_VariantObjectAggregatedValues(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n application_VariedObject(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Application]\r\n application_VariedObjectAggregatedValues(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n businessCapability(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_Application]\r\n businessCapabilityAggregatedValues(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [BusinessCapabilityAggregatedValues]\r\n businessLine(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_Application]\r\n businessLineAggregatedValues(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [BusinessLineAggregatedValues]\r\n functionality(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_Application]\r\n functionalityAggregatedValues(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [FunctionalityAggregatedValues]\r\n businessProcess(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_Application]\r\n businessProcessAggregatedValues(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [BusinessProcessAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter {\r\n and: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter!]\r\n or: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\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 applicationCode_empty: Boolean\r\n cloudComputing: CloudComputingEnum\r\n cloudComputing_not: CloudComputingEnum\r\n cloudComputing_in: [CloudComputingEnum!]\r\n cloudComputing_not_in: [CloudComputingEnum!]\r\n cloudComputing_empty: Boolean\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 versionNumber_empty: Boolean\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 requiredMemorySize_empty: Boolean\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationStereotype_not: ApplicationStereotypeEnum\r\n applicationStereotype_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_not_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_empty: Boolean\r\n applicationType: ApplicationTypeEnum\r\n applicationType_not: ApplicationTypeEnum\r\n applicationType_in: [ApplicationTypeEnum!]\r\n applicationType_not_in: [ApplicationTypeEnum!]\r\n applicationType_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n globalExpense: CustomFloat\r\n globalExpense_not: CustomFloat\r\n globalExpense_in: [CustomFloat!]\r\n globalExpense_not_in: [CustomFloat!]\r\n globalExpense_lt: CustomFloat\r\n globalExpense_lte: CustomFloat\r\n globalExpense_gt: CustomFloat\r\n globalExpense_gte: CustomFloat\r\n globalExpense_empty: Boolean\r\n currentNumberOfUsers: CustomInt\r\n currentNumberOfUsers_not: CustomInt\r\n currentNumberOfUsers_in: [CustomInt!]\r\n currentNumberOfUsers_not_in: [CustomInt!]\r\n currentNumberOfUsers_lt: CustomInt\r\n currentNumberOfUsers_lte: CustomInt\r\n currentNumberOfUsers_gt: CustomInt\r\n currentNumberOfUsers_gte: CustomInt\r\n currentNumberOfUsers_empty: Boolean\r\n costPerUser: CustomFloat\r\n costPerUser_not: CustomFloat\r\n costPerUser_in: [CustomFloat!]\r\n costPerUser_not_in: [CustomFloat!]\r\n costPerUser_lt: CustomFloat\r\n costPerUser_lte: CustomFloat\r\n costPerUser_gt: CustomFloat\r\n costPerUser_gte: CustomFloat\r\n costPerUser_empty: Boolean\r\n rankAPM: RankAPMEnum\r\n rankAPM_not: RankAPMEnum\r\n rankAPM_in: [RankAPMEnum!]\r\n rankAPM_not_in: [RankAPMEnum!]\r\n rankAPM_empty: Boolean\r\n technologyCompliance: TechnologyComplianceEnum\r\n technologyCompliance_not: TechnologyComplianceEnum\r\n technologyCompliance_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_not_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\r\n businessValueAPM: BusinessValueAPMEnum\r\n businessValueAPM_not: BusinessValueAPMEnum\r\n businessValueAPM_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_not_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_empty: Boolean\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n functionalSupportAPM_not: FunctionalSupportAPMEnum\r\n functionalSupportAPM_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_not_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_empty: Boolean\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_not: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_not_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n closingDateCast: CustomDate\r\n closingDateCast_not: CustomDate\r\n closingDateCast_in: [CustomDate!]\r\n closingDateCast_not_in: [CustomDate!]\r\n closingDateCast_lt: CustomDate\r\n closingDateCast_lte: CustomDate\r\n closingDateCast_gt: CustomDate\r\n closingDateCast_gte: CustomDate\r\n closingDateCast_empty: Boolean\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_not: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_lt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_lte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_empty: Boolean\r\n softwareResiliency: SoftwareResiliencyEnum\r\n softwareResiliency_not: SoftwareResiliencyEnum\r\n softwareResiliency_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_not_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_empty: Boolean\r\n softwareAgilityScore: CustomFloat\r\n softwareAgilityScore_not: CustomFloat\r\n softwareAgilityScore_in: [CustomFloat!]\r\n softwareAgilityScore_not_in: [CustomFloat!]\r\n softwareAgilityScore_lt: CustomFloat\r\n softwareAgilityScore_lte: CustomFloat\r\n softwareAgilityScore_gt: CustomFloat\r\n softwareAgilityScore_gte: CustomFloat\r\n softwareAgilityScore_empty: Boolean\r\n softwareAgility: SoftwareAgilityEnum\r\n softwareAgility_not: SoftwareAgilityEnum\r\n softwareAgility_in: [SoftwareAgilityEnum!]\r\n softwareAgility_not_in: [SoftwareAgilityEnum!]\r\n softwareAgility_empty: Boolean\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceScoreCASTHighligh_not: CustomFloat\r\n softwareEleganceScoreCASTHighligh_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_lt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_lte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_empty: Boolean\r\n softwareEleganceThresholds: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_not: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_not_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_empty: Boolean\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScoreCASTHighlight_not: CustomFloat\r\n cloudReadyScoreCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_lt: CustomFloat\r\n cloudReadyScoreCASTHighlight_lte: CustomFloat\r\n cloudReadyScoreCASTHighlight_gt: CustomFloat\r\n cloudReadyScoreCASTHighlight_gte: CustomFloat\r\n cloudReadyScoreCASTHighlight_empty: Boolean\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight_not: CustomFloat\r\n cloudReadyScanCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_lt: CustomFloat\r\n cloudReadyScanCASTHighlight_lte: CustomFloat\r\n cloudReadyScanCASTHighlight_gt: CustomFloat\r\n cloudReadyScanCASTHighlight_gte: CustomFloat\r\n cloudReadyScanCASTHighlight_empty: Boolean\r\n technicalDebtCast: CustomFloat\r\n technicalDebtCast_not: CustomFloat\r\n technicalDebtCast_in: [CustomFloat!]\r\n technicalDebtCast_not_in: [CustomFloat!]\r\n technicalDebtCast_lt: CustomFloat\r\n technicalDebtCast_lte: CustomFloat\r\n technicalDebtCast_gt: CustomFloat\r\n technicalDebtCast_gte: CustomFloat\r\n technicalDebtCast_empty: Boolean\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfLinesOfCodeCast_not: CustomInt\r\n numberOfLinesOfCodeCast_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_not_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_lt: CustomInt\r\n numberOfLinesOfCodeCast_lte: CustomInt\r\n numberOfLinesOfCodeCast_gt: CustomInt\r\n numberOfLinesOfCodeCast_gte: CustomInt\r\n numberOfLinesOfCodeCast_empty: Boolean\r\n numberOfFilesCast: CustomInt\r\n numberOfFilesCast_not: CustomInt\r\n numberOfFilesCast_in: [CustomInt!]\r\n numberOfFilesCast_not_in: [CustomInt!]\r\n numberOfFilesCast_lt: CustomInt\r\n numberOfFilesCast_lte: CustomInt\r\n numberOfFilesCast_gt: CustomInt\r\n numberOfFilesCast_gte: CustomInt\r\n numberOfFilesCast_empty: Boolean\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_not: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_not_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_lt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_lte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_empty: Boolean\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_not: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_not_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_empty: Boolean\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_not: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_not_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_empty: Boolean\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_not: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_empty: Boolean\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_not: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_not_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_empty: Boolean\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_not: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_not_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_empty: Boolean\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 detailsCast_empty: Boolean\r\n statusReview: StatusReviewEnum\r\n statusReview_not: StatusReviewEnum\r\n statusReview_in: [StatusReviewEnum!]\r\n statusReview_not_in: [StatusReviewEnum!]\r\n statusReview_empty: Boolean\r\n consent: ConsentEnum\r\n consent_not: ConsentEnum\r\n consent_in: [ConsentEnum!]\r\n consent_not_in: [ConsentEnum!]\r\n consent_empty: Boolean\r\n cost: CustomFloat\r\n cost_not: CustomFloat\r\n cost_in: [CustomFloat!]\r\n cost_not_in: [CustomFloat!]\r\n cost_lt: CustomFloat\r\n cost_lte: CustomFloat\r\n cost_gt: CustomFloat\r\n cost_gte: CustomFloat\r\n cost_empty: Boolean\r\n revenue: CustomFloat\r\n revenue_not: CustomFloat\r\n revenue_in: [CustomFloat!]\r\n revenue_not_in: [CustomFloat!]\r\n revenue_lt: CustomFloat\r\n revenue_lte: CustomFloat\r\n revenue_gt: CustomFloat\r\n revenue_gte: CustomFloat\r\n revenue_empty: Boolean\r\n rOIPercentage: CustomFloat\r\n rOIPercentage_not: CustomFloat\r\n rOIPercentage_in: [CustomFloat!]\r\n rOIPercentage_not_in: [CustomFloat!]\r\n rOIPercentage_lt: CustomFloat\r\n rOIPercentage_lte: CustomFloat\r\n rOIPercentage_gt: CustomFloat\r\n rOIPercentage_gte: CustomFloat\r\n rOIPercentage_empty: Boolean\r\n rOIRate: CustomFloat\r\n rOIRate_not: CustomFloat\r\n rOIRate_in: [CustomFloat!]\r\n rOIRate_not_in: [CustomFloat!]\r\n rOIRate_lt: CustomFloat\r\n rOIRate_lte: CustomFloat\r\n rOIRate_gt: CustomFloat\r\n rOIRate_gte: CustomFloat\r\n rOIRate_empty: Boolean\r\n costRate: CustomFloat\r\n costRate_not: CustomFloat\r\n costRate_in: [CustomFloat!]\r\n costRate_not_in: [CustomFloat!]\r\n costRate_lt: CustomFloat\r\n costRate_lte: CustomFloat\r\n costRate_gt: CustomFloat\r\n costRate_gte: CustomFloat\r\n costRate_empty: Boolean\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_not: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_not_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_not: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_not_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_empty: Boolean\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_not: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_not_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_not: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_not_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_empty: Boolean\r\n maximumTolerableDowntimeMTD: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_not: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_not_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_empty: Boolean\r\n sLALevel: SLALevelEnum\r\n sLALevel_not: SLALevelEnum\r\n sLALevel_in: [SLALevelEnum!]\r\n sLALevel_not_in: [SLALevelEnum!]\r\n sLALevel_empty: Boolean\r\n applicationValidationDate: CustomDate\r\n applicationValidationDate_not: CustomDate\r\n applicationValidationDate_in: [CustomDate!]\r\n applicationValidationDate_not_in: [CustomDate!]\r\n applicationValidationDate_lt: CustomDate\r\n applicationValidationDate_lte: CustomDate\r\n applicationValidationDate_gt: CustomDate\r\n applicationValidationDate_gte: CustomDate\r\n applicationValidationDate_empty: Boolean\r\n dataFreshness: DataFreshnessEnum\r\n dataFreshness_not: DataFreshnessEnum\r\n dataFreshness_in: [DataFreshnessEnum!]\r\n dataFreshness_not_in: [DataFreshnessEnum!]\r\n dataFreshness_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n applicationTemplate: ApplicationTemplateEnum\r\n applicationTemplate_not: ApplicationTemplateEnum\r\n applicationTemplate_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_not_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_empty: Boolean\r\n deploymentDate: CustomDate\r\n deploymentDate_not: CustomDate\r\n deploymentDate_in: [CustomDate!]\r\n deploymentDate_not_in: [CustomDate!]\r\n deploymentDate_lt: CustomDate\r\n deploymentDate_lte: CustomDate\r\n deploymentDate_gt: CustomDate\r\n deploymentDate_gte: CustomDate\r\n deploymentDate_empty: Boolean\r\n operatingApplicationDate: CustomDate\r\n operatingApplicationDate_not: CustomDate\r\n operatingApplicationDate_in: [CustomDate!]\r\n operatingApplicationDate_not_in: [CustomDate!]\r\n operatingApplicationDate_lt: CustomDate\r\n operatingApplicationDate_lte: CustomDate\r\n operatingApplicationDate_gt: CustomDate\r\n operatingApplicationDate_gte: CustomDate\r\n operatingApplicationDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n applicationOwner_PersonSystem_some: [PersonSystemFilter!]\r\n applicationOwner_PersonSystem_count: countFilter\r\n softwareDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n softwareDesigner_PersonSystem_count: countFilter\r\n iTOwner_PersonSystem_some: [PersonSystemFilter!]\r\n iTOwner_PersonSystem_count: countFilter\r\n businessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n businessOwner_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n globalApplicationFlowMap_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_count: countFilter\r\n sentApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ContributingApplication_count: countFilter\r\n receivedApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ContributingApplication_count: countFilter\r\n cASTHighlightCampaign_CastHighlightCampaign_some: [CASTHighlightCampaignFilter!]\r\n cASTHighlightCampaign_CastHighlightCampaign_count: countFilter\r\n sentApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ApplicationParticipant_count: countFilter\r\n receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ApplicationParticipant_count: countFilter\r\n application_VariantObject_some: [ApplicationFilter!]\r\n application_VariantObject_count: countFilter\r\n application_VariedObject_some: [ApplicationFilter!]\r\n application_VariedObject_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n functionality_some: [FunctionalityFilter!]\r\n functionality_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n softwareTechnology_UsedTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_UsedTechnology_count: countFilter\r\n softwareInstallation_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n}\r\n\r\nenum Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 softwareResiliency_ASC\r\n softwareResiliency_DESC\r\n softwareAgilityScore_ASC\r\n softwareAgilityScore_DESC\r\n softwareAgility_ASC\r\n softwareAgility_DESC\r\n softwareEleganceScoreCASTHighligh_ASC\r\n softwareEleganceScoreCASTHighligh_DESC\r\n softwareEleganceThresholds_ASC\r\n softwareEleganceThresholds_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 softwareResiliencyQuartile_ASC\r\n softwareResiliencyQuartile_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 softwareEleganceQuartile_ASC\r\n softwareEleganceQuartile_DESC\r\n detailsCast_ASC\r\n detailsCast_DESC\r\n statusReview_ASC\r\n statusReview_DESC\r\n consent_ASC\r\n consent_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n applicationCode: String\r\n cloudComputing(format: EnumFormat): CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype(format: EnumFormat): ApplicationStereotypeEnum\r\n applicationType(format: EnumFormat): ApplicationTypeEnum\r\n currentState: GraphQLObjectInterface\r\n globalExpense: CustomFloat\r\n currentNumberOfUsers: CustomInt\r\n costPerUser: CustomFloat\r\n rankAPM(format: EnumFormat): RankAPMEnum\r\n technologyCompliance(format: EnumFormat): TechnologyComplianceEnum\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n cASTHighlightID: CustomInt\r\n businessValueAPM(format: EnumFormat): BusinessValueAPMEnum\r\n functionalSupportAPM(format: EnumFormat): FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM(format: EnumFormat): TechnicalEfficiencyAPMEnum\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n closingDateCast(format: String, timeOffset: String): CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliency(format: EnumFormat): SoftwareResiliencyEnum\r\n softwareAgilityScore: CustomFloat\r\n softwareAgility(format: EnumFormat): SoftwareAgilityEnum\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceThresholds(format: EnumFormat): SoftwareEleganceThresholdsEnum\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile(format: EnumFormat): SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData(format: EnumFormat): WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial(format: EnumFormat): WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast(format: EnumFormat): SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile(format: EnumFormat): SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview(format: EnumFormat): StatusReviewEnum\r\n consent(format: EnumFormat): ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice(format: EnumFormat): GDPRContentOfNoticeEnum\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO(format: EnumFormat): RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO(format: EnumFormat): RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n workRecoveryTimeWRT(format: EnumFormat): WorkRecoveryTimeWRTEnum\r\n maximumTolerableDowntimeMTD(format: EnumFormat): MaximumTolerableDowntimeMTDEnum\r\n sLALevel(format: EnumFormat): SLALevelEnum\r\n applicationValidationDate(format: String, timeOffset: String): CustomDate\r\n dataFreshness(format: EnumFormat): DataFreshnessEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n applicationTemplate(format: EnumFormat): ApplicationTemplateEnum\r\n deploymentDate(format: String, timeOffset: String): CustomDate\r\n operatingApplicationDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n cASTHighlightCampaign_CastHighlightCampaign(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaign]\r\n cASTHighlightCampaign_CastHighlightCampaignAggregatedValues(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaignAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n softwareTechnologyStack(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStack]\r\n softwareTechnologyStackAggregatedValues(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology_UsedTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnology_UsedTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n softwareInstallation(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallationAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n applicationOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n softwareDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n iTOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n businessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_Application]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n globalApplicationFlowMap(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n globalApplicationFlowMapAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n sentApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n sentApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n receivedApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n sentApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n sentApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n receivedApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_VariantObject(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Application]\r\n application_VariantObjectAggregatedValues(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n application_VariedObject(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Application]\r\n application_VariedObjectAggregatedValues(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n businessCapability(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_Application]\r\n businessCapabilityAggregatedValues(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [BusinessCapabilityAggregatedValues]\r\n businessLine(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_Application]\r\n businessLineAggregatedValues(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [BusinessLineAggregatedValues]\r\n functionality(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_Application]\r\n functionalityAggregatedValues(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [FunctionalityAggregatedValues]\r\n businessProcess(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_Application]\r\n businessProcessAggregatedValues(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [BusinessProcessAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter {\r\n and: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter!]\r\n or: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\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 applicationCode_empty: Boolean\r\n cloudComputing: CloudComputingEnum\r\n cloudComputing_not: CloudComputingEnum\r\n cloudComputing_in: [CloudComputingEnum!]\r\n cloudComputing_not_in: [CloudComputingEnum!]\r\n cloudComputing_empty: Boolean\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 versionNumber_empty: Boolean\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 requiredMemorySize_empty: Boolean\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationStereotype_not: ApplicationStereotypeEnum\r\n applicationStereotype_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_not_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_empty: Boolean\r\n applicationType: ApplicationTypeEnum\r\n applicationType_not: ApplicationTypeEnum\r\n applicationType_in: [ApplicationTypeEnum!]\r\n applicationType_not_in: [ApplicationTypeEnum!]\r\n applicationType_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n globalExpense: CustomFloat\r\n globalExpense_not: CustomFloat\r\n globalExpense_in: [CustomFloat!]\r\n globalExpense_not_in: [CustomFloat!]\r\n globalExpense_lt: CustomFloat\r\n globalExpense_lte: CustomFloat\r\n globalExpense_gt: CustomFloat\r\n globalExpense_gte: CustomFloat\r\n globalExpense_empty: Boolean\r\n currentNumberOfUsers: CustomInt\r\n currentNumberOfUsers_not: CustomInt\r\n currentNumberOfUsers_in: [CustomInt!]\r\n currentNumberOfUsers_not_in: [CustomInt!]\r\n currentNumberOfUsers_lt: CustomInt\r\n currentNumberOfUsers_lte: CustomInt\r\n currentNumberOfUsers_gt: CustomInt\r\n currentNumberOfUsers_gte: CustomInt\r\n currentNumberOfUsers_empty: Boolean\r\n costPerUser: CustomFloat\r\n costPerUser_not: CustomFloat\r\n costPerUser_in: [CustomFloat!]\r\n costPerUser_not_in: [CustomFloat!]\r\n costPerUser_lt: CustomFloat\r\n costPerUser_lte: CustomFloat\r\n costPerUser_gt: CustomFloat\r\n costPerUser_gte: CustomFloat\r\n costPerUser_empty: Boolean\r\n rankAPM: RankAPMEnum\r\n rankAPM_not: RankAPMEnum\r\n rankAPM_in: [RankAPMEnum!]\r\n rankAPM_not_in: [RankAPMEnum!]\r\n rankAPM_empty: Boolean\r\n technologyCompliance: TechnologyComplianceEnum\r\n technologyCompliance_not: TechnologyComplianceEnum\r\n technologyCompliance_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_not_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\r\n businessValueAPM: BusinessValueAPMEnum\r\n businessValueAPM_not: BusinessValueAPMEnum\r\n businessValueAPM_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_not_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_empty: Boolean\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n functionalSupportAPM_not: FunctionalSupportAPMEnum\r\n functionalSupportAPM_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_not_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_empty: Boolean\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_not: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_not_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n closingDateCast: CustomDate\r\n closingDateCast_not: CustomDate\r\n closingDateCast_in: [CustomDate!]\r\n closingDateCast_not_in: [CustomDate!]\r\n closingDateCast_lt: CustomDate\r\n closingDateCast_lte: CustomDate\r\n closingDateCast_gt: CustomDate\r\n closingDateCast_gte: CustomDate\r\n closingDateCast_empty: Boolean\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_not: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_lt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_lte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_empty: Boolean\r\n softwareResiliency: SoftwareResiliencyEnum\r\n softwareResiliency_not: SoftwareResiliencyEnum\r\n softwareResiliency_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_not_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_empty: Boolean\r\n softwareAgilityScore: CustomFloat\r\n softwareAgilityScore_not: CustomFloat\r\n softwareAgilityScore_in: [CustomFloat!]\r\n softwareAgilityScore_not_in: [CustomFloat!]\r\n softwareAgilityScore_lt: CustomFloat\r\n softwareAgilityScore_lte: CustomFloat\r\n softwareAgilityScore_gt: CustomFloat\r\n softwareAgilityScore_gte: CustomFloat\r\n softwareAgilityScore_empty: Boolean\r\n softwareAgility: SoftwareAgilityEnum\r\n softwareAgility_not: SoftwareAgilityEnum\r\n softwareAgility_in: [SoftwareAgilityEnum!]\r\n softwareAgility_not_in: [SoftwareAgilityEnum!]\r\n softwareAgility_empty: Boolean\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceScoreCASTHighligh_not: CustomFloat\r\n softwareEleganceScoreCASTHighligh_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_lt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_lte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_empty: Boolean\r\n softwareEleganceThresholds: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_not: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_not_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_empty: Boolean\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScoreCASTHighlight_not: CustomFloat\r\n cloudReadyScoreCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_lt: CustomFloat\r\n cloudReadyScoreCASTHighlight_lte: CustomFloat\r\n cloudReadyScoreCASTHighlight_gt: CustomFloat\r\n cloudReadyScoreCASTHighlight_gte: CustomFloat\r\n cloudReadyScoreCASTHighlight_empty: Boolean\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight_not: CustomFloat\r\n cloudReadyScanCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_lt: CustomFloat\r\n cloudReadyScanCASTHighlight_lte: CustomFloat\r\n cloudReadyScanCASTHighlight_gt: CustomFloat\r\n cloudReadyScanCASTHighlight_gte: CustomFloat\r\n cloudReadyScanCASTHighlight_empty: Boolean\r\n technicalDebtCast: CustomFloat\r\n technicalDebtCast_not: CustomFloat\r\n technicalDebtCast_in: [CustomFloat!]\r\n technicalDebtCast_not_in: [CustomFloat!]\r\n technicalDebtCast_lt: CustomFloat\r\n technicalDebtCast_lte: CustomFloat\r\n technicalDebtCast_gt: CustomFloat\r\n technicalDebtCast_gte: CustomFloat\r\n technicalDebtCast_empty: Boolean\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfLinesOfCodeCast_not: CustomInt\r\n numberOfLinesOfCodeCast_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_not_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_lt: CustomInt\r\n numberOfLinesOfCodeCast_lte: CustomInt\r\n numberOfLinesOfCodeCast_gt: CustomInt\r\n numberOfLinesOfCodeCast_gte: CustomInt\r\n numberOfLinesOfCodeCast_empty: Boolean\r\n numberOfFilesCast: CustomInt\r\n numberOfFilesCast_not: CustomInt\r\n numberOfFilesCast_in: [CustomInt!]\r\n numberOfFilesCast_not_in: [CustomInt!]\r\n numberOfFilesCast_lt: CustomInt\r\n numberOfFilesCast_lte: CustomInt\r\n numberOfFilesCast_gt: CustomInt\r\n numberOfFilesCast_gte: CustomInt\r\n numberOfFilesCast_empty: Boolean\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_not: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_not_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_lt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_lte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_empty: Boolean\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_not: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_not_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_empty: Boolean\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_not: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_not_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_empty: Boolean\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_not: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_empty: Boolean\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_not: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_not_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_empty: Boolean\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_not: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_not_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_empty: Boolean\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 detailsCast_empty: Boolean\r\n statusReview: StatusReviewEnum\r\n statusReview_not: StatusReviewEnum\r\n statusReview_in: [StatusReviewEnum!]\r\n statusReview_not_in: [StatusReviewEnum!]\r\n statusReview_empty: Boolean\r\n consent: ConsentEnum\r\n consent_not: ConsentEnum\r\n consent_in: [ConsentEnum!]\r\n consent_not_in: [ConsentEnum!]\r\n consent_empty: Boolean\r\n cost: CustomFloat\r\n cost_not: CustomFloat\r\n cost_in: [CustomFloat!]\r\n cost_not_in: [CustomFloat!]\r\n cost_lt: CustomFloat\r\n cost_lte: CustomFloat\r\n cost_gt: CustomFloat\r\n cost_gte: CustomFloat\r\n cost_empty: Boolean\r\n revenue: CustomFloat\r\n revenue_not: CustomFloat\r\n revenue_in: [CustomFloat!]\r\n revenue_not_in: [CustomFloat!]\r\n revenue_lt: CustomFloat\r\n revenue_lte: CustomFloat\r\n revenue_gt: CustomFloat\r\n revenue_gte: CustomFloat\r\n revenue_empty: Boolean\r\n rOIPercentage: CustomFloat\r\n rOIPercentage_not: CustomFloat\r\n rOIPercentage_in: [CustomFloat!]\r\n rOIPercentage_not_in: [CustomFloat!]\r\n rOIPercentage_lt: CustomFloat\r\n rOIPercentage_lte: CustomFloat\r\n rOIPercentage_gt: CustomFloat\r\n rOIPercentage_gte: CustomFloat\r\n rOIPercentage_empty: Boolean\r\n rOIRate: CustomFloat\r\n rOIRate_not: CustomFloat\r\n rOIRate_in: [CustomFloat!]\r\n rOIRate_not_in: [CustomFloat!]\r\n rOIRate_lt: CustomFloat\r\n rOIRate_lte: CustomFloat\r\n rOIRate_gt: CustomFloat\r\n rOIRate_gte: CustomFloat\r\n rOIRate_empty: Boolean\r\n costRate: CustomFloat\r\n costRate_not: CustomFloat\r\n costRate_in: [CustomFloat!]\r\n costRate_not_in: [CustomFloat!]\r\n costRate_lt: CustomFloat\r\n costRate_lte: CustomFloat\r\n costRate_gt: CustomFloat\r\n costRate_gte: CustomFloat\r\n costRate_empty: Boolean\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_not: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_not_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_not: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_not_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_empty: Boolean\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_not: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_not_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_not: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_not_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_empty: Boolean\r\n maximumTolerableDowntimeMTD: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_not: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_not_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_empty: Boolean\r\n sLALevel: SLALevelEnum\r\n sLALevel_not: SLALevelEnum\r\n sLALevel_in: [SLALevelEnum!]\r\n sLALevel_not_in: [SLALevelEnum!]\r\n sLALevel_empty: Boolean\r\n applicationValidationDate: CustomDate\r\n applicationValidationDate_not: CustomDate\r\n applicationValidationDate_in: [CustomDate!]\r\n applicationValidationDate_not_in: [CustomDate!]\r\n applicationValidationDate_lt: CustomDate\r\n applicationValidationDate_lte: CustomDate\r\n applicationValidationDate_gt: CustomDate\r\n applicationValidationDate_gte: CustomDate\r\n applicationValidationDate_empty: Boolean\r\n dataFreshness: DataFreshnessEnum\r\n dataFreshness_not: DataFreshnessEnum\r\n dataFreshness_in: [DataFreshnessEnum!]\r\n dataFreshness_not_in: [DataFreshnessEnum!]\r\n dataFreshness_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n applicationTemplate: ApplicationTemplateEnum\r\n applicationTemplate_not: ApplicationTemplateEnum\r\n applicationTemplate_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_not_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_empty: Boolean\r\n deploymentDate: CustomDate\r\n deploymentDate_not: CustomDate\r\n deploymentDate_in: [CustomDate!]\r\n deploymentDate_not_in: [CustomDate!]\r\n deploymentDate_lt: CustomDate\r\n deploymentDate_lte: CustomDate\r\n deploymentDate_gt: CustomDate\r\n deploymentDate_gte: CustomDate\r\n deploymentDate_empty: Boolean\r\n operatingApplicationDate: CustomDate\r\n operatingApplicationDate_not: CustomDate\r\n operatingApplicationDate_in: [CustomDate!]\r\n operatingApplicationDate_not_in: [CustomDate!]\r\n operatingApplicationDate_lt: CustomDate\r\n operatingApplicationDate_lte: CustomDate\r\n operatingApplicationDate_gt: CustomDate\r\n operatingApplicationDate_gte: CustomDate\r\n operatingApplicationDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n applicationOwner_PersonSystem_some: [PersonSystemFilter!]\r\n applicationOwner_PersonSystem_count: countFilter\r\n softwareDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n softwareDesigner_PersonSystem_count: countFilter\r\n iTOwner_PersonSystem_some: [PersonSystemFilter!]\r\n iTOwner_PersonSystem_count: countFilter\r\n businessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n businessOwner_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n globalApplicationFlowMap_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_count: countFilter\r\n sentApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ContributingApplication_count: countFilter\r\n receivedApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ContributingApplication_count: countFilter\r\n cASTHighlightCampaign_CastHighlightCampaign_some: [CASTHighlightCampaignFilter!]\r\n cASTHighlightCampaign_CastHighlightCampaign_count: countFilter\r\n sentApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ApplicationParticipant_count: countFilter\r\n receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ApplicationParticipant_count: countFilter\r\n application_VariantObject_some: [ApplicationFilter!]\r\n application_VariantObject_count: countFilter\r\n application_VariedObject_some: [ApplicationFilter!]\r\n application_VariedObject_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n functionality_some: [FunctionalityFilter!]\r\n functionality_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n softwareTechnology_UsedTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_UsedTechnology_count: countFilter\r\n softwareInstallation_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n}\r\n\r\nenum Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 softwareResiliency_ASC\r\n softwareResiliency_DESC\r\n softwareAgilityScore_ASC\r\n softwareAgilityScore_DESC\r\n softwareAgility_ASC\r\n softwareAgility_DESC\r\n softwareEleganceScoreCASTHighligh_ASC\r\n softwareEleganceScoreCASTHighligh_DESC\r\n softwareEleganceThresholds_ASC\r\n softwareEleganceThresholds_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 softwareResiliencyQuartile_ASC\r\n softwareResiliencyQuartile_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 softwareEleganceQuartile_ASC\r\n softwareEleganceQuartile_DESC\r\n detailsCast_ASC\r\n detailsCast_DESC\r\n statusReview_ASC\r\n statusReview_DESC\r\n consent_ASC\r\n consent_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n applicationCode: String\r\n cloudComputing(format: EnumFormat): CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype(format: EnumFormat): ApplicationStereotypeEnum\r\n applicationType(format: EnumFormat): ApplicationTypeEnum\r\n currentState: GraphQLObjectInterface\r\n globalExpense: CustomFloat\r\n currentNumberOfUsers: CustomInt\r\n costPerUser: CustomFloat\r\n rankAPM(format: EnumFormat): RankAPMEnum\r\n technologyCompliance(format: EnumFormat): TechnologyComplianceEnum\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n cASTHighlightID: CustomInt\r\n businessValueAPM(format: EnumFormat): BusinessValueAPMEnum\r\n functionalSupportAPM(format: EnumFormat): FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM(format: EnumFormat): TechnicalEfficiencyAPMEnum\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n closingDateCast(format: String, timeOffset: String): CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliency(format: EnumFormat): SoftwareResiliencyEnum\r\n softwareAgilityScore: CustomFloat\r\n softwareAgility(format: EnumFormat): SoftwareAgilityEnum\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceThresholds(format: EnumFormat): SoftwareEleganceThresholdsEnum\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile(format: EnumFormat): SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData(format: EnumFormat): WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial(format: EnumFormat): WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast(format: EnumFormat): SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile(format: EnumFormat): SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview(format: EnumFormat): StatusReviewEnum\r\n consent(format: EnumFormat): ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice(format: EnumFormat): GDPRContentOfNoticeEnum\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO(format: EnumFormat): RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO(format: EnumFormat): RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n workRecoveryTimeWRT(format: EnumFormat): WorkRecoveryTimeWRTEnum\r\n maximumTolerableDowntimeMTD(format: EnumFormat): MaximumTolerableDowntimeMTDEnum\r\n sLALevel(format: EnumFormat): SLALevelEnum\r\n applicationValidationDate(format: String, timeOffset: String): CustomDate\r\n dataFreshness(format: EnumFormat): DataFreshnessEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n applicationTemplate(format: EnumFormat): ApplicationTemplateEnum\r\n deploymentDate(format: String, timeOffset: String): CustomDate\r\n operatingApplicationDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n cASTHighlightCampaign_CastHighlightCampaign(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaign]\r\n cASTHighlightCampaign_CastHighlightCampaignAggregatedValues(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaignAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n softwareTechnologyStack(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStack]\r\n softwareTechnologyStackAggregatedValues(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology_UsedTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnology_UsedTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n softwareInstallation(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallationAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n applicationOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n softwareDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n iTOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n businessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_Application]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n globalApplicationFlowMap(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n globalApplicationFlowMapAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n sentApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n sentApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n receivedApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n sentApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n sentApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n receivedApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_VariantObject(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Application]\r\n application_VariantObjectAggregatedValues(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n application_VariedObject(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Application]\r\n application_VariedObjectAggregatedValues(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n businessCapability(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_Application]\r\n businessCapabilityAggregatedValues(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [BusinessCapabilityAggregatedValues]\r\n businessLine(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_Application]\r\n businessLineAggregatedValues(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [BusinessLineAggregatedValues]\r\n functionality(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_Application]\r\n functionalityAggregatedValues(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [FunctionalityAggregatedValues]\r\n businessProcess(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_Application]\r\n businessProcessAggregatedValues(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [BusinessProcessAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter {\r\n and: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter!]\r\n or: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\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 applicationCode_empty: Boolean\r\n cloudComputing: CloudComputingEnum\r\n cloudComputing_not: CloudComputingEnum\r\n cloudComputing_in: [CloudComputingEnum!]\r\n cloudComputing_not_in: [CloudComputingEnum!]\r\n cloudComputing_empty: Boolean\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 versionNumber_empty: Boolean\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 requiredMemorySize_empty: Boolean\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationStereotype_not: ApplicationStereotypeEnum\r\n applicationStereotype_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_not_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_empty: Boolean\r\n applicationType: ApplicationTypeEnum\r\n applicationType_not: ApplicationTypeEnum\r\n applicationType_in: [ApplicationTypeEnum!]\r\n applicationType_not_in: [ApplicationTypeEnum!]\r\n applicationType_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n globalExpense: CustomFloat\r\n globalExpense_not: CustomFloat\r\n globalExpense_in: [CustomFloat!]\r\n globalExpense_not_in: [CustomFloat!]\r\n globalExpense_lt: CustomFloat\r\n globalExpense_lte: CustomFloat\r\n globalExpense_gt: CustomFloat\r\n globalExpense_gte: CustomFloat\r\n globalExpense_empty: Boolean\r\n currentNumberOfUsers: CustomInt\r\n currentNumberOfUsers_not: CustomInt\r\n currentNumberOfUsers_in: [CustomInt!]\r\n currentNumberOfUsers_not_in: [CustomInt!]\r\n currentNumberOfUsers_lt: CustomInt\r\n currentNumberOfUsers_lte: CustomInt\r\n currentNumberOfUsers_gt: CustomInt\r\n currentNumberOfUsers_gte: CustomInt\r\n currentNumberOfUsers_empty: Boolean\r\n costPerUser: CustomFloat\r\n costPerUser_not: CustomFloat\r\n costPerUser_in: [CustomFloat!]\r\n costPerUser_not_in: [CustomFloat!]\r\n costPerUser_lt: CustomFloat\r\n costPerUser_lte: CustomFloat\r\n costPerUser_gt: CustomFloat\r\n costPerUser_gte: CustomFloat\r\n costPerUser_empty: Boolean\r\n rankAPM: RankAPMEnum\r\n rankAPM_not: RankAPMEnum\r\n rankAPM_in: [RankAPMEnum!]\r\n rankAPM_not_in: [RankAPMEnum!]\r\n rankAPM_empty: Boolean\r\n technologyCompliance: TechnologyComplianceEnum\r\n technologyCompliance_not: TechnologyComplianceEnum\r\n technologyCompliance_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_not_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\r\n businessValueAPM: BusinessValueAPMEnum\r\n businessValueAPM_not: BusinessValueAPMEnum\r\n businessValueAPM_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_not_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_empty: Boolean\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n functionalSupportAPM_not: FunctionalSupportAPMEnum\r\n functionalSupportAPM_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_not_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_empty: Boolean\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_not: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_not_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n closingDateCast: CustomDate\r\n closingDateCast_not: CustomDate\r\n closingDateCast_in: [CustomDate!]\r\n closingDateCast_not_in: [CustomDate!]\r\n closingDateCast_lt: CustomDate\r\n closingDateCast_lte: CustomDate\r\n closingDateCast_gt: CustomDate\r\n closingDateCast_gte: CustomDate\r\n closingDateCast_empty: Boolean\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_not: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_lt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_lte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_empty: Boolean\r\n softwareResiliency: SoftwareResiliencyEnum\r\n softwareResiliency_not: SoftwareResiliencyEnum\r\n softwareResiliency_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_not_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_empty: Boolean\r\n softwareAgilityScore: CustomFloat\r\n softwareAgilityScore_not: CustomFloat\r\n softwareAgilityScore_in: [CustomFloat!]\r\n softwareAgilityScore_not_in: [CustomFloat!]\r\n softwareAgilityScore_lt: CustomFloat\r\n softwareAgilityScore_lte: CustomFloat\r\n softwareAgilityScore_gt: CustomFloat\r\n softwareAgilityScore_gte: CustomFloat\r\n softwareAgilityScore_empty: Boolean\r\n softwareAgility: SoftwareAgilityEnum\r\n softwareAgility_not: SoftwareAgilityEnum\r\n softwareAgility_in: [SoftwareAgilityEnum!]\r\n softwareAgility_not_in: [SoftwareAgilityEnum!]\r\n softwareAgility_empty: Boolean\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceScoreCASTHighligh_not: CustomFloat\r\n softwareEleganceScoreCASTHighligh_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_lt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_lte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_empty: Boolean\r\n softwareEleganceThresholds: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_not: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_not_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_empty: Boolean\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScoreCASTHighlight_not: CustomFloat\r\n cloudReadyScoreCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_lt: CustomFloat\r\n cloudReadyScoreCASTHighlight_lte: CustomFloat\r\n cloudReadyScoreCASTHighlight_gt: CustomFloat\r\n cloudReadyScoreCASTHighlight_gte: CustomFloat\r\n cloudReadyScoreCASTHighlight_empty: Boolean\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight_not: CustomFloat\r\n cloudReadyScanCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_lt: CustomFloat\r\n cloudReadyScanCASTHighlight_lte: CustomFloat\r\n cloudReadyScanCASTHighlight_gt: CustomFloat\r\n cloudReadyScanCASTHighlight_gte: CustomFloat\r\n cloudReadyScanCASTHighlight_empty: Boolean\r\n technicalDebtCast: CustomFloat\r\n technicalDebtCast_not: CustomFloat\r\n technicalDebtCast_in: [CustomFloat!]\r\n technicalDebtCast_not_in: [CustomFloat!]\r\n technicalDebtCast_lt: CustomFloat\r\n technicalDebtCast_lte: CustomFloat\r\n technicalDebtCast_gt: CustomFloat\r\n technicalDebtCast_gte: CustomFloat\r\n technicalDebtCast_empty: Boolean\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfLinesOfCodeCast_not: CustomInt\r\n numberOfLinesOfCodeCast_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_not_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_lt: CustomInt\r\n numberOfLinesOfCodeCast_lte: CustomInt\r\n numberOfLinesOfCodeCast_gt: CustomInt\r\n numberOfLinesOfCodeCast_gte: CustomInt\r\n numberOfLinesOfCodeCast_empty: Boolean\r\n numberOfFilesCast: CustomInt\r\n numberOfFilesCast_not: CustomInt\r\n numberOfFilesCast_in: [CustomInt!]\r\n numberOfFilesCast_not_in: [CustomInt!]\r\n numberOfFilesCast_lt: CustomInt\r\n numberOfFilesCast_lte: CustomInt\r\n numberOfFilesCast_gt: CustomInt\r\n numberOfFilesCast_gte: CustomInt\r\n numberOfFilesCast_empty: Boolean\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_not: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_not_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_lt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_lte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_empty: Boolean\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_not: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_not_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_empty: Boolean\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_not: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_not_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_empty: Boolean\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_not: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_empty: Boolean\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_not: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_not_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_empty: Boolean\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_not: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_not_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_empty: Boolean\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 detailsCast_empty: Boolean\r\n statusReview: StatusReviewEnum\r\n statusReview_not: StatusReviewEnum\r\n statusReview_in: [StatusReviewEnum!]\r\n statusReview_not_in: [StatusReviewEnum!]\r\n statusReview_empty: Boolean\r\n consent: ConsentEnum\r\n consent_not: ConsentEnum\r\n consent_in: [ConsentEnum!]\r\n consent_not_in: [ConsentEnum!]\r\n consent_empty: Boolean\r\n cost: CustomFloat\r\n cost_not: CustomFloat\r\n cost_in: [CustomFloat!]\r\n cost_not_in: [CustomFloat!]\r\n cost_lt: CustomFloat\r\n cost_lte: CustomFloat\r\n cost_gt: CustomFloat\r\n cost_gte: CustomFloat\r\n cost_empty: Boolean\r\n revenue: CustomFloat\r\n revenue_not: CustomFloat\r\n revenue_in: [CustomFloat!]\r\n revenue_not_in: [CustomFloat!]\r\n revenue_lt: CustomFloat\r\n revenue_lte: CustomFloat\r\n revenue_gt: CustomFloat\r\n revenue_gte: CustomFloat\r\n revenue_empty: Boolean\r\n rOIPercentage: CustomFloat\r\n rOIPercentage_not: CustomFloat\r\n rOIPercentage_in: [CustomFloat!]\r\n rOIPercentage_not_in: [CustomFloat!]\r\n rOIPercentage_lt: CustomFloat\r\n rOIPercentage_lte: CustomFloat\r\n rOIPercentage_gt: CustomFloat\r\n rOIPercentage_gte: CustomFloat\r\n rOIPercentage_empty: Boolean\r\n rOIRate: CustomFloat\r\n rOIRate_not: CustomFloat\r\n rOIRate_in: [CustomFloat!]\r\n rOIRate_not_in: [CustomFloat!]\r\n rOIRate_lt: CustomFloat\r\n rOIRate_lte: CustomFloat\r\n rOIRate_gt: CustomFloat\r\n rOIRate_gte: CustomFloat\r\n rOIRate_empty: Boolean\r\n costRate: CustomFloat\r\n costRate_not: CustomFloat\r\n costRate_in: [CustomFloat!]\r\n costRate_not_in: [CustomFloat!]\r\n costRate_lt: CustomFloat\r\n costRate_lte: CustomFloat\r\n costRate_gt: CustomFloat\r\n costRate_gte: CustomFloat\r\n costRate_empty: Boolean\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_not: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_not_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_not: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_not_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_empty: Boolean\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_not: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_not_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_not: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_not_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_empty: Boolean\r\n maximumTolerableDowntimeMTD: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_not: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_not_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_empty: Boolean\r\n sLALevel: SLALevelEnum\r\n sLALevel_not: SLALevelEnum\r\n sLALevel_in: [SLALevelEnum!]\r\n sLALevel_not_in: [SLALevelEnum!]\r\n sLALevel_empty: Boolean\r\n applicationValidationDate: CustomDate\r\n applicationValidationDate_not: CustomDate\r\n applicationValidationDate_in: [CustomDate!]\r\n applicationValidationDate_not_in: [CustomDate!]\r\n applicationValidationDate_lt: CustomDate\r\n applicationValidationDate_lte: CustomDate\r\n applicationValidationDate_gt: CustomDate\r\n applicationValidationDate_gte: CustomDate\r\n applicationValidationDate_empty: Boolean\r\n dataFreshness: DataFreshnessEnum\r\n dataFreshness_not: DataFreshnessEnum\r\n dataFreshness_in: [DataFreshnessEnum!]\r\n dataFreshness_not_in: [DataFreshnessEnum!]\r\n dataFreshness_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n applicationTemplate: ApplicationTemplateEnum\r\n applicationTemplate_not: ApplicationTemplateEnum\r\n applicationTemplate_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_not_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_empty: Boolean\r\n deploymentDate: CustomDate\r\n deploymentDate_not: CustomDate\r\n deploymentDate_in: [CustomDate!]\r\n deploymentDate_not_in: [CustomDate!]\r\n deploymentDate_lt: CustomDate\r\n deploymentDate_lte: CustomDate\r\n deploymentDate_gt: CustomDate\r\n deploymentDate_gte: CustomDate\r\n deploymentDate_empty: Boolean\r\n operatingApplicationDate: CustomDate\r\n operatingApplicationDate_not: CustomDate\r\n operatingApplicationDate_in: [CustomDate!]\r\n operatingApplicationDate_not_in: [CustomDate!]\r\n operatingApplicationDate_lt: CustomDate\r\n operatingApplicationDate_lte: CustomDate\r\n operatingApplicationDate_gt: CustomDate\r\n operatingApplicationDate_gte: CustomDate\r\n operatingApplicationDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n applicationOwner_PersonSystem_some: [PersonSystemFilter!]\r\n applicationOwner_PersonSystem_count: countFilter\r\n softwareDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n softwareDesigner_PersonSystem_count: countFilter\r\n iTOwner_PersonSystem_some: [PersonSystemFilter!]\r\n iTOwner_PersonSystem_count: countFilter\r\n businessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n businessOwner_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n globalApplicationFlowMap_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_count: countFilter\r\n sentApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ContributingApplication_count: countFilter\r\n receivedApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ContributingApplication_count: countFilter\r\n cASTHighlightCampaign_CastHighlightCampaign_some: [CASTHighlightCampaignFilter!]\r\n cASTHighlightCampaign_CastHighlightCampaign_count: countFilter\r\n sentApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ApplicationParticipant_count: countFilter\r\n receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ApplicationParticipant_count: countFilter\r\n application_VariantObject_some: [ApplicationFilter!]\r\n application_VariantObject_count: countFilter\r\n application_VariedObject_some: [ApplicationFilter!]\r\n application_VariedObject_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n functionality_some: [FunctionalityFilter!]\r\n functionality_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n softwareTechnology_UsedTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_UsedTechnology_count: countFilter\r\n softwareInstallation_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n}\r\n\r\nenum Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 softwareResiliency_ASC\r\n softwareResiliency_DESC\r\n softwareAgilityScore_ASC\r\n softwareAgilityScore_DESC\r\n softwareAgility_ASC\r\n softwareAgility_DESC\r\n softwareEleganceScoreCASTHighligh_ASC\r\n softwareEleganceScoreCASTHighligh_DESC\r\n softwareEleganceThresholds_ASC\r\n softwareEleganceThresholds_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 softwareResiliencyQuartile_ASC\r\n softwareResiliencyQuartile_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 softwareEleganceQuartile_ASC\r\n softwareEleganceQuartile_DESC\r\n detailsCast_ASC\r\n detailsCast_DESC\r\n statusReview_ASC\r\n statusReview_DESC\r\n consent_ASC\r\n consent_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n applicationCode: String\r\n cloudComputing(format: EnumFormat): CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype(format: EnumFormat): ApplicationStereotypeEnum\r\n applicationType(format: EnumFormat): ApplicationTypeEnum\r\n currentState: GraphQLObjectInterface\r\n globalExpense: CustomFloat\r\n currentNumberOfUsers: CustomInt\r\n costPerUser: CustomFloat\r\n rankAPM(format: EnumFormat): RankAPMEnum\r\n technologyCompliance(format: EnumFormat): TechnologyComplianceEnum\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n cASTHighlightID: CustomInt\r\n businessValueAPM(format: EnumFormat): BusinessValueAPMEnum\r\n functionalSupportAPM(format: EnumFormat): FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM(format: EnumFormat): TechnicalEfficiencyAPMEnum\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n closingDateCast(format: String, timeOffset: String): CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliency(format: EnumFormat): SoftwareResiliencyEnum\r\n softwareAgilityScore: CustomFloat\r\n softwareAgility(format: EnumFormat): SoftwareAgilityEnum\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceThresholds(format: EnumFormat): SoftwareEleganceThresholdsEnum\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile(format: EnumFormat): SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData(format: EnumFormat): WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial(format: EnumFormat): WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast(format: EnumFormat): SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile(format: EnumFormat): SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview(format: EnumFormat): StatusReviewEnum\r\n consent(format: EnumFormat): ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice(format: EnumFormat): GDPRContentOfNoticeEnum\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO(format: EnumFormat): RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO(format: EnumFormat): RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n workRecoveryTimeWRT(format: EnumFormat): WorkRecoveryTimeWRTEnum\r\n maximumTolerableDowntimeMTD(format: EnumFormat): MaximumTolerableDowntimeMTDEnum\r\n sLALevel(format: EnumFormat): SLALevelEnum\r\n applicationValidationDate(format: String, timeOffset: String): CustomDate\r\n dataFreshness(format: EnumFormat): DataFreshnessEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n applicationTemplate(format: EnumFormat): ApplicationTemplateEnum\r\n deploymentDate(format: String, timeOffset: String): CustomDate\r\n operatingApplicationDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n cASTHighlightCampaign_CastHighlightCampaign(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaign]\r\n cASTHighlightCampaign_CastHighlightCampaignAggregatedValues(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaignAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n softwareTechnologyStack(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStack]\r\n softwareTechnologyStackAggregatedValues(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology_UsedTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnology_UsedTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n softwareInstallation(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallationAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n applicationOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n softwareDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n iTOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n businessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_Application]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n globalApplicationFlowMap(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n globalApplicationFlowMapAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n sentApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n sentApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n receivedApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n sentApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n sentApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n receivedApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_VariantObject(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Application]\r\n application_VariantObjectAggregatedValues(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n application_VariedObject(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Application]\r\n application_VariedObjectAggregatedValues(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n businessCapability(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_Application]\r\n businessCapabilityAggregatedValues(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [BusinessCapabilityAggregatedValues]\r\n businessLine(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_Application]\r\n businessLineAggregatedValues(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [BusinessLineAggregatedValues]\r\n functionality(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_Application]\r\n functionalityAggregatedValues(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [FunctionalityAggregatedValues]\r\n businessProcess(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_Application]\r\n businessProcessAggregatedValues(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [BusinessProcessAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter {\r\n and: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter!]\r\n or: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\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 applicationCode_empty: Boolean\r\n cloudComputing: CloudComputingEnum\r\n cloudComputing_not: CloudComputingEnum\r\n cloudComputing_in: [CloudComputingEnum!]\r\n cloudComputing_not_in: [CloudComputingEnum!]\r\n cloudComputing_empty: Boolean\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 versionNumber_empty: Boolean\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 requiredMemorySize_empty: Boolean\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationStereotype_not: ApplicationStereotypeEnum\r\n applicationStereotype_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_not_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_empty: Boolean\r\n applicationType: ApplicationTypeEnum\r\n applicationType_not: ApplicationTypeEnum\r\n applicationType_in: [ApplicationTypeEnum!]\r\n applicationType_not_in: [ApplicationTypeEnum!]\r\n applicationType_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n globalExpense: CustomFloat\r\n globalExpense_not: CustomFloat\r\n globalExpense_in: [CustomFloat!]\r\n globalExpense_not_in: [CustomFloat!]\r\n globalExpense_lt: CustomFloat\r\n globalExpense_lte: CustomFloat\r\n globalExpense_gt: CustomFloat\r\n globalExpense_gte: CustomFloat\r\n globalExpense_empty: Boolean\r\n currentNumberOfUsers: CustomInt\r\n currentNumberOfUsers_not: CustomInt\r\n currentNumberOfUsers_in: [CustomInt!]\r\n currentNumberOfUsers_not_in: [CustomInt!]\r\n currentNumberOfUsers_lt: CustomInt\r\n currentNumberOfUsers_lte: CustomInt\r\n currentNumberOfUsers_gt: CustomInt\r\n currentNumberOfUsers_gte: CustomInt\r\n currentNumberOfUsers_empty: Boolean\r\n costPerUser: CustomFloat\r\n costPerUser_not: CustomFloat\r\n costPerUser_in: [CustomFloat!]\r\n costPerUser_not_in: [CustomFloat!]\r\n costPerUser_lt: CustomFloat\r\n costPerUser_lte: CustomFloat\r\n costPerUser_gt: CustomFloat\r\n costPerUser_gte: CustomFloat\r\n costPerUser_empty: Boolean\r\n rankAPM: RankAPMEnum\r\n rankAPM_not: RankAPMEnum\r\n rankAPM_in: [RankAPMEnum!]\r\n rankAPM_not_in: [RankAPMEnum!]\r\n rankAPM_empty: Boolean\r\n technologyCompliance: TechnologyComplianceEnum\r\n technologyCompliance_not: TechnologyComplianceEnum\r\n technologyCompliance_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_not_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\r\n businessValueAPM: BusinessValueAPMEnum\r\n businessValueAPM_not: BusinessValueAPMEnum\r\n businessValueAPM_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_not_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_empty: Boolean\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n functionalSupportAPM_not: FunctionalSupportAPMEnum\r\n functionalSupportAPM_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_not_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_empty: Boolean\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_not: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_not_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n closingDateCast: CustomDate\r\n closingDateCast_not: CustomDate\r\n closingDateCast_in: [CustomDate!]\r\n closingDateCast_not_in: [CustomDate!]\r\n closingDateCast_lt: CustomDate\r\n closingDateCast_lte: CustomDate\r\n closingDateCast_gt: CustomDate\r\n closingDateCast_gte: CustomDate\r\n closingDateCast_empty: Boolean\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_not: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_lt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_lte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_empty: Boolean\r\n softwareResiliency: SoftwareResiliencyEnum\r\n softwareResiliency_not: SoftwareResiliencyEnum\r\n softwareResiliency_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_not_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_empty: Boolean\r\n softwareAgilityScore: CustomFloat\r\n softwareAgilityScore_not: CustomFloat\r\n softwareAgilityScore_in: [CustomFloat!]\r\n softwareAgilityScore_not_in: [CustomFloat!]\r\n softwareAgilityScore_lt: CustomFloat\r\n softwareAgilityScore_lte: CustomFloat\r\n softwareAgilityScore_gt: CustomFloat\r\n softwareAgilityScore_gte: CustomFloat\r\n softwareAgilityScore_empty: Boolean\r\n softwareAgility: SoftwareAgilityEnum\r\n softwareAgility_not: SoftwareAgilityEnum\r\n softwareAgility_in: [SoftwareAgilityEnum!]\r\n softwareAgility_not_in: [SoftwareAgilityEnum!]\r\n softwareAgility_empty: Boolean\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceScoreCASTHighligh_not: CustomFloat\r\n softwareEleganceScoreCASTHighligh_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_lt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_lte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_empty: Boolean\r\n softwareEleganceThresholds: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_not: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_not_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_empty: Boolean\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScoreCASTHighlight_not: CustomFloat\r\n cloudReadyScoreCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_lt: CustomFloat\r\n cloudReadyScoreCASTHighlight_lte: CustomFloat\r\n cloudReadyScoreCASTHighlight_gt: CustomFloat\r\n cloudReadyScoreCASTHighlight_gte: CustomFloat\r\n cloudReadyScoreCASTHighlight_empty: Boolean\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight_not: CustomFloat\r\n cloudReadyScanCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_lt: CustomFloat\r\n cloudReadyScanCASTHighlight_lte: CustomFloat\r\n cloudReadyScanCASTHighlight_gt: CustomFloat\r\n cloudReadyScanCASTHighlight_gte: CustomFloat\r\n cloudReadyScanCASTHighlight_empty: Boolean\r\n technicalDebtCast: CustomFloat\r\n technicalDebtCast_not: CustomFloat\r\n technicalDebtCast_in: [CustomFloat!]\r\n technicalDebtCast_not_in: [CustomFloat!]\r\n technicalDebtCast_lt: CustomFloat\r\n technicalDebtCast_lte: CustomFloat\r\n technicalDebtCast_gt: CustomFloat\r\n technicalDebtCast_gte: CustomFloat\r\n technicalDebtCast_empty: Boolean\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfLinesOfCodeCast_not: CustomInt\r\n numberOfLinesOfCodeCast_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_not_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_lt: CustomInt\r\n numberOfLinesOfCodeCast_lte: CustomInt\r\n numberOfLinesOfCodeCast_gt: CustomInt\r\n numberOfLinesOfCodeCast_gte: CustomInt\r\n numberOfLinesOfCodeCast_empty: Boolean\r\n numberOfFilesCast: CustomInt\r\n numberOfFilesCast_not: CustomInt\r\n numberOfFilesCast_in: [CustomInt!]\r\n numberOfFilesCast_not_in: [CustomInt!]\r\n numberOfFilesCast_lt: CustomInt\r\n numberOfFilesCast_lte: CustomInt\r\n numberOfFilesCast_gt: CustomInt\r\n numberOfFilesCast_gte: CustomInt\r\n numberOfFilesCast_empty: Boolean\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_not: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_not_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_lt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_lte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_empty: Boolean\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_not: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_not_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_empty: Boolean\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_not: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_not_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_empty: Boolean\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_not: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_empty: Boolean\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_not: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_not_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_empty: Boolean\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_not: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_not_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_empty: Boolean\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 detailsCast_empty: Boolean\r\n statusReview: StatusReviewEnum\r\n statusReview_not: StatusReviewEnum\r\n statusReview_in: [StatusReviewEnum!]\r\n statusReview_not_in: [StatusReviewEnum!]\r\n statusReview_empty: Boolean\r\n consent: ConsentEnum\r\n consent_not: ConsentEnum\r\n consent_in: [ConsentEnum!]\r\n consent_not_in: [ConsentEnum!]\r\n consent_empty: Boolean\r\n cost: CustomFloat\r\n cost_not: CustomFloat\r\n cost_in: [CustomFloat!]\r\n cost_not_in: [CustomFloat!]\r\n cost_lt: CustomFloat\r\n cost_lte: CustomFloat\r\n cost_gt: CustomFloat\r\n cost_gte: CustomFloat\r\n cost_empty: Boolean\r\n revenue: CustomFloat\r\n revenue_not: CustomFloat\r\n revenue_in: [CustomFloat!]\r\n revenue_not_in: [CustomFloat!]\r\n revenue_lt: CustomFloat\r\n revenue_lte: CustomFloat\r\n revenue_gt: CustomFloat\r\n revenue_gte: CustomFloat\r\n revenue_empty: Boolean\r\n rOIPercentage: CustomFloat\r\n rOIPercentage_not: CustomFloat\r\n rOIPercentage_in: [CustomFloat!]\r\n rOIPercentage_not_in: [CustomFloat!]\r\n rOIPercentage_lt: CustomFloat\r\n rOIPercentage_lte: CustomFloat\r\n rOIPercentage_gt: CustomFloat\r\n rOIPercentage_gte: CustomFloat\r\n rOIPercentage_empty: Boolean\r\n rOIRate: CustomFloat\r\n rOIRate_not: CustomFloat\r\n rOIRate_in: [CustomFloat!]\r\n rOIRate_not_in: [CustomFloat!]\r\n rOIRate_lt: CustomFloat\r\n rOIRate_lte: CustomFloat\r\n rOIRate_gt: CustomFloat\r\n rOIRate_gte: CustomFloat\r\n rOIRate_empty: Boolean\r\n costRate: CustomFloat\r\n costRate_not: CustomFloat\r\n costRate_in: [CustomFloat!]\r\n costRate_not_in: [CustomFloat!]\r\n costRate_lt: CustomFloat\r\n costRate_lte: CustomFloat\r\n costRate_gt: CustomFloat\r\n costRate_gte: CustomFloat\r\n costRate_empty: Boolean\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_not: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_not_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_not: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_not_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_empty: Boolean\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_not: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_not_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_not: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_not_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_empty: Boolean\r\n maximumTolerableDowntimeMTD: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_not: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_not_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_empty: Boolean\r\n sLALevel: SLALevelEnum\r\n sLALevel_not: SLALevelEnum\r\n sLALevel_in: [SLALevelEnum!]\r\n sLALevel_not_in: [SLALevelEnum!]\r\n sLALevel_empty: Boolean\r\n applicationValidationDate: CustomDate\r\n applicationValidationDate_not: CustomDate\r\n applicationValidationDate_in: [CustomDate!]\r\n applicationValidationDate_not_in: [CustomDate!]\r\n applicationValidationDate_lt: CustomDate\r\n applicationValidationDate_lte: CustomDate\r\n applicationValidationDate_gt: CustomDate\r\n applicationValidationDate_gte: CustomDate\r\n applicationValidationDate_empty: Boolean\r\n dataFreshness: DataFreshnessEnum\r\n dataFreshness_not: DataFreshnessEnum\r\n dataFreshness_in: [DataFreshnessEnum!]\r\n dataFreshness_not_in: [DataFreshnessEnum!]\r\n dataFreshness_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n applicationTemplate: ApplicationTemplateEnum\r\n applicationTemplate_not: ApplicationTemplateEnum\r\n applicationTemplate_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_not_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_empty: Boolean\r\n deploymentDate: CustomDate\r\n deploymentDate_not: CustomDate\r\n deploymentDate_in: [CustomDate!]\r\n deploymentDate_not_in: [CustomDate!]\r\n deploymentDate_lt: CustomDate\r\n deploymentDate_lte: CustomDate\r\n deploymentDate_gt: CustomDate\r\n deploymentDate_gte: CustomDate\r\n deploymentDate_empty: Boolean\r\n operatingApplicationDate: CustomDate\r\n operatingApplicationDate_not: CustomDate\r\n operatingApplicationDate_in: [CustomDate!]\r\n operatingApplicationDate_not_in: [CustomDate!]\r\n operatingApplicationDate_lt: CustomDate\r\n operatingApplicationDate_lte: CustomDate\r\n operatingApplicationDate_gt: CustomDate\r\n operatingApplicationDate_gte: CustomDate\r\n operatingApplicationDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n applicationOwner_PersonSystem_some: [PersonSystemFilter!]\r\n applicationOwner_PersonSystem_count: countFilter\r\n softwareDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n softwareDesigner_PersonSystem_count: countFilter\r\n iTOwner_PersonSystem_some: [PersonSystemFilter!]\r\n iTOwner_PersonSystem_count: countFilter\r\n businessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n businessOwner_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n globalApplicationFlowMap_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_count: countFilter\r\n sentApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ContributingApplication_count: countFilter\r\n receivedApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ContributingApplication_count: countFilter\r\n cASTHighlightCampaign_CastHighlightCampaign_some: [CASTHighlightCampaignFilter!]\r\n cASTHighlightCampaign_CastHighlightCampaign_count: countFilter\r\n sentApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ApplicationParticipant_count: countFilter\r\n receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ApplicationParticipant_count: countFilter\r\n application_VariantObject_some: [ApplicationFilter!]\r\n application_VariantObject_count: countFilter\r\n application_VariedObject_some: [ApplicationFilter!]\r\n application_VariedObject_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n functionality_some: [FunctionalityFilter!]\r\n functionality_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n softwareTechnology_UsedTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_UsedTechnology_count: countFilter\r\n softwareInstallation_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n}\r\n\r\nenum Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 softwareResiliency_ASC\r\n softwareResiliency_DESC\r\n softwareAgilityScore_ASC\r\n softwareAgilityScore_DESC\r\n softwareAgility_ASC\r\n softwareAgility_DESC\r\n softwareEleganceScoreCASTHighligh_ASC\r\n softwareEleganceScoreCASTHighligh_DESC\r\n softwareEleganceThresholds_ASC\r\n softwareEleganceThresholds_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 softwareResiliencyQuartile_ASC\r\n softwareResiliencyQuartile_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 softwareEleganceQuartile_ASC\r\n softwareEleganceQuartile_DESC\r\n detailsCast_ASC\r\n detailsCast_DESC\r\n statusReview_ASC\r\n statusReview_DESC\r\n consent_ASC\r\n consent_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesigner implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n applicationCode: String\r\n cloudComputing(format: EnumFormat): CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype(format: EnumFormat): ApplicationStereotypeEnum\r\n applicationType(format: EnumFormat): ApplicationTypeEnum\r\n currentState: GraphQLObjectInterface\r\n globalExpense: CustomFloat\r\n currentNumberOfUsers: CustomInt\r\n costPerUser: CustomFloat\r\n rankAPM(format: EnumFormat): RankAPMEnum\r\n technologyCompliance(format: EnumFormat): TechnologyComplianceEnum\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n cASTHighlightID: CustomInt\r\n businessValueAPM(format: EnumFormat): BusinessValueAPMEnum\r\n functionalSupportAPM(format: EnumFormat): FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM(format: EnumFormat): TechnicalEfficiencyAPMEnum\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n closingDateCast(format: String, timeOffset: String): CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliency(format: EnumFormat): SoftwareResiliencyEnum\r\n softwareAgilityScore: CustomFloat\r\n softwareAgility(format: EnumFormat): SoftwareAgilityEnum\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceThresholds(format: EnumFormat): SoftwareEleganceThresholdsEnum\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile(format: EnumFormat): SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData(format: EnumFormat): WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial(format: EnumFormat): WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast(format: EnumFormat): SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile(format: EnumFormat): SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview(format: EnumFormat): StatusReviewEnum\r\n consent(format: EnumFormat): ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice(format: EnumFormat): GDPRContentOfNoticeEnum\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO(format: EnumFormat): RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO(format: EnumFormat): RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n workRecoveryTimeWRT(format: EnumFormat): WorkRecoveryTimeWRTEnum\r\n maximumTolerableDowntimeMTD(format: EnumFormat): MaximumTolerableDowntimeMTDEnum\r\n sLALevel(format: EnumFormat): SLALevelEnum\r\n applicationValidationDate(format: String, timeOffset: String): CustomDate\r\n dataFreshness(format: EnumFormat): DataFreshnessEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n applicationTemplate(format: EnumFormat): ApplicationTemplateEnum\r\n deploymentDate(format: String, timeOffset: String): CustomDate\r\n operatingApplicationDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n cASTHighlightCampaign_CastHighlightCampaign(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaign]\r\n cASTHighlightCampaign_CastHighlightCampaignAggregatedValues(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaignAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n softwareTechnologyStack(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStack]\r\n softwareTechnologyStackAggregatedValues(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology_UsedTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnology_UsedTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n softwareInstallation(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallationAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n applicationOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n softwareDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n iTOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n businessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_Application]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n globalApplicationFlowMap(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n globalApplicationFlowMapAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n sentApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n sentApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n receivedApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n sentApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n sentApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n receivedApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_VariantObject(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Application]\r\n application_VariantObjectAggregatedValues(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n application_VariedObject(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Application]\r\n application_VariedObjectAggregatedValues(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n businessCapability(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_Application]\r\n businessCapabilityAggregatedValues(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [BusinessCapabilityAggregatedValues]\r\n businessLine(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_Application]\r\n businessLineAggregatedValues(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [BusinessLineAggregatedValues]\r\n functionality(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_Application]\r\n functionalityAggregatedValues(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [FunctionalityAggregatedValues]\r\n businessProcess(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_Application]\r\n businessProcessAggregatedValues(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [BusinessProcessAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter {\r\n and: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter!]\r\n or: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\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 applicationCode_empty: Boolean\r\n cloudComputing: CloudComputingEnum\r\n cloudComputing_not: CloudComputingEnum\r\n cloudComputing_in: [CloudComputingEnum!]\r\n cloudComputing_not_in: [CloudComputingEnum!]\r\n cloudComputing_empty: Boolean\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 versionNumber_empty: Boolean\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 requiredMemorySize_empty: Boolean\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationStereotype_not: ApplicationStereotypeEnum\r\n applicationStereotype_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_not_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_empty: Boolean\r\n applicationType: ApplicationTypeEnum\r\n applicationType_not: ApplicationTypeEnum\r\n applicationType_in: [ApplicationTypeEnum!]\r\n applicationType_not_in: [ApplicationTypeEnum!]\r\n applicationType_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n globalExpense: CustomFloat\r\n globalExpense_not: CustomFloat\r\n globalExpense_in: [CustomFloat!]\r\n globalExpense_not_in: [CustomFloat!]\r\n globalExpense_lt: CustomFloat\r\n globalExpense_lte: CustomFloat\r\n globalExpense_gt: CustomFloat\r\n globalExpense_gte: CustomFloat\r\n globalExpense_empty: Boolean\r\n currentNumberOfUsers: CustomInt\r\n currentNumberOfUsers_not: CustomInt\r\n currentNumberOfUsers_in: [CustomInt!]\r\n currentNumberOfUsers_not_in: [CustomInt!]\r\n currentNumberOfUsers_lt: CustomInt\r\n currentNumberOfUsers_lte: CustomInt\r\n currentNumberOfUsers_gt: CustomInt\r\n currentNumberOfUsers_gte: CustomInt\r\n currentNumberOfUsers_empty: Boolean\r\n costPerUser: CustomFloat\r\n costPerUser_not: CustomFloat\r\n costPerUser_in: [CustomFloat!]\r\n costPerUser_not_in: [CustomFloat!]\r\n costPerUser_lt: CustomFloat\r\n costPerUser_lte: CustomFloat\r\n costPerUser_gt: CustomFloat\r\n costPerUser_gte: CustomFloat\r\n costPerUser_empty: Boolean\r\n rankAPM: RankAPMEnum\r\n rankAPM_not: RankAPMEnum\r\n rankAPM_in: [RankAPMEnum!]\r\n rankAPM_not_in: [RankAPMEnum!]\r\n rankAPM_empty: Boolean\r\n technologyCompliance: TechnologyComplianceEnum\r\n technologyCompliance_not: TechnologyComplianceEnum\r\n technologyCompliance_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_not_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\r\n businessValueAPM: BusinessValueAPMEnum\r\n businessValueAPM_not: BusinessValueAPMEnum\r\n businessValueAPM_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_not_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_empty: Boolean\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n functionalSupportAPM_not: FunctionalSupportAPMEnum\r\n functionalSupportAPM_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_not_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_empty: Boolean\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_not: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_not_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n closingDateCast: CustomDate\r\n closingDateCast_not: CustomDate\r\n closingDateCast_in: [CustomDate!]\r\n closingDateCast_not_in: [CustomDate!]\r\n closingDateCast_lt: CustomDate\r\n closingDateCast_lte: CustomDate\r\n closingDateCast_gt: CustomDate\r\n closingDateCast_gte: CustomDate\r\n closingDateCast_empty: Boolean\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_not: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_lt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_lte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_empty: Boolean\r\n softwareResiliency: SoftwareResiliencyEnum\r\n softwareResiliency_not: SoftwareResiliencyEnum\r\n softwareResiliency_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_not_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_empty: Boolean\r\n softwareAgilityScore: CustomFloat\r\n softwareAgilityScore_not: CustomFloat\r\n softwareAgilityScore_in: [CustomFloat!]\r\n softwareAgilityScore_not_in: [CustomFloat!]\r\n softwareAgilityScore_lt: CustomFloat\r\n softwareAgilityScore_lte: CustomFloat\r\n softwareAgilityScore_gt: CustomFloat\r\n softwareAgilityScore_gte: CustomFloat\r\n softwareAgilityScore_empty: Boolean\r\n softwareAgility: SoftwareAgilityEnum\r\n softwareAgility_not: SoftwareAgilityEnum\r\n softwareAgility_in: [SoftwareAgilityEnum!]\r\n softwareAgility_not_in: [SoftwareAgilityEnum!]\r\n softwareAgility_empty: Boolean\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceScoreCASTHighligh_not: CustomFloat\r\n softwareEleganceScoreCASTHighligh_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_lt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_lte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_empty: Boolean\r\n softwareEleganceThresholds: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_not: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_not_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_empty: Boolean\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScoreCASTHighlight_not: CustomFloat\r\n cloudReadyScoreCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_lt: CustomFloat\r\n cloudReadyScoreCASTHighlight_lte: CustomFloat\r\n cloudReadyScoreCASTHighlight_gt: CustomFloat\r\n cloudReadyScoreCASTHighlight_gte: CustomFloat\r\n cloudReadyScoreCASTHighlight_empty: Boolean\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight_not: CustomFloat\r\n cloudReadyScanCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_lt: CustomFloat\r\n cloudReadyScanCASTHighlight_lte: CustomFloat\r\n cloudReadyScanCASTHighlight_gt: CustomFloat\r\n cloudReadyScanCASTHighlight_gte: CustomFloat\r\n cloudReadyScanCASTHighlight_empty: Boolean\r\n technicalDebtCast: CustomFloat\r\n technicalDebtCast_not: CustomFloat\r\n technicalDebtCast_in: [CustomFloat!]\r\n technicalDebtCast_not_in: [CustomFloat!]\r\n technicalDebtCast_lt: CustomFloat\r\n technicalDebtCast_lte: CustomFloat\r\n technicalDebtCast_gt: CustomFloat\r\n technicalDebtCast_gte: CustomFloat\r\n technicalDebtCast_empty: Boolean\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfLinesOfCodeCast_not: CustomInt\r\n numberOfLinesOfCodeCast_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_not_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_lt: CustomInt\r\n numberOfLinesOfCodeCast_lte: CustomInt\r\n numberOfLinesOfCodeCast_gt: CustomInt\r\n numberOfLinesOfCodeCast_gte: CustomInt\r\n numberOfLinesOfCodeCast_empty: Boolean\r\n numberOfFilesCast: CustomInt\r\n numberOfFilesCast_not: CustomInt\r\n numberOfFilesCast_in: [CustomInt!]\r\n numberOfFilesCast_not_in: [CustomInt!]\r\n numberOfFilesCast_lt: CustomInt\r\n numberOfFilesCast_lte: CustomInt\r\n numberOfFilesCast_gt: CustomInt\r\n numberOfFilesCast_gte: CustomInt\r\n numberOfFilesCast_empty: Boolean\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_not: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_not_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_lt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_lte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_empty: Boolean\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_not: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_not_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_empty: Boolean\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_not: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_not_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_empty: Boolean\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_not: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_empty: Boolean\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_not: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_not_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_empty: Boolean\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_not: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_not_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_empty: Boolean\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 detailsCast_empty: Boolean\r\n statusReview: StatusReviewEnum\r\n statusReview_not: StatusReviewEnum\r\n statusReview_in: [StatusReviewEnum!]\r\n statusReview_not_in: [StatusReviewEnum!]\r\n statusReview_empty: Boolean\r\n consent: ConsentEnum\r\n consent_not: ConsentEnum\r\n consent_in: [ConsentEnum!]\r\n consent_not_in: [ConsentEnum!]\r\n consent_empty: Boolean\r\n cost: CustomFloat\r\n cost_not: CustomFloat\r\n cost_in: [CustomFloat!]\r\n cost_not_in: [CustomFloat!]\r\n cost_lt: CustomFloat\r\n cost_lte: CustomFloat\r\n cost_gt: CustomFloat\r\n cost_gte: CustomFloat\r\n cost_empty: Boolean\r\n revenue: CustomFloat\r\n revenue_not: CustomFloat\r\n revenue_in: [CustomFloat!]\r\n revenue_not_in: [CustomFloat!]\r\n revenue_lt: CustomFloat\r\n revenue_lte: CustomFloat\r\n revenue_gt: CustomFloat\r\n revenue_gte: CustomFloat\r\n revenue_empty: Boolean\r\n rOIPercentage: CustomFloat\r\n rOIPercentage_not: CustomFloat\r\n rOIPercentage_in: [CustomFloat!]\r\n rOIPercentage_not_in: [CustomFloat!]\r\n rOIPercentage_lt: CustomFloat\r\n rOIPercentage_lte: CustomFloat\r\n rOIPercentage_gt: CustomFloat\r\n rOIPercentage_gte: CustomFloat\r\n rOIPercentage_empty: Boolean\r\n rOIRate: CustomFloat\r\n rOIRate_not: CustomFloat\r\n rOIRate_in: [CustomFloat!]\r\n rOIRate_not_in: [CustomFloat!]\r\n rOIRate_lt: CustomFloat\r\n rOIRate_lte: CustomFloat\r\n rOIRate_gt: CustomFloat\r\n rOIRate_gte: CustomFloat\r\n rOIRate_empty: Boolean\r\n costRate: CustomFloat\r\n costRate_not: CustomFloat\r\n costRate_in: [CustomFloat!]\r\n costRate_not_in: [CustomFloat!]\r\n costRate_lt: CustomFloat\r\n costRate_lte: CustomFloat\r\n costRate_gt: CustomFloat\r\n costRate_gte: CustomFloat\r\n costRate_empty: Boolean\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_not: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_not_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_not: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_not_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_empty: Boolean\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_not: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_not_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_not: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_not_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_empty: Boolean\r\n maximumTolerableDowntimeMTD: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_not: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_not_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_empty: Boolean\r\n sLALevel: SLALevelEnum\r\n sLALevel_not: SLALevelEnum\r\n sLALevel_in: [SLALevelEnum!]\r\n sLALevel_not_in: [SLALevelEnum!]\r\n sLALevel_empty: Boolean\r\n applicationValidationDate: CustomDate\r\n applicationValidationDate_not: CustomDate\r\n applicationValidationDate_in: [CustomDate!]\r\n applicationValidationDate_not_in: [CustomDate!]\r\n applicationValidationDate_lt: CustomDate\r\n applicationValidationDate_lte: CustomDate\r\n applicationValidationDate_gt: CustomDate\r\n applicationValidationDate_gte: CustomDate\r\n applicationValidationDate_empty: Boolean\r\n dataFreshness: DataFreshnessEnum\r\n dataFreshness_not: DataFreshnessEnum\r\n dataFreshness_in: [DataFreshnessEnum!]\r\n dataFreshness_not_in: [DataFreshnessEnum!]\r\n dataFreshness_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n applicationTemplate: ApplicationTemplateEnum\r\n applicationTemplate_not: ApplicationTemplateEnum\r\n applicationTemplate_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_not_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_empty: Boolean\r\n deploymentDate: CustomDate\r\n deploymentDate_not: CustomDate\r\n deploymentDate_in: [CustomDate!]\r\n deploymentDate_not_in: [CustomDate!]\r\n deploymentDate_lt: CustomDate\r\n deploymentDate_lte: CustomDate\r\n deploymentDate_gt: CustomDate\r\n deploymentDate_gte: CustomDate\r\n deploymentDate_empty: Boolean\r\n operatingApplicationDate: CustomDate\r\n operatingApplicationDate_not: CustomDate\r\n operatingApplicationDate_in: [CustomDate!]\r\n operatingApplicationDate_not_in: [CustomDate!]\r\n operatingApplicationDate_lt: CustomDate\r\n operatingApplicationDate_lte: CustomDate\r\n operatingApplicationDate_gt: CustomDate\r\n operatingApplicationDate_gte: CustomDate\r\n operatingApplicationDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n applicationOwner_PersonSystem_some: [PersonSystemFilter!]\r\n applicationOwner_PersonSystem_count: countFilter\r\n softwareDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n softwareDesigner_PersonSystem_count: countFilter\r\n iTOwner_PersonSystem_some: [PersonSystemFilter!]\r\n iTOwner_PersonSystem_count: countFilter\r\n businessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n businessOwner_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n globalApplicationFlowMap_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_count: countFilter\r\n sentApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ContributingApplication_count: countFilter\r\n receivedApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ContributingApplication_count: countFilter\r\n cASTHighlightCampaign_CastHighlightCampaign_some: [CASTHighlightCampaignFilter!]\r\n cASTHighlightCampaign_CastHighlightCampaign_count: countFilter\r\n sentApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ApplicationParticipant_count: countFilter\r\n receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ApplicationParticipant_count: countFilter\r\n application_VariantObject_some: [ApplicationFilter!]\r\n application_VariantObject_count: countFilter\r\n application_VariedObject_some: [ApplicationFilter!]\r\n application_VariedObject_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n functionality_some: [FunctionalityFilter!]\r\n functionality_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n softwareTechnology_UsedTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_UsedTechnology_count: countFilter\r\n softwareInstallation_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n}\r\n\r\nenum Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 softwareResiliency_ASC\r\n softwareResiliency_DESC\r\n softwareAgilityScore_ASC\r\n softwareAgilityScore_DESC\r\n softwareAgility_ASC\r\n softwareAgility_DESC\r\n softwareEleganceScoreCASTHighligh_ASC\r\n softwareEleganceScoreCASTHighligh_DESC\r\n softwareEleganceThresholds_ASC\r\n softwareEleganceThresholds_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 softwareResiliencyQuartile_ASC\r\n softwareResiliencyQuartile_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 softwareEleganceQuartile_ASC\r\n softwareEleganceQuartile_DESC\r\n detailsCast_ASC\r\n detailsCast_DESC\r\n statusReview_ASC\r\n statusReview_DESC\r\n consent_ASC\r\n consent_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n applicationCode: String\r\n cloudComputing(format: EnumFormat): CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype(format: EnumFormat): ApplicationStereotypeEnum\r\n applicationType(format: EnumFormat): ApplicationTypeEnum\r\n currentState: GraphQLObjectInterface\r\n globalExpense: CustomFloat\r\n currentNumberOfUsers: CustomInt\r\n costPerUser: CustomFloat\r\n rankAPM(format: EnumFormat): RankAPMEnum\r\n technologyCompliance(format: EnumFormat): TechnologyComplianceEnum\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n cASTHighlightID: CustomInt\r\n businessValueAPM(format: EnumFormat): BusinessValueAPMEnum\r\n functionalSupportAPM(format: EnumFormat): FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM(format: EnumFormat): TechnicalEfficiencyAPMEnum\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n closingDateCast(format: String, timeOffset: String): CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliency(format: EnumFormat): SoftwareResiliencyEnum\r\n softwareAgilityScore: CustomFloat\r\n softwareAgility(format: EnumFormat): SoftwareAgilityEnum\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceThresholds(format: EnumFormat): SoftwareEleganceThresholdsEnum\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile(format: EnumFormat): SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData(format: EnumFormat): WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial(format: EnumFormat): WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast(format: EnumFormat): SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile(format: EnumFormat): SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview(format: EnumFormat): StatusReviewEnum\r\n consent(format: EnumFormat): ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice(format: EnumFormat): GDPRContentOfNoticeEnum\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO(format: EnumFormat): RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO(format: EnumFormat): RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n workRecoveryTimeWRT(format: EnumFormat): WorkRecoveryTimeWRTEnum\r\n maximumTolerableDowntimeMTD(format: EnumFormat): MaximumTolerableDowntimeMTDEnum\r\n sLALevel(format: EnumFormat): SLALevelEnum\r\n applicationValidationDate(format: String, timeOffset: String): CustomDate\r\n dataFreshness(format: EnumFormat): DataFreshnessEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n applicationTemplate(format: EnumFormat): ApplicationTemplateEnum\r\n deploymentDate(format: String, timeOffset: String): CustomDate\r\n operatingApplicationDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n cASTHighlightCampaign_CastHighlightCampaign(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaign]\r\n cASTHighlightCampaign_CastHighlightCampaignAggregatedValues(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaignAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n softwareTechnologyStack(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStack]\r\n softwareTechnologyStackAggregatedValues(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology_UsedTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnology_UsedTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n softwareInstallation(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallationAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n applicationOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n softwareDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n iTOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n businessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_Application]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n globalApplicationFlowMap(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n globalApplicationFlowMapAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n sentApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n sentApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n receivedApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n sentApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n sentApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n receivedApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_VariantObject(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Application]\r\n application_VariantObjectAggregatedValues(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n application_VariedObject(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Application]\r\n application_VariedObjectAggregatedValues(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n businessCapability(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_Application]\r\n businessCapabilityAggregatedValues(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [BusinessCapabilityAggregatedValues]\r\n businessLine(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_Application]\r\n businessLineAggregatedValues(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [BusinessLineAggregatedValues]\r\n functionality(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_Application]\r\n functionalityAggregatedValues(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [FunctionalityAggregatedValues]\r\n businessProcess(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_Application]\r\n businessProcessAggregatedValues(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [BusinessProcessAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n and: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n or: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\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 applicationCode_empty: Boolean\r\n cloudComputing: CloudComputingEnum\r\n cloudComputing_not: CloudComputingEnum\r\n cloudComputing_in: [CloudComputingEnum!]\r\n cloudComputing_not_in: [CloudComputingEnum!]\r\n cloudComputing_empty: Boolean\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 versionNumber_empty: Boolean\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 requiredMemorySize_empty: Boolean\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationStereotype_not: ApplicationStereotypeEnum\r\n applicationStereotype_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_not_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_empty: Boolean\r\n applicationType: ApplicationTypeEnum\r\n applicationType_not: ApplicationTypeEnum\r\n applicationType_in: [ApplicationTypeEnum!]\r\n applicationType_not_in: [ApplicationTypeEnum!]\r\n applicationType_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n globalExpense: CustomFloat\r\n globalExpense_not: CustomFloat\r\n globalExpense_in: [CustomFloat!]\r\n globalExpense_not_in: [CustomFloat!]\r\n globalExpense_lt: CustomFloat\r\n globalExpense_lte: CustomFloat\r\n globalExpense_gt: CustomFloat\r\n globalExpense_gte: CustomFloat\r\n globalExpense_empty: Boolean\r\n currentNumberOfUsers: CustomInt\r\n currentNumberOfUsers_not: CustomInt\r\n currentNumberOfUsers_in: [CustomInt!]\r\n currentNumberOfUsers_not_in: [CustomInt!]\r\n currentNumberOfUsers_lt: CustomInt\r\n currentNumberOfUsers_lte: CustomInt\r\n currentNumberOfUsers_gt: CustomInt\r\n currentNumberOfUsers_gte: CustomInt\r\n currentNumberOfUsers_empty: Boolean\r\n costPerUser: CustomFloat\r\n costPerUser_not: CustomFloat\r\n costPerUser_in: [CustomFloat!]\r\n costPerUser_not_in: [CustomFloat!]\r\n costPerUser_lt: CustomFloat\r\n costPerUser_lte: CustomFloat\r\n costPerUser_gt: CustomFloat\r\n costPerUser_gte: CustomFloat\r\n costPerUser_empty: Boolean\r\n rankAPM: RankAPMEnum\r\n rankAPM_not: RankAPMEnum\r\n rankAPM_in: [RankAPMEnum!]\r\n rankAPM_not_in: [RankAPMEnum!]\r\n rankAPM_empty: Boolean\r\n technologyCompliance: TechnologyComplianceEnum\r\n technologyCompliance_not: TechnologyComplianceEnum\r\n technologyCompliance_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_not_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\r\n businessValueAPM: BusinessValueAPMEnum\r\n businessValueAPM_not: BusinessValueAPMEnum\r\n businessValueAPM_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_not_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_empty: Boolean\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n functionalSupportAPM_not: FunctionalSupportAPMEnum\r\n functionalSupportAPM_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_not_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_empty: Boolean\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_not: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_not_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n closingDateCast: CustomDate\r\n closingDateCast_not: CustomDate\r\n closingDateCast_in: [CustomDate!]\r\n closingDateCast_not_in: [CustomDate!]\r\n closingDateCast_lt: CustomDate\r\n closingDateCast_lte: CustomDate\r\n closingDateCast_gt: CustomDate\r\n closingDateCast_gte: CustomDate\r\n closingDateCast_empty: Boolean\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_not: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_lt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_lte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_empty: Boolean\r\n softwareResiliency: SoftwareResiliencyEnum\r\n softwareResiliency_not: SoftwareResiliencyEnum\r\n softwareResiliency_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_not_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_empty: Boolean\r\n softwareAgilityScore: CustomFloat\r\n softwareAgilityScore_not: CustomFloat\r\n softwareAgilityScore_in: [CustomFloat!]\r\n softwareAgilityScore_not_in: [CustomFloat!]\r\n softwareAgilityScore_lt: CustomFloat\r\n softwareAgilityScore_lte: CustomFloat\r\n softwareAgilityScore_gt: CustomFloat\r\n softwareAgilityScore_gte: CustomFloat\r\n softwareAgilityScore_empty: Boolean\r\n softwareAgility: SoftwareAgilityEnum\r\n softwareAgility_not: SoftwareAgilityEnum\r\n softwareAgility_in: [SoftwareAgilityEnum!]\r\n softwareAgility_not_in: [SoftwareAgilityEnum!]\r\n softwareAgility_empty: Boolean\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceScoreCASTHighligh_not: CustomFloat\r\n softwareEleganceScoreCASTHighligh_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_lt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_lte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_empty: Boolean\r\n softwareEleganceThresholds: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_not: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_not_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_empty: Boolean\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScoreCASTHighlight_not: CustomFloat\r\n cloudReadyScoreCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_lt: CustomFloat\r\n cloudReadyScoreCASTHighlight_lte: CustomFloat\r\n cloudReadyScoreCASTHighlight_gt: CustomFloat\r\n cloudReadyScoreCASTHighlight_gte: CustomFloat\r\n cloudReadyScoreCASTHighlight_empty: Boolean\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight_not: CustomFloat\r\n cloudReadyScanCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_lt: CustomFloat\r\n cloudReadyScanCASTHighlight_lte: CustomFloat\r\n cloudReadyScanCASTHighlight_gt: CustomFloat\r\n cloudReadyScanCASTHighlight_gte: CustomFloat\r\n cloudReadyScanCASTHighlight_empty: Boolean\r\n technicalDebtCast: CustomFloat\r\n technicalDebtCast_not: CustomFloat\r\n technicalDebtCast_in: [CustomFloat!]\r\n technicalDebtCast_not_in: [CustomFloat!]\r\n technicalDebtCast_lt: CustomFloat\r\n technicalDebtCast_lte: CustomFloat\r\n technicalDebtCast_gt: CustomFloat\r\n technicalDebtCast_gte: CustomFloat\r\n technicalDebtCast_empty: Boolean\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfLinesOfCodeCast_not: CustomInt\r\n numberOfLinesOfCodeCast_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_not_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_lt: CustomInt\r\n numberOfLinesOfCodeCast_lte: CustomInt\r\n numberOfLinesOfCodeCast_gt: CustomInt\r\n numberOfLinesOfCodeCast_gte: CustomInt\r\n numberOfLinesOfCodeCast_empty: Boolean\r\n numberOfFilesCast: CustomInt\r\n numberOfFilesCast_not: CustomInt\r\n numberOfFilesCast_in: [CustomInt!]\r\n numberOfFilesCast_not_in: [CustomInt!]\r\n numberOfFilesCast_lt: CustomInt\r\n numberOfFilesCast_lte: CustomInt\r\n numberOfFilesCast_gt: CustomInt\r\n numberOfFilesCast_gte: CustomInt\r\n numberOfFilesCast_empty: Boolean\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_not: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_not_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_lt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_lte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_empty: Boolean\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_not: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_not_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_empty: Boolean\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_not: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_not_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_empty: Boolean\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_not: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_empty: Boolean\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_not: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_not_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_empty: Boolean\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_not: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_not_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_empty: Boolean\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 detailsCast_empty: Boolean\r\n statusReview: StatusReviewEnum\r\n statusReview_not: StatusReviewEnum\r\n statusReview_in: [StatusReviewEnum!]\r\n statusReview_not_in: [StatusReviewEnum!]\r\n statusReview_empty: Boolean\r\n consent: ConsentEnum\r\n consent_not: ConsentEnum\r\n consent_in: [ConsentEnum!]\r\n consent_not_in: [ConsentEnum!]\r\n consent_empty: Boolean\r\n cost: CustomFloat\r\n cost_not: CustomFloat\r\n cost_in: [CustomFloat!]\r\n cost_not_in: [CustomFloat!]\r\n cost_lt: CustomFloat\r\n cost_lte: CustomFloat\r\n cost_gt: CustomFloat\r\n cost_gte: CustomFloat\r\n cost_empty: Boolean\r\n revenue: CustomFloat\r\n revenue_not: CustomFloat\r\n revenue_in: [CustomFloat!]\r\n revenue_not_in: [CustomFloat!]\r\n revenue_lt: CustomFloat\r\n revenue_lte: CustomFloat\r\n revenue_gt: CustomFloat\r\n revenue_gte: CustomFloat\r\n revenue_empty: Boolean\r\n rOIPercentage: CustomFloat\r\n rOIPercentage_not: CustomFloat\r\n rOIPercentage_in: [CustomFloat!]\r\n rOIPercentage_not_in: [CustomFloat!]\r\n rOIPercentage_lt: CustomFloat\r\n rOIPercentage_lte: CustomFloat\r\n rOIPercentage_gt: CustomFloat\r\n rOIPercentage_gte: CustomFloat\r\n rOIPercentage_empty: Boolean\r\n rOIRate: CustomFloat\r\n rOIRate_not: CustomFloat\r\n rOIRate_in: [CustomFloat!]\r\n rOIRate_not_in: [CustomFloat!]\r\n rOIRate_lt: CustomFloat\r\n rOIRate_lte: CustomFloat\r\n rOIRate_gt: CustomFloat\r\n rOIRate_gte: CustomFloat\r\n rOIRate_empty: Boolean\r\n costRate: CustomFloat\r\n costRate_not: CustomFloat\r\n costRate_in: [CustomFloat!]\r\n costRate_not_in: [CustomFloat!]\r\n costRate_lt: CustomFloat\r\n costRate_lte: CustomFloat\r\n costRate_gt: CustomFloat\r\n costRate_gte: CustomFloat\r\n costRate_empty: Boolean\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_not: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_not_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_not: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_not_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_empty: Boolean\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_not: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_not_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_not: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_not_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_empty: Boolean\r\n maximumTolerableDowntimeMTD: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_not: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_not_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_empty: Boolean\r\n sLALevel: SLALevelEnum\r\n sLALevel_not: SLALevelEnum\r\n sLALevel_in: [SLALevelEnum!]\r\n sLALevel_not_in: [SLALevelEnum!]\r\n sLALevel_empty: Boolean\r\n applicationValidationDate: CustomDate\r\n applicationValidationDate_not: CustomDate\r\n applicationValidationDate_in: [CustomDate!]\r\n applicationValidationDate_not_in: [CustomDate!]\r\n applicationValidationDate_lt: CustomDate\r\n applicationValidationDate_lte: CustomDate\r\n applicationValidationDate_gt: CustomDate\r\n applicationValidationDate_gte: CustomDate\r\n applicationValidationDate_empty: Boolean\r\n dataFreshness: DataFreshnessEnum\r\n dataFreshness_not: DataFreshnessEnum\r\n dataFreshness_in: [DataFreshnessEnum!]\r\n dataFreshness_not_in: [DataFreshnessEnum!]\r\n dataFreshness_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n applicationTemplate: ApplicationTemplateEnum\r\n applicationTemplate_not: ApplicationTemplateEnum\r\n applicationTemplate_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_not_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_empty: Boolean\r\n deploymentDate: CustomDate\r\n deploymentDate_not: CustomDate\r\n deploymentDate_in: [CustomDate!]\r\n deploymentDate_not_in: [CustomDate!]\r\n deploymentDate_lt: CustomDate\r\n deploymentDate_lte: CustomDate\r\n deploymentDate_gt: CustomDate\r\n deploymentDate_gte: CustomDate\r\n deploymentDate_empty: Boolean\r\n operatingApplicationDate: CustomDate\r\n operatingApplicationDate_not: CustomDate\r\n operatingApplicationDate_in: [CustomDate!]\r\n operatingApplicationDate_not_in: [CustomDate!]\r\n operatingApplicationDate_lt: CustomDate\r\n operatingApplicationDate_lte: CustomDate\r\n operatingApplicationDate_gt: CustomDate\r\n operatingApplicationDate_gte: CustomDate\r\n operatingApplicationDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n applicationOwner_PersonSystem_some: [PersonSystemFilter!]\r\n applicationOwner_PersonSystem_count: countFilter\r\n softwareDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n softwareDesigner_PersonSystem_count: countFilter\r\n iTOwner_PersonSystem_some: [PersonSystemFilter!]\r\n iTOwner_PersonSystem_count: countFilter\r\n businessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n businessOwner_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n globalApplicationFlowMap_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_count: countFilter\r\n sentApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ContributingApplication_count: countFilter\r\n receivedApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ContributingApplication_count: countFilter\r\n cASTHighlightCampaign_CastHighlightCampaign_some: [CASTHighlightCampaignFilter!]\r\n cASTHighlightCampaign_CastHighlightCampaign_count: countFilter\r\n sentApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ApplicationParticipant_count: countFilter\r\n receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ApplicationParticipant_count: countFilter\r\n application_VariantObject_some: [ApplicationFilter!]\r\n application_VariantObject_count: countFilter\r\n application_VariedObject_some: [ApplicationFilter!]\r\n application_VariedObject_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n functionality_some: [FunctionalityFilter!]\r\n functionality_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n softwareTechnology_UsedTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_UsedTechnology_count: countFilter\r\n softwareInstallation_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n}\r\n\r\nenum Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 softwareResiliency_ASC\r\n softwareResiliency_DESC\r\n softwareAgilityScore_ASC\r\n softwareAgilityScore_DESC\r\n softwareAgility_ASC\r\n softwareAgility_DESC\r\n softwareEleganceScoreCASTHighligh_ASC\r\n softwareEleganceScoreCASTHighligh_DESC\r\n softwareEleganceThresholds_ASC\r\n softwareEleganceThresholds_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 softwareResiliencyQuartile_ASC\r\n softwareResiliencyQuartile_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 softwareEleganceQuartile_ASC\r\n softwareEleganceQuartile_DESC\r\n detailsCast_ASC\r\n detailsCast_DESC\r\n statusReview_ASC\r\n statusReview_DESC\r\n consent_ASC\r\n consent_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapability implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n applicationCode: String\r\n cloudComputing(format: EnumFormat): CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype(format: EnumFormat): ApplicationStereotypeEnum\r\n applicationType(format: EnumFormat): ApplicationTypeEnum\r\n currentState: GraphQLObjectInterface\r\n globalExpense: CustomFloat\r\n currentNumberOfUsers: CustomInt\r\n costPerUser: CustomFloat\r\n rankAPM(format: EnumFormat): RankAPMEnum\r\n technologyCompliance(format: EnumFormat): TechnologyComplianceEnum\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n cASTHighlightID: CustomInt\r\n businessValueAPM(format: EnumFormat): BusinessValueAPMEnum\r\n functionalSupportAPM(format: EnumFormat): FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM(format: EnumFormat): TechnicalEfficiencyAPMEnum\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n closingDateCast(format: String, timeOffset: String): CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliency(format: EnumFormat): SoftwareResiliencyEnum\r\n softwareAgilityScore: CustomFloat\r\n softwareAgility(format: EnumFormat): SoftwareAgilityEnum\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceThresholds(format: EnumFormat): SoftwareEleganceThresholdsEnum\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile(format: EnumFormat): SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData(format: EnumFormat): WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial(format: EnumFormat): WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast(format: EnumFormat): SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile(format: EnumFormat): SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview(format: EnumFormat): StatusReviewEnum\r\n consent(format: EnumFormat): ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice(format: EnumFormat): GDPRContentOfNoticeEnum\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO(format: EnumFormat): RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO(format: EnumFormat): RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n workRecoveryTimeWRT(format: EnumFormat): WorkRecoveryTimeWRTEnum\r\n maximumTolerableDowntimeMTD(format: EnumFormat): MaximumTolerableDowntimeMTDEnum\r\n sLALevel(format: EnumFormat): SLALevelEnum\r\n applicationValidationDate(format: String, timeOffset: String): CustomDate\r\n dataFreshness(format: EnumFormat): DataFreshnessEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n applicationTemplate(format: EnumFormat): ApplicationTemplateEnum\r\n deploymentDate(format: String, timeOffset: String): CustomDate\r\n operatingApplicationDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n cASTHighlightCampaign_CastHighlightCampaign(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaign]\r\n cASTHighlightCampaign_CastHighlightCampaignAggregatedValues(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaignAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n softwareTechnologyStack(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStack]\r\n softwareTechnologyStackAggregatedValues(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology_UsedTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnology_UsedTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n softwareInstallation(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallationAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n applicationOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n softwareDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n iTOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n businessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_Application]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n globalApplicationFlowMap(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n globalApplicationFlowMapAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n sentApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n sentApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n receivedApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n sentApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n sentApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n receivedApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_VariantObject(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Application]\r\n application_VariantObjectAggregatedValues(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n application_VariedObject(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Application]\r\n application_VariedObjectAggregatedValues(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n businessCapability(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_Application]\r\n businessCapabilityAggregatedValues(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [BusinessCapabilityAggregatedValues]\r\n businessLine(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_Application]\r\n businessLineAggregatedValues(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [BusinessLineAggregatedValues]\r\n functionality(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_Application]\r\n functionalityAggregatedValues(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [FunctionalityAggregatedValues]\r\n businessProcess(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_Application]\r\n businessProcessAggregatedValues(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [BusinessProcessAggregatedValues]\r\n link1CoverageRatio: CustomInt\r\n link1ComputedCoverageRatio: CustomInt\r\n link1ITARecommendationStatus: Boolean\r\n link1CompositeRealizationName: String\r\n link1RealizationQuality(format: EnumFormat): RealizationQualityEnum\r\n link1CapabilityFulfillmentMetaPictureIdentifier: GraphQLObjectInterface\r\n link1CostContributionKeyRealization: CustomFloat\r\n}\r\n\r\ninput Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityFilter {\r\n and: [Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityFilter!]\r\n or: [Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityFilter!]\r\n link1CoverageRatio: CustomInt\r\n link1CoverageRatio_not: CustomInt\r\n link1CoverageRatio_in: [CustomInt!]\r\n link1CoverageRatio_not_in: [CustomInt!]\r\n link1CoverageRatio_lt: CustomInt\r\n link1CoverageRatio_lte: CustomInt\r\n link1CoverageRatio_gt: CustomInt\r\n link1CoverageRatio_gte: CustomInt\r\n link1CoverageRatio_empty: Boolean\r\n link1ComputedCoverageRatio: CustomInt\r\n link1ComputedCoverageRatio_not: CustomInt\r\n link1ComputedCoverageRatio_in: [CustomInt!]\r\n link1ComputedCoverageRatio_not_in: [CustomInt!]\r\n link1ComputedCoverageRatio_lt: CustomInt\r\n link1ComputedCoverageRatio_lte: CustomInt\r\n link1ComputedCoverageRatio_gt: CustomInt\r\n link1ComputedCoverageRatio_gte: CustomInt\r\n link1ComputedCoverageRatio_empty: Boolean\r\n link1ITARecommendationStatus: Boolean\r\n link1ITARecommendationStatus_not: Boolean\r\n link1ITARecommendationStatus_empty: Boolean\r\n link1CompositeRealizationName: String\r\n link1CompositeRealizationName_not: String\r\n link1CompositeRealizationName_in: [String!]\r\n link1CompositeRealizationName_not_in: [String!]\r\n link1CompositeRealizationName_lt: String\r\n link1CompositeRealizationName_lte: String\r\n link1CompositeRealizationName_gt: String\r\n link1CompositeRealizationName_gte: String\r\n link1CompositeRealizationName_contains: String\r\n link1CompositeRealizationName_not_contains: String\r\n link1CompositeRealizationName_starts_with: String\r\n link1CompositeRealizationName_not_starts_with: String\r\n link1CompositeRealizationName_ends_with: String\r\n link1CompositeRealizationName_not_ends_with: String\r\n link1CompositeRealizationName_empty: Boolean\r\n link1RealizationQuality: RealizationQualityEnum\r\n link1RealizationQuality_not: RealizationQualityEnum\r\n link1RealizationQuality_in: [RealizationQualityEnum!]\r\n link1RealizationQuality_not_in: [RealizationQualityEnum!]\r\n link1RealizationQuality_empty: Boolean\r\n link1CapabilityFulfillmentMetaPictureIdentifier: String\r\n link1CapabilityFulfillmentMetaPictureIdentifier_not: String\r\n link1CapabilityFulfillmentMetaPictureIdentifier_in: [String!]\r\n link1CapabilityFulfillmentMetaPictureIdentifier_not_in: [String!]\r\n link1CapabilityFulfillmentMetaPictureIdentifier_empty: Boolean\r\n link1CostContributionKeyRealization: CustomFloat\r\n link1CostContributionKeyRealization_not: CustomFloat\r\n link1CostContributionKeyRealization_in: [CustomFloat!]\r\n link1CostContributionKeyRealization_not_in: [CustomFloat!]\r\n link1CostContributionKeyRealization_lt: CustomFloat\r\n link1CostContributionKeyRealization_lte: CustomFloat\r\n link1CostContributionKeyRealization_gt: CustomFloat\r\n link1CostContributionKeyRealization_gte: CustomFloat\r\n link1CostContributionKeyRealization_empty: Boolean\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 name_empty: Boolean\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 applicationCode_empty: Boolean\r\n cloudComputing: CloudComputingEnum\r\n cloudComputing_not: CloudComputingEnum\r\n cloudComputing_in: [CloudComputingEnum!]\r\n cloudComputing_not_in: [CloudComputingEnum!]\r\n cloudComputing_empty: Boolean\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 versionNumber_empty: Boolean\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 requiredMemorySize_empty: Boolean\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationStereotype_not: ApplicationStereotypeEnum\r\n applicationStereotype_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_not_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_empty: Boolean\r\n applicationType: ApplicationTypeEnum\r\n applicationType_not: ApplicationTypeEnum\r\n applicationType_in: [ApplicationTypeEnum!]\r\n applicationType_not_in: [ApplicationTypeEnum!]\r\n applicationType_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n globalExpense: CustomFloat\r\n globalExpense_not: CustomFloat\r\n globalExpense_in: [CustomFloat!]\r\n globalExpense_not_in: [CustomFloat!]\r\n globalExpense_lt: CustomFloat\r\n globalExpense_lte: CustomFloat\r\n globalExpense_gt: CustomFloat\r\n globalExpense_gte: CustomFloat\r\n globalExpense_empty: Boolean\r\n currentNumberOfUsers: CustomInt\r\n currentNumberOfUsers_not: CustomInt\r\n currentNumberOfUsers_in: [CustomInt!]\r\n currentNumberOfUsers_not_in: [CustomInt!]\r\n currentNumberOfUsers_lt: CustomInt\r\n currentNumberOfUsers_lte: CustomInt\r\n currentNumberOfUsers_gt: CustomInt\r\n currentNumberOfUsers_gte: CustomInt\r\n currentNumberOfUsers_empty: Boolean\r\n costPerUser: CustomFloat\r\n costPerUser_not: CustomFloat\r\n costPerUser_in: [CustomFloat!]\r\n costPerUser_not_in: [CustomFloat!]\r\n costPerUser_lt: CustomFloat\r\n costPerUser_lte: CustomFloat\r\n costPerUser_gt: CustomFloat\r\n costPerUser_gte: CustomFloat\r\n costPerUser_empty: Boolean\r\n rankAPM: RankAPMEnum\r\n rankAPM_not: RankAPMEnum\r\n rankAPM_in: [RankAPMEnum!]\r\n rankAPM_not_in: [RankAPMEnum!]\r\n rankAPM_empty: Boolean\r\n technologyCompliance: TechnologyComplianceEnum\r\n technologyCompliance_not: TechnologyComplianceEnum\r\n technologyCompliance_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_not_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\r\n businessValueAPM: BusinessValueAPMEnum\r\n businessValueAPM_not: BusinessValueAPMEnum\r\n businessValueAPM_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_not_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_empty: Boolean\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n functionalSupportAPM_not: FunctionalSupportAPMEnum\r\n functionalSupportAPM_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_not_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_empty: Boolean\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_not: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_not_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n closingDateCast: CustomDate\r\n closingDateCast_not: CustomDate\r\n closingDateCast_in: [CustomDate!]\r\n closingDateCast_not_in: [CustomDate!]\r\n closingDateCast_lt: CustomDate\r\n closingDateCast_lte: CustomDate\r\n closingDateCast_gt: CustomDate\r\n closingDateCast_gte: CustomDate\r\n closingDateCast_empty: Boolean\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_not: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_lt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_lte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_empty: Boolean\r\n softwareResiliency: SoftwareResiliencyEnum\r\n softwareResiliency_not: SoftwareResiliencyEnum\r\n softwareResiliency_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_not_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_empty: Boolean\r\n softwareAgilityScore: CustomFloat\r\n softwareAgilityScore_not: CustomFloat\r\n softwareAgilityScore_in: [CustomFloat!]\r\n softwareAgilityScore_not_in: [CustomFloat!]\r\n softwareAgilityScore_lt: CustomFloat\r\n softwareAgilityScore_lte: CustomFloat\r\n softwareAgilityScore_gt: CustomFloat\r\n softwareAgilityScore_gte: CustomFloat\r\n softwareAgilityScore_empty: Boolean\r\n softwareAgility: SoftwareAgilityEnum\r\n softwareAgility_not: SoftwareAgilityEnum\r\n softwareAgility_in: [SoftwareAgilityEnum!]\r\n softwareAgility_not_in: [SoftwareAgilityEnum!]\r\n softwareAgility_empty: Boolean\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceScoreCASTHighligh_not: CustomFloat\r\n softwareEleganceScoreCASTHighligh_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_lt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_lte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_empty: Boolean\r\n softwareEleganceThresholds: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_not: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_not_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_empty: Boolean\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScoreCASTHighlight_not: CustomFloat\r\n cloudReadyScoreCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_lt: CustomFloat\r\n cloudReadyScoreCASTHighlight_lte: CustomFloat\r\n cloudReadyScoreCASTHighlight_gt: CustomFloat\r\n cloudReadyScoreCASTHighlight_gte: CustomFloat\r\n cloudReadyScoreCASTHighlight_empty: Boolean\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight_not: CustomFloat\r\n cloudReadyScanCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_lt: CustomFloat\r\n cloudReadyScanCASTHighlight_lte: CustomFloat\r\n cloudReadyScanCASTHighlight_gt: CustomFloat\r\n cloudReadyScanCASTHighlight_gte: CustomFloat\r\n cloudReadyScanCASTHighlight_empty: Boolean\r\n technicalDebtCast: CustomFloat\r\n technicalDebtCast_not: CustomFloat\r\n technicalDebtCast_in: [CustomFloat!]\r\n technicalDebtCast_not_in: [CustomFloat!]\r\n technicalDebtCast_lt: CustomFloat\r\n technicalDebtCast_lte: CustomFloat\r\n technicalDebtCast_gt: CustomFloat\r\n technicalDebtCast_gte: CustomFloat\r\n technicalDebtCast_empty: Boolean\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfLinesOfCodeCast_not: CustomInt\r\n numberOfLinesOfCodeCast_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_not_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_lt: CustomInt\r\n numberOfLinesOfCodeCast_lte: CustomInt\r\n numberOfLinesOfCodeCast_gt: CustomInt\r\n numberOfLinesOfCodeCast_gte: CustomInt\r\n numberOfLinesOfCodeCast_empty: Boolean\r\n numberOfFilesCast: CustomInt\r\n numberOfFilesCast_not: CustomInt\r\n numberOfFilesCast_in: [CustomInt!]\r\n numberOfFilesCast_not_in: [CustomInt!]\r\n numberOfFilesCast_lt: CustomInt\r\n numberOfFilesCast_lte: CustomInt\r\n numberOfFilesCast_gt: CustomInt\r\n numberOfFilesCast_gte: CustomInt\r\n numberOfFilesCast_empty: Boolean\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_not: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_not_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_lt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_lte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_empty: Boolean\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_not: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_not_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_empty: Boolean\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_not: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_not_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_empty: Boolean\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_not: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_empty: Boolean\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_not: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_not_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_empty: Boolean\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_not: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_not_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_empty: Boolean\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 detailsCast_empty: Boolean\r\n statusReview: StatusReviewEnum\r\n statusReview_not: StatusReviewEnum\r\n statusReview_in: [StatusReviewEnum!]\r\n statusReview_not_in: [StatusReviewEnum!]\r\n statusReview_empty: Boolean\r\n consent: ConsentEnum\r\n consent_not: ConsentEnum\r\n consent_in: [ConsentEnum!]\r\n consent_not_in: [ConsentEnum!]\r\n consent_empty: Boolean\r\n cost: CustomFloat\r\n cost_not: CustomFloat\r\n cost_in: [CustomFloat!]\r\n cost_not_in: [CustomFloat!]\r\n cost_lt: CustomFloat\r\n cost_lte: CustomFloat\r\n cost_gt: CustomFloat\r\n cost_gte: CustomFloat\r\n cost_empty: Boolean\r\n revenue: CustomFloat\r\n revenue_not: CustomFloat\r\n revenue_in: [CustomFloat!]\r\n revenue_not_in: [CustomFloat!]\r\n revenue_lt: CustomFloat\r\n revenue_lte: CustomFloat\r\n revenue_gt: CustomFloat\r\n revenue_gte: CustomFloat\r\n revenue_empty: Boolean\r\n rOIPercentage: CustomFloat\r\n rOIPercentage_not: CustomFloat\r\n rOIPercentage_in: [CustomFloat!]\r\n rOIPercentage_not_in: [CustomFloat!]\r\n rOIPercentage_lt: CustomFloat\r\n rOIPercentage_lte: CustomFloat\r\n rOIPercentage_gt: CustomFloat\r\n rOIPercentage_gte: CustomFloat\r\n rOIPercentage_empty: Boolean\r\n rOIRate: CustomFloat\r\n rOIRate_not: CustomFloat\r\n rOIRate_in: [CustomFloat!]\r\n rOIRate_not_in: [CustomFloat!]\r\n rOIRate_lt: CustomFloat\r\n rOIRate_lte: CustomFloat\r\n rOIRate_gt: CustomFloat\r\n rOIRate_gte: CustomFloat\r\n rOIRate_empty: Boolean\r\n costRate: CustomFloat\r\n costRate_not: CustomFloat\r\n costRate_in: [CustomFloat!]\r\n costRate_not_in: [CustomFloat!]\r\n costRate_lt: CustomFloat\r\n costRate_lte: CustomFloat\r\n costRate_gt: CustomFloat\r\n costRate_gte: CustomFloat\r\n costRate_empty: Boolean\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_not: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_not_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_not: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_not_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_empty: Boolean\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_not: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_not_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_not: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_not_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_empty: Boolean\r\n maximumTolerableDowntimeMTD: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_not: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_not_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_empty: Boolean\r\n sLALevel: SLALevelEnum\r\n sLALevel_not: SLALevelEnum\r\n sLALevel_in: [SLALevelEnum!]\r\n sLALevel_not_in: [SLALevelEnum!]\r\n sLALevel_empty: Boolean\r\n applicationValidationDate: CustomDate\r\n applicationValidationDate_not: CustomDate\r\n applicationValidationDate_in: [CustomDate!]\r\n applicationValidationDate_not_in: [CustomDate!]\r\n applicationValidationDate_lt: CustomDate\r\n applicationValidationDate_lte: CustomDate\r\n applicationValidationDate_gt: CustomDate\r\n applicationValidationDate_gte: CustomDate\r\n applicationValidationDate_empty: Boolean\r\n dataFreshness: DataFreshnessEnum\r\n dataFreshness_not: DataFreshnessEnum\r\n dataFreshness_in: [DataFreshnessEnum!]\r\n dataFreshness_not_in: [DataFreshnessEnum!]\r\n dataFreshness_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n applicationTemplate: ApplicationTemplateEnum\r\n applicationTemplate_not: ApplicationTemplateEnum\r\n applicationTemplate_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_not_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_empty: Boolean\r\n deploymentDate: CustomDate\r\n deploymentDate_not: CustomDate\r\n deploymentDate_in: [CustomDate!]\r\n deploymentDate_not_in: [CustomDate!]\r\n deploymentDate_lt: CustomDate\r\n deploymentDate_lte: CustomDate\r\n deploymentDate_gt: CustomDate\r\n deploymentDate_gte: CustomDate\r\n deploymentDate_empty: Boolean\r\n operatingApplicationDate: CustomDate\r\n operatingApplicationDate_not: CustomDate\r\n operatingApplicationDate_in: [CustomDate!]\r\n operatingApplicationDate_not_in: [CustomDate!]\r\n operatingApplicationDate_lt: CustomDate\r\n operatingApplicationDate_lte: CustomDate\r\n operatingApplicationDate_gt: CustomDate\r\n operatingApplicationDate_gte: CustomDate\r\n operatingApplicationDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n applicationOwner_PersonSystem_some: [PersonSystemFilter!]\r\n applicationOwner_PersonSystem_count: countFilter\r\n softwareDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n softwareDesigner_PersonSystem_count: countFilter\r\n iTOwner_PersonSystem_some: [PersonSystemFilter!]\r\n iTOwner_PersonSystem_count: countFilter\r\n businessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n businessOwner_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n globalApplicationFlowMap_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_count: countFilter\r\n sentApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ContributingApplication_count: countFilter\r\n receivedApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ContributingApplication_count: countFilter\r\n cASTHighlightCampaign_CastHighlightCampaign_some: [CASTHighlightCampaignFilter!]\r\n cASTHighlightCampaign_CastHighlightCampaign_count: countFilter\r\n sentApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ApplicationParticipant_count: countFilter\r\n receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ApplicationParticipant_count: countFilter\r\n application_VariantObject_some: [ApplicationFilter!]\r\n application_VariantObject_count: countFilter\r\n application_VariedObject_some: [ApplicationFilter!]\r\n application_VariedObject_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n functionality_some: [FunctionalityFilter!]\r\n functionality_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n softwareTechnology_UsedTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_UsedTechnology_count: countFilter\r\n softwareInstallation_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n}\r\n\r\nenum Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityOrderBy {\r\n link1CoverageRatio_ASC\r\n link1CoverageRatio_DESC\r\n link1ComputedCoverageRatio_ASC\r\n link1ComputedCoverageRatio_DESC\r\n link1ITARecommendationStatus_ASC\r\n link1ITARecommendationStatus_DESC\r\n link1CompositeRealizationName_ASC\r\n link1CompositeRealizationName_DESC\r\n link1RealizationQuality_ASC\r\n link1RealizationQuality_DESC\r\n link1CapabilityFulfillmentMetaPictureIdentifier_ASC\r\n link1CapabilityFulfillmentMetaPictureIdentifier_DESC\r\n link1CostContributionKeyRealization_ASC\r\n link1CostContributionKeyRealization_DESC\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 softwareResiliency_ASC\r\n softwareResiliency_DESC\r\n softwareAgilityScore_ASC\r\n softwareAgilityScore_DESC\r\n softwareAgility_ASC\r\n softwareAgility_DESC\r\n softwareEleganceScoreCASTHighligh_ASC\r\n softwareEleganceScoreCASTHighligh_DESC\r\n softwareEleganceThresholds_ASC\r\n softwareEleganceThresholds_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 softwareResiliencyQuartile_ASC\r\n softwareResiliencyQuartile_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 softwareEleganceQuartile_ASC\r\n softwareEleganceQuartile_DESC\r\n detailsCast_ASC\r\n detailsCast_DESC\r\n statusReview_ASC\r\n statusReview_DESC\r\n consent_ASC\r\n consent_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Application_FulfillingEnterpriseArtifact_HumanUsedArtifactFunctionalityFulfillmentOwnership_FunctionalityFulfillment_FunctionalityComponentFulfillement_FunctionalityFulfillmentReference_Functionality implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n applicationCode: String\r\n cloudComputing(format: EnumFormat): CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype(format: EnumFormat): ApplicationStereotypeEnum\r\n applicationType(format: EnumFormat): ApplicationTypeEnum\r\n currentState: GraphQLObjectInterface\r\n globalExpense: CustomFloat\r\n currentNumberOfUsers: CustomInt\r\n costPerUser: CustomFloat\r\n rankAPM(format: EnumFormat): RankAPMEnum\r\n technologyCompliance(format: EnumFormat): TechnologyComplianceEnum\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n cASTHighlightID: CustomInt\r\n businessValueAPM(format: EnumFormat): BusinessValueAPMEnum\r\n functionalSupportAPM(format: EnumFormat): FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM(format: EnumFormat): TechnicalEfficiencyAPMEnum\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n closingDateCast(format: String, timeOffset: String): CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliency(format: EnumFormat): SoftwareResiliencyEnum\r\n softwareAgilityScore: CustomFloat\r\n softwareAgility(format: EnumFormat): SoftwareAgilityEnum\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceThresholds(format: EnumFormat): SoftwareEleganceThresholdsEnum\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile(format: EnumFormat): SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData(format: EnumFormat): WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial(format: EnumFormat): WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast(format: EnumFormat): SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile(format: EnumFormat): SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview(format: EnumFormat): StatusReviewEnum\r\n consent(format: EnumFormat): ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice(format: EnumFormat): GDPRContentOfNoticeEnum\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO(format: EnumFormat): RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO(format: EnumFormat): RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n workRecoveryTimeWRT(format: EnumFormat): WorkRecoveryTimeWRTEnum\r\n maximumTolerableDowntimeMTD(format: EnumFormat): MaximumTolerableDowntimeMTDEnum\r\n sLALevel(format: EnumFormat): SLALevelEnum\r\n applicationValidationDate(format: String, timeOffset: String): CustomDate\r\n dataFreshness(format: EnumFormat): DataFreshnessEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n applicationTemplate(format: EnumFormat): ApplicationTemplateEnum\r\n deploymentDate(format: String, timeOffset: String): CustomDate\r\n operatingApplicationDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n cASTHighlightCampaign_CastHighlightCampaign(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaign]\r\n cASTHighlightCampaign_CastHighlightCampaignAggregatedValues(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaignAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n softwareTechnologyStack(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStack]\r\n softwareTechnologyStackAggregatedValues(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology_UsedTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnology_UsedTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n softwareInstallation(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallationAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n applicationOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n softwareDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n iTOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n businessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_Application]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n globalApplicationFlowMap(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n globalApplicationFlowMapAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n sentApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n sentApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n receivedApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n sentApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n sentApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n receivedApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_VariantObject(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Application]\r\n application_VariantObjectAggregatedValues(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n application_VariedObject(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Application]\r\n application_VariedObjectAggregatedValues(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n businessCapability(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_Application]\r\n businessCapabilityAggregatedValues(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [BusinessCapabilityAggregatedValues]\r\n businessLine(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_Application]\r\n businessLineAggregatedValues(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [BusinessLineAggregatedValues]\r\n functionality(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_Application]\r\n functionalityAggregatedValues(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [FunctionalityAggregatedValues]\r\n businessProcess(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_Application]\r\n businessProcessAggregatedValues(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [BusinessProcessAggregatedValues]\r\n link1CoverageRatio: CustomInt\r\n link1ComputedCoverageRatio: CustomInt\r\n link1ITARecommendationStatus: Boolean\r\n link1CompositeRealizationName: String\r\n link1RealizationQuality(format: EnumFormat): RealizationQualityEnum\r\n link1CapabilityFulfillmentMetaPictureIdentifier: GraphQLObjectInterface\r\n}\r\n\r\ninput Relationship_Application_FulfillingEnterpriseArtifact_HumanUsedArtifactFunctionalityFulfillmentOwnership_FunctionalityFulfillment_FunctionalityComponentFulfillement_FunctionalityFulfillmentReference_FunctionalityFilter {\r\n and: [Relationship_Application_FulfillingEnterpriseArtifact_HumanUsedArtifactFunctionalityFulfillmentOwnership_FunctionalityFulfillment_FunctionalityComponentFulfillement_FunctionalityFulfillmentReference_FunctionalityFilter!]\r\n or: [Relationship_Application_FulfillingEnterpriseArtifact_HumanUsedArtifactFunctionalityFulfillmentOwnership_FunctionalityFulfillment_FunctionalityComponentFulfillement_FunctionalityFulfillmentReference_FunctionalityFilter!]\r\n link1CoverageRatio: CustomInt\r\n link1CoverageRatio_not: CustomInt\r\n link1CoverageRatio_in: [CustomInt!]\r\n link1CoverageRatio_not_in: [CustomInt!]\r\n link1CoverageRatio_lt: CustomInt\r\n link1CoverageRatio_lte: CustomInt\r\n link1CoverageRatio_gt: CustomInt\r\n link1CoverageRatio_gte: CustomInt\r\n link1CoverageRatio_empty: Boolean\r\n link1ComputedCoverageRatio: CustomInt\r\n link1ComputedCoverageRatio_not: CustomInt\r\n link1ComputedCoverageRatio_in: [CustomInt!]\r\n link1ComputedCoverageRatio_not_in: [CustomInt!]\r\n link1ComputedCoverageRatio_lt: CustomInt\r\n link1ComputedCoverageRatio_lte: CustomInt\r\n link1ComputedCoverageRatio_gt: CustomInt\r\n link1ComputedCoverageRatio_gte: CustomInt\r\n link1ComputedCoverageRatio_empty: Boolean\r\n link1ITARecommendationStatus: Boolean\r\n link1ITARecommendationStatus_not: Boolean\r\n link1ITARecommendationStatus_empty: Boolean\r\n link1CompositeRealizationName: String\r\n link1CompositeRealizationName_not: String\r\n link1CompositeRealizationName_in: [String!]\r\n link1CompositeRealizationName_not_in: [String!]\r\n link1CompositeRealizationName_lt: String\r\n link1CompositeRealizationName_lte: String\r\n link1CompositeRealizationName_gt: String\r\n link1CompositeRealizationName_gte: String\r\n link1CompositeRealizationName_contains: String\r\n link1CompositeRealizationName_not_contains: String\r\n link1CompositeRealizationName_starts_with: String\r\n link1CompositeRealizationName_not_starts_with: String\r\n link1CompositeRealizationName_ends_with: String\r\n link1CompositeRealizationName_not_ends_with: String\r\n link1CompositeRealizationName_empty: Boolean\r\n link1RealizationQuality: RealizationQualityEnum\r\n link1RealizationQuality_not: RealizationQualityEnum\r\n link1RealizationQuality_in: [RealizationQualityEnum!]\r\n link1RealizationQuality_not_in: [RealizationQualityEnum!]\r\n link1RealizationQuality_empty: Boolean\r\n link1CapabilityFulfillmentMetaPictureIdentifier: String\r\n link1CapabilityFulfillmentMetaPictureIdentifier_not: String\r\n link1CapabilityFulfillmentMetaPictureIdentifier_in: [String!]\r\n link1CapabilityFulfillmentMetaPictureIdentifier_not_in: [String!]\r\n link1CapabilityFulfillmentMetaPictureIdentifier_empty: Boolean\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 name_empty: Boolean\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 applicationCode_empty: Boolean\r\n cloudComputing: CloudComputingEnum\r\n cloudComputing_not: CloudComputingEnum\r\n cloudComputing_in: [CloudComputingEnum!]\r\n cloudComputing_not_in: [CloudComputingEnum!]\r\n cloudComputing_empty: Boolean\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 versionNumber_empty: Boolean\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 requiredMemorySize_empty: Boolean\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationStereotype_not: ApplicationStereotypeEnum\r\n applicationStereotype_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_not_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_empty: Boolean\r\n applicationType: ApplicationTypeEnum\r\n applicationType_not: ApplicationTypeEnum\r\n applicationType_in: [ApplicationTypeEnum!]\r\n applicationType_not_in: [ApplicationTypeEnum!]\r\n applicationType_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n globalExpense: CustomFloat\r\n globalExpense_not: CustomFloat\r\n globalExpense_in: [CustomFloat!]\r\n globalExpense_not_in: [CustomFloat!]\r\n globalExpense_lt: CustomFloat\r\n globalExpense_lte: CustomFloat\r\n globalExpense_gt: CustomFloat\r\n globalExpense_gte: CustomFloat\r\n globalExpense_empty: Boolean\r\n currentNumberOfUsers: CustomInt\r\n currentNumberOfUsers_not: CustomInt\r\n currentNumberOfUsers_in: [CustomInt!]\r\n currentNumberOfUsers_not_in: [CustomInt!]\r\n currentNumberOfUsers_lt: CustomInt\r\n currentNumberOfUsers_lte: CustomInt\r\n currentNumberOfUsers_gt: CustomInt\r\n currentNumberOfUsers_gte: CustomInt\r\n currentNumberOfUsers_empty: Boolean\r\n costPerUser: CustomFloat\r\n costPerUser_not: CustomFloat\r\n costPerUser_in: [CustomFloat!]\r\n costPerUser_not_in: [CustomFloat!]\r\n costPerUser_lt: CustomFloat\r\n costPerUser_lte: CustomFloat\r\n costPerUser_gt: CustomFloat\r\n costPerUser_gte: CustomFloat\r\n costPerUser_empty: Boolean\r\n rankAPM: RankAPMEnum\r\n rankAPM_not: RankAPMEnum\r\n rankAPM_in: [RankAPMEnum!]\r\n rankAPM_not_in: [RankAPMEnum!]\r\n rankAPM_empty: Boolean\r\n technologyCompliance: TechnologyComplianceEnum\r\n technologyCompliance_not: TechnologyComplianceEnum\r\n technologyCompliance_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_not_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\r\n businessValueAPM: BusinessValueAPMEnum\r\n businessValueAPM_not: BusinessValueAPMEnum\r\n businessValueAPM_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_not_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_empty: Boolean\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n functionalSupportAPM_not: FunctionalSupportAPMEnum\r\n functionalSupportAPM_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_not_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_empty: Boolean\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_not: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_not_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n closingDateCast: CustomDate\r\n closingDateCast_not: CustomDate\r\n closingDateCast_in: [CustomDate!]\r\n closingDateCast_not_in: [CustomDate!]\r\n closingDateCast_lt: CustomDate\r\n closingDateCast_lte: CustomDate\r\n closingDateCast_gt: CustomDate\r\n closingDateCast_gte: CustomDate\r\n closingDateCast_empty: Boolean\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_not: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_lt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_lte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_empty: Boolean\r\n softwareResiliency: SoftwareResiliencyEnum\r\n softwareResiliency_not: SoftwareResiliencyEnum\r\n softwareResiliency_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_not_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_empty: Boolean\r\n softwareAgilityScore: CustomFloat\r\n softwareAgilityScore_not: CustomFloat\r\n softwareAgilityScore_in: [CustomFloat!]\r\n softwareAgilityScore_not_in: [CustomFloat!]\r\n softwareAgilityScore_lt: CustomFloat\r\n softwareAgilityScore_lte: CustomFloat\r\n softwareAgilityScore_gt: CustomFloat\r\n softwareAgilityScore_gte: CustomFloat\r\n softwareAgilityScore_empty: Boolean\r\n softwareAgility: SoftwareAgilityEnum\r\n softwareAgility_not: SoftwareAgilityEnum\r\n softwareAgility_in: [SoftwareAgilityEnum!]\r\n softwareAgility_not_in: [SoftwareAgilityEnum!]\r\n softwareAgility_empty: Boolean\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceScoreCASTHighligh_not: CustomFloat\r\n softwareEleganceScoreCASTHighligh_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_lt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_lte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_empty: Boolean\r\n softwareEleganceThresholds: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_not: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_not_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_empty: Boolean\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScoreCASTHighlight_not: CustomFloat\r\n cloudReadyScoreCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_lt: CustomFloat\r\n cloudReadyScoreCASTHighlight_lte: CustomFloat\r\n cloudReadyScoreCASTHighlight_gt: CustomFloat\r\n cloudReadyScoreCASTHighlight_gte: CustomFloat\r\n cloudReadyScoreCASTHighlight_empty: Boolean\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight_not: CustomFloat\r\n cloudReadyScanCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_lt: CustomFloat\r\n cloudReadyScanCASTHighlight_lte: CustomFloat\r\n cloudReadyScanCASTHighlight_gt: CustomFloat\r\n cloudReadyScanCASTHighlight_gte: CustomFloat\r\n cloudReadyScanCASTHighlight_empty: Boolean\r\n technicalDebtCast: CustomFloat\r\n technicalDebtCast_not: CustomFloat\r\n technicalDebtCast_in: [CustomFloat!]\r\n technicalDebtCast_not_in: [CustomFloat!]\r\n technicalDebtCast_lt: CustomFloat\r\n technicalDebtCast_lte: CustomFloat\r\n technicalDebtCast_gt: CustomFloat\r\n technicalDebtCast_gte: CustomFloat\r\n technicalDebtCast_empty: Boolean\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfLinesOfCodeCast_not: CustomInt\r\n numberOfLinesOfCodeCast_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_not_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_lt: CustomInt\r\n numberOfLinesOfCodeCast_lte: CustomInt\r\n numberOfLinesOfCodeCast_gt: CustomInt\r\n numberOfLinesOfCodeCast_gte: CustomInt\r\n numberOfLinesOfCodeCast_empty: Boolean\r\n numberOfFilesCast: CustomInt\r\n numberOfFilesCast_not: CustomInt\r\n numberOfFilesCast_in: [CustomInt!]\r\n numberOfFilesCast_not_in: [CustomInt!]\r\n numberOfFilesCast_lt: CustomInt\r\n numberOfFilesCast_lte: CustomInt\r\n numberOfFilesCast_gt: CustomInt\r\n numberOfFilesCast_gte: CustomInt\r\n numberOfFilesCast_empty: Boolean\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_not: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_not_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_lt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_lte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_empty: Boolean\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_not: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_not_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_empty: Boolean\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_not: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_not_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_empty: Boolean\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_not: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_empty: Boolean\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_not: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_not_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_empty: Boolean\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_not: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_not_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_empty: Boolean\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 detailsCast_empty: Boolean\r\n statusReview: StatusReviewEnum\r\n statusReview_not: StatusReviewEnum\r\n statusReview_in: [StatusReviewEnum!]\r\n statusReview_not_in: [StatusReviewEnum!]\r\n statusReview_empty: Boolean\r\n consent: ConsentEnum\r\n consent_not: ConsentEnum\r\n consent_in: [ConsentEnum!]\r\n consent_not_in: [ConsentEnum!]\r\n consent_empty: Boolean\r\n cost: CustomFloat\r\n cost_not: CustomFloat\r\n cost_in: [CustomFloat!]\r\n cost_not_in: [CustomFloat!]\r\n cost_lt: CustomFloat\r\n cost_lte: CustomFloat\r\n cost_gt: CustomFloat\r\n cost_gte: CustomFloat\r\n cost_empty: Boolean\r\n revenue: CustomFloat\r\n revenue_not: CustomFloat\r\n revenue_in: [CustomFloat!]\r\n revenue_not_in: [CustomFloat!]\r\n revenue_lt: CustomFloat\r\n revenue_lte: CustomFloat\r\n revenue_gt: CustomFloat\r\n revenue_gte: CustomFloat\r\n revenue_empty: Boolean\r\n rOIPercentage: CustomFloat\r\n rOIPercentage_not: CustomFloat\r\n rOIPercentage_in: [CustomFloat!]\r\n rOIPercentage_not_in: [CustomFloat!]\r\n rOIPercentage_lt: CustomFloat\r\n rOIPercentage_lte: CustomFloat\r\n rOIPercentage_gt: CustomFloat\r\n rOIPercentage_gte: CustomFloat\r\n rOIPercentage_empty: Boolean\r\n rOIRate: CustomFloat\r\n rOIRate_not: CustomFloat\r\n rOIRate_in: [CustomFloat!]\r\n rOIRate_not_in: [CustomFloat!]\r\n rOIRate_lt: CustomFloat\r\n rOIRate_lte: CustomFloat\r\n rOIRate_gt: CustomFloat\r\n rOIRate_gte: CustomFloat\r\n rOIRate_empty: Boolean\r\n costRate: CustomFloat\r\n costRate_not: CustomFloat\r\n costRate_in: [CustomFloat!]\r\n costRate_not_in: [CustomFloat!]\r\n costRate_lt: CustomFloat\r\n costRate_lte: CustomFloat\r\n costRate_gt: CustomFloat\r\n costRate_gte: CustomFloat\r\n costRate_empty: Boolean\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_not: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_not_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_not: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_not_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_empty: Boolean\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_not: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_not_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_not: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_not_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_empty: Boolean\r\n maximumTolerableDowntimeMTD: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_not: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_not_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_empty: Boolean\r\n sLALevel: SLALevelEnum\r\n sLALevel_not: SLALevelEnum\r\n sLALevel_in: [SLALevelEnum!]\r\n sLALevel_not_in: [SLALevelEnum!]\r\n sLALevel_empty: Boolean\r\n applicationValidationDate: CustomDate\r\n applicationValidationDate_not: CustomDate\r\n applicationValidationDate_in: [CustomDate!]\r\n applicationValidationDate_not_in: [CustomDate!]\r\n applicationValidationDate_lt: CustomDate\r\n applicationValidationDate_lte: CustomDate\r\n applicationValidationDate_gt: CustomDate\r\n applicationValidationDate_gte: CustomDate\r\n applicationValidationDate_empty: Boolean\r\n dataFreshness: DataFreshnessEnum\r\n dataFreshness_not: DataFreshnessEnum\r\n dataFreshness_in: [DataFreshnessEnum!]\r\n dataFreshness_not_in: [DataFreshnessEnum!]\r\n dataFreshness_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n applicationTemplate: ApplicationTemplateEnum\r\n applicationTemplate_not: ApplicationTemplateEnum\r\n applicationTemplate_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_not_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_empty: Boolean\r\n deploymentDate: CustomDate\r\n deploymentDate_not: CustomDate\r\n deploymentDate_in: [CustomDate!]\r\n deploymentDate_not_in: [CustomDate!]\r\n deploymentDate_lt: CustomDate\r\n deploymentDate_lte: CustomDate\r\n deploymentDate_gt: CustomDate\r\n deploymentDate_gte: CustomDate\r\n deploymentDate_empty: Boolean\r\n operatingApplicationDate: CustomDate\r\n operatingApplicationDate_not: CustomDate\r\n operatingApplicationDate_in: [CustomDate!]\r\n operatingApplicationDate_not_in: [CustomDate!]\r\n operatingApplicationDate_lt: CustomDate\r\n operatingApplicationDate_lte: CustomDate\r\n operatingApplicationDate_gt: CustomDate\r\n operatingApplicationDate_gte: CustomDate\r\n operatingApplicationDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n applicationOwner_PersonSystem_some: [PersonSystemFilter!]\r\n applicationOwner_PersonSystem_count: countFilter\r\n softwareDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n softwareDesigner_PersonSystem_count: countFilter\r\n iTOwner_PersonSystem_some: [PersonSystemFilter!]\r\n iTOwner_PersonSystem_count: countFilter\r\n businessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n businessOwner_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n globalApplicationFlowMap_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_count: countFilter\r\n sentApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ContributingApplication_count: countFilter\r\n receivedApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ContributingApplication_count: countFilter\r\n cASTHighlightCampaign_CastHighlightCampaign_some: [CASTHighlightCampaignFilter!]\r\n cASTHighlightCampaign_CastHighlightCampaign_count: countFilter\r\n sentApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ApplicationParticipant_count: countFilter\r\n receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ApplicationParticipant_count: countFilter\r\n application_VariantObject_some: [ApplicationFilter!]\r\n application_VariantObject_count: countFilter\r\n application_VariedObject_some: [ApplicationFilter!]\r\n application_VariedObject_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n functionality_some: [FunctionalityFilter!]\r\n functionality_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n softwareTechnology_UsedTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_UsedTechnology_count: countFilter\r\n softwareInstallation_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n}\r\n\r\nenum Relationship_Application_FulfillingEnterpriseArtifact_HumanUsedArtifactFunctionalityFulfillmentOwnership_FunctionalityFulfillment_FunctionalityComponentFulfillement_FunctionalityFulfillmentReference_FunctionalityOrderBy {\r\n link1CoverageRatio_ASC\r\n link1CoverageRatio_DESC\r\n link1ComputedCoverageRatio_ASC\r\n link1ComputedCoverageRatio_DESC\r\n link1ITARecommendationStatus_ASC\r\n link1ITARecommendationStatus_DESC\r\n link1CompositeRealizationName_ASC\r\n link1CompositeRealizationName_DESC\r\n link1RealizationQuality_ASC\r\n link1RealizationQuality_DESC\r\n link1CapabilityFulfillmentMetaPictureIdentifier_ASC\r\n link1CapabilityFulfillmentMetaPictureIdentifier_DESC\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 softwareResiliency_ASC\r\n softwareResiliency_DESC\r\n softwareAgilityScore_ASC\r\n softwareAgilityScore_DESC\r\n softwareAgility_ASC\r\n softwareAgility_DESC\r\n softwareEleganceScoreCASTHighligh_ASC\r\n softwareEleganceScoreCASTHighligh_DESC\r\n softwareEleganceThresholds_ASC\r\n softwareEleganceThresholds_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 softwareResiliencyQuartile_ASC\r\n softwareResiliencyQuartile_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 softwareEleganceQuartile_ASC\r\n softwareEleganceQuartile_DESC\r\n detailsCast_ASC\r\n detailsCast_DESC\r\n statusReview_ASC\r\n statusReview_DESC\r\n consent_ASC\r\n consent_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataArea implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n applicationCode: String\r\n cloudComputing(format: EnumFormat): CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype(format: EnumFormat): ApplicationStereotypeEnum\r\n applicationType(format: EnumFormat): ApplicationTypeEnum\r\n currentState: GraphQLObjectInterface\r\n globalExpense: CustomFloat\r\n currentNumberOfUsers: CustomInt\r\n costPerUser: CustomFloat\r\n rankAPM(format: EnumFormat): RankAPMEnum\r\n technologyCompliance(format: EnumFormat): TechnologyComplianceEnum\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n cASTHighlightID: CustomInt\r\n businessValueAPM(format: EnumFormat): BusinessValueAPMEnum\r\n functionalSupportAPM(format: EnumFormat): FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM(format: EnumFormat): TechnicalEfficiencyAPMEnum\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n closingDateCast(format: String, timeOffset: String): CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliency(format: EnumFormat): SoftwareResiliencyEnum\r\n softwareAgilityScore: CustomFloat\r\n softwareAgility(format: EnumFormat): SoftwareAgilityEnum\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceThresholds(format: EnumFormat): SoftwareEleganceThresholdsEnum\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile(format: EnumFormat): SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData(format: EnumFormat): WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial(format: EnumFormat): WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast(format: EnumFormat): SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile(format: EnumFormat): SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview(format: EnumFormat): StatusReviewEnum\r\n consent(format: EnumFormat): ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice(format: EnumFormat): GDPRContentOfNoticeEnum\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO(format: EnumFormat): RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO(format: EnumFormat): RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n workRecoveryTimeWRT(format: EnumFormat): WorkRecoveryTimeWRTEnum\r\n maximumTolerableDowntimeMTD(format: EnumFormat): MaximumTolerableDowntimeMTDEnum\r\n sLALevel(format: EnumFormat): SLALevelEnum\r\n applicationValidationDate(format: String, timeOffset: String): CustomDate\r\n dataFreshness(format: EnumFormat): DataFreshnessEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n applicationTemplate(format: EnumFormat): ApplicationTemplateEnum\r\n deploymentDate(format: String, timeOffset: String): CustomDate\r\n operatingApplicationDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n cASTHighlightCampaign_CastHighlightCampaign(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaign]\r\n cASTHighlightCampaign_CastHighlightCampaignAggregatedValues(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaignAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n softwareTechnologyStack(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStack]\r\n softwareTechnologyStackAggregatedValues(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology_UsedTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnology_UsedTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n softwareInstallation(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallationAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n applicationOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n softwareDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n iTOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n businessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_Application]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n globalApplicationFlowMap(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n globalApplicationFlowMapAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n sentApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n sentApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n receivedApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n sentApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n sentApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n receivedApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_VariantObject(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Application]\r\n application_VariantObjectAggregatedValues(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n application_VariedObject(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Application]\r\n application_VariedObjectAggregatedValues(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n businessCapability(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_Application]\r\n businessCapabilityAggregatedValues(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [BusinessCapabilityAggregatedValues]\r\n businessLine(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_Application]\r\n businessLineAggregatedValues(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [BusinessLineAggregatedValues]\r\n functionality(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_Application]\r\n functionalityAggregatedValues(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [FunctionalityAggregatedValues]\r\n businessProcess(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_Application]\r\n businessProcessAggregatedValues(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [BusinessProcessAggregatedValues]\r\n}\r\n\r\ninput Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaFilter {\r\n and: [Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaFilter!]\r\n or: [Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaFilter!]\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 name_empty: Boolean\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 applicationCode_empty: Boolean\r\n cloudComputing: CloudComputingEnum\r\n cloudComputing_not: CloudComputingEnum\r\n cloudComputing_in: [CloudComputingEnum!]\r\n cloudComputing_not_in: [CloudComputingEnum!]\r\n cloudComputing_empty: Boolean\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 versionNumber_empty: Boolean\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 requiredMemorySize_empty: Boolean\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationStereotype_not: ApplicationStereotypeEnum\r\n applicationStereotype_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_not_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_empty: Boolean\r\n applicationType: ApplicationTypeEnum\r\n applicationType_not: ApplicationTypeEnum\r\n applicationType_in: [ApplicationTypeEnum!]\r\n applicationType_not_in: [ApplicationTypeEnum!]\r\n applicationType_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n globalExpense: CustomFloat\r\n globalExpense_not: CustomFloat\r\n globalExpense_in: [CustomFloat!]\r\n globalExpense_not_in: [CustomFloat!]\r\n globalExpense_lt: CustomFloat\r\n globalExpense_lte: CustomFloat\r\n globalExpense_gt: CustomFloat\r\n globalExpense_gte: CustomFloat\r\n globalExpense_empty: Boolean\r\n currentNumberOfUsers: CustomInt\r\n currentNumberOfUsers_not: CustomInt\r\n currentNumberOfUsers_in: [CustomInt!]\r\n currentNumberOfUsers_not_in: [CustomInt!]\r\n currentNumberOfUsers_lt: CustomInt\r\n currentNumberOfUsers_lte: CustomInt\r\n currentNumberOfUsers_gt: CustomInt\r\n currentNumberOfUsers_gte: CustomInt\r\n currentNumberOfUsers_empty: Boolean\r\n costPerUser: CustomFloat\r\n costPerUser_not: CustomFloat\r\n costPerUser_in: [CustomFloat!]\r\n costPerUser_not_in: [CustomFloat!]\r\n costPerUser_lt: CustomFloat\r\n costPerUser_lte: CustomFloat\r\n costPerUser_gt: CustomFloat\r\n costPerUser_gte: CustomFloat\r\n costPerUser_empty: Boolean\r\n rankAPM: RankAPMEnum\r\n rankAPM_not: RankAPMEnum\r\n rankAPM_in: [RankAPMEnum!]\r\n rankAPM_not_in: [RankAPMEnum!]\r\n rankAPM_empty: Boolean\r\n technologyCompliance: TechnologyComplianceEnum\r\n technologyCompliance_not: TechnologyComplianceEnum\r\n technologyCompliance_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_not_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\r\n businessValueAPM: BusinessValueAPMEnum\r\n businessValueAPM_not: BusinessValueAPMEnum\r\n businessValueAPM_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_not_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_empty: Boolean\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n functionalSupportAPM_not: FunctionalSupportAPMEnum\r\n functionalSupportAPM_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_not_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_empty: Boolean\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_not: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_not_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n closingDateCast: CustomDate\r\n closingDateCast_not: CustomDate\r\n closingDateCast_in: [CustomDate!]\r\n closingDateCast_not_in: [CustomDate!]\r\n closingDateCast_lt: CustomDate\r\n closingDateCast_lte: CustomDate\r\n closingDateCast_gt: CustomDate\r\n closingDateCast_gte: CustomDate\r\n closingDateCast_empty: Boolean\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_not: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_lt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_lte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_empty: Boolean\r\n softwareResiliency: SoftwareResiliencyEnum\r\n softwareResiliency_not: SoftwareResiliencyEnum\r\n softwareResiliency_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_not_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_empty: Boolean\r\n softwareAgilityScore: CustomFloat\r\n softwareAgilityScore_not: CustomFloat\r\n softwareAgilityScore_in: [CustomFloat!]\r\n softwareAgilityScore_not_in: [CustomFloat!]\r\n softwareAgilityScore_lt: CustomFloat\r\n softwareAgilityScore_lte: CustomFloat\r\n softwareAgilityScore_gt: CustomFloat\r\n softwareAgilityScore_gte: CustomFloat\r\n softwareAgilityScore_empty: Boolean\r\n softwareAgility: SoftwareAgilityEnum\r\n softwareAgility_not: SoftwareAgilityEnum\r\n softwareAgility_in: [SoftwareAgilityEnum!]\r\n softwareAgility_not_in: [SoftwareAgilityEnum!]\r\n softwareAgility_empty: Boolean\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceScoreCASTHighligh_not: CustomFloat\r\n softwareEleganceScoreCASTHighligh_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_lt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_lte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_empty: Boolean\r\n softwareEleganceThresholds: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_not: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_not_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_empty: Boolean\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScoreCASTHighlight_not: CustomFloat\r\n cloudReadyScoreCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_lt: CustomFloat\r\n cloudReadyScoreCASTHighlight_lte: CustomFloat\r\n cloudReadyScoreCASTHighlight_gt: CustomFloat\r\n cloudReadyScoreCASTHighlight_gte: CustomFloat\r\n cloudReadyScoreCASTHighlight_empty: Boolean\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight_not: CustomFloat\r\n cloudReadyScanCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_lt: CustomFloat\r\n cloudReadyScanCASTHighlight_lte: CustomFloat\r\n cloudReadyScanCASTHighlight_gt: CustomFloat\r\n cloudReadyScanCASTHighlight_gte: CustomFloat\r\n cloudReadyScanCASTHighlight_empty: Boolean\r\n technicalDebtCast: CustomFloat\r\n technicalDebtCast_not: CustomFloat\r\n technicalDebtCast_in: [CustomFloat!]\r\n technicalDebtCast_not_in: [CustomFloat!]\r\n technicalDebtCast_lt: CustomFloat\r\n technicalDebtCast_lte: CustomFloat\r\n technicalDebtCast_gt: CustomFloat\r\n technicalDebtCast_gte: CustomFloat\r\n technicalDebtCast_empty: Boolean\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfLinesOfCodeCast_not: CustomInt\r\n numberOfLinesOfCodeCast_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_not_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_lt: CustomInt\r\n numberOfLinesOfCodeCast_lte: CustomInt\r\n numberOfLinesOfCodeCast_gt: CustomInt\r\n numberOfLinesOfCodeCast_gte: CustomInt\r\n numberOfLinesOfCodeCast_empty: Boolean\r\n numberOfFilesCast: CustomInt\r\n numberOfFilesCast_not: CustomInt\r\n numberOfFilesCast_in: [CustomInt!]\r\n numberOfFilesCast_not_in: [CustomInt!]\r\n numberOfFilesCast_lt: CustomInt\r\n numberOfFilesCast_lte: CustomInt\r\n numberOfFilesCast_gt: CustomInt\r\n numberOfFilesCast_gte: CustomInt\r\n numberOfFilesCast_empty: Boolean\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_not: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_not_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_lt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_lte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_empty: Boolean\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_not: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_not_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_empty: Boolean\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_not: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_not_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_empty: Boolean\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_not: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_empty: Boolean\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_not: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_not_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_empty: Boolean\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_not: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_not_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_empty: Boolean\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 detailsCast_empty: Boolean\r\n statusReview: StatusReviewEnum\r\n statusReview_not: StatusReviewEnum\r\n statusReview_in: [StatusReviewEnum!]\r\n statusReview_not_in: [StatusReviewEnum!]\r\n statusReview_empty: Boolean\r\n consent: ConsentEnum\r\n consent_not: ConsentEnum\r\n consent_in: [ConsentEnum!]\r\n consent_not_in: [ConsentEnum!]\r\n consent_empty: Boolean\r\n cost: CustomFloat\r\n cost_not: CustomFloat\r\n cost_in: [CustomFloat!]\r\n cost_not_in: [CustomFloat!]\r\n cost_lt: CustomFloat\r\n cost_lte: CustomFloat\r\n cost_gt: CustomFloat\r\n cost_gte: CustomFloat\r\n cost_empty: Boolean\r\n revenue: CustomFloat\r\n revenue_not: CustomFloat\r\n revenue_in: [CustomFloat!]\r\n revenue_not_in: [CustomFloat!]\r\n revenue_lt: CustomFloat\r\n revenue_lte: CustomFloat\r\n revenue_gt: CustomFloat\r\n revenue_gte: CustomFloat\r\n revenue_empty: Boolean\r\n rOIPercentage: CustomFloat\r\n rOIPercentage_not: CustomFloat\r\n rOIPercentage_in: [CustomFloat!]\r\n rOIPercentage_not_in: [CustomFloat!]\r\n rOIPercentage_lt: CustomFloat\r\n rOIPercentage_lte: CustomFloat\r\n rOIPercentage_gt: CustomFloat\r\n rOIPercentage_gte: CustomFloat\r\n rOIPercentage_empty: Boolean\r\n rOIRate: CustomFloat\r\n rOIRate_not: CustomFloat\r\n rOIRate_in: [CustomFloat!]\r\n rOIRate_not_in: [CustomFloat!]\r\n rOIRate_lt: CustomFloat\r\n rOIRate_lte: CustomFloat\r\n rOIRate_gt: CustomFloat\r\n rOIRate_gte: CustomFloat\r\n rOIRate_empty: Boolean\r\n costRate: CustomFloat\r\n costRate_not: CustomFloat\r\n costRate_in: [CustomFloat!]\r\n costRate_not_in: [CustomFloat!]\r\n costRate_lt: CustomFloat\r\n costRate_lte: CustomFloat\r\n costRate_gt: CustomFloat\r\n costRate_gte: CustomFloat\r\n costRate_empty: Boolean\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_not: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_not_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_not: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_not_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_empty: Boolean\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_not: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_not_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_not: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_not_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_empty: Boolean\r\n maximumTolerableDowntimeMTD: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_not: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_not_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_empty: Boolean\r\n sLALevel: SLALevelEnum\r\n sLALevel_not: SLALevelEnum\r\n sLALevel_in: [SLALevelEnum!]\r\n sLALevel_not_in: [SLALevelEnum!]\r\n sLALevel_empty: Boolean\r\n applicationValidationDate: CustomDate\r\n applicationValidationDate_not: CustomDate\r\n applicationValidationDate_in: [CustomDate!]\r\n applicationValidationDate_not_in: [CustomDate!]\r\n applicationValidationDate_lt: CustomDate\r\n applicationValidationDate_lte: CustomDate\r\n applicationValidationDate_gt: CustomDate\r\n applicationValidationDate_gte: CustomDate\r\n applicationValidationDate_empty: Boolean\r\n dataFreshness: DataFreshnessEnum\r\n dataFreshness_not: DataFreshnessEnum\r\n dataFreshness_in: [DataFreshnessEnum!]\r\n dataFreshness_not_in: [DataFreshnessEnum!]\r\n dataFreshness_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n applicationTemplate: ApplicationTemplateEnum\r\n applicationTemplate_not: ApplicationTemplateEnum\r\n applicationTemplate_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_not_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_empty: Boolean\r\n deploymentDate: CustomDate\r\n deploymentDate_not: CustomDate\r\n deploymentDate_in: [CustomDate!]\r\n deploymentDate_not_in: [CustomDate!]\r\n deploymentDate_lt: CustomDate\r\n deploymentDate_lte: CustomDate\r\n deploymentDate_gt: CustomDate\r\n deploymentDate_gte: CustomDate\r\n deploymentDate_empty: Boolean\r\n operatingApplicationDate: CustomDate\r\n operatingApplicationDate_not: CustomDate\r\n operatingApplicationDate_in: [CustomDate!]\r\n operatingApplicationDate_not_in: [CustomDate!]\r\n operatingApplicationDate_lt: CustomDate\r\n operatingApplicationDate_lte: CustomDate\r\n operatingApplicationDate_gt: CustomDate\r\n operatingApplicationDate_gte: CustomDate\r\n operatingApplicationDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n applicationOwner_PersonSystem_some: [PersonSystemFilter!]\r\n applicationOwner_PersonSystem_count: countFilter\r\n softwareDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n softwareDesigner_PersonSystem_count: countFilter\r\n iTOwner_PersonSystem_some: [PersonSystemFilter!]\r\n iTOwner_PersonSystem_count: countFilter\r\n businessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n businessOwner_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n globalApplicationFlowMap_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_count: countFilter\r\n sentApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ContributingApplication_count: countFilter\r\n receivedApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ContributingApplication_count: countFilter\r\n cASTHighlightCampaign_CastHighlightCampaign_some: [CASTHighlightCampaignFilter!]\r\n cASTHighlightCampaign_CastHighlightCampaign_count: countFilter\r\n sentApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ApplicationParticipant_count: countFilter\r\n receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ApplicationParticipant_count: countFilter\r\n application_VariantObject_some: [ApplicationFilter!]\r\n application_VariantObject_count: countFilter\r\n application_VariedObject_some: [ApplicationFilter!]\r\n application_VariedObject_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n functionality_some: [FunctionalityFilter!]\r\n functionality_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n softwareTechnology_UsedTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_UsedTechnology_count: countFilter\r\n softwareInstallation_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n}\r\n\r\nenum Relationship_Application_OwnerPhysicalSoftware_ApplicationSystemTypeApplicationDataStore_ApplicationLocalDataStore_ApplicationDataStore_ApplicationDataStoreReference_ApplicationDataAreaOrderBy {\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 softwareResiliency_ASC\r\n softwareResiliency_DESC\r\n softwareAgilityScore_ASC\r\n softwareAgilityScore_DESC\r\n softwareAgility_ASC\r\n softwareAgility_DESC\r\n softwareEleganceScoreCASTHighligh_ASC\r\n softwareEleganceScoreCASTHighligh_DESC\r\n softwareEleganceThresholds_ASC\r\n softwareEleganceThresholds_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 softwareResiliencyQuartile_ASC\r\n softwareResiliencyQuartile_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 softwareEleganceQuartile_ASC\r\n softwareEleganceQuartile_DESC\r\n detailsCast_ASC\r\n detailsCast_DESC\r\n statusReview_ASC\r\n statusReview_DESC\r\n consent_ASC\r\n consent_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMap implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n applicationCode: String\r\n cloudComputing(format: EnumFormat): CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype(format: EnumFormat): ApplicationStereotypeEnum\r\n applicationType(format: EnumFormat): ApplicationTypeEnum\r\n currentState: GraphQLObjectInterface\r\n globalExpense: CustomFloat\r\n currentNumberOfUsers: CustomInt\r\n costPerUser: CustomFloat\r\n rankAPM(format: EnumFormat): RankAPMEnum\r\n technologyCompliance(format: EnumFormat): TechnologyComplianceEnum\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n cASTHighlightID: CustomInt\r\n businessValueAPM(format: EnumFormat): BusinessValueAPMEnum\r\n functionalSupportAPM(format: EnumFormat): FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM(format: EnumFormat): TechnicalEfficiencyAPMEnum\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n closingDateCast(format: String, timeOffset: String): CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliency(format: EnumFormat): SoftwareResiliencyEnum\r\n softwareAgilityScore: CustomFloat\r\n softwareAgility(format: EnumFormat): SoftwareAgilityEnum\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceThresholds(format: EnumFormat): SoftwareEleganceThresholdsEnum\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile(format: EnumFormat): SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData(format: EnumFormat): WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial(format: EnumFormat): WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast(format: EnumFormat): SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile(format: EnumFormat): SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview(format: EnumFormat): StatusReviewEnum\r\n consent(format: EnumFormat): ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice(format: EnumFormat): GDPRContentOfNoticeEnum\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO(format: EnumFormat): RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO(format: EnumFormat): RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n workRecoveryTimeWRT(format: EnumFormat): WorkRecoveryTimeWRTEnum\r\n maximumTolerableDowntimeMTD(format: EnumFormat): MaximumTolerableDowntimeMTDEnum\r\n sLALevel(format: EnumFormat): SLALevelEnum\r\n applicationValidationDate(format: String, timeOffset: String): CustomDate\r\n dataFreshness(format: EnumFormat): DataFreshnessEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n applicationTemplate(format: EnumFormat): ApplicationTemplateEnum\r\n deploymentDate(format: String, timeOffset: String): CustomDate\r\n operatingApplicationDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n cASTHighlightCampaign_CastHighlightCampaign(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaign]\r\n cASTHighlightCampaign_CastHighlightCampaignAggregatedValues(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaignAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n softwareTechnologyStack(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStack]\r\n softwareTechnologyStackAggregatedValues(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology_UsedTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnology_UsedTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n softwareInstallation(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallationAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n applicationOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n softwareDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n iTOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n businessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_Application]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n globalApplicationFlowMap(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n globalApplicationFlowMapAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n sentApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n sentApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n receivedApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n sentApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n sentApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n receivedApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_VariantObject(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Application]\r\n application_VariantObjectAggregatedValues(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n application_VariedObject(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Application]\r\n application_VariedObjectAggregatedValues(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n businessCapability(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_Application]\r\n businessCapabilityAggregatedValues(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [BusinessCapabilityAggregatedValues]\r\n businessLine(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_Application]\r\n businessLineAggregatedValues(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [BusinessLineAggregatedValues]\r\n functionality(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_Application]\r\n functionalityAggregatedValues(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [FunctionalityAggregatedValues]\r\n businessProcess(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_Application]\r\n businessProcessAggregatedValues(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [BusinessProcessAggregatedValues]\r\n}\r\n\r\ninput Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter {\r\n and: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter!]\r\n or: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter!]\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 name_empty: Boolean\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 applicationCode_empty: Boolean\r\n cloudComputing: CloudComputingEnum\r\n cloudComputing_not: CloudComputingEnum\r\n cloudComputing_in: [CloudComputingEnum!]\r\n cloudComputing_not_in: [CloudComputingEnum!]\r\n cloudComputing_empty: Boolean\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 versionNumber_empty: Boolean\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 requiredMemorySize_empty: Boolean\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationStereotype_not: ApplicationStereotypeEnum\r\n applicationStereotype_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_not_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_empty: Boolean\r\n applicationType: ApplicationTypeEnum\r\n applicationType_not: ApplicationTypeEnum\r\n applicationType_in: [ApplicationTypeEnum!]\r\n applicationType_not_in: [ApplicationTypeEnum!]\r\n applicationType_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n globalExpense: CustomFloat\r\n globalExpense_not: CustomFloat\r\n globalExpense_in: [CustomFloat!]\r\n globalExpense_not_in: [CustomFloat!]\r\n globalExpense_lt: CustomFloat\r\n globalExpense_lte: CustomFloat\r\n globalExpense_gt: CustomFloat\r\n globalExpense_gte: CustomFloat\r\n globalExpense_empty: Boolean\r\n currentNumberOfUsers: CustomInt\r\n currentNumberOfUsers_not: CustomInt\r\n currentNumberOfUsers_in: [CustomInt!]\r\n currentNumberOfUsers_not_in: [CustomInt!]\r\n currentNumberOfUsers_lt: CustomInt\r\n currentNumberOfUsers_lte: CustomInt\r\n currentNumberOfUsers_gt: CustomInt\r\n currentNumberOfUsers_gte: CustomInt\r\n currentNumberOfUsers_empty: Boolean\r\n costPerUser: CustomFloat\r\n costPerUser_not: CustomFloat\r\n costPerUser_in: [CustomFloat!]\r\n costPerUser_not_in: [CustomFloat!]\r\n costPerUser_lt: CustomFloat\r\n costPerUser_lte: CustomFloat\r\n costPerUser_gt: CustomFloat\r\n costPerUser_gte: CustomFloat\r\n costPerUser_empty: Boolean\r\n rankAPM: RankAPMEnum\r\n rankAPM_not: RankAPMEnum\r\n rankAPM_in: [RankAPMEnum!]\r\n rankAPM_not_in: [RankAPMEnum!]\r\n rankAPM_empty: Boolean\r\n technologyCompliance: TechnologyComplianceEnum\r\n technologyCompliance_not: TechnologyComplianceEnum\r\n technologyCompliance_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_not_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\r\n businessValueAPM: BusinessValueAPMEnum\r\n businessValueAPM_not: BusinessValueAPMEnum\r\n businessValueAPM_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_not_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_empty: Boolean\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n functionalSupportAPM_not: FunctionalSupportAPMEnum\r\n functionalSupportAPM_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_not_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_empty: Boolean\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_not: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_not_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n closingDateCast: CustomDate\r\n closingDateCast_not: CustomDate\r\n closingDateCast_in: [CustomDate!]\r\n closingDateCast_not_in: [CustomDate!]\r\n closingDateCast_lt: CustomDate\r\n closingDateCast_lte: CustomDate\r\n closingDateCast_gt: CustomDate\r\n closingDateCast_gte: CustomDate\r\n closingDateCast_empty: Boolean\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_not: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_lt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_lte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_empty: Boolean\r\n softwareResiliency: SoftwareResiliencyEnum\r\n softwareResiliency_not: SoftwareResiliencyEnum\r\n softwareResiliency_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_not_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_empty: Boolean\r\n softwareAgilityScore: CustomFloat\r\n softwareAgilityScore_not: CustomFloat\r\n softwareAgilityScore_in: [CustomFloat!]\r\n softwareAgilityScore_not_in: [CustomFloat!]\r\n softwareAgilityScore_lt: CustomFloat\r\n softwareAgilityScore_lte: CustomFloat\r\n softwareAgilityScore_gt: CustomFloat\r\n softwareAgilityScore_gte: CustomFloat\r\n softwareAgilityScore_empty: Boolean\r\n softwareAgility: SoftwareAgilityEnum\r\n softwareAgility_not: SoftwareAgilityEnum\r\n softwareAgility_in: [SoftwareAgilityEnum!]\r\n softwareAgility_not_in: [SoftwareAgilityEnum!]\r\n softwareAgility_empty: Boolean\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceScoreCASTHighligh_not: CustomFloat\r\n softwareEleganceScoreCASTHighligh_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_lt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_lte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_empty: Boolean\r\n softwareEleganceThresholds: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_not: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_not_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_empty: Boolean\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScoreCASTHighlight_not: CustomFloat\r\n cloudReadyScoreCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_lt: CustomFloat\r\n cloudReadyScoreCASTHighlight_lte: CustomFloat\r\n cloudReadyScoreCASTHighlight_gt: CustomFloat\r\n cloudReadyScoreCASTHighlight_gte: CustomFloat\r\n cloudReadyScoreCASTHighlight_empty: Boolean\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight_not: CustomFloat\r\n cloudReadyScanCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_lt: CustomFloat\r\n cloudReadyScanCASTHighlight_lte: CustomFloat\r\n cloudReadyScanCASTHighlight_gt: CustomFloat\r\n cloudReadyScanCASTHighlight_gte: CustomFloat\r\n cloudReadyScanCASTHighlight_empty: Boolean\r\n technicalDebtCast: CustomFloat\r\n technicalDebtCast_not: CustomFloat\r\n technicalDebtCast_in: [CustomFloat!]\r\n technicalDebtCast_not_in: [CustomFloat!]\r\n technicalDebtCast_lt: CustomFloat\r\n technicalDebtCast_lte: CustomFloat\r\n technicalDebtCast_gt: CustomFloat\r\n technicalDebtCast_gte: CustomFloat\r\n technicalDebtCast_empty: Boolean\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfLinesOfCodeCast_not: CustomInt\r\n numberOfLinesOfCodeCast_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_not_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_lt: CustomInt\r\n numberOfLinesOfCodeCast_lte: CustomInt\r\n numberOfLinesOfCodeCast_gt: CustomInt\r\n numberOfLinesOfCodeCast_gte: CustomInt\r\n numberOfLinesOfCodeCast_empty: Boolean\r\n numberOfFilesCast: CustomInt\r\n numberOfFilesCast_not: CustomInt\r\n numberOfFilesCast_in: [CustomInt!]\r\n numberOfFilesCast_not_in: [CustomInt!]\r\n numberOfFilesCast_lt: CustomInt\r\n numberOfFilesCast_lte: CustomInt\r\n numberOfFilesCast_gt: CustomInt\r\n numberOfFilesCast_gte: CustomInt\r\n numberOfFilesCast_empty: Boolean\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_not: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_not_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_lt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_lte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_empty: Boolean\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_not: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_not_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_empty: Boolean\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_not: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_not_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_empty: Boolean\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_not: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_empty: Boolean\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_not: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_not_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_empty: Boolean\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_not: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_not_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_empty: Boolean\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 detailsCast_empty: Boolean\r\n statusReview: StatusReviewEnum\r\n statusReview_not: StatusReviewEnum\r\n statusReview_in: [StatusReviewEnum!]\r\n statusReview_not_in: [StatusReviewEnum!]\r\n statusReview_empty: Boolean\r\n consent: ConsentEnum\r\n consent_not: ConsentEnum\r\n consent_in: [ConsentEnum!]\r\n consent_not_in: [ConsentEnum!]\r\n consent_empty: Boolean\r\n cost: CustomFloat\r\n cost_not: CustomFloat\r\n cost_in: [CustomFloat!]\r\n cost_not_in: [CustomFloat!]\r\n cost_lt: CustomFloat\r\n cost_lte: CustomFloat\r\n cost_gt: CustomFloat\r\n cost_gte: CustomFloat\r\n cost_empty: Boolean\r\n revenue: CustomFloat\r\n revenue_not: CustomFloat\r\n revenue_in: [CustomFloat!]\r\n revenue_not_in: [CustomFloat!]\r\n revenue_lt: CustomFloat\r\n revenue_lte: CustomFloat\r\n revenue_gt: CustomFloat\r\n revenue_gte: CustomFloat\r\n revenue_empty: Boolean\r\n rOIPercentage: CustomFloat\r\n rOIPercentage_not: CustomFloat\r\n rOIPercentage_in: [CustomFloat!]\r\n rOIPercentage_not_in: [CustomFloat!]\r\n rOIPercentage_lt: CustomFloat\r\n rOIPercentage_lte: CustomFloat\r\n rOIPercentage_gt: CustomFloat\r\n rOIPercentage_gte: CustomFloat\r\n rOIPercentage_empty: Boolean\r\n rOIRate: CustomFloat\r\n rOIRate_not: CustomFloat\r\n rOIRate_in: [CustomFloat!]\r\n rOIRate_not_in: [CustomFloat!]\r\n rOIRate_lt: CustomFloat\r\n rOIRate_lte: CustomFloat\r\n rOIRate_gt: CustomFloat\r\n rOIRate_gte: CustomFloat\r\n rOIRate_empty: Boolean\r\n costRate: CustomFloat\r\n costRate_not: CustomFloat\r\n costRate_in: [CustomFloat!]\r\n costRate_not_in: [CustomFloat!]\r\n costRate_lt: CustomFloat\r\n costRate_lte: CustomFloat\r\n costRate_gt: CustomFloat\r\n costRate_gte: CustomFloat\r\n costRate_empty: Boolean\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_not: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_not_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_not: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_not_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_empty: Boolean\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_not: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_not_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_not: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_not_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_empty: Boolean\r\n maximumTolerableDowntimeMTD: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_not: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_not_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_empty: Boolean\r\n sLALevel: SLALevelEnum\r\n sLALevel_not: SLALevelEnum\r\n sLALevel_in: [SLALevelEnum!]\r\n sLALevel_not_in: [SLALevelEnum!]\r\n sLALevel_empty: Boolean\r\n applicationValidationDate: CustomDate\r\n applicationValidationDate_not: CustomDate\r\n applicationValidationDate_in: [CustomDate!]\r\n applicationValidationDate_not_in: [CustomDate!]\r\n applicationValidationDate_lt: CustomDate\r\n applicationValidationDate_lte: CustomDate\r\n applicationValidationDate_gt: CustomDate\r\n applicationValidationDate_gte: CustomDate\r\n applicationValidationDate_empty: Boolean\r\n dataFreshness: DataFreshnessEnum\r\n dataFreshness_not: DataFreshnessEnum\r\n dataFreshness_in: [DataFreshnessEnum!]\r\n dataFreshness_not_in: [DataFreshnessEnum!]\r\n dataFreshness_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n applicationTemplate: ApplicationTemplateEnum\r\n applicationTemplate_not: ApplicationTemplateEnum\r\n applicationTemplate_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_not_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_empty: Boolean\r\n deploymentDate: CustomDate\r\n deploymentDate_not: CustomDate\r\n deploymentDate_in: [CustomDate!]\r\n deploymentDate_not_in: [CustomDate!]\r\n deploymentDate_lt: CustomDate\r\n deploymentDate_lte: CustomDate\r\n deploymentDate_gt: CustomDate\r\n deploymentDate_gte: CustomDate\r\n deploymentDate_empty: Boolean\r\n operatingApplicationDate: CustomDate\r\n operatingApplicationDate_not: CustomDate\r\n operatingApplicationDate_in: [CustomDate!]\r\n operatingApplicationDate_not_in: [CustomDate!]\r\n operatingApplicationDate_lt: CustomDate\r\n operatingApplicationDate_lte: CustomDate\r\n operatingApplicationDate_gt: CustomDate\r\n operatingApplicationDate_gte: CustomDate\r\n operatingApplicationDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n applicationOwner_PersonSystem_some: [PersonSystemFilter!]\r\n applicationOwner_PersonSystem_count: countFilter\r\n softwareDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n softwareDesigner_PersonSystem_count: countFilter\r\n iTOwner_PersonSystem_some: [PersonSystemFilter!]\r\n iTOwner_PersonSystem_count: countFilter\r\n businessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n businessOwner_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n globalApplicationFlowMap_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_count: countFilter\r\n sentApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ContributingApplication_count: countFilter\r\n receivedApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ContributingApplication_count: countFilter\r\n cASTHighlightCampaign_CastHighlightCampaign_some: [CASTHighlightCampaignFilter!]\r\n cASTHighlightCampaign_CastHighlightCampaign_count: countFilter\r\n sentApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ApplicationParticipant_count: countFilter\r\n receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ApplicationParticipant_count: countFilter\r\n application_VariantObject_some: [ApplicationFilter!]\r\n application_VariantObject_count: countFilter\r\n application_VariedObject_some: [ApplicationFilter!]\r\n application_VariedObject_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n functionality_some: [FunctionalityFilter!]\r\n functionality_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n softwareTechnology_UsedTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_UsedTechnology_count: countFilter\r\n softwareInstallation_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n}\r\n\r\nenum Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapOrderBy {\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 softwareResiliency_ASC\r\n softwareResiliency_DESC\r\n softwareAgilityScore_ASC\r\n softwareAgilityScore_DESC\r\n softwareAgility_ASC\r\n softwareAgility_DESC\r\n softwareEleganceScoreCASTHighligh_ASC\r\n softwareEleganceScoreCASTHighligh_DESC\r\n softwareEleganceThresholds_ASC\r\n softwareEleganceThresholds_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 softwareResiliencyQuartile_ASC\r\n softwareResiliencyQuartile_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 softwareEleganceQuartile_ASC\r\n softwareEleganceQuartile_DESC\r\n detailsCast_ASC\r\n detailsCast_DESC\r\n statusReview_ASC\r\n statusReview_DESC\r\n consent_ASC\r\n consent_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n applicationCode: String\r\n cloudComputing(format: EnumFormat): CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype(format: EnumFormat): ApplicationStereotypeEnum\r\n applicationType(format: EnumFormat): ApplicationTypeEnum\r\n currentState: GraphQLObjectInterface\r\n globalExpense: CustomFloat\r\n currentNumberOfUsers: CustomInt\r\n costPerUser: CustomFloat\r\n rankAPM(format: EnumFormat): RankAPMEnum\r\n technologyCompliance(format: EnumFormat): TechnologyComplianceEnum\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n cASTHighlightID: CustomInt\r\n businessValueAPM(format: EnumFormat): BusinessValueAPMEnum\r\n functionalSupportAPM(format: EnumFormat): FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM(format: EnumFormat): TechnicalEfficiencyAPMEnum\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n closingDateCast(format: String, timeOffset: String): CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliency(format: EnumFormat): SoftwareResiliencyEnum\r\n softwareAgilityScore: CustomFloat\r\n softwareAgility(format: EnumFormat): SoftwareAgilityEnum\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceThresholds(format: EnumFormat): SoftwareEleganceThresholdsEnum\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile(format: EnumFormat): SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData(format: EnumFormat): WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial(format: EnumFormat): WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast(format: EnumFormat): SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile(format: EnumFormat): SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview(format: EnumFormat): StatusReviewEnum\r\n consent(format: EnumFormat): ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice(format: EnumFormat): GDPRContentOfNoticeEnum\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO(format: EnumFormat): RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO(format: EnumFormat): RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n workRecoveryTimeWRT(format: EnumFormat): WorkRecoveryTimeWRTEnum\r\n maximumTolerableDowntimeMTD(format: EnumFormat): MaximumTolerableDowntimeMTDEnum\r\n sLALevel(format: EnumFormat): SLALevelEnum\r\n applicationValidationDate(format: String, timeOffset: String): CustomDate\r\n dataFreshness(format: EnumFormat): DataFreshnessEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n applicationTemplate(format: EnumFormat): ApplicationTemplateEnum\r\n deploymentDate(format: String, timeOffset: String): CustomDate\r\n operatingApplicationDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n cASTHighlightCampaign_CastHighlightCampaign(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaign]\r\n cASTHighlightCampaign_CastHighlightCampaignAggregatedValues(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaignAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n softwareTechnologyStack(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStack]\r\n softwareTechnologyStackAggregatedValues(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology_UsedTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnology_UsedTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n softwareInstallation(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallationAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n applicationOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n softwareDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n iTOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n businessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_Application]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n globalApplicationFlowMap(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n globalApplicationFlowMapAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n sentApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n sentApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n receivedApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n sentApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n sentApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n receivedApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_VariantObject(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Application]\r\n application_VariantObjectAggregatedValues(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n application_VariedObject(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Application]\r\n application_VariedObjectAggregatedValues(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n businessCapability(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_Application]\r\n businessCapabilityAggregatedValues(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [BusinessCapabilityAggregatedValues]\r\n businessLine(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_Application]\r\n businessLineAggregatedValues(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [BusinessLineAggregatedValues]\r\n functionality(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_Application]\r\n functionalityAggregatedValues(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [FunctionalityAggregatedValues]\r\n businessProcess(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_Application]\r\n businessProcessAggregatedValues(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [BusinessProcessAggregatedValues]\r\n}\r\n\r\ninput Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter {\r\n and: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter!]\r\n or: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter!]\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 name_empty: Boolean\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 applicationCode_empty: Boolean\r\n cloudComputing: CloudComputingEnum\r\n cloudComputing_not: CloudComputingEnum\r\n cloudComputing_in: [CloudComputingEnum!]\r\n cloudComputing_not_in: [CloudComputingEnum!]\r\n cloudComputing_empty: Boolean\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 versionNumber_empty: Boolean\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 requiredMemorySize_empty: Boolean\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationStereotype_not: ApplicationStereotypeEnum\r\n applicationStereotype_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_not_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_empty: Boolean\r\n applicationType: ApplicationTypeEnum\r\n applicationType_not: ApplicationTypeEnum\r\n applicationType_in: [ApplicationTypeEnum!]\r\n applicationType_not_in: [ApplicationTypeEnum!]\r\n applicationType_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n globalExpense: CustomFloat\r\n globalExpense_not: CustomFloat\r\n globalExpense_in: [CustomFloat!]\r\n globalExpense_not_in: [CustomFloat!]\r\n globalExpense_lt: CustomFloat\r\n globalExpense_lte: CustomFloat\r\n globalExpense_gt: CustomFloat\r\n globalExpense_gte: CustomFloat\r\n globalExpense_empty: Boolean\r\n currentNumberOfUsers: CustomInt\r\n currentNumberOfUsers_not: CustomInt\r\n currentNumberOfUsers_in: [CustomInt!]\r\n currentNumberOfUsers_not_in: [CustomInt!]\r\n currentNumberOfUsers_lt: CustomInt\r\n currentNumberOfUsers_lte: CustomInt\r\n currentNumberOfUsers_gt: CustomInt\r\n currentNumberOfUsers_gte: CustomInt\r\n currentNumberOfUsers_empty: Boolean\r\n costPerUser: CustomFloat\r\n costPerUser_not: CustomFloat\r\n costPerUser_in: [CustomFloat!]\r\n costPerUser_not_in: [CustomFloat!]\r\n costPerUser_lt: CustomFloat\r\n costPerUser_lte: CustomFloat\r\n costPerUser_gt: CustomFloat\r\n costPerUser_gte: CustomFloat\r\n costPerUser_empty: Boolean\r\n rankAPM: RankAPMEnum\r\n rankAPM_not: RankAPMEnum\r\n rankAPM_in: [RankAPMEnum!]\r\n rankAPM_not_in: [RankAPMEnum!]\r\n rankAPM_empty: Boolean\r\n technologyCompliance: TechnologyComplianceEnum\r\n technologyCompliance_not: TechnologyComplianceEnum\r\n technologyCompliance_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_not_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\r\n businessValueAPM: BusinessValueAPMEnum\r\n businessValueAPM_not: BusinessValueAPMEnum\r\n businessValueAPM_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_not_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_empty: Boolean\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n functionalSupportAPM_not: FunctionalSupportAPMEnum\r\n functionalSupportAPM_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_not_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_empty: Boolean\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_not: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_not_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n closingDateCast: CustomDate\r\n closingDateCast_not: CustomDate\r\n closingDateCast_in: [CustomDate!]\r\n closingDateCast_not_in: [CustomDate!]\r\n closingDateCast_lt: CustomDate\r\n closingDateCast_lte: CustomDate\r\n closingDateCast_gt: CustomDate\r\n closingDateCast_gte: CustomDate\r\n closingDateCast_empty: Boolean\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_not: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_lt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_lte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_empty: Boolean\r\n softwareResiliency: SoftwareResiliencyEnum\r\n softwareResiliency_not: SoftwareResiliencyEnum\r\n softwareResiliency_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_not_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_empty: Boolean\r\n softwareAgilityScore: CustomFloat\r\n softwareAgilityScore_not: CustomFloat\r\n softwareAgilityScore_in: [CustomFloat!]\r\n softwareAgilityScore_not_in: [CustomFloat!]\r\n softwareAgilityScore_lt: CustomFloat\r\n softwareAgilityScore_lte: CustomFloat\r\n softwareAgilityScore_gt: CustomFloat\r\n softwareAgilityScore_gte: CustomFloat\r\n softwareAgilityScore_empty: Boolean\r\n softwareAgility: SoftwareAgilityEnum\r\n softwareAgility_not: SoftwareAgilityEnum\r\n softwareAgility_in: [SoftwareAgilityEnum!]\r\n softwareAgility_not_in: [SoftwareAgilityEnum!]\r\n softwareAgility_empty: Boolean\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceScoreCASTHighligh_not: CustomFloat\r\n softwareEleganceScoreCASTHighligh_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_lt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_lte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_empty: Boolean\r\n softwareEleganceThresholds: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_not: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_not_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_empty: Boolean\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScoreCASTHighlight_not: CustomFloat\r\n cloudReadyScoreCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_lt: CustomFloat\r\n cloudReadyScoreCASTHighlight_lte: CustomFloat\r\n cloudReadyScoreCASTHighlight_gt: CustomFloat\r\n cloudReadyScoreCASTHighlight_gte: CustomFloat\r\n cloudReadyScoreCASTHighlight_empty: Boolean\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight_not: CustomFloat\r\n cloudReadyScanCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_lt: CustomFloat\r\n cloudReadyScanCASTHighlight_lte: CustomFloat\r\n cloudReadyScanCASTHighlight_gt: CustomFloat\r\n cloudReadyScanCASTHighlight_gte: CustomFloat\r\n cloudReadyScanCASTHighlight_empty: Boolean\r\n technicalDebtCast: CustomFloat\r\n technicalDebtCast_not: CustomFloat\r\n technicalDebtCast_in: [CustomFloat!]\r\n technicalDebtCast_not_in: [CustomFloat!]\r\n technicalDebtCast_lt: CustomFloat\r\n technicalDebtCast_lte: CustomFloat\r\n technicalDebtCast_gt: CustomFloat\r\n technicalDebtCast_gte: CustomFloat\r\n technicalDebtCast_empty: Boolean\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfLinesOfCodeCast_not: CustomInt\r\n numberOfLinesOfCodeCast_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_not_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_lt: CustomInt\r\n numberOfLinesOfCodeCast_lte: CustomInt\r\n numberOfLinesOfCodeCast_gt: CustomInt\r\n numberOfLinesOfCodeCast_gte: CustomInt\r\n numberOfLinesOfCodeCast_empty: Boolean\r\n numberOfFilesCast: CustomInt\r\n numberOfFilesCast_not: CustomInt\r\n numberOfFilesCast_in: [CustomInt!]\r\n numberOfFilesCast_not_in: [CustomInt!]\r\n numberOfFilesCast_lt: CustomInt\r\n numberOfFilesCast_lte: CustomInt\r\n numberOfFilesCast_gt: CustomInt\r\n numberOfFilesCast_gte: CustomInt\r\n numberOfFilesCast_empty: Boolean\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_not: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_not_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_lt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_lte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_empty: Boolean\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_not: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_not_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_empty: Boolean\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_not: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_not_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_empty: Boolean\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_not: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_empty: Boolean\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_not: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_not_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_empty: Boolean\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_not: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_not_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_empty: Boolean\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 detailsCast_empty: Boolean\r\n statusReview: StatusReviewEnum\r\n statusReview_not: StatusReviewEnum\r\n statusReview_in: [StatusReviewEnum!]\r\n statusReview_not_in: [StatusReviewEnum!]\r\n statusReview_empty: Boolean\r\n consent: ConsentEnum\r\n consent_not: ConsentEnum\r\n consent_in: [ConsentEnum!]\r\n consent_not_in: [ConsentEnum!]\r\n consent_empty: Boolean\r\n cost: CustomFloat\r\n cost_not: CustomFloat\r\n cost_in: [CustomFloat!]\r\n cost_not_in: [CustomFloat!]\r\n cost_lt: CustomFloat\r\n cost_lte: CustomFloat\r\n cost_gt: CustomFloat\r\n cost_gte: CustomFloat\r\n cost_empty: Boolean\r\n revenue: CustomFloat\r\n revenue_not: CustomFloat\r\n revenue_in: [CustomFloat!]\r\n revenue_not_in: [CustomFloat!]\r\n revenue_lt: CustomFloat\r\n revenue_lte: CustomFloat\r\n revenue_gt: CustomFloat\r\n revenue_gte: CustomFloat\r\n revenue_empty: Boolean\r\n rOIPercentage: CustomFloat\r\n rOIPercentage_not: CustomFloat\r\n rOIPercentage_in: [CustomFloat!]\r\n rOIPercentage_not_in: [CustomFloat!]\r\n rOIPercentage_lt: CustomFloat\r\n rOIPercentage_lte: CustomFloat\r\n rOIPercentage_gt: CustomFloat\r\n rOIPercentage_gte: CustomFloat\r\n rOIPercentage_empty: Boolean\r\n rOIRate: CustomFloat\r\n rOIRate_not: CustomFloat\r\n rOIRate_in: [CustomFloat!]\r\n rOIRate_not_in: [CustomFloat!]\r\n rOIRate_lt: CustomFloat\r\n rOIRate_lte: CustomFloat\r\n rOIRate_gt: CustomFloat\r\n rOIRate_gte: CustomFloat\r\n rOIRate_empty: Boolean\r\n costRate: CustomFloat\r\n costRate_not: CustomFloat\r\n costRate_in: [CustomFloat!]\r\n costRate_not_in: [CustomFloat!]\r\n costRate_lt: CustomFloat\r\n costRate_lte: CustomFloat\r\n costRate_gt: CustomFloat\r\n costRate_gte: CustomFloat\r\n costRate_empty: Boolean\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_not: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_not_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_not: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_not_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_empty: Boolean\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_not: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_not_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_not: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_not_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_empty: Boolean\r\n maximumTolerableDowntimeMTD: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_not: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_not_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_empty: Boolean\r\n sLALevel: SLALevelEnum\r\n sLALevel_not: SLALevelEnum\r\n sLALevel_in: [SLALevelEnum!]\r\n sLALevel_not_in: [SLALevelEnum!]\r\n sLALevel_empty: Boolean\r\n applicationValidationDate: CustomDate\r\n applicationValidationDate_not: CustomDate\r\n applicationValidationDate_in: [CustomDate!]\r\n applicationValidationDate_not_in: [CustomDate!]\r\n applicationValidationDate_lt: CustomDate\r\n applicationValidationDate_lte: CustomDate\r\n applicationValidationDate_gt: CustomDate\r\n applicationValidationDate_gte: CustomDate\r\n applicationValidationDate_empty: Boolean\r\n dataFreshness: DataFreshnessEnum\r\n dataFreshness_not: DataFreshnessEnum\r\n dataFreshness_in: [DataFreshnessEnum!]\r\n dataFreshness_not_in: [DataFreshnessEnum!]\r\n dataFreshness_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n applicationTemplate: ApplicationTemplateEnum\r\n applicationTemplate_not: ApplicationTemplateEnum\r\n applicationTemplate_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_not_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_empty: Boolean\r\n deploymentDate: CustomDate\r\n deploymentDate_not: CustomDate\r\n deploymentDate_in: [CustomDate!]\r\n deploymentDate_not_in: [CustomDate!]\r\n deploymentDate_lt: CustomDate\r\n deploymentDate_lte: CustomDate\r\n deploymentDate_gt: CustomDate\r\n deploymentDate_gte: CustomDate\r\n deploymentDate_empty: Boolean\r\n operatingApplicationDate: CustomDate\r\n operatingApplicationDate_not: CustomDate\r\n operatingApplicationDate_in: [CustomDate!]\r\n operatingApplicationDate_not_in: [CustomDate!]\r\n operatingApplicationDate_lt: CustomDate\r\n operatingApplicationDate_lte: CustomDate\r\n operatingApplicationDate_gt: CustomDate\r\n operatingApplicationDate_gte: CustomDate\r\n operatingApplicationDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n applicationOwner_PersonSystem_some: [PersonSystemFilter!]\r\n applicationOwner_PersonSystem_count: countFilter\r\n softwareDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n softwareDesigner_PersonSystem_count: countFilter\r\n iTOwner_PersonSystem_some: [PersonSystemFilter!]\r\n iTOwner_PersonSystem_count: countFilter\r\n businessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n businessOwner_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n globalApplicationFlowMap_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_count: countFilter\r\n sentApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ContributingApplication_count: countFilter\r\n receivedApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ContributingApplication_count: countFilter\r\n cASTHighlightCampaign_CastHighlightCampaign_some: [CASTHighlightCampaignFilter!]\r\n cASTHighlightCampaign_CastHighlightCampaign_count: countFilter\r\n sentApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ApplicationParticipant_count: countFilter\r\n receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ApplicationParticipant_count: countFilter\r\n application_VariantObject_some: [ApplicationFilter!]\r\n application_VariantObject_count: countFilter\r\n application_VariedObject_some: [ApplicationFilter!]\r\n application_VariedObject_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n functionality_some: [FunctionalityFilter!]\r\n functionality_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n softwareTechnology_UsedTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_UsedTechnology_count: countFilter\r\n softwareInstallation_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n}\r\n\r\nenum Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy {\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 softwareResiliency_ASC\r\n softwareResiliency_DESC\r\n softwareAgilityScore_ASC\r\n softwareAgilityScore_DESC\r\n softwareAgility_ASC\r\n softwareAgility_DESC\r\n softwareEleganceScoreCASTHighligh_ASC\r\n softwareEleganceScoreCASTHighligh_DESC\r\n softwareEleganceThresholds_ASC\r\n softwareEleganceThresholds_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 softwareResiliencyQuartile_ASC\r\n softwareResiliencyQuartile_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 softwareEleganceQuartile_ASC\r\n softwareEleganceQuartile_DESC\r\n detailsCast_ASC\r\n detailsCast_DESC\r\n statusReview_ASC\r\n statusReview_DESC\r\n consent_ASC\r\n consent_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n applicationCode: String\r\n cloudComputing(format: EnumFormat): CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype(format: EnumFormat): ApplicationStereotypeEnum\r\n applicationType(format: EnumFormat): ApplicationTypeEnum\r\n currentState: GraphQLObjectInterface\r\n globalExpense: CustomFloat\r\n currentNumberOfUsers: CustomInt\r\n costPerUser: CustomFloat\r\n rankAPM(format: EnumFormat): RankAPMEnum\r\n technologyCompliance(format: EnumFormat): TechnologyComplianceEnum\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n cASTHighlightID: CustomInt\r\n businessValueAPM(format: EnumFormat): BusinessValueAPMEnum\r\n functionalSupportAPM(format: EnumFormat): FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM(format: EnumFormat): TechnicalEfficiencyAPMEnum\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n closingDateCast(format: String, timeOffset: String): CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliency(format: EnumFormat): SoftwareResiliencyEnum\r\n softwareAgilityScore: CustomFloat\r\n softwareAgility(format: EnumFormat): SoftwareAgilityEnum\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceThresholds(format: EnumFormat): SoftwareEleganceThresholdsEnum\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile(format: EnumFormat): SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData(format: EnumFormat): WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial(format: EnumFormat): WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast(format: EnumFormat): SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile(format: EnumFormat): SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview(format: EnumFormat): StatusReviewEnum\r\n consent(format: EnumFormat): ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice(format: EnumFormat): GDPRContentOfNoticeEnum\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO(format: EnumFormat): RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO(format: EnumFormat): RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n workRecoveryTimeWRT(format: EnumFormat): WorkRecoveryTimeWRTEnum\r\n maximumTolerableDowntimeMTD(format: EnumFormat): MaximumTolerableDowntimeMTDEnum\r\n sLALevel(format: EnumFormat): SLALevelEnum\r\n applicationValidationDate(format: String, timeOffset: String): CustomDate\r\n dataFreshness(format: EnumFormat): DataFreshnessEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n applicationTemplate(format: EnumFormat): ApplicationTemplateEnum\r\n deploymentDate(format: String, timeOffset: String): CustomDate\r\n operatingApplicationDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n cASTHighlightCampaign_CastHighlightCampaign(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaign]\r\n cASTHighlightCampaign_CastHighlightCampaignAggregatedValues(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaignAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n softwareTechnologyStack(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStack]\r\n softwareTechnologyStackAggregatedValues(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology_UsedTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnology_UsedTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n softwareInstallation(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallationAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n applicationOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n softwareDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n iTOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n businessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_Application]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n globalApplicationFlowMap(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n globalApplicationFlowMapAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n sentApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n sentApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n receivedApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n sentApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n sentApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n receivedApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_VariantObject(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Application]\r\n application_VariantObjectAggregatedValues(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n application_VariedObject(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Application]\r\n application_VariedObjectAggregatedValues(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n businessCapability(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_Application]\r\n businessCapabilityAggregatedValues(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [BusinessCapabilityAggregatedValues]\r\n businessLine(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_Application]\r\n businessLineAggregatedValues(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [BusinessLineAggregatedValues]\r\n functionality(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_Application]\r\n functionalityAggregatedValues(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [FunctionalityAggregatedValues]\r\n businessProcess(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_Application]\r\n businessProcessAggregatedValues(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [BusinessProcessAggregatedValues]\r\n}\r\n\r\ninput Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter {\r\n and: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter!]\r\n or: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter!]\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 name_empty: Boolean\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 applicationCode_empty: Boolean\r\n cloudComputing: CloudComputingEnum\r\n cloudComputing_not: CloudComputingEnum\r\n cloudComputing_in: [CloudComputingEnum!]\r\n cloudComputing_not_in: [CloudComputingEnum!]\r\n cloudComputing_empty: Boolean\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 versionNumber_empty: Boolean\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 requiredMemorySize_empty: Boolean\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationStereotype_not: ApplicationStereotypeEnum\r\n applicationStereotype_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_not_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_empty: Boolean\r\n applicationType: ApplicationTypeEnum\r\n applicationType_not: ApplicationTypeEnum\r\n applicationType_in: [ApplicationTypeEnum!]\r\n applicationType_not_in: [ApplicationTypeEnum!]\r\n applicationType_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n globalExpense: CustomFloat\r\n globalExpense_not: CustomFloat\r\n globalExpense_in: [CustomFloat!]\r\n globalExpense_not_in: [CustomFloat!]\r\n globalExpense_lt: CustomFloat\r\n globalExpense_lte: CustomFloat\r\n globalExpense_gt: CustomFloat\r\n globalExpense_gte: CustomFloat\r\n globalExpense_empty: Boolean\r\n currentNumberOfUsers: CustomInt\r\n currentNumberOfUsers_not: CustomInt\r\n currentNumberOfUsers_in: [CustomInt!]\r\n currentNumberOfUsers_not_in: [CustomInt!]\r\n currentNumberOfUsers_lt: CustomInt\r\n currentNumberOfUsers_lte: CustomInt\r\n currentNumberOfUsers_gt: CustomInt\r\n currentNumberOfUsers_gte: CustomInt\r\n currentNumberOfUsers_empty: Boolean\r\n costPerUser: CustomFloat\r\n costPerUser_not: CustomFloat\r\n costPerUser_in: [CustomFloat!]\r\n costPerUser_not_in: [CustomFloat!]\r\n costPerUser_lt: CustomFloat\r\n costPerUser_lte: CustomFloat\r\n costPerUser_gt: CustomFloat\r\n costPerUser_gte: CustomFloat\r\n costPerUser_empty: Boolean\r\n rankAPM: RankAPMEnum\r\n rankAPM_not: RankAPMEnum\r\n rankAPM_in: [RankAPMEnum!]\r\n rankAPM_not_in: [RankAPMEnum!]\r\n rankAPM_empty: Boolean\r\n technologyCompliance: TechnologyComplianceEnum\r\n technologyCompliance_not: TechnologyComplianceEnum\r\n technologyCompliance_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_not_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\r\n businessValueAPM: BusinessValueAPMEnum\r\n businessValueAPM_not: BusinessValueAPMEnum\r\n businessValueAPM_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_not_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_empty: Boolean\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n functionalSupportAPM_not: FunctionalSupportAPMEnum\r\n functionalSupportAPM_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_not_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_empty: Boolean\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_not: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_not_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n closingDateCast: CustomDate\r\n closingDateCast_not: CustomDate\r\n closingDateCast_in: [CustomDate!]\r\n closingDateCast_not_in: [CustomDate!]\r\n closingDateCast_lt: CustomDate\r\n closingDateCast_lte: CustomDate\r\n closingDateCast_gt: CustomDate\r\n closingDateCast_gte: CustomDate\r\n closingDateCast_empty: Boolean\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_not: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_lt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_lte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_empty: Boolean\r\n softwareResiliency: SoftwareResiliencyEnum\r\n softwareResiliency_not: SoftwareResiliencyEnum\r\n softwareResiliency_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_not_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_empty: Boolean\r\n softwareAgilityScore: CustomFloat\r\n softwareAgilityScore_not: CustomFloat\r\n softwareAgilityScore_in: [CustomFloat!]\r\n softwareAgilityScore_not_in: [CustomFloat!]\r\n softwareAgilityScore_lt: CustomFloat\r\n softwareAgilityScore_lte: CustomFloat\r\n softwareAgilityScore_gt: CustomFloat\r\n softwareAgilityScore_gte: CustomFloat\r\n softwareAgilityScore_empty: Boolean\r\n softwareAgility: SoftwareAgilityEnum\r\n softwareAgility_not: SoftwareAgilityEnum\r\n softwareAgility_in: [SoftwareAgilityEnum!]\r\n softwareAgility_not_in: [SoftwareAgilityEnum!]\r\n softwareAgility_empty: Boolean\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceScoreCASTHighligh_not: CustomFloat\r\n softwareEleganceScoreCASTHighligh_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_lt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_lte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_empty: Boolean\r\n softwareEleganceThresholds: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_not: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_not_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_empty: Boolean\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScoreCASTHighlight_not: CustomFloat\r\n cloudReadyScoreCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_lt: CustomFloat\r\n cloudReadyScoreCASTHighlight_lte: CustomFloat\r\n cloudReadyScoreCASTHighlight_gt: CustomFloat\r\n cloudReadyScoreCASTHighlight_gte: CustomFloat\r\n cloudReadyScoreCASTHighlight_empty: Boolean\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight_not: CustomFloat\r\n cloudReadyScanCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_lt: CustomFloat\r\n cloudReadyScanCASTHighlight_lte: CustomFloat\r\n cloudReadyScanCASTHighlight_gt: CustomFloat\r\n cloudReadyScanCASTHighlight_gte: CustomFloat\r\n cloudReadyScanCASTHighlight_empty: Boolean\r\n technicalDebtCast: CustomFloat\r\n technicalDebtCast_not: CustomFloat\r\n technicalDebtCast_in: [CustomFloat!]\r\n technicalDebtCast_not_in: [CustomFloat!]\r\n technicalDebtCast_lt: CustomFloat\r\n technicalDebtCast_lte: CustomFloat\r\n technicalDebtCast_gt: CustomFloat\r\n technicalDebtCast_gte: CustomFloat\r\n technicalDebtCast_empty: Boolean\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfLinesOfCodeCast_not: CustomInt\r\n numberOfLinesOfCodeCast_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_not_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_lt: CustomInt\r\n numberOfLinesOfCodeCast_lte: CustomInt\r\n numberOfLinesOfCodeCast_gt: CustomInt\r\n numberOfLinesOfCodeCast_gte: CustomInt\r\n numberOfLinesOfCodeCast_empty: Boolean\r\n numberOfFilesCast: CustomInt\r\n numberOfFilesCast_not: CustomInt\r\n numberOfFilesCast_in: [CustomInt!]\r\n numberOfFilesCast_not_in: [CustomInt!]\r\n numberOfFilesCast_lt: CustomInt\r\n numberOfFilesCast_lte: CustomInt\r\n numberOfFilesCast_gt: CustomInt\r\n numberOfFilesCast_gte: CustomInt\r\n numberOfFilesCast_empty: Boolean\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_not: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_not_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_lt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_lte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_empty: Boolean\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_not: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_not_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_empty: Boolean\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_not: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_not_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_empty: Boolean\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_not: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_empty: Boolean\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_not: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_not_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_empty: Boolean\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_not: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_not_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_empty: Boolean\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 detailsCast_empty: Boolean\r\n statusReview: StatusReviewEnum\r\n statusReview_not: StatusReviewEnum\r\n statusReview_in: [StatusReviewEnum!]\r\n statusReview_not_in: [StatusReviewEnum!]\r\n statusReview_empty: Boolean\r\n consent: ConsentEnum\r\n consent_not: ConsentEnum\r\n consent_in: [ConsentEnum!]\r\n consent_not_in: [ConsentEnum!]\r\n consent_empty: Boolean\r\n cost: CustomFloat\r\n cost_not: CustomFloat\r\n cost_in: [CustomFloat!]\r\n cost_not_in: [CustomFloat!]\r\n cost_lt: CustomFloat\r\n cost_lte: CustomFloat\r\n cost_gt: CustomFloat\r\n cost_gte: CustomFloat\r\n cost_empty: Boolean\r\n revenue: CustomFloat\r\n revenue_not: CustomFloat\r\n revenue_in: [CustomFloat!]\r\n revenue_not_in: [CustomFloat!]\r\n revenue_lt: CustomFloat\r\n revenue_lte: CustomFloat\r\n revenue_gt: CustomFloat\r\n revenue_gte: CustomFloat\r\n revenue_empty: Boolean\r\n rOIPercentage: CustomFloat\r\n rOIPercentage_not: CustomFloat\r\n rOIPercentage_in: [CustomFloat!]\r\n rOIPercentage_not_in: [CustomFloat!]\r\n rOIPercentage_lt: CustomFloat\r\n rOIPercentage_lte: CustomFloat\r\n rOIPercentage_gt: CustomFloat\r\n rOIPercentage_gte: CustomFloat\r\n rOIPercentage_empty: Boolean\r\n rOIRate: CustomFloat\r\n rOIRate_not: CustomFloat\r\n rOIRate_in: [CustomFloat!]\r\n rOIRate_not_in: [CustomFloat!]\r\n rOIRate_lt: CustomFloat\r\n rOIRate_lte: CustomFloat\r\n rOIRate_gt: CustomFloat\r\n rOIRate_gte: CustomFloat\r\n rOIRate_empty: Boolean\r\n costRate: CustomFloat\r\n costRate_not: CustomFloat\r\n costRate_in: [CustomFloat!]\r\n costRate_not_in: [CustomFloat!]\r\n costRate_lt: CustomFloat\r\n costRate_lte: CustomFloat\r\n costRate_gt: CustomFloat\r\n costRate_gte: CustomFloat\r\n costRate_empty: Boolean\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_not: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_not_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_not: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_not_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_empty: Boolean\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_not: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_not_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_not: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_not_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_empty: Boolean\r\n maximumTolerableDowntimeMTD: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_not: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_not_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_empty: Boolean\r\n sLALevel: SLALevelEnum\r\n sLALevel_not: SLALevelEnum\r\n sLALevel_in: [SLALevelEnum!]\r\n sLALevel_not_in: [SLALevelEnum!]\r\n sLALevel_empty: Boolean\r\n applicationValidationDate: CustomDate\r\n applicationValidationDate_not: CustomDate\r\n applicationValidationDate_in: [CustomDate!]\r\n applicationValidationDate_not_in: [CustomDate!]\r\n applicationValidationDate_lt: CustomDate\r\n applicationValidationDate_lte: CustomDate\r\n applicationValidationDate_gt: CustomDate\r\n applicationValidationDate_gte: CustomDate\r\n applicationValidationDate_empty: Boolean\r\n dataFreshness: DataFreshnessEnum\r\n dataFreshness_not: DataFreshnessEnum\r\n dataFreshness_in: [DataFreshnessEnum!]\r\n dataFreshness_not_in: [DataFreshnessEnum!]\r\n dataFreshness_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n applicationTemplate: ApplicationTemplateEnum\r\n applicationTemplate_not: ApplicationTemplateEnum\r\n applicationTemplate_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_not_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_empty: Boolean\r\n deploymentDate: CustomDate\r\n deploymentDate_not: CustomDate\r\n deploymentDate_in: [CustomDate!]\r\n deploymentDate_not_in: [CustomDate!]\r\n deploymentDate_lt: CustomDate\r\n deploymentDate_lte: CustomDate\r\n deploymentDate_gt: CustomDate\r\n deploymentDate_gte: CustomDate\r\n deploymentDate_empty: Boolean\r\n operatingApplicationDate: CustomDate\r\n operatingApplicationDate_not: CustomDate\r\n operatingApplicationDate_in: [CustomDate!]\r\n operatingApplicationDate_not_in: [CustomDate!]\r\n operatingApplicationDate_lt: CustomDate\r\n operatingApplicationDate_lte: CustomDate\r\n operatingApplicationDate_gt: CustomDate\r\n operatingApplicationDate_gte: CustomDate\r\n operatingApplicationDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n applicationOwner_PersonSystem_some: [PersonSystemFilter!]\r\n applicationOwner_PersonSystem_count: countFilter\r\n softwareDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n softwareDesigner_PersonSystem_count: countFilter\r\n iTOwner_PersonSystem_some: [PersonSystemFilter!]\r\n iTOwner_PersonSystem_count: countFilter\r\n businessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n businessOwner_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n globalApplicationFlowMap_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_count: countFilter\r\n sentApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ContributingApplication_count: countFilter\r\n receivedApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ContributingApplication_count: countFilter\r\n cASTHighlightCampaign_CastHighlightCampaign_some: [CASTHighlightCampaignFilter!]\r\n cASTHighlightCampaign_CastHighlightCampaign_count: countFilter\r\n sentApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ApplicationParticipant_count: countFilter\r\n receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ApplicationParticipant_count: countFilter\r\n application_VariantObject_some: [ApplicationFilter!]\r\n application_VariantObject_count: countFilter\r\n application_VariedObject_some: [ApplicationFilter!]\r\n application_VariedObject_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n functionality_some: [FunctionalityFilter!]\r\n functionality_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n softwareTechnology_UsedTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_UsedTechnology_count: countFilter\r\n softwareInstallation_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n}\r\n\r\nenum Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy {\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 softwareResiliency_ASC\r\n softwareResiliency_DESC\r\n softwareAgilityScore_ASC\r\n softwareAgilityScore_DESC\r\n softwareAgility_ASC\r\n softwareAgility_DESC\r\n softwareEleganceScoreCASTHighligh_ASC\r\n softwareEleganceScoreCASTHighligh_DESC\r\n softwareEleganceThresholds_ASC\r\n softwareEleganceThresholds_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 softwareResiliencyQuartile_ASC\r\n softwareResiliencyQuartile_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 softwareEleganceQuartile_ASC\r\n softwareEleganceQuartile_DESC\r\n detailsCast_ASC\r\n detailsCast_DESC\r\n statusReview_ASC\r\n statusReview_DESC\r\n consent_ASC\r\n consent_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n applicationCode: String\r\n cloudComputing(format: EnumFormat): CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype(format: EnumFormat): ApplicationStereotypeEnum\r\n applicationType(format: EnumFormat): ApplicationTypeEnum\r\n currentState: GraphQLObjectInterface\r\n globalExpense: CustomFloat\r\n currentNumberOfUsers: CustomInt\r\n costPerUser: CustomFloat\r\n rankAPM(format: EnumFormat): RankAPMEnum\r\n technologyCompliance(format: EnumFormat): TechnologyComplianceEnum\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n cASTHighlightID: CustomInt\r\n businessValueAPM(format: EnumFormat): BusinessValueAPMEnum\r\n functionalSupportAPM(format: EnumFormat): FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM(format: EnumFormat): TechnicalEfficiencyAPMEnum\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n closingDateCast(format: String, timeOffset: String): CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliency(format: EnumFormat): SoftwareResiliencyEnum\r\n softwareAgilityScore: CustomFloat\r\n softwareAgility(format: EnumFormat): SoftwareAgilityEnum\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceThresholds(format: EnumFormat): SoftwareEleganceThresholdsEnum\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile(format: EnumFormat): SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData(format: EnumFormat): WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial(format: EnumFormat): WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast(format: EnumFormat): SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile(format: EnumFormat): SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview(format: EnumFormat): StatusReviewEnum\r\n consent(format: EnumFormat): ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice(format: EnumFormat): GDPRContentOfNoticeEnum\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO(format: EnumFormat): RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO(format: EnumFormat): RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n workRecoveryTimeWRT(format: EnumFormat): WorkRecoveryTimeWRTEnum\r\n maximumTolerableDowntimeMTD(format: EnumFormat): MaximumTolerableDowntimeMTDEnum\r\n sLALevel(format: EnumFormat): SLALevelEnum\r\n applicationValidationDate(format: String, timeOffset: String): CustomDate\r\n dataFreshness(format: EnumFormat): DataFreshnessEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n applicationTemplate(format: EnumFormat): ApplicationTemplateEnum\r\n deploymentDate(format: String, timeOffset: String): CustomDate\r\n operatingApplicationDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n cASTHighlightCampaign_CastHighlightCampaign(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaign]\r\n cASTHighlightCampaign_CastHighlightCampaignAggregatedValues(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaignAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n softwareTechnologyStack(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStack]\r\n softwareTechnologyStackAggregatedValues(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology_UsedTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnology_UsedTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n softwareInstallation(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallationAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n applicationOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n softwareDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n iTOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n businessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_Application]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n globalApplicationFlowMap(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n globalApplicationFlowMapAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n sentApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n sentApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n receivedApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n sentApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n sentApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n receivedApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_VariantObject(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Application]\r\n application_VariantObjectAggregatedValues(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n application_VariedObject(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Application]\r\n application_VariedObjectAggregatedValues(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n businessCapability(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_Application]\r\n businessCapabilityAggregatedValues(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [BusinessCapabilityAggregatedValues]\r\n businessLine(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_Application]\r\n businessLineAggregatedValues(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [BusinessLineAggregatedValues]\r\n functionality(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_Application]\r\n functionalityAggregatedValues(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [FunctionalityAggregatedValues]\r\n businessProcess(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_Application]\r\n businessProcessAggregatedValues(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [BusinessProcessAggregatedValues]\r\n}\r\n\r\ninput Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter {\r\n and: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter!]\r\n or: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter!]\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 name_empty: Boolean\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 applicationCode_empty: Boolean\r\n cloudComputing: CloudComputingEnum\r\n cloudComputing_not: CloudComputingEnum\r\n cloudComputing_in: [CloudComputingEnum!]\r\n cloudComputing_not_in: [CloudComputingEnum!]\r\n cloudComputing_empty: Boolean\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 versionNumber_empty: Boolean\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 requiredMemorySize_empty: Boolean\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationStereotype_not: ApplicationStereotypeEnum\r\n applicationStereotype_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_not_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_empty: Boolean\r\n applicationType: ApplicationTypeEnum\r\n applicationType_not: ApplicationTypeEnum\r\n applicationType_in: [ApplicationTypeEnum!]\r\n applicationType_not_in: [ApplicationTypeEnum!]\r\n applicationType_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n globalExpense: CustomFloat\r\n globalExpense_not: CustomFloat\r\n globalExpense_in: [CustomFloat!]\r\n globalExpense_not_in: [CustomFloat!]\r\n globalExpense_lt: CustomFloat\r\n globalExpense_lte: CustomFloat\r\n globalExpense_gt: CustomFloat\r\n globalExpense_gte: CustomFloat\r\n globalExpense_empty: Boolean\r\n currentNumberOfUsers: CustomInt\r\n currentNumberOfUsers_not: CustomInt\r\n currentNumberOfUsers_in: [CustomInt!]\r\n currentNumberOfUsers_not_in: [CustomInt!]\r\n currentNumberOfUsers_lt: CustomInt\r\n currentNumberOfUsers_lte: CustomInt\r\n currentNumberOfUsers_gt: CustomInt\r\n currentNumberOfUsers_gte: CustomInt\r\n currentNumberOfUsers_empty: Boolean\r\n costPerUser: CustomFloat\r\n costPerUser_not: CustomFloat\r\n costPerUser_in: [CustomFloat!]\r\n costPerUser_not_in: [CustomFloat!]\r\n costPerUser_lt: CustomFloat\r\n costPerUser_lte: CustomFloat\r\n costPerUser_gt: CustomFloat\r\n costPerUser_gte: CustomFloat\r\n costPerUser_empty: Boolean\r\n rankAPM: RankAPMEnum\r\n rankAPM_not: RankAPMEnum\r\n rankAPM_in: [RankAPMEnum!]\r\n rankAPM_not_in: [RankAPMEnum!]\r\n rankAPM_empty: Boolean\r\n technologyCompliance: TechnologyComplianceEnum\r\n technologyCompliance_not: TechnologyComplianceEnum\r\n technologyCompliance_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_not_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\r\n businessValueAPM: BusinessValueAPMEnum\r\n businessValueAPM_not: BusinessValueAPMEnum\r\n businessValueAPM_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_not_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_empty: Boolean\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n functionalSupportAPM_not: FunctionalSupportAPMEnum\r\n functionalSupportAPM_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_not_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_empty: Boolean\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_not: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_not_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n closingDateCast: CustomDate\r\n closingDateCast_not: CustomDate\r\n closingDateCast_in: [CustomDate!]\r\n closingDateCast_not_in: [CustomDate!]\r\n closingDateCast_lt: CustomDate\r\n closingDateCast_lte: CustomDate\r\n closingDateCast_gt: CustomDate\r\n closingDateCast_gte: CustomDate\r\n closingDateCast_empty: Boolean\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_not: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_lt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_lte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_empty: Boolean\r\n softwareResiliency: SoftwareResiliencyEnum\r\n softwareResiliency_not: SoftwareResiliencyEnum\r\n softwareResiliency_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_not_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_empty: Boolean\r\n softwareAgilityScore: CustomFloat\r\n softwareAgilityScore_not: CustomFloat\r\n softwareAgilityScore_in: [CustomFloat!]\r\n softwareAgilityScore_not_in: [CustomFloat!]\r\n softwareAgilityScore_lt: CustomFloat\r\n softwareAgilityScore_lte: CustomFloat\r\n softwareAgilityScore_gt: CustomFloat\r\n softwareAgilityScore_gte: CustomFloat\r\n softwareAgilityScore_empty: Boolean\r\n softwareAgility: SoftwareAgilityEnum\r\n softwareAgility_not: SoftwareAgilityEnum\r\n softwareAgility_in: [SoftwareAgilityEnum!]\r\n softwareAgility_not_in: [SoftwareAgilityEnum!]\r\n softwareAgility_empty: Boolean\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceScoreCASTHighligh_not: CustomFloat\r\n softwareEleganceScoreCASTHighligh_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_lt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_lte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_empty: Boolean\r\n softwareEleganceThresholds: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_not: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_not_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_empty: Boolean\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScoreCASTHighlight_not: CustomFloat\r\n cloudReadyScoreCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_lt: CustomFloat\r\n cloudReadyScoreCASTHighlight_lte: CustomFloat\r\n cloudReadyScoreCASTHighlight_gt: CustomFloat\r\n cloudReadyScoreCASTHighlight_gte: CustomFloat\r\n cloudReadyScoreCASTHighlight_empty: Boolean\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight_not: CustomFloat\r\n cloudReadyScanCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_lt: CustomFloat\r\n cloudReadyScanCASTHighlight_lte: CustomFloat\r\n cloudReadyScanCASTHighlight_gt: CustomFloat\r\n cloudReadyScanCASTHighlight_gte: CustomFloat\r\n cloudReadyScanCASTHighlight_empty: Boolean\r\n technicalDebtCast: CustomFloat\r\n technicalDebtCast_not: CustomFloat\r\n technicalDebtCast_in: [CustomFloat!]\r\n technicalDebtCast_not_in: [CustomFloat!]\r\n technicalDebtCast_lt: CustomFloat\r\n technicalDebtCast_lte: CustomFloat\r\n technicalDebtCast_gt: CustomFloat\r\n technicalDebtCast_gte: CustomFloat\r\n technicalDebtCast_empty: Boolean\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfLinesOfCodeCast_not: CustomInt\r\n numberOfLinesOfCodeCast_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_not_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_lt: CustomInt\r\n numberOfLinesOfCodeCast_lte: CustomInt\r\n numberOfLinesOfCodeCast_gt: CustomInt\r\n numberOfLinesOfCodeCast_gte: CustomInt\r\n numberOfLinesOfCodeCast_empty: Boolean\r\n numberOfFilesCast: CustomInt\r\n numberOfFilesCast_not: CustomInt\r\n numberOfFilesCast_in: [CustomInt!]\r\n numberOfFilesCast_not_in: [CustomInt!]\r\n numberOfFilesCast_lt: CustomInt\r\n numberOfFilesCast_lte: CustomInt\r\n numberOfFilesCast_gt: CustomInt\r\n numberOfFilesCast_gte: CustomInt\r\n numberOfFilesCast_empty: Boolean\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_not: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_not_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_lt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_lte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_empty: Boolean\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_not: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_not_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_empty: Boolean\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_not: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_not_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_empty: Boolean\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_not: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_empty: Boolean\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_not: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_not_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_empty: Boolean\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_not: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_not_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_empty: Boolean\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 detailsCast_empty: Boolean\r\n statusReview: StatusReviewEnum\r\n statusReview_not: StatusReviewEnum\r\n statusReview_in: [StatusReviewEnum!]\r\n statusReview_not_in: [StatusReviewEnum!]\r\n statusReview_empty: Boolean\r\n consent: ConsentEnum\r\n consent_not: ConsentEnum\r\n consent_in: [ConsentEnum!]\r\n consent_not_in: [ConsentEnum!]\r\n consent_empty: Boolean\r\n cost: CustomFloat\r\n cost_not: CustomFloat\r\n cost_in: [CustomFloat!]\r\n cost_not_in: [CustomFloat!]\r\n cost_lt: CustomFloat\r\n cost_lte: CustomFloat\r\n cost_gt: CustomFloat\r\n cost_gte: CustomFloat\r\n cost_empty: Boolean\r\n revenue: CustomFloat\r\n revenue_not: CustomFloat\r\n revenue_in: [CustomFloat!]\r\n revenue_not_in: [CustomFloat!]\r\n revenue_lt: CustomFloat\r\n revenue_lte: CustomFloat\r\n revenue_gt: CustomFloat\r\n revenue_gte: CustomFloat\r\n revenue_empty: Boolean\r\n rOIPercentage: CustomFloat\r\n rOIPercentage_not: CustomFloat\r\n rOIPercentage_in: [CustomFloat!]\r\n rOIPercentage_not_in: [CustomFloat!]\r\n rOIPercentage_lt: CustomFloat\r\n rOIPercentage_lte: CustomFloat\r\n rOIPercentage_gt: CustomFloat\r\n rOIPercentage_gte: CustomFloat\r\n rOIPercentage_empty: Boolean\r\n rOIRate: CustomFloat\r\n rOIRate_not: CustomFloat\r\n rOIRate_in: [CustomFloat!]\r\n rOIRate_not_in: [CustomFloat!]\r\n rOIRate_lt: CustomFloat\r\n rOIRate_lte: CustomFloat\r\n rOIRate_gt: CustomFloat\r\n rOIRate_gte: CustomFloat\r\n rOIRate_empty: Boolean\r\n costRate: CustomFloat\r\n costRate_not: CustomFloat\r\n costRate_in: [CustomFloat!]\r\n costRate_not_in: [CustomFloat!]\r\n costRate_lt: CustomFloat\r\n costRate_lte: CustomFloat\r\n costRate_gt: CustomFloat\r\n costRate_gte: CustomFloat\r\n costRate_empty: Boolean\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_not: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_not_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_not: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_not_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_empty: Boolean\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_not: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_not_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_not: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_not_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_empty: Boolean\r\n maximumTolerableDowntimeMTD: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_not: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_not_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_empty: Boolean\r\n sLALevel: SLALevelEnum\r\n sLALevel_not: SLALevelEnum\r\n sLALevel_in: [SLALevelEnum!]\r\n sLALevel_not_in: [SLALevelEnum!]\r\n sLALevel_empty: Boolean\r\n applicationValidationDate: CustomDate\r\n applicationValidationDate_not: CustomDate\r\n applicationValidationDate_in: [CustomDate!]\r\n applicationValidationDate_not_in: [CustomDate!]\r\n applicationValidationDate_lt: CustomDate\r\n applicationValidationDate_lte: CustomDate\r\n applicationValidationDate_gt: CustomDate\r\n applicationValidationDate_gte: CustomDate\r\n applicationValidationDate_empty: Boolean\r\n dataFreshness: DataFreshnessEnum\r\n dataFreshness_not: DataFreshnessEnum\r\n dataFreshness_in: [DataFreshnessEnum!]\r\n dataFreshness_not_in: [DataFreshnessEnum!]\r\n dataFreshness_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n applicationTemplate: ApplicationTemplateEnum\r\n applicationTemplate_not: ApplicationTemplateEnum\r\n applicationTemplate_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_not_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_empty: Boolean\r\n deploymentDate: CustomDate\r\n deploymentDate_not: CustomDate\r\n deploymentDate_in: [CustomDate!]\r\n deploymentDate_not_in: [CustomDate!]\r\n deploymentDate_lt: CustomDate\r\n deploymentDate_lte: CustomDate\r\n deploymentDate_gt: CustomDate\r\n deploymentDate_gte: CustomDate\r\n deploymentDate_empty: Boolean\r\n operatingApplicationDate: CustomDate\r\n operatingApplicationDate_not: CustomDate\r\n operatingApplicationDate_in: [CustomDate!]\r\n operatingApplicationDate_not_in: [CustomDate!]\r\n operatingApplicationDate_lt: CustomDate\r\n operatingApplicationDate_lte: CustomDate\r\n operatingApplicationDate_gt: CustomDate\r\n operatingApplicationDate_gte: CustomDate\r\n operatingApplicationDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n applicationOwner_PersonSystem_some: [PersonSystemFilter!]\r\n applicationOwner_PersonSystem_count: countFilter\r\n softwareDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n softwareDesigner_PersonSystem_count: countFilter\r\n iTOwner_PersonSystem_some: [PersonSystemFilter!]\r\n iTOwner_PersonSystem_count: countFilter\r\n businessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n businessOwner_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n globalApplicationFlowMap_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_count: countFilter\r\n sentApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ContributingApplication_count: countFilter\r\n receivedApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ContributingApplication_count: countFilter\r\n cASTHighlightCampaign_CastHighlightCampaign_some: [CASTHighlightCampaignFilter!]\r\n cASTHighlightCampaign_CastHighlightCampaign_count: countFilter\r\n sentApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ApplicationParticipant_count: countFilter\r\n receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ApplicationParticipant_count: countFilter\r\n application_VariantObject_some: [ApplicationFilter!]\r\n application_VariantObject_count: countFilter\r\n application_VariedObject_some: [ApplicationFilter!]\r\n application_VariedObject_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n functionality_some: [FunctionalityFilter!]\r\n functionality_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n softwareTechnology_UsedTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_UsedTechnology_count: countFilter\r\n softwareInstallation_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n}\r\n\r\nenum Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy {\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 softwareResiliency_ASC\r\n softwareResiliency_DESC\r\n softwareAgilityScore_ASC\r\n softwareAgilityScore_DESC\r\n softwareAgility_ASC\r\n softwareAgility_DESC\r\n softwareEleganceScoreCASTHighligh_ASC\r\n softwareEleganceScoreCASTHighligh_DESC\r\n softwareEleganceThresholds_ASC\r\n softwareEleganceThresholds_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 softwareResiliencyQuartile_ASC\r\n softwareResiliencyQuartile_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 softwareEleganceQuartile_ASC\r\n softwareEleganceQuartile_DESC\r\n detailsCast_ASC\r\n detailsCast_DESC\r\n statusReview_ASC\r\n statusReview_DESC\r\n consent_ASC\r\n consent_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n applicationCode: String\r\n cloudComputing(format: EnumFormat): CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype(format: EnumFormat): ApplicationStereotypeEnum\r\n applicationType(format: EnumFormat): ApplicationTypeEnum\r\n currentState: GraphQLObjectInterface\r\n globalExpense: CustomFloat\r\n currentNumberOfUsers: CustomInt\r\n costPerUser: CustomFloat\r\n rankAPM(format: EnumFormat): RankAPMEnum\r\n technologyCompliance(format: EnumFormat): TechnologyComplianceEnum\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n cASTHighlightID: CustomInt\r\n businessValueAPM(format: EnumFormat): BusinessValueAPMEnum\r\n functionalSupportAPM(format: EnumFormat): FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM(format: EnumFormat): TechnicalEfficiencyAPMEnum\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n closingDateCast(format: String, timeOffset: String): CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliency(format: EnumFormat): SoftwareResiliencyEnum\r\n softwareAgilityScore: CustomFloat\r\n softwareAgility(format: EnumFormat): SoftwareAgilityEnum\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceThresholds(format: EnumFormat): SoftwareEleganceThresholdsEnum\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile(format: EnumFormat): SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData(format: EnumFormat): WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial(format: EnumFormat): WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast(format: EnumFormat): SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile(format: EnumFormat): SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview(format: EnumFormat): StatusReviewEnum\r\n consent(format: EnumFormat): ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice(format: EnumFormat): GDPRContentOfNoticeEnum\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO(format: EnumFormat): RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO(format: EnumFormat): RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n workRecoveryTimeWRT(format: EnumFormat): WorkRecoveryTimeWRTEnum\r\n maximumTolerableDowntimeMTD(format: EnumFormat): MaximumTolerableDowntimeMTDEnum\r\n sLALevel(format: EnumFormat): SLALevelEnum\r\n applicationValidationDate(format: String, timeOffset: String): CustomDate\r\n dataFreshness(format: EnumFormat): DataFreshnessEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n applicationTemplate(format: EnumFormat): ApplicationTemplateEnum\r\n deploymentDate(format: String, timeOffset: String): CustomDate\r\n operatingApplicationDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n cASTHighlightCampaign_CastHighlightCampaign(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaign]\r\n cASTHighlightCampaign_CastHighlightCampaignAggregatedValues(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaignAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n softwareTechnologyStack(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStack]\r\n softwareTechnologyStackAggregatedValues(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology_UsedTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnology_UsedTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n softwareInstallation(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallationAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n applicationOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n softwareDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n iTOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n businessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_Application]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n globalApplicationFlowMap(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n globalApplicationFlowMapAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n sentApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n sentApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n receivedApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n sentApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n sentApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n receivedApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_VariantObject(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Application]\r\n application_VariantObjectAggregatedValues(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n application_VariedObject(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Application]\r\n application_VariedObjectAggregatedValues(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n businessCapability(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_Application]\r\n businessCapabilityAggregatedValues(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [BusinessCapabilityAggregatedValues]\r\n businessLine(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_Application]\r\n businessLineAggregatedValues(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [BusinessLineAggregatedValues]\r\n functionality(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_Application]\r\n functionalityAggregatedValues(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [FunctionalityAggregatedValues]\r\n businessProcess(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_Application]\r\n businessProcessAggregatedValues(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [BusinessProcessAggregatedValues]\r\n}\r\n\r\ninput Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter {\r\n and: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter!]\r\n or: [Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter!]\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 name_empty: Boolean\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 applicationCode_empty: Boolean\r\n cloudComputing: CloudComputingEnum\r\n cloudComputing_not: CloudComputingEnum\r\n cloudComputing_in: [CloudComputingEnum!]\r\n cloudComputing_not_in: [CloudComputingEnum!]\r\n cloudComputing_empty: Boolean\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 versionNumber_empty: Boolean\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 requiredMemorySize_empty: Boolean\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationStereotype_not: ApplicationStereotypeEnum\r\n applicationStereotype_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_not_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_empty: Boolean\r\n applicationType: ApplicationTypeEnum\r\n applicationType_not: ApplicationTypeEnum\r\n applicationType_in: [ApplicationTypeEnum!]\r\n applicationType_not_in: [ApplicationTypeEnum!]\r\n applicationType_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n globalExpense: CustomFloat\r\n globalExpense_not: CustomFloat\r\n globalExpense_in: [CustomFloat!]\r\n globalExpense_not_in: [CustomFloat!]\r\n globalExpense_lt: CustomFloat\r\n globalExpense_lte: CustomFloat\r\n globalExpense_gt: CustomFloat\r\n globalExpense_gte: CustomFloat\r\n globalExpense_empty: Boolean\r\n currentNumberOfUsers: CustomInt\r\n currentNumberOfUsers_not: CustomInt\r\n currentNumberOfUsers_in: [CustomInt!]\r\n currentNumberOfUsers_not_in: [CustomInt!]\r\n currentNumberOfUsers_lt: CustomInt\r\n currentNumberOfUsers_lte: CustomInt\r\n currentNumberOfUsers_gt: CustomInt\r\n currentNumberOfUsers_gte: CustomInt\r\n currentNumberOfUsers_empty: Boolean\r\n costPerUser: CustomFloat\r\n costPerUser_not: CustomFloat\r\n costPerUser_in: [CustomFloat!]\r\n costPerUser_not_in: [CustomFloat!]\r\n costPerUser_lt: CustomFloat\r\n costPerUser_lte: CustomFloat\r\n costPerUser_gt: CustomFloat\r\n costPerUser_gte: CustomFloat\r\n costPerUser_empty: Boolean\r\n rankAPM: RankAPMEnum\r\n rankAPM_not: RankAPMEnum\r\n rankAPM_in: [RankAPMEnum!]\r\n rankAPM_not_in: [RankAPMEnum!]\r\n rankAPM_empty: Boolean\r\n technologyCompliance: TechnologyComplianceEnum\r\n technologyCompliance_not: TechnologyComplianceEnum\r\n technologyCompliance_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_not_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\r\n businessValueAPM: BusinessValueAPMEnum\r\n businessValueAPM_not: BusinessValueAPMEnum\r\n businessValueAPM_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_not_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_empty: Boolean\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n functionalSupportAPM_not: FunctionalSupportAPMEnum\r\n functionalSupportAPM_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_not_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_empty: Boolean\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_not: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_not_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n closingDateCast: CustomDate\r\n closingDateCast_not: CustomDate\r\n closingDateCast_in: [CustomDate!]\r\n closingDateCast_not_in: [CustomDate!]\r\n closingDateCast_lt: CustomDate\r\n closingDateCast_lte: CustomDate\r\n closingDateCast_gt: CustomDate\r\n closingDateCast_gte: CustomDate\r\n closingDateCast_empty: Boolean\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_not: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_lt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_lte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_empty: Boolean\r\n softwareResiliency: SoftwareResiliencyEnum\r\n softwareResiliency_not: SoftwareResiliencyEnum\r\n softwareResiliency_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_not_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_empty: Boolean\r\n softwareAgilityScore: CustomFloat\r\n softwareAgilityScore_not: CustomFloat\r\n softwareAgilityScore_in: [CustomFloat!]\r\n softwareAgilityScore_not_in: [CustomFloat!]\r\n softwareAgilityScore_lt: CustomFloat\r\n softwareAgilityScore_lte: CustomFloat\r\n softwareAgilityScore_gt: CustomFloat\r\n softwareAgilityScore_gte: CustomFloat\r\n softwareAgilityScore_empty: Boolean\r\n softwareAgility: SoftwareAgilityEnum\r\n softwareAgility_not: SoftwareAgilityEnum\r\n softwareAgility_in: [SoftwareAgilityEnum!]\r\n softwareAgility_not_in: [SoftwareAgilityEnum!]\r\n softwareAgility_empty: Boolean\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceScoreCASTHighligh_not: CustomFloat\r\n softwareEleganceScoreCASTHighligh_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_lt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_lte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_empty: Boolean\r\n softwareEleganceThresholds: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_not: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_not_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_empty: Boolean\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScoreCASTHighlight_not: CustomFloat\r\n cloudReadyScoreCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_lt: CustomFloat\r\n cloudReadyScoreCASTHighlight_lte: CustomFloat\r\n cloudReadyScoreCASTHighlight_gt: CustomFloat\r\n cloudReadyScoreCASTHighlight_gte: CustomFloat\r\n cloudReadyScoreCASTHighlight_empty: Boolean\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight_not: CustomFloat\r\n cloudReadyScanCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_lt: CustomFloat\r\n cloudReadyScanCASTHighlight_lte: CustomFloat\r\n cloudReadyScanCASTHighlight_gt: CustomFloat\r\n cloudReadyScanCASTHighlight_gte: CustomFloat\r\n cloudReadyScanCASTHighlight_empty: Boolean\r\n technicalDebtCast: CustomFloat\r\n technicalDebtCast_not: CustomFloat\r\n technicalDebtCast_in: [CustomFloat!]\r\n technicalDebtCast_not_in: [CustomFloat!]\r\n technicalDebtCast_lt: CustomFloat\r\n technicalDebtCast_lte: CustomFloat\r\n technicalDebtCast_gt: CustomFloat\r\n technicalDebtCast_gte: CustomFloat\r\n technicalDebtCast_empty: Boolean\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfLinesOfCodeCast_not: CustomInt\r\n numberOfLinesOfCodeCast_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_not_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_lt: CustomInt\r\n numberOfLinesOfCodeCast_lte: CustomInt\r\n numberOfLinesOfCodeCast_gt: CustomInt\r\n numberOfLinesOfCodeCast_gte: CustomInt\r\n numberOfLinesOfCodeCast_empty: Boolean\r\n numberOfFilesCast: CustomInt\r\n numberOfFilesCast_not: CustomInt\r\n numberOfFilesCast_in: [CustomInt!]\r\n numberOfFilesCast_not_in: [CustomInt!]\r\n numberOfFilesCast_lt: CustomInt\r\n numberOfFilesCast_lte: CustomInt\r\n numberOfFilesCast_gt: CustomInt\r\n numberOfFilesCast_gte: CustomInt\r\n numberOfFilesCast_empty: Boolean\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_not: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_not_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_lt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_lte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_empty: Boolean\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_not: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_not_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_empty: Boolean\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_not: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_not_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_empty: Boolean\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_not: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_empty: Boolean\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_not: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_not_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_empty: Boolean\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_not: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_not_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_empty: Boolean\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 detailsCast_empty: Boolean\r\n statusReview: StatusReviewEnum\r\n statusReview_not: StatusReviewEnum\r\n statusReview_in: [StatusReviewEnum!]\r\n statusReview_not_in: [StatusReviewEnum!]\r\n statusReview_empty: Boolean\r\n consent: ConsentEnum\r\n consent_not: ConsentEnum\r\n consent_in: [ConsentEnum!]\r\n consent_not_in: [ConsentEnum!]\r\n consent_empty: Boolean\r\n cost: CustomFloat\r\n cost_not: CustomFloat\r\n cost_in: [CustomFloat!]\r\n cost_not_in: [CustomFloat!]\r\n cost_lt: CustomFloat\r\n cost_lte: CustomFloat\r\n cost_gt: CustomFloat\r\n cost_gte: CustomFloat\r\n cost_empty: Boolean\r\n revenue: CustomFloat\r\n revenue_not: CustomFloat\r\n revenue_in: [CustomFloat!]\r\n revenue_not_in: [CustomFloat!]\r\n revenue_lt: CustomFloat\r\n revenue_lte: CustomFloat\r\n revenue_gt: CustomFloat\r\n revenue_gte: CustomFloat\r\n revenue_empty: Boolean\r\n rOIPercentage: CustomFloat\r\n rOIPercentage_not: CustomFloat\r\n rOIPercentage_in: [CustomFloat!]\r\n rOIPercentage_not_in: [CustomFloat!]\r\n rOIPercentage_lt: CustomFloat\r\n rOIPercentage_lte: CustomFloat\r\n rOIPercentage_gt: CustomFloat\r\n rOIPercentage_gte: CustomFloat\r\n rOIPercentage_empty: Boolean\r\n rOIRate: CustomFloat\r\n rOIRate_not: CustomFloat\r\n rOIRate_in: [CustomFloat!]\r\n rOIRate_not_in: [CustomFloat!]\r\n rOIRate_lt: CustomFloat\r\n rOIRate_lte: CustomFloat\r\n rOIRate_gt: CustomFloat\r\n rOIRate_gte: CustomFloat\r\n rOIRate_empty: Boolean\r\n costRate: CustomFloat\r\n costRate_not: CustomFloat\r\n costRate_in: [CustomFloat!]\r\n costRate_not_in: [CustomFloat!]\r\n costRate_lt: CustomFloat\r\n costRate_lte: CustomFloat\r\n costRate_gt: CustomFloat\r\n costRate_gte: CustomFloat\r\n costRate_empty: Boolean\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_not: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_not_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_not: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_not_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_empty: Boolean\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_not: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_not_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_not: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_not_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_empty: Boolean\r\n maximumTolerableDowntimeMTD: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_not: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_not_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_empty: Boolean\r\n sLALevel: SLALevelEnum\r\n sLALevel_not: SLALevelEnum\r\n sLALevel_in: [SLALevelEnum!]\r\n sLALevel_not_in: [SLALevelEnum!]\r\n sLALevel_empty: Boolean\r\n applicationValidationDate: CustomDate\r\n applicationValidationDate_not: CustomDate\r\n applicationValidationDate_in: [CustomDate!]\r\n applicationValidationDate_not_in: [CustomDate!]\r\n applicationValidationDate_lt: CustomDate\r\n applicationValidationDate_lte: CustomDate\r\n applicationValidationDate_gt: CustomDate\r\n applicationValidationDate_gte: CustomDate\r\n applicationValidationDate_empty: Boolean\r\n dataFreshness: DataFreshnessEnum\r\n dataFreshness_not: DataFreshnessEnum\r\n dataFreshness_in: [DataFreshnessEnum!]\r\n dataFreshness_not_in: [DataFreshnessEnum!]\r\n dataFreshness_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n applicationTemplate: ApplicationTemplateEnum\r\n applicationTemplate_not: ApplicationTemplateEnum\r\n applicationTemplate_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_not_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_empty: Boolean\r\n deploymentDate: CustomDate\r\n deploymentDate_not: CustomDate\r\n deploymentDate_in: [CustomDate!]\r\n deploymentDate_not_in: [CustomDate!]\r\n deploymentDate_lt: CustomDate\r\n deploymentDate_lte: CustomDate\r\n deploymentDate_gt: CustomDate\r\n deploymentDate_gte: CustomDate\r\n deploymentDate_empty: Boolean\r\n operatingApplicationDate: CustomDate\r\n operatingApplicationDate_not: CustomDate\r\n operatingApplicationDate_in: [CustomDate!]\r\n operatingApplicationDate_not_in: [CustomDate!]\r\n operatingApplicationDate_lt: CustomDate\r\n operatingApplicationDate_lte: CustomDate\r\n operatingApplicationDate_gt: CustomDate\r\n operatingApplicationDate_gte: CustomDate\r\n operatingApplicationDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n applicationOwner_PersonSystem_some: [PersonSystemFilter!]\r\n applicationOwner_PersonSystem_count: countFilter\r\n softwareDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n softwareDesigner_PersonSystem_count: countFilter\r\n iTOwner_PersonSystem_some: [PersonSystemFilter!]\r\n iTOwner_PersonSystem_count: countFilter\r\n businessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n businessOwner_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n globalApplicationFlowMap_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_count: countFilter\r\n sentApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ContributingApplication_count: countFilter\r\n receivedApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ContributingApplication_count: countFilter\r\n cASTHighlightCampaign_CastHighlightCampaign_some: [CASTHighlightCampaignFilter!]\r\n cASTHighlightCampaign_CastHighlightCampaign_count: countFilter\r\n sentApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ApplicationParticipant_count: countFilter\r\n receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ApplicationParticipant_count: countFilter\r\n application_VariantObject_some: [ApplicationFilter!]\r\n application_VariantObject_count: countFilter\r\n application_VariedObject_some: [ApplicationFilter!]\r\n application_VariedObject_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n functionality_some: [FunctionalityFilter!]\r\n functionality_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n softwareTechnology_UsedTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_UsedTechnology_count: countFilter\r\n softwareInstallation_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n}\r\n\r\nenum Relationship_Application_RepresentedApplication_ApplicationParticipantReference_ApplicationParticipant_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy {\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 softwareResiliency_ASC\r\n softwareResiliency_DESC\r\n softwareAgilityScore_ASC\r\n softwareAgilityScore_DESC\r\n softwareAgility_ASC\r\n softwareAgility_DESC\r\n softwareEleganceScoreCASTHighligh_ASC\r\n softwareEleganceScoreCASTHighligh_DESC\r\n softwareEleganceThresholds_ASC\r\n softwareEleganceThresholds_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 softwareResiliencyQuartile_ASC\r\n softwareResiliencyQuartile_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 softwareEleganceQuartile_ASC\r\n softwareEleganceQuartile_DESC\r\n detailsCast_ASC\r\n detailsCast_DESC\r\n statusReview_ASC\r\n statusReview_DESC\r\n consent_ASC\r\n consent_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Application implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n applicationCode: String\r\n cloudComputing(format: EnumFormat): CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype(format: EnumFormat): ApplicationStereotypeEnum\r\n applicationType(format: EnumFormat): ApplicationTypeEnum\r\n currentState: GraphQLObjectInterface\r\n globalExpense: CustomFloat\r\n currentNumberOfUsers: CustomInt\r\n costPerUser: CustomFloat\r\n rankAPM(format: EnumFormat): RankAPMEnum\r\n technologyCompliance(format: EnumFormat): TechnologyComplianceEnum\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n cASTHighlightID: CustomInt\r\n businessValueAPM(format: EnumFormat): BusinessValueAPMEnum\r\n functionalSupportAPM(format: EnumFormat): FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM(format: EnumFormat): TechnicalEfficiencyAPMEnum\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n closingDateCast(format: String, timeOffset: String): CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliency(format: EnumFormat): SoftwareResiliencyEnum\r\n softwareAgilityScore: CustomFloat\r\n softwareAgility(format: EnumFormat): SoftwareAgilityEnum\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceThresholds(format: EnumFormat): SoftwareEleganceThresholdsEnum\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile(format: EnumFormat): SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData(format: EnumFormat): WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial(format: EnumFormat): WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast(format: EnumFormat): SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile(format: EnumFormat): SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview(format: EnumFormat): StatusReviewEnum\r\n consent(format: EnumFormat): ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice(format: EnumFormat): GDPRContentOfNoticeEnum\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO(format: EnumFormat): RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO(format: EnumFormat): RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n workRecoveryTimeWRT(format: EnumFormat): WorkRecoveryTimeWRTEnum\r\n maximumTolerableDowntimeMTD(format: EnumFormat): MaximumTolerableDowntimeMTDEnum\r\n sLALevel(format: EnumFormat): SLALevelEnum\r\n applicationValidationDate(format: String, timeOffset: String): CustomDate\r\n dataFreshness(format: EnumFormat): DataFreshnessEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n applicationTemplate(format: EnumFormat): ApplicationTemplateEnum\r\n deploymentDate(format: String, timeOffset: String): CustomDate\r\n operatingApplicationDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n cASTHighlightCampaign_CastHighlightCampaign(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaign]\r\n cASTHighlightCampaign_CastHighlightCampaignAggregatedValues(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaignAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n softwareTechnologyStack(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStack]\r\n softwareTechnologyStackAggregatedValues(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology_UsedTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnology_UsedTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n softwareInstallation(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallationAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n applicationOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n softwareDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n iTOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n businessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_Application]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n globalApplicationFlowMap(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n globalApplicationFlowMapAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n sentApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n sentApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n receivedApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n sentApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n sentApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n receivedApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_VariantObject(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Application]\r\n application_VariantObjectAggregatedValues(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n application_VariedObject(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Application]\r\n application_VariedObjectAggregatedValues(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n businessCapability(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_Application]\r\n businessCapabilityAggregatedValues(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [BusinessCapabilityAggregatedValues]\r\n businessLine(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_Application]\r\n businessLineAggregatedValues(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [BusinessLineAggregatedValues]\r\n functionality(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_Application]\r\n functionalityAggregatedValues(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [FunctionalityAggregatedValues]\r\n businessProcess(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_Application]\r\n businessProcessAggregatedValues(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [BusinessProcessAggregatedValues]\r\n link1VariationName(language: Languages): String\r\n}\r\n\r\ninput Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter {\r\n and: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter!]\r\n or: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter!]\r\n link1VariationName: String\r\n link1VariationName_not: String\r\n link1VariationName_in: [String!]\r\n link1VariationName_not_in: [String!]\r\n link1VariationName_lt: String\r\n link1VariationName_lte: String\r\n link1VariationName_gt: String\r\n link1VariationName_gte: String\r\n link1VariationName_contains: String\r\n link1VariationName_not_contains: String\r\n link1VariationName_starts_with: String\r\n link1VariationName_not_starts_with: String\r\n link1VariationName_ends_with: String\r\n link1VariationName_not_ends_with: String\r\n link1VariationName_empty: Boolean\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 name_empty: Boolean\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 applicationCode_empty: Boolean\r\n cloudComputing: CloudComputingEnum\r\n cloudComputing_not: CloudComputingEnum\r\n cloudComputing_in: [CloudComputingEnum!]\r\n cloudComputing_not_in: [CloudComputingEnum!]\r\n cloudComputing_empty: Boolean\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 versionNumber_empty: Boolean\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 requiredMemorySize_empty: Boolean\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationStereotype_not: ApplicationStereotypeEnum\r\n applicationStereotype_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_not_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_empty: Boolean\r\n applicationType: ApplicationTypeEnum\r\n applicationType_not: ApplicationTypeEnum\r\n applicationType_in: [ApplicationTypeEnum!]\r\n applicationType_not_in: [ApplicationTypeEnum!]\r\n applicationType_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n globalExpense: CustomFloat\r\n globalExpense_not: CustomFloat\r\n globalExpense_in: [CustomFloat!]\r\n globalExpense_not_in: [CustomFloat!]\r\n globalExpense_lt: CustomFloat\r\n globalExpense_lte: CustomFloat\r\n globalExpense_gt: CustomFloat\r\n globalExpense_gte: CustomFloat\r\n globalExpense_empty: Boolean\r\n currentNumberOfUsers: CustomInt\r\n currentNumberOfUsers_not: CustomInt\r\n currentNumberOfUsers_in: [CustomInt!]\r\n currentNumberOfUsers_not_in: [CustomInt!]\r\n currentNumberOfUsers_lt: CustomInt\r\n currentNumberOfUsers_lte: CustomInt\r\n currentNumberOfUsers_gt: CustomInt\r\n currentNumberOfUsers_gte: CustomInt\r\n currentNumberOfUsers_empty: Boolean\r\n costPerUser: CustomFloat\r\n costPerUser_not: CustomFloat\r\n costPerUser_in: [CustomFloat!]\r\n costPerUser_not_in: [CustomFloat!]\r\n costPerUser_lt: CustomFloat\r\n costPerUser_lte: CustomFloat\r\n costPerUser_gt: CustomFloat\r\n costPerUser_gte: CustomFloat\r\n costPerUser_empty: Boolean\r\n rankAPM: RankAPMEnum\r\n rankAPM_not: RankAPMEnum\r\n rankAPM_in: [RankAPMEnum!]\r\n rankAPM_not_in: [RankAPMEnum!]\r\n rankAPM_empty: Boolean\r\n technologyCompliance: TechnologyComplianceEnum\r\n technologyCompliance_not: TechnologyComplianceEnum\r\n technologyCompliance_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_not_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\r\n businessValueAPM: BusinessValueAPMEnum\r\n businessValueAPM_not: BusinessValueAPMEnum\r\n businessValueAPM_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_not_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_empty: Boolean\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n functionalSupportAPM_not: FunctionalSupportAPMEnum\r\n functionalSupportAPM_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_not_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_empty: Boolean\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_not: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_not_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n closingDateCast: CustomDate\r\n closingDateCast_not: CustomDate\r\n closingDateCast_in: [CustomDate!]\r\n closingDateCast_not_in: [CustomDate!]\r\n closingDateCast_lt: CustomDate\r\n closingDateCast_lte: CustomDate\r\n closingDateCast_gt: CustomDate\r\n closingDateCast_gte: CustomDate\r\n closingDateCast_empty: Boolean\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_not: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_lt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_lte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_empty: Boolean\r\n softwareResiliency: SoftwareResiliencyEnum\r\n softwareResiliency_not: SoftwareResiliencyEnum\r\n softwareResiliency_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_not_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_empty: Boolean\r\n softwareAgilityScore: CustomFloat\r\n softwareAgilityScore_not: CustomFloat\r\n softwareAgilityScore_in: [CustomFloat!]\r\n softwareAgilityScore_not_in: [CustomFloat!]\r\n softwareAgilityScore_lt: CustomFloat\r\n softwareAgilityScore_lte: CustomFloat\r\n softwareAgilityScore_gt: CustomFloat\r\n softwareAgilityScore_gte: CustomFloat\r\n softwareAgilityScore_empty: Boolean\r\n softwareAgility: SoftwareAgilityEnum\r\n softwareAgility_not: SoftwareAgilityEnum\r\n softwareAgility_in: [SoftwareAgilityEnum!]\r\n softwareAgility_not_in: [SoftwareAgilityEnum!]\r\n softwareAgility_empty: Boolean\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceScoreCASTHighligh_not: CustomFloat\r\n softwareEleganceScoreCASTHighligh_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_lt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_lte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_empty: Boolean\r\n softwareEleganceThresholds: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_not: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_not_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_empty: Boolean\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScoreCASTHighlight_not: CustomFloat\r\n cloudReadyScoreCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_lt: CustomFloat\r\n cloudReadyScoreCASTHighlight_lte: CustomFloat\r\n cloudReadyScoreCASTHighlight_gt: CustomFloat\r\n cloudReadyScoreCASTHighlight_gte: CustomFloat\r\n cloudReadyScoreCASTHighlight_empty: Boolean\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight_not: CustomFloat\r\n cloudReadyScanCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_lt: CustomFloat\r\n cloudReadyScanCASTHighlight_lte: CustomFloat\r\n cloudReadyScanCASTHighlight_gt: CustomFloat\r\n cloudReadyScanCASTHighlight_gte: CustomFloat\r\n cloudReadyScanCASTHighlight_empty: Boolean\r\n technicalDebtCast: CustomFloat\r\n technicalDebtCast_not: CustomFloat\r\n technicalDebtCast_in: [CustomFloat!]\r\n technicalDebtCast_not_in: [CustomFloat!]\r\n technicalDebtCast_lt: CustomFloat\r\n technicalDebtCast_lte: CustomFloat\r\n technicalDebtCast_gt: CustomFloat\r\n technicalDebtCast_gte: CustomFloat\r\n technicalDebtCast_empty: Boolean\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfLinesOfCodeCast_not: CustomInt\r\n numberOfLinesOfCodeCast_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_not_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_lt: CustomInt\r\n numberOfLinesOfCodeCast_lte: CustomInt\r\n numberOfLinesOfCodeCast_gt: CustomInt\r\n numberOfLinesOfCodeCast_gte: CustomInt\r\n numberOfLinesOfCodeCast_empty: Boolean\r\n numberOfFilesCast: CustomInt\r\n numberOfFilesCast_not: CustomInt\r\n numberOfFilesCast_in: [CustomInt!]\r\n numberOfFilesCast_not_in: [CustomInt!]\r\n numberOfFilesCast_lt: CustomInt\r\n numberOfFilesCast_lte: CustomInt\r\n numberOfFilesCast_gt: CustomInt\r\n numberOfFilesCast_gte: CustomInt\r\n numberOfFilesCast_empty: Boolean\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_not: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_not_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_lt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_lte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_empty: Boolean\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_not: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_not_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_empty: Boolean\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_not: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_not_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_empty: Boolean\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_not: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_empty: Boolean\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_not: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_not_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_empty: Boolean\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_not: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_not_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_empty: Boolean\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 detailsCast_empty: Boolean\r\n statusReview: StatusReviewEnum\r\n statusReview_not: StatusReviewEnum\r\n statusReview_in: [StatusReviewEnum!]\r\n statusReview_not_in: [StatusReviewEnum!]\r\n statusReview_empty: Boolean\r\n consent: ConsentEnum\r\n consent_not: ConsentEnum\r\n consent_in: [ConsentEnum!]\r\n consent_not_in: [ConsentEnum!]\r\n consent_empty: Boolean\r\n cost: CustomFloat\r\n cost_not: CustomFloat\r\n cost_in: [CustomFloat!]\r\n cost_not_in: [CustomFloat!]\r\n cost_lt: CustomFloat\r\n cost_lte: CustomFloat\r\n cost_gt: CustomFloat\r\n cost_gte: CustomFloat\r\n cost_empty: Boolean\r\n revenue: CustomFloat\r\n revenue_not: CustomFloat\r\n revenue_in: [CustomFloat!]\r\n revenue_not_in: [CustomFloat!]\r\n revenue_lt: CustomFloat\r\n revenue_lte: CustomFloat\r\n revenue_gt: CustomFloat\r\n revenue_gte: CustomFloat\r\n revenue_empty: Boolean\r\n rOIPercentage: CustomFloat\r\n rOIPercentage_not: CustomFloat\r\n rOIPercentage_in: [CustomFloat!]\r\n rOIPercentage_not_in: [CustomFloat!]\r\n rOIPercentage_lt: CustomFloat\r\n rOIPercentage_lte: CustomFloat\r\n rOIPercentage_gt: CustomFloat\r\n rOIPercentage_gte: CustomFloat\r\n rOIPercentage_empty: Boolean\r\n rOIRate: CustomFloat\r\n rOIRate_not: CustomFloat\r\n rOIRate_in: [CustomFloat!]\r\n rOIRate_not_in: [CustomFloat!]\r\n rOIRate_lt: CustomFloat\r\n rOIRate_lte: CustomFloat\r\n rOIRate_gt: CustomFloat\r\n rOIRate_gte: CustomFloat\r\n rOIRate_empty: Boolean\r\n costRate: CustomFloat\r\n costRate_not: CustomFloat\r\n costRate_in: [CustomFloat!]\r\n costRate_not_in: [CustomFloat!]\r\n costRate_lt: CustomFloat\r\n costRate_lte: CustomFloat\r\n costRate_gt: CustomFloat\r\n costRate_gte: CustomFloat\r\n costRate_empty: Boolean\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_not: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_not_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_not: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_not_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_empty: Boolean\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_not: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_not_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_not: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_not_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_empty: Boolean\r\n maximumTolerableDowntimeMTD: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_not: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_not_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_empty: Boolean\r\n sLALevel: SLALevelEnum\r\n sLALevel_not: SLALevelEnum\r\n sLALevel_in: [SLALevelEnum!]\r\n sLALevel_not_in: [SLALevelEnum!]\r\n sLALevel_empty: Boolean\r\n applicationValidationDate: CustomDate\r\n applicationValidationDate_not: CustomDate\r\n applicationValidationDate_in: [CustomDate!]\r\n applicationValidationDate_not_in: [CustomDate!]\r\n applicationValidationDate_lt: CustomDate\r\n applicationValidationDate_lte: CustomDate\r\n applicationValidationDate_gt: CustomDate\r\n applicationValidationDate_gte: CustomDate\r\n applicationValidationDate_empty: Boolean\r\n dataFreshness: DataFreshnessEnum\r\n dataFreshness_not: DataFreshnessEnum\r\n dataFreshness_in: [DataFreshnessEnum!]\r\n dataFreshness_not_in: [DataFreshnessEnum!]\r\n dataFreshness_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n applicationTemplate: ApplicationTemplateEnum\r\n applicationTemplate_not: ApplicationTemplateEnum\r\n applicationTemplate_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_not_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_empty: Boolean\r\n deploymentDate: CustomDate\r\n deploymentDate_not: CustomDate\r\n deploymentDate_in: [CustomDate!]\r\n deploymentDate_not_in: [CustomDate!]\r\n deploymentDate_lt: CustomDate\r\n deploymentDate_lte: CustomDate\r\n deploymentDate_gt: CustomDate\r\n deploymentDate_gte: CustomDate\r\n deploymentDate_empty: Boolean\r\n operatingApplicationDate: CustomDate\r\n operatingApplicationDate_not: CustomDate\r\n operatingApplicationDate_in: [CustomDate!]\r\n operatingApplicationDate_not_in: [CustomDate!]\r\n operatingApplicationDate_lt: CustomDate\r\n operatingApplicationDate_lte: CustomDate\r\n operatingApplicationDate_gt: CustomDate\r\n operatingApplicationDate_gte: CustomDate\r\n operatingApplicationDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n applicationOwner_PersonSystem_some: [PersonSystemFilter!]\r\n applicationOwner_PersonSystem_count: countFilter\r\n softwareDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n softwareDesigner_PersonSystem_count: countFilter\r\n iTOwner_PersonSystem_some: [PersonSystemFilter!]\r\n iTOwner_PersonSystem_count: countFilter\r\n businessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n businessOwner_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n globalApplicationFlowMap_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_count: countFilter\r\n sentApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ContributingApplication_count: countFilter\r\n receivedApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ContributingApplication_count: countFilter\r\n cASTHighlightCampaign_CastHighlightCampaign_some: [CASTHighlightCampaignFilter!]\r\n cASTHighlightCampaign_CastHighlightCampaign_count: countFilter\r\n sentApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ApplicationParticipant_count: countFilter\r\n receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ApplicationParticipant_count: countFilter\r\n application_VariantObject_some: [ApplicationFilter!]\r\n application_VariantObject_count: countFilter\r\n application_VariedObject_some: [ApplicationFilter!]\r\n application_VariedObject_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n functionality_some: [FunctionalityFilter!]\r\n functionality_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n softwareTechnology_UsedTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_UsedTechnology_count: countFilter\r\n softwareInstallation_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n}\r\n\r\nenum Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy {\r\n link1VariationName_ASC\r\n link1VariationName_DESC\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 softwareResiliency_ASC\r\n softwareResiliency_DESC\r\n softwareAgilityScore_ASC\r\n softwareAgilityScore_DESC\r\n softwareAgility_ASC\r\n softwareAgility_DESC\r\n softwareEleganceScoreCASTHighligh_ASC\r\n softwareEleganceScoreCASTHighligh_DESC\r\n softwareEleganceThresholds_ASC\r\n softwareEleganceThresholds_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 softwareResiliencyQuartile_ASC\r\n softwareResiliencyQuartile_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 softwareEleganceQuartile_ASC\r\n softwareEleganceQuartile_DESC\r\n detailsCast_ASC\r\n detailsCast_DESC\r\n statusReview_ASC\r\n statusReview_DESC\r\n consent_ASC\r\n consent_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Application implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n applicationCode: String\r\n cloudComputing(format: EnumFormat): CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype(format: EnumFormat): ApplicationStereotypeEnum\r\n applicationType(format: EnumFormat): ApplicationTypeEnum\r\n currentState: GraphQLObjectInterface\r\n globalExpense: CustomFloat\r\n currentNumberOfUsers: CustomInt\r\n costPerUser: CustomFloat\r\n rankAPM(format: EnumFormat): RankAPMEnum\r\n technologyCompliance(format: EnumFormat): TechnologyComplianceEnum\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n cASTHighlightID: CustomInt\r\n businessValueAPM(format: EnumFormat): BusinessValueAPMEnum\r\n functionalSupportAPM(format: EnumFormat): FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM(format: EnumFormat): TechnicalEfficiencyAPMEnum\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n closingDateCast(format: String, timeOffset: String): CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliency(format: EnumFormat): SoftwareResiliencyEnum\r\n softwareAgilityScore: CustomFloat\r\n softwareAgility(format: EnumFormat): SoftwareAgilityEnum\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceThresholds(format: EnumFormat): SoftwareEleganceThresholdsEnum\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile(format: EnumFormat): SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData(format: EnumFormat): WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial(format: EnumFormat): WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast(format: EnumFormat): SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile(format: EnumFormat): SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview(format: EnumFormat): StatusReviewEnum\r\n consent(format: EnumFormat): ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice(format: EnumFormat): GDPRContentOfNoticeEnum\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO(format: EnumFormat): RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO(format: EnumFormat): RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n workRecoveryTimeWRT(format: EnumFormat): WorkRecoveryTimeWRTEnum\r\n maximumTolerableDowntimeMTD(format: EnumFormat): MaximumTolerableDowntimeMTDEnum\r\n sLALevel(format: EnumFormat): SLALevelEnum\r\n applicationValidationDate(format: String, timeOffset: String): CustomDate\r\n dataFreshness(format: EnumFormat): DataFreshnessEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n applicationTemplate(format: EnumFormat): ApplicationTemplateEnum\r\n deploymentDate(format: String, timeOffset: String): CustomDate\r\n operatingApplicationDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n cASTHighlightCampaign_CastHighlightCampaign(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaign]\r\n cASTHighlightCampaign_CastHighlightCampaignAggregatedValues(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaignAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n softwareTechnologyStack(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStack]\r\n softwareTechnologyStackAggregatedValues(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology_UsedTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnology_UsedTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n softwareInstallation(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallationAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n applicationOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n softwareDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n iTOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n businessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_Application]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationFilter, orderBy: [Relationship_ApplicationDataArea_ApplicationDataArea_ApplicationDataStoreReference_ApplicationLocalDataStore_ERPhysicalLocalDataStore_ApplicationSystemTypeApplicationDataStore_ApplicationOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n globalApplicationFlowMap(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n globalApplicationFlowMapAggregatedValues(filter: Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [GlobalApplicationFlowMapAggregatedValues]\r\n sentApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n sentApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ContributingApplication(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application]\r\n receivedApplicationFlow_ContributingApplicationAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n sentApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n sentApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n receivedApplicationFlow_ApplicationParticipant(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_Application]\r\n receivedApplicationFlow_ApplicationParticipantAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ApplicationParticipant_ApplicationParticipant_ApplicationParticipantReference_ApplicationOrderBy]): [ApplicationFlowAggregatedValues]\r\n application_VariantObject(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Application]\r\n application_VariantObjectAggregatedValues(filter: Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationFilter, orderBy: [Relationship_Application_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n application_VariedObject(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Application]\r\n application_VariedObjectAggregatedValues(filter: Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter, orderBy: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n businessCapability(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_Application]\r\n businessCapabilityAggregatedValues(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy]): [BusinessCapabilityAggregatedValues]\r\n businessLine(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_Application]\r\n businessLineAggregatedValues(filter: Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter, orderBy: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy]): [BusinessLineAggregatedValues]\r\n functionality(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_Application]\r\n functionalityAggregatedValues(filter: Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter, orderBy: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy]): [FunctionalityAggregatedValues]\r\n businessProcess(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_Application]\r\n businessProcessAggregatedValues(filter: Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter, orderBy: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy]): [BusinessProcessAggregatedValues]\r\n link1VariationName(language: Languages): String\r\n}\r\n\r\ninput Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter {\r\n and: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter!]\r\n or: [Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationFilter!]\r\n link1VariationName: String\r\n link1VariationName_not: String\r\n link1VariationName_in: [String!]\r\n link1VariationName_not_in: [String!]\r\n link1VariationName_lt: String\r\n link1VariationName_lte: String\r\n link1VariationName_gt: String\r\n link1VariationName_gte: String\r\n link1VariationName_contains: String\r\n link1VariationName_not_contains: String\r\n link1VariationName_starts_with: String\r\n link1VariationName_not_starts_with: String\r\n link1VariationName_ends_with: String\r\n link1VariationName_not_ends_with: String\r\n link1VariationName_empty: Boolean\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 name_empty: Boolean\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 applicationCode_empty: Boolean\r\n cloudComputing: CloudComputingEnum\r\n cloudComputing_not: CloudComputingEnum\r\n cloudComputing_in: [CloudComputingEnum!]\r\n cloudComputing_not_in: [CloudComputingEnum!]\r\n cloudComputing_empty: Boolean\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 versionNumber_empty: Boolean\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 requiredMemorySize_empty: Boolean\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationStereotype_not: ApplicationStereotypeEnum\r\n applicationStereotype_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_not_in: [ApplicationStereotypeEnum!]\r\n applicationStereotype_empty: Boolean\r\n applicationType: ApplicationTypeEnum\r\n applicationType_not: ApplicationTypeEnum\r\n applicationType_in: [ApplicationTypeEnum!]\r\n applicationType_not_in: [ApplicationTypeEnum!]\r\n applicationType_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n globalExpense: CustomFloat\r\n globalExpense_not: CustomFloat\r\n globalExpense_in: [CustomFloat!]\r\n globalExpense_not_in: [CustomFloat!]\r\n globalExpense_lt: CustomFloat\r\n globalExpense_lte: CustomFloat\r\n globalExpense_gt: CustomFloat\r\n globalExpense_gte: CustomFloat\r\n globalExpense_empty: Boolean\r\n currentNumberOfUsers: CustomInt\r\n currentNumberOfUsers_not: CustomInt\r\n currentNumberOfUsers_in: [CustomInt!]\r\n currentNumberOfUsers_not_in: [CustomInt!]\r\n currentNumberOfUsers_lt: CustomInt\r\n currentNumberOfUsers_lte: CustomInt\r\n currentNumberOfUsers_gt: CustomInt\r\n currentNumberOfUsers_gte: CustomInt\r\n currentNumberOfUsers_empty: Boolean\r\n costPerUser: CustomFloat\r\n costPerUser_not: CustomFloat\r\n costPerUser_in: [CustomFloat!]\r\n costPerUser_not_in: [CustomFloat!]\r\n costPerUser_lt: CustomFloat\r\n costPerUser_lte: CustomFloat\r\n costPerUser_gt: CustomFloat\r\n costPerUser_gte: CustomFloat\r\n costPerUser_empty: Boolean\r\n rankAPM: RankAPMEnum\r\n rankAPM_not: RankAPMEnum\r\n rankAPM_in: [RankAPMEnum!]\r\n rankAPM_not_in: [RankAPMEnum!]\r\n rankAPM_empty: Boolean\r\n technologyCompliance: TechnologyComplianceEnum\r\n technologyCompliance_not: TechnologyComplianceEnum\r\n technologyCompliance_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_not_in: [TechnologyComplianceEnum!]\r\n technologyCompliance_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\r\n businessValueAPM: BusinessValueAPMEnum\r\n businessValueAPM_not: BusinessValueAPMEnum\r\n businessValueAPM_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_not_in: [BusinessValueAPMEnum!]\r\n businessValueAPM_empty: Boolean\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n functionalSupportAPM_not: FunctionalSupportAPMEnum\r\n functionalSupportAPM_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_not_in: [FunctionalSupportAPMEnum!]\r\n functionalSupportAPM_empty: Boolean\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_not: TechnicalEfficiencyAPMEnum\r\n technicalEfficiencyAPM_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_not_in: [TechnicalEfficiencyAPMEnum!]\r\n technicalEfficiencyAPM_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n closingDateCast: CustomDate\r\n closingDateCast_not: CustomDate\r\n closingDateCast_in: [CustomDate!]\r\n closingDateCast_not_in: [CustomDate!]\r\n closingDateCast_lt: CustomDate\r\n closingDateCast_lte: CustomDate\r\n closingDateCast_gt: CustomDate\r\n closingDateCast_gte: CustomDate\r\n closingDateCast_empty: Boolean\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_not: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareResiliencyScoreCASTHighligh_lt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_lte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gt: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_gte: CustomFloat\r\n softwareResiliencyScoreCASTHighligh_empty: Boolean\r\n softwareResiliency: SoftwareResiliencyEnum\r\n softwareResiliency_not: SoftwareResiliencyEnum\r\n softwareResiliency_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_not_in: [SoftwareResiliencyEnum!]\r\n softwareResiliency_empty: Boolean\r\n softwareAgilityScore: CustomFloat\r\n softwareAgilityScore_not: CustomFloat\r\n softwareAgilityScore_in: [CustomFloat!]\r\n softwareAgilityScore_not_in: [CustomFloat!]\r\n softwareAgilityScore_lt: CustomFloat\r\n softwareAgilityScore_lte: CustomFloat\r\n softwareAgilityScore_gt: CustomFloat\r\n softwareAgilityScore_gte: CustomFloat\r\n softwareAgilityScore_empty: Boolean\r\n softwareAgility: SoftwareAgilityEnum\r\n softwareAgility_not: SoftwareAgilityEnum\r\n softwareAgility_in: [SoftwareAgilityEnum!]\r\n softwareAgility_not_in: [SoftwareAgilityEnum!]\r\n softwareAgility_empty: Boolean\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n softwareEleganceScoreCASTHighligh_not: CustomFloat\r\n softwareEleganceScoreCASTHighligh_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_not_in: [CustomFloat!]\r\n softwareEleganceScoreCASTHighligh_lt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_lte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gt: CustomFloat\r\n softwareEleganceScoreCASTHighligh_gte: CustomFloat\r\n softwareEleganceScoreCASTHighligh_empty: Boolean\r\n softwareEleganceThresholds: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_not: SoftwareEleganceThresholdsEnum\r\n softwareEleganceThresholds_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_not_in: [SoftwareEleganceThresholdsEnum!]\r\n softwareEleganceThresholds_empty: Boolean\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScoreCASTHighlight_not: CustomFloat\r\n cloudReadyScoreCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScoreCASTHighlight_lt: CustomFloat\r\n cloudReadyScoreCASTHighlight_lte: CustomFloat\r\n cloudReadyScoreCASTHighlight_gt: CustomFloat\r\n cloudReadyScoreCASTHighlight_gte: CustomFloat\r\n cloudReadyScoreCASTHighlight_empty: Boolean\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight_not: CustomFloat\r\n cloudReadyScanCASTHighlight_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_not_in: [CustomFloat!]\r\n cloudReadyScanCASTHighlight_lt: CustomFloat\r\n cloudReadyScanCASTHighlight_lte: CustomFloat\r\n cloudReadyScanCASTHighlight_gt: CustomFloat\r\n cloudReadyScanCASTHighlight_gte: CustomFloat\r\n cloudReadyScanCASTHighlight_empty: Boolean\r\n technicalDebtCast: CustomFloat\r\n technicalDebtCast_not: CustomFloat\r\n technicalDebtCast_in: [CustomFloat!]\r\n technicalDebtCast_not_in: [CustomFloat!]\r\n technicalDebtCast_lt: CustomFloat\r\n technicalDebtCast_lte: CustomFloat\r\n technicalDebtCast_gt: CustomFloat\r\n technicalDebtCast_gte: CustomFloat\r\n technicalDebtCast_empty: Boolean\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfLinesOfCodeCast_not: CustomInt\r\n numberOfLinesOfCodeCast_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_not_in: [CustomInt!]\r\n numberOfLinesOfCodeCast_lt: CustomInt\r\n numberOfLinesOfCodeCast_lte: CustomInt\r\n numberOfLinesOfCodeCast_gt: CustomInt\r\n numberOfLinesOfCodeCast_gte: CustomInt\r\n numberOfLinesOfCodeCast_empty: Boolean\r\n numberOfFilesCast: CustomInt\r\n numberOfFilesCast_not: CustomInt\r\n numberOfFilesCast_in: [CustomInt!]\r\n numberOfFilesCast_not_in: [CustomInt!]\r\n numberOfFilesCast_lt: CustomInt\r\n numberOfFilesCast_lte: CustomInt\r\n numberOfFilesCast_gt: CustomInt\r\n numberOfFilesCast_gte: CustomInt\r\n numberOfFilesCast_empty: Boolean\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_not: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_not_in: [CustomFloat!]\r\n backFiredFunctionPointsCASTHighlight_lt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_lte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gt: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_gte: CustomFloat\r\n backFiredFunctionPointsCASTHighlight_empty: Boolean\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_not: SoftwareResiliencyQuartileEnum\r\n softwareResiliencyQuartile_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_not_in: [SoftwareResiliencyQuartileEnum!]\r\n softwareResiliencyQuartile_empty: Boolean\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_not: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusITAndBusinessData_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_not_in: [WorkflowStatusITAndBusinessDataEnum!]\r\n workflowStatusITAndBusinessData_empty: Boolean\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_not: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_empty: Boolean\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_not: SoftwareAgilityQuartileCastEnum\r\n softwareAgilityQuartileCast_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_not_in: [SoftwareAgilityQuartileCastEnum!]\r\n softwareAgilityQuartileCast_empty: Boolean\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_not: SoftwareEleganceQuartileEnum\r\n softwareEleganceQuartile_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_not_in: [SoftwareEleganceQuartileEnum!]\r\n softwareEleganceQuartile_empty: Boolean\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 detailsCast_empty: Boolean\r\n statusReview: StatusReviewEnum\r\n statusReview_not: StatusReviewEnum\r\n statusReview_in: [StatusReviewEnum!]\r\n statusReview_not_in: [StatusReviewEnum!]\r\n statusReview_empty: Boolean\r\n consent: ConsentEnum\r\n consent_not: ConsentEnum\r\n consent_in: [ConsentEnum!]\r\n consent_not_in: [ConsentEnum!]\r\n consent_empty: Boolean\r\n cost: CustomFloat\r\n cost_not: CustomFloat\r\n cost_in: [CustomFloat!]\r\n cost_not_in: [CustomFloat!]\r\n cost_lt: CustomFloat\r\n cost_lte: CustomFloat\r\n cost_gt: CustomFloat\r\n cost_gte: CustomFloat\r\n cost_empty: Boolean\r\n revenue: CustomFloat\r\n revenue_not: CustomFloat\r\n revenue_in: [CustomFloat!]\r\n revenue_not_in: [CustomFloat!]\r\n revenue_lt: CustomFloat\r\n revenue_lte: CustomFloat\r\n revenue_gt: CustomFloat\r\n revenue_gte: CustomFloat\r\n revenue_empty: Boolean\r\n rOIPercentage: CustomFloat\r\n rOIPercentage_not: CustomFloat\r\n rOIPercentage_in: [CustomFloat!]\r\n rOIPercentage_not_in: [CustomFloat!]\r\n rOIPercentage_lt: CustomFloat\r\n rOIPercentage_lte: CustomFloat\r\n rOIPercentage_gt: CustomFloat\r\n rOIPercentage_gte: CustomFloat\r\n rOIPercentage_empty: Boolean\r\n rOIRate: CustomFloat\r\n rOIRate_not: CustomFloat\r\n rOIRate_in: [CustomFloat!]\r\n rOIRate_not_in: [CustomFloat!]\r\n rOIRate_lt: CustomFloat\r\n rOIRate_lte: CustomFloat\r\n rOIRate_gt: CustomFloat\r\n rOIRate_gte: CustomFloat\r\n rOIRate_empty: Boolean\r\n costRate: CustomFloat\r\n costRate_not: CustomFloat\r\n costRate_in: [CustomFloat!]\r\n costRate_not_in: [CustomFloat!]\r\n costRate_lt: CustomFloat\r\n costRate_lte: CustomFloat\r\n costRate_gt: CustomFloat\r\n costRate_gte: CustomFloat\r\n costRate_empty: Boolean\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_not: GDPRContentOfNoticeEnum\r\n gDPRContentOfNotice_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_not_in: [GDPRContentOfNoticeEnum!]\r\n gDPRContentOfNotice_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_not: RecoveryPointObjectiveRPOEnum\r\n recoveryPointObjectiveRPO_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_not_in: [RecoveryPointObjectiveRPOEnum!]\r\n recoveryPointObjectiveRPO_empty: Boolean\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_not: RecoveryTimeObjectiveRTOEnum\r\n recoveryTimeObjectiveRTO_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_not_in: [RecoveryTimeObjectiveRTOEnum!]\r\n recoveryTimeObjectiveRTO_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_not: WorkRecoveryTimeWRTEnum\r\n workRecoveryTimeWRT_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_not_in: [WorkRecoveryTimeWRTEnum!]\r\n workRecoveryTimeWRT_empty: Boolean\r\n maximumTolerableDowntimeMTD: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_not: MaximumTolerableDowntimeMTDEnum\r\n maximumTolerableDowntimeMTD_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_not_in: [MaximumTolerableDowntimeMTDEnum!]\r\n maximumTolerableDowntimeMTD_empty: Boolean\r\n sLALevel: SLALevelEnum\r\n sLALevel_not: SLALevelEnum\r\n sLALevel_in: [SLALevelEnum!]\r\n sLALevel_not_in: [SLALevelEnum!]\r\n sLALevel_empty: Boolean\r\n applicationValidationDate: CustomDate\r\n applicationValidationDate_not: CustomDate\r\n applicationValidationDate_in: [CustomDate!]\r\n applicationValidationDate_not_in: [CustomDate!]\r\n applicationValidationDate_lt: CustomDate\r\n applicationValidationDate_lte: CustomDate\r\n applicationValidationDate_gt: CustomDate\r\n applicationValidationDate_gte: CustomDate\r\n applicationValidationDate_empty: Boolean\r\n dataFreshness: DataFreshnessEnum\r\n dataFreshness_not: DataFreshnessEnum\r\n dataFreshness_in: [DataFreshnessEnum!]\r\n dataFreshness_not_in: [DataFreshnessEnum!]\r\n dataFreshness_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n applicationTemplate: ApplicationTemplateEnum\r\n applicationTemplate_not: ApplicationTemplateEnum\r\n applicationTemplate_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_not_in: [ApplicationTemplateEnum!]\r\n applicationTemplate_empty: Boolean\r\n deploymentDate: CustomDate\r\n deploymentDate_not: CustomDate\r\n deploymentDate_in: [CustomDate!]\r\n deploymentDate_not_in: [CustomDate!]\r\n deploymentDate_lt: CustomDate\r\n deploymentDate_lte: CustomDate\r\n deploymentDate_gt: CustomDate\r\n deploymentDate_gte: CustomDate\r\n deploymentDate_empty: Boolean\r\n operatingApplicationDate: CustomDate\r\n operatingApplicationDate_not: CustomDate\r\n operatingApplicationDate_in: [CustomDate!]\r\n operatingApplicationDate_not_in: [CustomDate!]\r\n operatingApplicationDate_lt: CustomDate\r\n operatingApplicationDate_lte: CustomDate\r\n operatingApplicationDate_gt: CustomDate\r\n operatingApplicationDate_gte: CustomDate\r\n operatingApplicationDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n applicationOwner_PersonSystem_some: [PersonSystemFilter!]\r\n applicationOwner_PersonSystem_count: countFilter\r\n softwareDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n softwareDesigner_PersonSystem_count: countFilter\r\n iTOwner_PersonSystem_some: [PersonSystemFilter!]\r\n iTOwner_PersonSystem_count: countFilter\r\n businessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n businessOwner_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n globalApplicationFlowMap_some: [GlobalApplicationFlowMapFilter!]\r\n globalApplicationFlowMap_count: countFilter\r\n sentApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ContributingApplication_count: countFilter\r\n receivedApplicationFlow_ContributingApplication_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ContributingApplication_count: countFilter\r\n cASTHighlightCampaign_CastHighlightCampaign_some: [CASTHighlightCampaignFilter!]\r\n cASTHighlightCampaign_CastHighlightCampaign_count: countFilter\r\n sentApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_ApplicationParticipant_count: countFilter\r\n receivedApplicationFlow_ApplicationParticipant_some: [ApplicationFlowFilter!]\r\n receivedApplicationFlow_ApplicationParticipant_count: countFilter\r\n application_VariantObject_some: [ApplicationFilter!]\r\n application_VariantObject_count: countFilter\r\n application_VariedObject_some: [ApplicationFilter!]\r\n application_VariedObject_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n functionality_some: [FunctionalityFilter!]\r\n functionality_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n softwareTechnology_UsedTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_UsedTechnology_count: countFilter\r\n softwareInstallation_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n}\r\n\r\nenum Relationship_Application_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ApplicationOrderBy {\r\n link1VariationName_ASC\r\n link1VariationName_DESC\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 softwareResiliency_ASC\r\n softwareResiliency_DESC\r\n softwareAgilityScore_ASC\r\n softwareAgilityScore_DESC\r\n softwareAgility_ASC\r\n softwareAgility_DESC\r\n softwareEleganceScoreCASTHighligh_ASC\r\n softwareEleganceScoreCASTHighligh_DESC\r\n softwareEleganceThresholds_ASC\r\n softwareEleganceThresholds_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 softwareResiliencyQuartile_ASC\r\n softwareResiliencyQuartile_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 softwareEleganceQuartile_ASC\r\n softwareEleganceQuartile_DESC\r\n detailsCast_ASC\r\n detailsCast_DESC\r\n statusReview_ASC\r\n statusReview_DESC\r\n consent_ASC\r\n consent_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_BusinessCapability_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentState: GraphQLObjectInterface\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n capabilityEffectiveness(format: EnumFormat): CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n financialImpact(format: EnumFormat): FinancialImpactEnum\r\n capabilityEfficiency(format: EnumFormat): CapabilityEfficiencyEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n application(filter: Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityFilter, orderBy: [Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityOrderBy]): [Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapability]\r\n applicationAggregatedValues(filter: Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityFilter, orderBy: [Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit(filter: Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityFilter, orderBy: [Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityOrderBy]): [Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapability]\r\n orgUnitAggregatedValues(filter: Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityFilter, orderBy: [Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityOrderBy]): [OrgUnitAggregatedValues]\r\n businessCapability_VariantObject(filter: Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapabilityFilter, orderBy: [Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapabilityOrderBy]): [Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapability]\r\n businessCapability_VariantObjectAggregatedValues(filter: Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapabilityFilter, orderBy: [Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapabilityOrderBy]): [BusinessCapabilityAggregatedValues]\r\n businessCapability_VariedObject(filter: Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapabilityFilter, orderBy: [Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapabilityOrderBy]): [Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapability]\r\n businessCapability_VariedObjectAggregatedValues(filter: Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapabilityFilter, orderBy: [Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapabilityOrderBy]): [BusinessCapabilityAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_BusinessCapability_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n and: [Relationship_BusinessCapability_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n or: [Relationship_BusinessCapability_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_not: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_not_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_empty: Boolean\r\n cost: CustomFloat\r\n cost_not: CustomFloat\r\n cost_in: [CustomFloat!]\r\n cost_not_in: [CustomFloat!]\r\n cost_lt: CustomFloat\r\n cost_lte: CustomFloat\r\n cost_gt: CustomFloat\r\n cost_gte: CustomFloat\r\n cost_empty: Boolean\r\n revenue: CustomFloat\r\n revenue_not: CustomFloat\r\n revenue_in: [CustomFloat!]\r\n revenue_not_in: [CustomFloat!]\r\n revenue_lt: CustomFloat\r\n revenue_lte: CustomFloat\r\n revenue_gt: CustomFloat\r\n revenue_gte: CustomFloat\r\n revenue_empty: Boolean\r\n rOIPercentage: CustomFloat\r\n rOIPercentage_not: CustomFloat\r\n rOIPercentage_in: [CustomFloat!]\r\n rOIPercentage_not_in: [CustomFloat!]\r\n rOIPercentage_lt: CustomFloat\r\n rOIPercentage_lte: CustomFloat\r\n rOIPercentage_gt: CustomFloat\r\n rOIPercentage_gte: CustomFloat\r\n rOIPercentage_empty: Boolean\r\n rOIRate: CustomFloat\r\n rOIRate_not: CustomFloat\r\n rOIRate_in: [CustomFloat!]\r\n rOIRate_not_in: [CustomFloat!]\r\n rOIRate_lt: CustomFloat\r\n rOIRate_lte: CustomFloat\r\n rOIRate_gt: CustomFloat\r\n rOIRate_gte: CustomFloat\r\n rOIRate_empty: Boolean\r\n costRate: CustomFloat\r\n costRate_not: CustomFloat\r\n costRate_in: [CustomFloat!]\r\n costRate_not_in: [CustomFloat!]\r\n costRate_lt: CustomFloat\r\n costRate_lte: CustomFloat\r\n costRate_gt: CustomFloat\r\n costRate_gte: CustomFloat\r\n costRate_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n financialImpact: FinancialImpactEnum\r\n financialImpact_not: FinancialImpactEnum\r\n financialImpact_in: [FinancialImpactEnum!]\r\n financialImpact_not_in: [FinancialImpactEnum!]\r\n financialImpact_empty: Boolean\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n capabilityEfficiency_not: CapabilityEfficiencyEnum\r\n capabilityEfficiency_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_not_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n businessCapability_VariantObject_some: [BusinessCapabilityFilter!]\r\n businessCapability_VariantObject_count: countFilter\r\n businessCapability_VariedObject_some: [BusinessCapabilityFilter!]\r\n businessCapability_VariedObject_count: countFilter\r\n}\r\n\r\nenum Relationship_BusinessCapability_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n currentState_ASC\r\n currentState_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n financialImpact_ASC\r\n financialImpact_DESC\r\n capabilityEfficiency_ASC\r\n capabilityEfficiency_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_Application implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentState: GraphQLObjectInterface\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n capabilityEffectiveness(format: EnumFormat): CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n financialImpact(format: EnumFormat): FinancialImpactEnum\r\n capabilityEfficiency(format: EnumFormat): CapabilityEfficiencyEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n application(filter: Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityFilter, orderBy: [Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityOrderBy]): [Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapability]\r\n applicationAggregatedValues(filter: Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityFilter, orderBy: [Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit(filter: Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityFilter, orderBy: [Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityOrderBy]): [Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapability]\r\n orgUnitAggregatedValues(filter: Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityFilter, orderBy: [Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityOrderBy]): [OrgUnitAggregatedValues]\r\n businessCapability_VariantObject(filter: Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapabilityFilter, orderBy: [Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapabilityOrderBy]): [Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapability]\r\n businessCapability_VariantObjectAggregatedValues(filter: Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapabilityFilter, orderBy: [Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapabilityOrderBy]): [BusinessCapabilityAggregatedValues]\r\n businessCapability_VariedObject(filter: Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapabilityFilter, orderBy: [Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapabilityOrderBy]): [Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapability]\r\n businessCapability_VariedObjectAggregatedValues(filter: Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapabilityFilter, orderBy: [Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapabilityOrderBy]): [BusinessCapabilityAggregatedValues]\r\n link1CoverageRatio: CustomInt\r\n link1ComputedCoverageRatio: CustomInt\r\n link1ITARecommendationStatus: Boolean\r\n link1CompositeRealizationName: String\r\n link1RealizationQuality(format: EnumFormat): RealizationQualityEnum\r\n link1CapabilityFulfillmentMetaPictureIdentifier: GraphQLObjectInterface\r\n link1CostContributionKeyRealization: CustomFloat\r\n}\r\n\r\ninput Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter {\r\n and: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter!]\r\n or: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationFilter!]\r\n link1CoverageRatio: CustomInt\r\n link1CoverageRatio_not: CustomInt\r\n link1CoverageRatio_in: [CustomInt!]\r\n link1CoverageRatio_not_in: [CustomInt!]\r\n link1CoverageRatio_lt: CustomInt\r\n link1CoverageRatio_lte: CustomInt\r\n link1CoverageRatio_gt: CustomInt\r\n link1CoverageRatio_gte: CustomInt\r\n link1CoverageRatio_empty: Boolean\r\n link1ComputedCoverageRatio: CustomInt\r\n link1ComputedCoverageRatio_not: CustomInt\r\n link1ComputedCoverageRatio_in: [CustomInt!]\r\n link1ComputedCoverageRatio_not_in: [CustomInt!]\r\n link1ComputedCoverageRatio_lt: CustomInt\r\n link1ComputedCoverageRatio_lte: CustomInt\r\n link1ComputedCoverageRatio_gt: CustomInt\r\n link1ComputedCoverageRatio_gte: CustomInt\r\n link1ComputedCoverageRatio_empty: Boolean\r\n link1ITARecommendationStatus: Boolean\r\n link1ITARecommendationStatus_not: Boolean\r\n link1ITARecommendationStatus_empty: Boolean\r\n link1CompositeRealizationName: String\r\n link1CompositeRealizationName_not: String\r\n link1CompositeRealizationName_in: [String!]\r\n link1CompositeRealizationName_not_in: [String!]\r\n link1CompositeRealizationName_lt: String\r\n link1CompositeRealizationName_lte: String\r\n link1CompositeRealizationName_gt: String\r\n link1CompositeRealizationName_gte: String\r\n link1CompositeRealizationName_contains: String\r\n link1CompositeRealizationName_not_contains: String\r\n link1CompositeRealizationName_starts_with: String\r\n link1CompositeRealizationName_not_starts_with: String\r\n link1CompositeRealizationName_ends_with: String\r\n link1CompositeRealizationName_not_ends_with: String\r\n link1CompositeRealizationName_empty: Boolean\r\n link1RealizationQuality: RealizationQualityEnum\r\n link1RealizationQuality_not: RealizationQualityEnum\r\n link1RealizationQuality_in: [RealizationQualityEnum!]\r\n link1RealizationQuality_not_in: [RealizationQualityEnum!]\r\n link1RealizationQuality_empty: Boolean\r\n link1CapabilityFulfillmentMetaPictureIdentifier: String\r\n link1CapabilityFulfillmentMetaPictureIdentifier_not: String\r\n link1CapabilityFulfillmentMetaPictureIdentifier_in: [String!]\r\n link1CapabilityFulfillmentMetaPictureIdentifier_not_in: [String!]\r\n link1CapabilityFulfillmentMetaPictureIdentifier_empty: Boolean\r\n link1CostContributionKeyRealization: CustomFloat\r\n link1CostContributionKeyRealization_not: CustomFloat\r\n link1CostContributionKeyRealization_in: [CustomFloat!]\r\n link1CostContributionKeyRealization_not_in: [CustomFloat!]\r\n link1CostContributionKeyRealization_lt: CustomFloat\r\n link1CostContributionKeyRealization_lte: CustomFloat\r\n link1CostContributionKeyRealization_gt: CustomFloat\r\n link1CostContributionKeyRealization_gte: CustomFloat\r\n link1CostContributionKeyRealization_empty: Boolean\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 name_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_not: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_not_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_empty: Boolean\r\n cost: CustomFloat\r\n cost_not: CustomFloat\r\n cost_in: [CustomFloat!]\r\n cost_not_in: [CustomFloat!]\r\n cost_lt: CustomFloat\r\n cost_lte: CustomFloat\r\n cost_gt: CustomFloat\r\n cost_gte: CustomFloat\r\n cost_empty: Boolean\r\n revenue: CustomFloat\r\n revenue_not: CustomFloat\r\n revenue_in: [CustomFloat!]\r\n revenue_not_in: [CustomFloat!]\r\n revenue_lt: CustomFloat\r\n revenue_lte: CustomFloat\r\n revenue_gt: CustomFloat\r\n revenue_gte: CustomFloat\r\n revenue_empty: Boolean\r\n rOIPercentage: CustomFloat\r\n rOIPercentage_not: CustomFloat\r\n rOIPercentage_in: [CustomFloat!]\r\n rOIPercentage_not_in: [CustomFloat!]\r\n rOIPercentage_lt: CustomFloat\r\n rOIPercentage_lte: CustomFloat\r\n rOIPercentage_gt: CustomFloat\r\n rOIPercentage_gte: CustomFloat\r\n rOIPercentage_empty: Boolean\r\n rOIRate: CustomFloat\r\n rOIRate_not: CustomFloat\r\n rOIRate_in: [CustomFloat!]\r\n rOIRate_not_in: [CustomFloat!]\r\n rOIRate_lt: CustomFloat\r\n rOIRate_lte: CustomFloat\r\n rOIRate_gt: CustomFloat\r\n rOIRate_gte: CustomFloat\r\n rOIRate_empty: Boolean\r\n costRate: CustomFloat\r\n costRate_not: CustomFloat\r\n costRate_in: [CustomFloat!]\r\n costRate_not_in: [CustomFloat!]\r\n costRate_lt: CustomFloat\r\n costRate_lte: CustomFloat\r\n costRate_gt: CustomFloat\r\n costRate_gte: CustomFloat\r\n costRate_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n financialImpact: FinancialImpactEnum\r\n financialImpact_not: FinancialImpactEnum\r\n financialImpact_in: [FinancialImpactEnum!]\r\n financialImpact_not_in: [FinancialImpactEnum!]\r\n financialImpact_empty: Boolean\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n capabilityEfficiency_not: CapabilityEfficiencyEnum\r\n capabilityEfficiency_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_not_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n businessCapability_VariantObject_some: [BusinessCapabilityFilter!]\r\n businessCapability_VariantObject_count: countFilter\r\n businessCapability_VariedObject_some: [BusinessCapabilityFilter!]\r\n businessCapability_VariedObject_count: countFilter\r\n}\r\n\r\nenum Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_ApplicationOrderBy {\r\n link1CoverageRatio_ASC\r\n link1CoverageRatio_DESC\r\n link1ComputedCoverageRatio_ASC\r\n link1ComputedCoverageRatio_DESC\r\n link1ITARecommendationStatus_ASC\r\n link1ITARecommendationStatus_DESC\r\n link1CompositeRealizationName_ASC\r\n link1CompositeRealizationName_DESC\r\n link1RealizationQuality_ASC\r\n link1RealizationQuality_DESC\r\n link1CapabilityFulfillmentMetaPictureIdentifier_ASC\r\n link1CapabilityFulfillmentMetaPictureIdentifier_DESC\r\n link1CostContributionKeyRealization_ASC\r\n link1CostContributionKeyRealization_DESC\r\n name_ASC\r\n name_DESC\r\n currentState_ASC\r\n currentState_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n financialImpact_ASC\r\n financialImpact_DESC\r\n capabilityEfficiency_ASC\r\n capabilityEfficiency_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnit implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentState: GraphQLObjectInterface\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n capabilityEffectiveness(format: EnumFormat): CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n financialImpact(format: EnumFormat): FinancialImpactEnum\r\n capabilityEfficiency(format: EnumFormat): CapabilityEfficiencyEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n application(filter: Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityFilter, orderBy: [Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityOrderBy]): [Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapability]\r\n applicationAggregatedValues(filter: Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityFilter, orderBy: [Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit(filter: Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityFilter, orderBy: [Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityOrderBy]): [Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapability]\r\n orgUnitAggregatedValues(filter: Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityFilter, orderBy: [Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityOrderBy]): [OrgUnitAggregatedValues]\r\n businessCapability_VariantObject(filter: Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapabilityFilter, orderBy: [Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapabilityOrderBy]): [Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapability]\r\n businessCapability_VariantObjectAggregatedValues(filter: Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapabilityFilter, orderBy: [Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapabilityOrderBy]): [BusinessCapabilityAggregatedValues]\r\n businessCapability_VariedObject(filter: Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapabilityFilter, orderBy: [Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapabilityOrderBy]): [Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapability]\r\n businessCapability_VariedObjectAggregatedValues(filter: Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapabilityFilter, orderBy: [Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapabilityOrderBy]): [BusinessCapabilityAggregatedValues]\r\n link1CoverageRatio: CustomInt\r\n link1ComputedCoverageRatio: CustomInt\r\n link1ITARecommendationStatus: Boolean\r\n link1CompositeRealizationName: String\r\n link1RealizationQuality(format: EnumFormat): RealizationQualityEnum\r\n link1CapabilityFulfillmentMetaPictureIdentifier: GraphQLObjectInterface\r\n link1CostContributionKeyRealization: CustomFloat\r\n}\r\n\r\ninput Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnitFilter {\r\n and: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnitFilter!]\r\n or: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnitFilter!]\r\n link1CoverageRatio: CustomInt\r\n link1CoverageRatio_not: CustomInt\r\n link1CoverageRatio_in: [CustomInt!]\r\n link1CoverageRatio_not_in: [CustomInt!]\r\n link1CoverageRatio_lt: CustomInt\r\n link1CoverageRatio_lte: CustomInt\r\n link1CoverageRatio_gt: CustomInt\r\n link1CoverageRatio_gte: CustomInt\r\n link1CoverageRatio_empty: Boolean\r\n link1ComputedCoverageRatio: CustomInt\r\n link1ComputedCoverageRatio_not: CustomInt\r\n link1ComputedCoverageRatio_in: [CustomInt!]\r\n link1ComputedCoverageRatio_not_in: [CustomInt!]\r\n link1ComputedCoverageRatio_lt: CustomInt\r\n link1ComputedCoverageRatio_lte: CustomInt\r\n link1ComputedCoverageRatio_gt: CustomInt\r\n link1ComputedCoverageRatio_gte: CustomInt\r\n link1ComputedCoverageRatio_empty: Boolean\r\n link1ITARecommendationStatus: Boolean\r\n link1ITARecommendationStatus_not: Boolean\r\n link1ITARecommendationStatus_empty: Boolean\r\n link1CompositeRealizationName: String\r\n link1CompositeRealizationName_not: String\r\n link1CompositeRealizationName_in: [String!]\r\n link1CompositeRealizationName_not_in: [String!]\r\n link1CompositeRealizationName_lt: String\r\n link1CompositeRealizationName_lte: String\r\n link1CompositeRealizationName_gt: String\r\n link1CompositeRealizationName_gte: String\r\n link1CompositeRealizationName_contains: String\r\n link1CompositeRealizationName_not_contains: String\r\n link1CompositeRealizationName_starts_with: String\r\n link1CompositeRealizationName_not_starts_with: String\r\n link1CompositeRealizationName_ends_with: String\r\n link1CompositeRealizationName_not_ends_with: String\r\n link1CompositeRealizationName_empty: Boolean\r\n link1RealizationQuality: RealizationQualityEnum\r\n link1RealizationQuality_not: RealizationQualityEnum\r\n link1RealizationQuality_in: [RealizationQualityEnum!]\r\n link1RealizationQuality_not_in: [RealizationQualityEnum!]\r\n link1RealizationQuality_empty: Boolean\r\n link1CapabilityFulfillmentMetaPictureIdentifier: String\r\n link1CapabilityFulfillmentMetaPictureIdentifier_not: String\r\n link1CapabilityFulfillmentMetaPictureIdentifier_in: [String!]\r\n link1CapabilityFulfillmentMetaPictureIdentifier_not_in: [String!]\r\n link1CapabilityFulfillmentMetaPictureIdentifier_empty: Boolean\r\n link1CostContributionKeyRealization: CustomFloat\r\n link1CostContributionKeyRealization_not: CustomFloat\r\n link1CostContributionKeyRealization_in: [CustomFloat!]\r\n link1CostContributionKeyRealization_not_in: [CustomFloat!]\r\n link1CostContributionKeyRealization_lt: CustomFloat\r\n link1CostContributionKeyRealization_lte: CustomFloat\r\n link1CostContributionKeyRealization_gt: CustomFloat\r\n link1CostContributionKeyRealization_gte: CustomFloat\r\n link1CostContributionKeyRealization_empty: Boolean\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 name_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_not: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_not_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_empty: Boolean\r\n cost: CustomFloat\r\n cost_not: CustomFloat\r\n cost_in: [CustomFloat!]\r\n cost_not_in: [CustomFloat!]\r\n cost_lt: CustomFloat\r\n cost_lte: CustomFloat\r\n cost_gt: CustomFloat\r\n cost_gte: CustomFloat\r\n cost_empty: Boolean\r\n revenue: CustomFloat\r\n revenue_not: CustomFloat\r\n revenue_in: [CustomFloat!]\r\n revenue_not_in: [CustomFloat!]\r\n revenue_lt: CustomFloat\r\n revenue_lte: CustomFloat\r\n revenue_gt: CustomFloat\r\n revenue_gte: CustomFloat\r\n revenue_empty: Boolean\r\n rOIPercentage: CustomFloat\r\n rOIPercentage_not: CustomFloat\r\n rOIPercentage_in: [CustomFloat!]\r\n rOIPercentage_not_in: [CustomFloat!]\r\n rOIPercentage_lt: CustomFloat\r\n rOIPercentage_lte: CustomFloat\r\n rOIPercentage_gt: CustomFloat\r\n rOIPercentage_gte: CustomFloat\r\n rOIPercentage_empty: Boolean\r\n rOIRate: CustomFloat\r\n rOIRate_not: CustomFloat\r\n rOIRate_in: [CustomFloat!]\r\n rOIRate_not_in: [CustomFloat!]\r\n rOIRate_lt: CustomFloat\r\n rOIRate_lte: CustomFloat\r\n rOIRate_gt: CustomFloat\r\n rOIRate_gte: CustomFloat\r\n rOIRate_empty: Boolean\r\n costRate: CustomFloat\r\n costRate_not: CustomFloat\r\n costRate_in: [CustomFloat!]\r\n costRate_not_in: [CustomFloat!]\r\n costRate_lt: CustomFloat\r\n costRate_lte: CustomFloat\r\n costRate_gt: CustomFloat\r\n costRate_gte: CustomFloat\r\n costRate_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n financialImpact: FinancialImpactEnum\r\n financialImpact_not: FinancialImpactEnum\r\n financialImpact_in: [FinancialImpactEnum!]\r\n financialImpact_not_in: [FinancialImpactEnum!]\r\n financialImpact_empty: Boolean\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n capabilityEfficiency_not: CapabilityEfficiencyEnum\r\n capabilityEfficiency_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_not_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n businessCapability_VariantObject_some: [BusinessCapabilityFilter!]\r\n businessCapability_VariantObject_count: countFilter\r\n businessCapability_VariedObject_some: [BusinessCapabilityFilter!]\r\n businessCapability_VariedObject_count: countFilter\r\n}\r\n\r\nenum Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnitOrderBy {\r\n link1CoverageRatio_ASC\r\n link1CoverageRatio_DESC\r\n link1ComputedCoverageRatio_ASC\r\n link1ComputedCoverageRatio_DESC\r\n link1ITARecommendationStatus_ASC\r\n link1ITARecommendationStatus_DESC\r\n link1CompositeRealizationName_ASC\r\n link1CompositeRealizationName_DESC\r\n link1RealizationQuality_ASC\r\n link1RealizationQuality_DESC\r\n link1CapabilityFulfillmentMetaPictureIdentifier_ASC\r\n link1CapabilityFulfillmentMetaPictureIdentifier_DESC\r\n link1CostContributionKeyRealization_ASC\r\n link1CostContributionKeyRealization_DESC\r\n name_ASC\r\n name_DESC\r\n currentState_ASC\r\n currentState_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n financialImpact_ASC\r\n financialImpact_DESC\r\n capabilityEfficiency_ASC\r\n capabilityEfficiency_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapability implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentState: GraphQLObjectInterface\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n capabilityEffectiveness(format: EnumFormat): CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n financialImpact(format: EnumFormat): FinancialImpactEnum\r\n capabilityEfficiency(format: EnumFormat): CapabilityEfficiencyEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n application(filter: Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityFilter, orderBy: [Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityOrderBy]): [Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapability]\r\n applicationAggregatedValues(filter: Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityFilter, orderBy: [Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit(filter: Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityFilter, orderBy: [Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityOrderBy]): [Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapability]\r\n orgUnitAggregatedValues(filter: Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityFilter, orderBy: [Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityOrderBy]): [OrgUnitAggregatedValues]\r\n businessCapability_VariantObject(filter: Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapabilityFilter, orderBy: [Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapabilityOrderBy]): [Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapability]\r\n businessCapability_VariantObjectAggregatedValues(filter: Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapabilityFilter, orderBy: [Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapabilityOrderBy]): [BusinessCapabilityAggregatedValues]\r\n businessCapability_VariedObject(filter: Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapabilityFilter, orderBy: [Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapabilityOrderBy]): [Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapability]\r\n businessCapability_VariedObjectAggregatedValues(filter: Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapabilityFilter, orderBy: [Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapabilityOrderBy]): [BusinessCapabilityAggregatedValues]\r\n link1VariationName(language: Languages): String\r\n}\r\n\r\ninput Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapabilityFilter {\r\n and: [Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapabilityFilter!]\r\n or: [Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapabilityFilter!]\r\n link1VariationName: String\r\n link1VariationName_not: String\r\n link1VariationName_in: [String!]\r\n link1VariationName_not_in: [String!]\r\n link1VariationName_lt: String\r\n link1VariationName_lte: String\r\n link1VariationName_gt: String\r\n link1VariationName_gte: String\r\n link1VariationName_contains: String\r\n link1VariationName_not_contains: String\r\n link1VariationName_starts_with: String\r\n link1VariationName_not_starts_with: String\r\n link1VariationName_ends_with: String\r\n link1VariationName_not_ends_with: String\r\n link1VariationName_empty: Boolean\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 name_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_not: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_not_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_empty: Boolean\r\n cost: CustomFloat\r\n cost_not: CustomFloat\r\n cost_in: [CustomFloat!]\r\n cost_not_in: [CustomFloat!]\r\n cost_lt: CustomFloat\r\n cost_lte: CustomFloat\r\n cost_gt: CustomFloat\r\n cost_gte: CustomFloat\r\n cost_empty: Boolean\r\n revenue: CustomFloat\r\n revenue_not: CustomFloat\r\n revenue_in: [CustomFloat!]\r\n revenue_not_in: [CustomFloat!]\r\n revenue_lt: CustomFloat\r\n revenue_lte: CustomFloat\r\n revenue_gt: CustomFloat\r\n revenue_gte: CustomFloat\r\n revenue_empty: Boolean\r\n rOIPercentage: CustomFloat\r\n rOIPercentage_not: CustomFloat\r\n rOIPercentage_in: [CustomFloat!]\r\n rOIPercentage_not_in: [CustomFloat!]\r\n rOIPercentage_lt: CustomFloat\r\n rOIPercentage_lte: CustomFloat\r\n rOIPercentage_gt: CustomFloat\r\n rOIPercentage_gte: CustomFloat\r\n rOIPercentage_empty: Boolean\r\n rOIRate: CustomFloat\r\n rOIRate_not: CustomFloat\r\n rOIRate_in: [CustomFloat!]\r\n rOIRate_not_in: [CustomFloat!]\r\n rOIRate_lt: CustomFloat\r\n rOIRate_lte: CustomFloat\r\n rOIRate_gt: CustomFloat\r\n rOIRate_gte: CustomFloat\r\n rOIRate_empty: Boolean\r\n costRate: CustomFloat\r\n costRate_not: CustomFloat\r\n costRate_in: [CustomFloat!]\r\n costRate_not_in: [CustomFloat!]\r\n costRate_lt: CustomFloat\r\n costRate_lte: CustomFloat\r\n costRate_gt: CustomFloat\r\n costRate_gte: CustomFloat\r\n costRate_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n financialImpact: FinancialImpactEnum\r\n financialImpact_not: FinancialImpactEnum\r\n financialImpact_in: [FinancialImpactEnum!]\r\n financialImpact_not_in: [FinancialImpactEnum!]\r\n financialImpact_empty: Boolean\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n capabilityEfficiency_not: CapabilityEfficiencyEnum\r\n capabilityEfficiency_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_not_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n businessCapability_VariantObject_some: [BusinessCapabilityFilter!]\r\n businessCapability_VariantObject_count: countFilter\r\n businessCapability_VariedObject_some: [BusinessCapabilityFilter!]\r\n businessCapability_VariedObject_count: countFilter\r\n}\r\n\r\nenum Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapabilityOrderBy {\r\n link1VariationName_ASC\r\n link1VariationName_DESC\r\n name_ASC\r\n name_DESC\r\n currentState_ASC\r\n currentState_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n financialImpact_ASC\r\n financialImpact_DESC\r\n capabilityEfficiency_ASC\r\n capabilityEfficiency_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapability implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentState: GraphQLObjectInterface\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n capabilityEffectiveness(format: EnumFormat): CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n financialImpact(format: EnumFormat): FinancialImpactEnum\r\n capabilityEfficiency(format: EnumFormat): CapabilityEfficiencyEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n application(filter: Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityFilter, orderBy: [Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityOrderBy]): [Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapability]\r\n applicationAggregatedValues(filter: Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityFilter, orderBy: [Relationship_Application_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit(filter: Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityFilter, orderBy: [Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityOrderBy]): [Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapability]\r\n orgUnitAggregatedValues(filter: Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityFilter, orderBy: [Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityOrderBy]): [OrgUnitAggregatedValues]\r\n businessCapability_VariantObject(filter: Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapabilityFilter, orderBy: [Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapabilityOrderBy]): [Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapability]\r\n businessCapability_VariantObjectAggregatedValues(filter: Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapabilityFilter, orderBy: [Relationship_BusinessCapability_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessCapabilityOrderBy]): [BusinessCapabilityAggregatedValues]\r\n businessCapability_VariedObject(filter: Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapabilityFilter, orderBy: [Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapabilityOrderBy]): [Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapability]\r\n businessCapability_VariedObjectAggregatedValues(filter: Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapabilityFilter, orderBy: [Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapabilityOrderBy]): [BusinessCapabilityAggregatedValues]\r\n link1VariationName(language: Languages): String\r\n}\r\n\r\ninput Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapabilityFilter {\r\n and: [Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapabilityFilter!]\r\n or: [Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapabilityFilter!]\r\n link1VariationName: String\r\n link1VariationName_not: String\r\n link1VariationName_in: [String!]\r\n link1VariationName_not_in: [String!]\r\n link1VariationName_lt: String\r\n link1VariationName_lte: String\r\n link1VariationName_gt: String\r\n link1VariationName_gte: String\r\n link1VariationName_contains: String\r\n link1VariationName_not_contains: String\r\n link1VariationName_starts_with: String\r\n link1VariationName_not_starts_with: String\r\n link1VariationName_ends_with: String\r\n link1VariationName_not_ends_with: String\r\n link1VariationName_empty: Boolean\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 name_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_not: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_not_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_empty: Boolean\r\n cost: CustomFloat\r\n cost_not: CustomFloat\r\n cost_in: [CustomFloat!]\r\n cost_not_in: [CustomFloat!]\r\n cost_lt: CustomFloat\r\n cost_lte: CustomFloat\r\n cost_gt: CustomFloat\r\n cost_gte: CustomFloat\r\n cost_empty: Boolean\r\n revenue: CustomFloat\r\n revenue_not: CustomFloat\r\n revenue_in: [CustomFloat!]\r\n revenue_not_in: [CustomFloat!]\r\n revenue_lt: CustomFloat\r\n revenue_lte: CustomFloat\r\n revenue_gt: CustomFloat\r\n revenue_gte: CustomFloat\r\n revenue_empty: Boolean\r\n rOIPercentage: CustomFloat\r\n rOIPercentage_not: CustomFloat\r\n rOIPercentage_in: [CustomFloat!]\r\n rOIPercentage_not_in: [CustomFloat!]\r\n rOIPercentage_lt: CustomFloat\r\n rOIPercentage_lte: CustomFloat\r\n rOIPercentage_gt: CustomFloat\r\n rOIPercentage_gte: CustomFloat\r\n rOIPercentage_empty: Boolean\r\n rOIRate: CustomFloat\r\n rOIRate_not: CustomFloat\r\n rOIRate_in: [CustomFloat!]\r\n rOIRate_not_in: [CustomFloat!]\r\n rOIRate_lt: CustomFloat\r\n rOIRate_lte: CustomFloat\r\n rOIRate_gt: CustomFloat\r\n rOIRate_gte: CustomFloat\r\n rOIRate_empty: Boolean\r\n costRate: CustomFloat\r\n costRate_not: CustomFloat\r\n costRate_in: [CustomFloat!]\r\n costRate_not_in: [CustomFloat!]\r\n costRate_lt: CustomFloat\r\n costRate_lte: CustomFloat\r\n costRate_gt: CustomFloat\r\n costRate_gte: CustomFloat\r\n costRate_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n financialImpact: FinancialImpactEnum\r\n financialImpact_not: FinancialImpactEnum\r\n financialImpact_in: [FinancialImpactEnum!]\r\n financialImpact_not_in: [FinancialImpactEnum!]\r\n financialImpact_empty: Boolean\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n capabilityEfficiency_not: CapabilityEfficiencyEnum\r\n capabilityEfficiency_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_not_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n businessCapability_VariantObject_some: [BusinessCapabilityFilter!]\r\n businessCapability_VariantObject_count: countFilter\r\n businessCapability_VariedObject_some: [BusinessCapabilityFilter!]\r\n businessCapability_VariedObject_count: countFilter\r\n}\r\n\r\nenum Relationship_BusinessCapability_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessCapabilityOrderBy {\r\n link1VariationName_ASC\r\n link1VariationName_DESC\r\n name_ASC\r\n name_DESC\r\n currentState_ASC\r\n currentState_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n financialImpact_ASC\r\n financialImpact_DESC\r\n capabilityEfficiency_ASC\r\n capabilityEfficiency_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_BusinessLine_BusinessLine_BusinessLineApplication_Application implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n customerSatisfaction(format: EnumFormat): CustomerSatisfactionEnum\r\n assessmentFreshness: CustomFloat\r\n businessLineCode: String\r\n cASTHighlightID: CustomInt\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n businessLine_ParentBusinessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLine_ParentBusinessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n businessLine_SubBusinessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLine_SubBusinessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n application(filter: Relationship_Application_Application_BusinessLineApplication_BusinessLineFilter, orderBy: [Relationship_Application_Application_BusinessLineApplication_BusinessLineOrderBy]): [Relationship_Application_Application_BusinessLineApplication_BusinessLine]\r\n applicationAggregatedValues(filter: Relationship_Application_Application_BusinessLineApplication_BusinessLineFilter, orderBy: [Relationship_Application_Application_BusinessLineApplication_BusinessLineOrderBy]): [ApplicationAggregatedValues]\r\n costContributionKey: CustomFloat\r\n}\r\n\r\ninput Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter {\r\n and: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter!]\r\n or: [Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationFilter!]\r\n costContributionKey: CustomFloat\r\n costContributionKey_not: CustomFloat\r\n costContributionKey_in: [CustomFloat!]\r\n costContributionKey_not_in: [CustomFloat!]\r\n costContributionKey_lt: CustomFloat\r\n costContributionKey_lte: CustomFloat\r\n costContributionKey_gt: CustomFloat\r\n costContributionKey_gte: CustomFloat\r\n costContributionKey_empty: Boolean\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 name_empty: Boolean\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n customerSatisfaction_not: CustomerSatisfactionEnum\r\n customerSatisfaction_in: [CustomerSatisfactionEnum!]\r\n customerSatisfaction_not_in: [CustomerSatisfactionEnum!]\r\n customerSatisfaction_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\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 businessLineCode_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n businessLine_ParentBusinessLine_some: [BusinessLineFilter!]\r\n businessLine_ParentBusinessLine_count: countFilter\r\n businessLine_SubBusinessLine_some: [BusinessLineFilter!]\r\n businessLine_SubBusinessLine_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n}\r\n\r\nenum Relationship_BusinessLine_BusinessLine_BusinessLineApplication_ApplicationOrderBy {\r\n costContributionKey_ASC\r\n costContributionKey_DESC\r\n name_ASC\r\n name_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentState: GraphQLObjectInterface\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n businessProcess_AggregationOf(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_AggregationOfAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n businessProcess_Component(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ComponentAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n businessProcess_VariantObject(filter: Relationship_BusinessProcess_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessProcessFilter, orderBy: [Relationship_BusinessProcess_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessProcessOrderBy]): [Relationship_BusinessProcess_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessProcess]\r\n businessProcess_VariantObjectAggregatedValues(filter: Relationship_BusinessProcess_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessProcessFilter, orderBy: [Relationship_BusinessProcess_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n businessProcess_VariedObject(filter: Relationship_BusinessProcess_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessProcessFilter, orderBy: [Relationship_BusinessProcess_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessProcessOrderBy]): [Relationship_BusinessProcess_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessProcess]\r\n businessProcess_VariedObjectAggregatedValues(filter: Relationship_BusinessProcess_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessProcessFilter, orderBy: [Relationship_BusinessProcess_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n application(filter: Relationship_Application_Application_ProcessusApplication_BusinessProcessFilter, orderBy: [Relationship_Application_Application_ProcessusApplication_BusinessProcessOrderBy]): [Relationship_Application_Application_ProcessusApplication_BusinessProcess]\r\n applicationAggregatedValues(filter: Relationship_Application_Application_ProcessusApplication_BusinessProcessFilter, orderBy: [Relationship_Application_Application_ProcessusApplication_BusinessProcessOrderBy]): [ApplicationAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n and: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n or: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n triggeredByEvent: Boolean\r\n triggeredByEvent_not: Boolean\r\n triggeredByEvent_empty: 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 businessProcessCode_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n businessProcess_VariantObject_some: [BusinessProcessFilter!]\r\n businessProcess_VariantObject_count: countFilter\r\n businessProcess_VariedObject_some: [BusinessProcessFilter!]\r\n businessProcess_VariedObject_count: countFilter\r\n businessProcess_AggregationOf_some: [BusinessProcessFilter!]\r\n businessProcess_AggregationOf_count: countFilter\r\n businessProcess_Component_some: [BusinessProcessFilter!]\r\n businessProcess_Component_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n}\r\n\r\nenum Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n currentState_ASC\r\n currentState_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_Application implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentState: GraphQLObjectInterface\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n businessProcess_AggregationOf(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_AggregationOfAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n businessProcess_Component(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ComponentAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n businessProcess_VariantObject(filter: Relationship_BusinessProcess_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessProcessFilter, orderBy: [Relationship_BusinessProcess_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessProcessOrderBy]): [Relationship_BusinessProcess_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessProcess]\r\n businessProcess_VariantObjectAggregatedValues(filter: Relationship_BusinessProcess_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessProcessFilter, orderBy: [Relationship_BusinessProcess_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n businessProcess_VariedObject(filter: Relationship_BusinessProcess_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessProcessFilter, orderBy: [Relationship_BusinessProcess_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessProcessOrderBy]): [Relationship_BusinessProcess_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessProcess]\r\n businessProcess_VariedObjectAggregatedValues(filter: Relationship_BusinessProcess_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessProcessFilter, orderBy: [Relationship_BusinessProcess_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n application(filter: Relationship_Application_Application_ProcessusApplication_BusinessProcessFilter, orderBy: [Relationship_Application_Application_ProcessusApplication_BusinessProcessOrderBy]): [Relationship_Application_Application_ProcessusApplication_BusinessProcess]\r\n applicationAggregatedValues(filter: Relationship_Application_Application_ProcessusApplication_BusinessProcessFilter, orderBy: [Relationship_Application_Application_ProcessusApplication_BusinessProcessOrderBy]): [ApplicationAggregatedValues]\r\n costContributionKeyBusinessProcess: CustomFloat\r\n}\r\n\r\ninput Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter {\r\n and: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter!]\r\n or: [Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationFilter!]\r\n costContributionKeyBusinessProcess: CustomFloat\r\n costContributionKeyBusinessProcess_not: CustomFloat\r\n costContributionKeyBusinessProcess_in: [CustomFloat!]\r\n costContributionKeyBusinessProcess_not_in: [CustomFloat!]\r\n costContributionKeyBusinessProcess_lt: CustomFloat\r\n costContributionKeyBusinessProcess_lte: CustomFloat\r\n costContributionKeyBusinessProcess_gt: CustomFloat\r\n costContributionKeyBusinessProcess_gte: CustomFloat\r\n costContributionKeyBusinessProcess_empty: Boolean\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 name_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n triggeredByEvent: Boolean\r\n triggeredByEvent_not: Boolean\r\n triggeredByEvent_empty: 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 businessProcessCode_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n businessProcess_VariantObject_some: [BusinessProcessFilter!]\r\n businessProcess_VariantObject_count: countFilter\r\n businessProcess_VariedObject_some: [BusinessProcessFilter!]\r\n businessProcess_VariedObject_count: countFilter\r\n businessProcess_AggregationOf_some: [BusinessProcessFilter!]\r\n businessProcess_AggregationOf_count: countFilter\r\n businessProcess_Component_some: [BusinessProcessFilter!]\r\n businessProcess_Component_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n}\r\n\r\nenum Relationship_BusinessProcess_BusinessProcess_ProcessusApplication_ApplicationOrderBy {\r\n costContributionKeyBusinessProcess_ASC\r\n costContributionKeyBusinessProcess_DESC\r\n name_ASC\r\n name_DESC\r\n currentState_ASC\r\n currentState_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_BusinessProcess_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessProcess implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentState: GraphQLObjectInterface\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n businessProcess_AggregationOf(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_AggregationOfAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n businessProcess_Component(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ComponentAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n businessProcess_VariantObject(filter: Relationship_BusinessProcess_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessProcessFilter, orderBy: [Relationship_BusinessProcess_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessProcessOrderBy]): [Relationship_BusinessProcess_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessProcess]\r\n businessProcess_VariantObjectAggregatedValues(filter: Relationship_BusinessProcess_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessProcessFilter, orderBy: [Relationship_BusinessProcess_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n businessProcess_VariedObject(filter: Relationship_BusinessProcess_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessProcessFilter, orderBy: [Relationship_BusinessProcess_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessProcessOrderBy]): [Relationship_BusinessProcess_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessProcess]\r\n businessProcess_VariedObjectAggregatedValues(filter: Relationship_BusinessProcess_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessProcessFilter, orderBy: [Relationship_BusinessProcess_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n application(filter: Relationship_Application_Application_ProcessusApplication_BusinessProcessFilter, orderBy: [Relationship_Application_Application_ProcessusApplication_BusinessProcessOrderBy]): [Relationship_Application_Application_ProcessusApplication_BusinessProcess]\r\n applicationAggregatedValues(filter: Relationship_Application_Application_ProcessusApplication_BusinessProcessFilter, orderBy: [Relationship_Application_Application_ProcessusApplication_BusinessProcessOrderBy]): [ApplicationAggregatedValues]\r\n link1VariationName(language: Languages): String\r\n}\r\n\r\ninput Relationship_BusinessProcess_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessProcessFilter {\r\n and: [Relationship_BusinessProcess_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessProcessFilter!]\r\n or: [Relationship_BusinessProcess_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessProcessFilter!]\r\n link1VariationName: String\r\n link1VariationName_not: String\r\n link1VariationName_in: [String!]\r\n link1VariationName_not_in: [String!]\r\n link1VariationName_lt: String\r\n link1VariationName_lte: String\r\n link1VariationName_gt: String\r\n link1VariationName_gte: String\r\n link1VariationName_contains: String\r\n link1VariationName_not_contains: String\r\n link1VariationName_starts_with: String\r\n link1VariationName_not_starts_with: String\r\n link1VariationName_ends_with: String\r\n link1VariationName_not_ends_with: String\r\n link1VariationName_empty: Boolean\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 name_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n triggeredByEvent: Boolean\r\n triggeredByEvent_not: Boolean\r\n triggeredByEvent_empty: 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 businessProcessCode_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n businessProcess_VariantObject_some: [BusinessProcessFilter!]\r\n businessProcess_VariantObject_count: countFilter\r\n businessProcess_VariedObject_some: [BusinessProcessFilter!]\r\n businessProcess_VariedObject_count: countFilter\r\n businessProcess_AggregationOf_some: [BusinessProcessFilter!]\r\n businessProcess_AggregationOf_count: countFilter\r\n businessProcess_Component_some: [BusinessProcessFilter!]\r\n businessProcess_Component_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n}\r\n\r\nenum Relationship_BusinessProcess_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessProcessOrderBy {\r\n link1VariationName_ASC\r\n link1VariationName_DESC\r\n name_ASC\r\n name_DESC\r\n currentState_ASC\r\n currentState_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_BusinessProcess_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessProcess implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentState: GraphQLObjectInterface\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n businessProcess_AggregationOf(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_AggregationOfAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n businessProcess_Component(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_ComponentAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n businessProcess_VariantObject(filter: Relationship_BusinessProcess_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessProcessFilter, orderBy: [Relationship_BusinessProcess_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessProcessOrderBy]): [Relationship_BusinessProcess_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessProcess]\r\n businessProcess_VariantObjectAggregatedValues(filter: Relationship_BusinessProcess_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessProcessFilter, orderBy: [Relationship_BusinessProcess_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n businessProcess_VariedObject(filter: Relationship_BusinessProcess_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessProcessFilter, orderBy: [Relationship_BusinessProcess_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessProcessOrderBy]): [Relationship_BusinessProcess_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessProcess]\r\n businessProcess_VariedObjectAggregatedValues(filter: Relationship_BusinessProcess_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessProcessFilter, orderBy: [Relationship_BusinessProcess_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n application(filter: Relationship_Application_Application_ProcessusApplication_BusinessProcessFilter, orderBy: [Relationship_Application_Application_ProcessusApplication_BusinessProcessOrderBy]): [Relationship_Application_Application_ProcessusApplication_BusinessProcess]\r\n applicationAggregatedValues(filter: Relationship_Application_Application_ProcessusApplication_BusinessProcessFilter, orderBy: [Relationship_Application_Application_ProcessusApplication_BusinessProcessOrderBy]): [ApplicationAggregatedValues]\r\n link1VariationName(language: Languages): String\r\n}\r\n\r\ninput Relationship_BusinessProcess_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessProcessFilter {\r\n and: [Relationship_BusinessProcess_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessProcessFilter!]\r\n or: [Relationship_BusinessProcess_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessProcessFilter!]\r\n link1VariationName: String\r\n link1VariationName_not: String\r\n link1VariationName_in: [String!]\r\n link1VariationName_not_in: [String!]\r\n link1VariationName_lt: String\r\n link1VariationName_lte: String\r\n link1VariationName_gt: String\r\n link1VariationName_gte: String\r\n link1VariationName_contains: String\r\n link1VariationName_not_contains: String\r\n link1VariationName_starts_with: String\r\n link1VariationName_not_starts_with: String\r\n link1VariationName_ends_with: String\r\n link1VariationName_not_ends_with: String\r\n link1VariationName_empty: Boolean\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 name_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n triggeredByEvent: Boolean\r\n triggeredByEvent_not: Boolean\r\n triggeredByEvent_empty: 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 businessProcessCode_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n businessProcess_VariantObject_some: [BusinessProcessFilter!]\r\n businessProcess_VariantObject_count: countFilter\r\n businessProcess_VariedObject_some: [BusinessProcessFilter!]\r\n businessProcess_VariedObject_count: countFilter\r\n businessProcess_AggregationOf_some: [BusinessProcessFilter!]\r\n businessProcess_AggregationOf_count: countFilter\r\n businessProcess_Component_some: [BusinessProcessFilter!]\r\n businessProcess_Component_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n}\r\n\r\nenum Relationship_BusinessProcess_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_BusinessProcessOrderBy {\r\n link1VariationName_ASC\r\n link1VariationName_DESC\r\n name_ASC\r\n name_DESC\r\n currentState_ASC\r\n currentState_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Class_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n classMetaClassIdAbs: GraphQLObjectInterface\r\n abstract(format: EnumFormat): AbstractEnum\r\n isRoot(format: EnumFormat): IsRootEnum\r\n isLeaf(format: EnumFormat): IsLeafEnum\r\n persistence(format: EnumFormat): PersistenceEnum\r\n isActive(format: EnumFormat): IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification(format: EnumFormat): ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant(format: StringFormat): String\r\n codeNamePrefix: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n class_VariantObject(filter: Relationship_Class_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ClassFilter, orderBy: [Relationship_Class_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ClassOrderBy]): [Relationship_Class_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Class]\r\n class_VariantObjectAggregatedValues(filter: Relationship_Class_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ClassFilter, orderBy: [Relationship_Class_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ClassOrderBy]): [ClassAggregatedValues]\r\n class_VariedObject(filter: Relationship_Class_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ClassFilter, orderBy: [Relationship_Class_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ClassOrderBy]): [Relationship_Class_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Class]\r\n class_VariedObjectAggregatedValues(filter: Relationship_Class_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ClassFilter, orderBy: [Relationship_Class_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ClassOrderBy]): [ClassAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_ClassFilter, orderBy: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_ClassOrderBy]): [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_Class]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_ClassFilter, orderBy: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_ClassOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_Class_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n and: [Relationship_Class_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n or: [Relationship_Class_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\r\n classMetaClassIdAbs: String\r\n classMetaClassIdAbs_not: String\r\n classMetaClassIdAbs_in: [String!]\r\n classMetaClassIdAbs_not_in: [String!]\r\n classMetaClassIdAbs_empty: Boolean\r\n abstract: AbstractEnum\r\n abstract_not: AbstractEnum\r\n abstract_in: [AbstractEnum!]\r\n abstract_not_in: [AbstractEnum!]\r\n abstract_empty: Boolean\r\n isRoot: IsRootEnum\r\n isRoot_not: IsRootEnum\r\n isRoot_in: [IsRootEnum!]\r\n isRoot_not_in: [IsRootEnum!]\r\n isRoot_empty: Boolean\r\n isLeaf: IsLeafEnum\r\n isLeaf_not: IsLeafEnum\r\n isLeaf_in: [IsLeafEnum!]\r\n isLeaf_not_in: [IsLeafEnum!]\r\n isLeaf_empty: Boolean\r\n persistence: PersistenceEnum\r\n persistence_not: PersistenceEnum\r\n persistence_in: [PersistenceEnum!]\r\n persistence_not_in: [PersistenceEnum!]\r\n persistence_empty: Boolean\r\n isActive: IsActiveEnum\r\n isActive_not: IsActiveEnum\r\n isActive_in: [IsActiveEnum!]\r\n isActive_not_in: [IsActiveEnum!]\r\n isActive_empty: Boolean\r\n templateParameters: String\r\n templateParameters_not: String\r\n templateParameters_in: [String!]\r\n templateParameters_not_in: [String!]\r\n templateParameters_lt: String\r\n templateParameters_lte: String\r\n templateParameters_gt: String\r\n templateParameters_gte: String\r\n templateParameters_contains: String\r\n templateParameters_not_contains: String\r\n templateParameters_starts_with: String\r\n templateParameters_not_starts_with: String\r\n templateParameters_ends_with: String\r\n templateParameters_not_ends_with: String\r\n templateParameters_empty: Boolean\r\n expressionType: String\r\n expressionType_not: String\r\n expressionType_in: [String!]\r\n expressionType_not_in: [String!]\r\n expressionType_lt: String\r\n expressionType_lte: String\r\n expressionType_gt: String\r\n expressionType_gte: String\r\n expressionType_contains: String\r\n expressionType_not_contains: String\r\n expressionType_starts_with: String\r\n expressionType_not_starts_with: String\r\n expressionType_ends_with: String\r\n expressionType_not_ends_with: String\r\n expressionType_empty: Boolean\r\n classIdentification: ClassIdentificationEnum\r\n classIdentification_not: ClassIdentificationEnum\r\n classIdentification_in: [ClassIdentificationEnum!]\r\n classIdentification_not_in: [ClassIdentificationEnum!]\r\n classIdentification_empty: Boolean\r\n decimal: String\r\n decimal_not: String\r\n decimal_in: [String!]\r\n decimal_not_in: [String!]\r\n decimal_lt: String\r\n decimal_lte: String\r\n decimal_gt: String\r\n decimal_gte: String\r\n decimal_contains: String\r\n decimal_not_contains: String\r\n decimal_starts_with: String\r\n decimal_not_starts_with: String\r\n decimal_ends_with: String\r\n decimal_not_ends_with: String\r\n decimal_empty: Boolean\r\n length: String\r\n length_not: String\r\n length_in: [String!]\r\n length_not_in: [String!]\r\n length_lt: String\r\n length_lte: String\r\n length_gt: String\r\n length_gte: String\r\n length_contains: String\r\n length_not_contains: String\r\n length_starts_with: String\r\n length_not_starts_with: String\r\n length_ends_with: String\r\n length_not_ends_with: String\r\n length_empty: Boolean\r\n invariant: String\r\n invariant_not: String\r\n invariant_in: [String!]\r\n invariant_not_in: [String!]\r\n invariant_lt: String\r\n invariant_lte: String\r\n invariant_gt: String\r\n invariant_gte: String\r\n invariant_contains: String\r\n invariant_not_contains: String\r\n invariant_starts_with: String\r\n invariant_not_starts_with: String\r\n invariant_ends_with: String\r\n invariant_not_ends_with: String\r\n invariant_empty: Boolean\r\n codeNamePrefix: String\r\n codeNamePrefix_not: String\r\n codeNamePrefix_in: [String!]\r\n codeNamePrefix_not_in: [String!]\r\n codeNamePrefix_lt: String\r\n codeNamePrefix_lte: String\r\n codeNamePrefix_gt: String\r\n codeNamePrefix_gte: String\r\n codeNamePrefix_contains: String\r\n codeNamePrefix_not_contains: String\r\n codeNamePrefix_starts_with: String\r\n codeNamePrefix_not_starts_with: String\r\n codeNamePrefix_ends_with: String\r\n codeNamePrefix_not_ends_with: String\r\n codeNamePrefix_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n class_VariantObject_some: [ClassFilter!]\r\n class_VariantObject_count: countFilter\r\n class_VariedObject_some: [ClassFilter!]\r\n class_VariedObject_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n}\r\n\r\nenum Relationship_Class_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n classMetaClassIdAbs_ASC\r\n classMetaClassIdAbs_DESC\r\n abstract_ASC\r\n abstract_DESC\r\n isRoot_ASC\r\n isRoot_DESC\r\n isLeaf_ASC\r\n isLeaf_DESC\r\n persistence_ASC\r\n persistence_DESC\r\n isActive_ASC\r\n isActive_DESC\r\n templateParameters_ASC\r\n templateParameters_DESC\r\n expressionType_ASC\r\n expressionType_DESC\r\n classIdentification_ASC\r\n classIdentification_DESC\r\n decimal_ASC\r\n decimal_DESC\r\n length_ASC\r\n length_DESC\r\n invariant_ASC\r\n invariant_DESC\r\n codeNamePrefix_ASC\r\n codeNamePrefix_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataArea implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n classMetaClassIdAbs: GraphQLObjectInterface\r\n abstract(format: EnumFormat): AbstractEnum\r\n isRoot(format: EnumFormat): IsRootEnum\r\n isLeaf(format: EnumFormat): IsLeafEnum\r\n persistence(format: EnumFormat): PersistenceEnum\r\n isActive(format: EnumFormat): IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification(format: EnumFormat): ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant(format: StringFormat): String\r\n codeNamePrefix: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n class_VariantObject(filter: Relationship_Class_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ClassFilter, orderBy: [Relationship_Class_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ClassOrderBy]): [Relationship_Class_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Class]\r\n class_VariantObjectAggregatedValues(filter: Relationship_Class_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ClassFilter, orderBy: [Relationship_Class_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ClassOrderBy]): [ClassAggregatedValues]\r\n class_VariedObject(filter: Relationship_Class_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ClassFilter, orderBy: [Relationship_Class_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ClassOrderBy]): [Relationship_Class_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Class]\r\n class_VariedObjectAggregatedValues(filter: Relationship_Class_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ClassFilter, orderBy: [Relationship_Class_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ClassOrderBy]): [ClassAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_ClassFilter, orderBy: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_ClassOrderBy]): [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_Class]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_ClassFilter, orderBy: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_ClassOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n link1DataCreation: Boolean\r\n link1DataRead: Boolean\r\n link1DataUpdate: Boolean\r\n link1DataDeletion: Boolean\r\n link1StoreComponentCRUD: String\r\n}\r\n\r\ninput Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter {\r\n and: [Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter!]\r\n or: [Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter!]\r\n link1DataCreation: Boolean\r\n link1DataCreation_not: Boolean\r\n link1DataCreation_empty: Boolean\r\n link1DataRead: Boolean\r\n link1DataRead_not: Boolean\r\n link1DataRead_empty: Boolean\r\n link1DataUpdate: Boolean\r\n link1DataUpdate_not: Boolean\r\n link1DataUpdate_empty: Boolean\r\n link1DataDeletion: Boolean\r\n link1DataDeletion_not: Boolean\r\n link1DataDeletion_empty: Boolean\r\n link1StoreComponentCRUD: String\r\n link1StoreComponentCRUD_not: String\r\n link1StoreComponentCRUD_in: [String!]\r\n link1StoreComponentCRUD_not_in: [String!]\r\n link1StoreComponentCRUD_lt: String\r\n link1StoreComponentCRUD_lte: String\r\n link1StoreComponentCRUD_gt: String\r\n link1StoreComponentCRUD_gte: String\r\n link1StoreComponentCRUD_contains: String\r\n link1StoreComponentCRUD_not_contains: String\r\n link1StoreComponentCRUD_starts_with: String\r\n link1StoreComponentCRUD_not_starts_with: String\r\n link1StoreComponentCRUD_ends_with: String\r\n link1StoreComponentCRUD_not_ends_with: String\r\n link1StoreComponentCRUD_empty: Boolean\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 name_empty: Boolean\r\n classMetaClassIdAbs: String\r\n classMetaClassIdAbs_not: String\r\n classMetaClassIdAbs_in: [String!]\r\n classMetaClassIdAbs_not_in: [String!]\r\n classMetaClassIdAbs_empty: Boolean\r\n abstract: AbstractEnum\r\n abstract_not: AbstractEnum\r\n abstract_in: [AbstractEnum!]\r\n abstract_not_in: [AbstractEnum!]\r\n abstract_empty: Boolean\r\n isRoot: IsRootEnum\r\n isRoot_not: IsRootEnum\r\n isRoot_in: [IsRootEnum!]\r\n isRoot_not_in: [IsRootEnum!]\r\n isRoot_empty: Boolean\r\n isLeaf: IsLeafEnum\r\n isLeaf_not: IsLeafEnum\r\n isLeaf_in: [IsLeafEnum!]\r\n isLeaf_not_in: [IsLeafEnum!]\r\n isLeaf_empty: Boolean\r\n persistence: PersistenceEnum\r\n persistence_not: PersistenceEnum\r\n persistence_in: [PersistenceEnum!]\r\n persistence_not_in: [PersistenceEnum!]\r\n persistence_empty: Boolean\r\n isActive: IsActiveEnum\r\n isActive_not: IsActiveEnum\r\n isActive_in: [IsActiveEnum!]\r\n isActive_not_in: [IsActiveEnum!]\r\n isActive_empty: Boolean\r\n templateParameters: String\r\n templateParameters_not: String\r\n templateParameters_in: [String!]\r\n templateParameters_not_in: [String!]\r\n templateParameters_lt: String\r\n templateParameters_lte: String\r\n templateParameters_gt: String\r\n templateParameters_gte: String\r\n templateParameters_contains: String\r\n templateParameters_not_contains: String\r\n templateParameters_starts_with: String\r\n templateParameters_not_starts_with: String\r\n templateParameters_ends_with: String\r\n templateParameters_not_ends_with: String\r\n templateParameters_empty: Boolean\r\n expressionType: String\r\n expressionType_not: String\r\n expressionType_in: [String!]\r\n expressionType_not_in: [String!]\r\n expressionType_lt: String\r\n expressionType_lte: String\r\n expressionType_gt: String\r\n expressionType_gte: String\r\n expressionType_contains: String\r\n expressionType_not_contains: String\r\n expressionType_starts_with: String\r\n expressionType_not_starts_with: String\r\n expressionType_ends_with: String\r\n expressionType_not_ends_with: String\r\n expressionType_empty: Boolean\r\n classIdentification: ClassIdentificationEnum\r\n classIdentification_not: ClassIdentificationEnum\r\n classIdentification_in: [ClassIdentificationEnum!]\r\n classIdentification_not_in: [ClassIdentificationEnum!]\r\n classIdentification_empty: Boolean\r\n decimal: String\r\n decimal_not: String\r\n decimal_in: [String!]\r\n decimal_not_in: [String!]\r\n decimal_lt: String\r\n decimal_lte: String\r\n decimal_gt: String\r\n decimal_gte: String\r\n decimal_contains: String\r\n decimal_not_contains: String\r\n decimal_starts_with: String\r\n decimal_not_starts_with: String\r\n decimal_ends_with: String\r\n decimal_not_ends_with: String\r\n decimal_empty: Boolean\r\n length: String\r\n length_not: String\r\n length_in: [String!]\r\n length_not_in: [String!]\r\n length_lt: String\r\n length_lte: String\r\n length_gt: String\r\n length_gte: String\r\n length_contains: String\r\n length_not_contains: String\r\n length_starts_with: String\r\n length_not_starts_with: String\r\n length_ends_with: String\r\n length_not_ends_with: String\r\n length_empty: Boolean\r\n invariant: String\r\n invariant_not: String\r\n invariant_in: [String!]\r\n invariant_not_in: [String!]\r\n invariant_lt: String\r\n invariant_lte: String\r\n invariant_gt: String\r\n invariant_gte: String\r\n invariant_contains: String\r\n invariant_not_contains: String\r\n invariant_starts_with: String\r\n invariant_not_starts_with: String\r\n invariant_ends_with: String\r\n invariant_not_ends_with: String\r\n invariant_empty: Boolean\r\n codeNamePrefix: String\r\n codeNamePrefix_not: String\r\n codeNamePrefix_in: [String!]\r\n codeNamePrefix_not_in: [String!]\r\n codeNamePrefix_lt: String\r\n codeNamePrefix_lte: String\r\n codeNamePrefix_gt: String\r\n codeNamePrefix_gte: String\r\n codeNamePrefix_contains: String\r\n codeNamePrefix_not_contains: String\r\n codeNamePrefix_starts_with: String\r\n codeNamePrefix_not_starts_with: String\r\n codeNamePrefix_ends_with: String\r\n codeNamePrefix_not_ends_with: String\r\n codeNamePrefix_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n class_VariantObject_some: [ClassFilter!]\r\n class_VariantObject_count: countFilter\r\n class_VariedObject_some: [ClassFilter!]\r\n class_VariedObject_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n}\r\n\r\nenum Relationship_Class_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy {\r\n link1DataCreation_ASC\r\n link1DataCreation_DESC\r\n link1DataRead_ASC\r\n link1DataRead_DESC\r\n link1DataUpdate_ASC\r\n link1DataUpdate_DESC\r\n link1DataDeletion_ASC\r\n link1DataDeletion_DESC\r\n link1StoreComponentCRUD_ASC\r\n link1StoreComponentCRUD_DESC\r\n name_ASC\r\n name_DESC\r\n classMetaClassIdAbs_ASC\r\n classMetaClassIdAbs_DESC\r\n abstract_ASC\r\n abstract_DESC\r\n isRoot_ASC\r\n isRoot_DESC\r\n isLeaf_ASC\r\n isLeaf_DESC\r\n persistence_ASC\r\n persistence_DESC\r\n isActive_ASC\r\n isActive_DESC\r\n templateParameters_ASC\r\n templateParameters_DESC\r\n expressionType_ASC\r\n expressionType_DESC\r\n classIdentification_ASC\r\n classIdentification_DESC\r\n decimal_ASC\r\n decimal_DESC\r\n length_ASC\r\n length_DESC\r\n invariant_ASC\r\n invariant_DESC\r\n codeNamePrefix_ASC\r\n codeNamePrefix_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Class_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Class implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n classMetaClassIdAbs: GraphQLObjectInterface\r\n abstract(format: EnumFormat): AbstractEnum\r\n isRoot(format: EnumFormat): IsRootEnum\r\n isLeaf(format: EnumFormat): IsLeafEnum\r\n persistence(format: EnumFormat): PersistenceEnum\r\n isActive(format: EnumFormat): IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification(format: EnumFormat): ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant(format: StringFormat): String\r\n codeNamePrefix: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n class_VariantObject(filter: Relationship_Class_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ClassFilter, orderBy: [Relationship_Class_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ClassOrderBy]): [Relationship_Class_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Class]\r\n class_VariantObjectAggregatedValues(filter: Relationship_Class_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ClassFilter, orderBy: [Relationship_Class_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ClassOrderBy]): [ClassAggregatedValues]\r\n class_VariedObject(filter: Relationship_Class_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ClassFilter, orderBy: [Relationship_Class_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ClassOrderBy]): [Relationship_Class_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Class]\r\n class_VariedObjectAggregatedValues(filter: Relationship_Class_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ClassFilter, orderBy: [Relationship_Class_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ClassOrderBy]): [ClassAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_ClassFilter, orderBy: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_ClassOrderBy]): [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_Class]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_ClassFilter, orderBy: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_ClassOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n link1VariationName(language: Languages): String\r\n}\r\n\r\ninput Relationship_Class_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ClassFilter {\r\n and: [Relationship_Class_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ClassFilter!]\r\n or: [Relationship_Class_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ClassFilter!]\r\n link1VariationName: String\r\n link1VariationName_not: String\r\n link1VariationName_in: [String!]\r\n link1VariationName_not_in: [String!]\r\n link1VariationName_lt: String\r\n link1VariationName_lte: String\r\n link1VariationName_gt: String\r\n link1VariationName_gte: String\r\n link1VariationName_contains: String\r\n link1VariationName_not_contains: String\r\n link1VariationName_starts_with: String\r\n link1VariationName_not_starts_with: String\r\n link1VariationName_ends_with: String\r\n link1VariationName_not_ends_with: String\r\n link1VariationName_empty: Boolean\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 name_empty: Boolean\r\n classMetaClassIdAbs: String\r\n classMetaClassIdAbs_not: String\r\n classMetaClassIdAbs_in: [String!]\r\n classMetaClassIdAbs_not_in: [String!]\r\n classMetaClassIdAbs_empty: Boolean\r\n abstract: AbstractEnum\r\n abstract_not: AbstractEnum\r\n abstract_in: [AbstractEnum!]\r\n abstract_not_in: [AbstractEnum!]\r\n abstract_empty: Boolean\r\n isRoot: IsRootEnum\r\n isRoot_not: IsRootEnum\r\n isRoot_in: [IsRootEnum!]\r\n isRoot_not_in: [IsRootEnum!]\r\n isRoot_empty: Boolean\r\n isLeaf: IsLeafEnum\r\n isLeaf_not: IsLeafEnum\r\n isLeaf_in: [IsLeafEnum!]\r\n isLeaf_not_in: [IsLeafEnum!]\r\n isLeaf_empty: Boolean\r\n persistence: PersistenceEnum\r\n persistence_not: PersistenceEnum\r\n persistence_in: [PersistenceEnum!]\r\n persistence_not_in: [PersistenceEnum!]\r\n persistence_empty: Boolean\r\n isActive: IsActiveEnum\r\n isActive_not: IsActiveEnum\r\n isActive_in: [IsActiveEnum!]\r\n isActive_not_in: [IsActiveEnum!]\r\n isActive_empty: Boolean\r\n templateParameters: String\r\n templateParameters_not: String\r\n templateParameters_in: [String!]\r\n templateParameters_not_in: [String!]\r\n templateParameters_lt: String\r\n templateParameters_lte: String\r\n templateParameters_gt: String\r\n templateParameters_gte: String\r\n templateParameters_contains: String\r\n templateParameters_not_contains: String\r\n templateParameters_starts_with: String\r\n templateParameters_not_starts_with: String\r\n templateParameters_ends_with: String\r\n templateParameters_not_ends_with: String\r\n templateParameters_empty: Boolean\r\n expressionType: String\r\n expressionType_not: String\r\n expressionType_in: [String!]\r\n expressionType_not_in: [String!]\r\n expressionType_lt: String\r\n expressionType_lte: String\r\n expressionType_gt: String\r\n expressionType_gte: String\r\n expressionType_contains: String\r\n expressionType_not_contains: String\r\n expressionType_starts_with: String\r\n expressionType_not_starts_with: String\r\n expressionType_ends_with: String\r\n expressionType_not_ends_with: String\r\n expressionType_empty: Boolean\r\n classIdentification: ClassIdentificationEnum\r\n classIdentification_not: ClassIdentificationEnum\r\n classIdentification_in: [ClassIdentificationEnum!]\r\n classIdentification_not_in: [ClassIdentificationEnum!]\r\n classIdentification_empty: Boolean\r\n decimal: String\r\n decimal_not: String\r\n decimal_in: [String!]\r\n decimal_not_in: [String!]\r\n decimal_lt: String\r\n decimal_lte: String\r\n decimal_gt: String\r\n decimal_gte: String\r\n decimal_contains: String\r\n decimal_not_contains: String\r\n decimal_starts_with: String\r\n decimal_not_starts_with: String\r\n decimal_ends_with: String\r\n decimal_not_ends_with: String\r\n decimal_empty: Boolean\r\n length: String\r\n length_not: String\r\n length_in: [String!]\r\n length_not_in: [String!]\r\n length_lt: String\r\n length_lte: String\r\n length_gt: String\r\n length_gte: String\r\n length_contains: String\r\n length_not_contains: String\r\n length_starts_with: String\r\n length_not_starts_with: String\r\n length_ends_with: String\r\n length_not_ends_with: String\r\n length_empty: Boolean\r\n invariant: String\r\n invariant_not: String\r\n invariant_in: [String!]\r\n invariant_not_in: [String!]\r\n invariant_lt: String\r\n invariant_lte: String\r\n invariant_gt: String\r\n invariant_gte: String\r\n invariant_contains: String\r\n invariant_not_contains: String\r\n invariant_starts_with: String\r\n invariant_not_starts_with: String\r\n invariant_ends_with: String\r\n invariant_not_ends_with: String\r\n invariant_empty: Boolean\r\n codeNamePrefix: String\r\n codeNamePrefix_not: String\r\n codeNamePrefix_in: [String!]\r\n codeNamePrefix_not_in: [String!]\r\n codeNamePrefix_lt: String\r\n codeNamePrefix_lte: String\r\n codeNamePrefix_gt: String\r\n codeNamePrefix_gte: String\r\n codeNamePrefix_contains: String\r\n codeNamePrefix_not_contains: String\r\n codeNamePrefix_starts_with: String\r\n codeNamePrefix_not_starts_with: String\r\n codeNamePrefix_ends_with: String\r\n codeNamePrefix_not_ends_with: String\r\n codeNamePrefix_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n class_VariantObject_some: [ClassFilter!]\r\n class_VariantObject_count: countFilter\r\n class_VariedObject_some: [ClassFilter!]\r\n class_VariedObject_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n}\r\n\r\nenum Relationship_Class_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ClassOrderBy {\r\n link1VariationName_ASC\r\n link1VariationName_DESC\r\n name_ASC\r\n name_DESC\r\n classMetaClassIdAbs_ASC\r\n classMetaClassIdAbs_DESC\r\n abstract_ASC\r\n abstract_DESC\r\n isRoot_ASC\r\n isRoot_DESC\r\n isLeaf_ASC\r\n isLeaf_DESC\r\n persistence_ASC\r\n persistence_DESC\r\n isActive_ASC\r\n isActive_DESC\r\n templateParameters_ASC\r\n templateParameters_DESC\r\n expressionType_ASC\r\n expressionType_DESC\r\n classIdentification_ASC\r\n classIdentification_DESC\r\n decimal_ASC\r\n decimal_DESC\r\n length_ASC\r\n length_DESC\r\n invariant_ASC\r\n invariant_DESC\r\n codeNamePrefix_ASC\r\n codeNamePrefix_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Class_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Class implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n classMetaClassIdAbs: GraphQLObjectInterface\r\n abstract(format: EnumFormat): AbstractEnum\r\n isRoot(format: EnumFormat): IsRootEnum\r\n isLeaf(format: EnumFormat): IsLeafEnum\r\n persistence(format: EnumFormat): PersistenceEnum\r\n isActive(format: EnumFormat): IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification(format: EnumFormat): ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant(format: StringFormat): String\r\n codeNamePrefix: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n class_VariantObject(filter: Relationship_Class_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ClassFilter, orderBy: [Relationship_Class_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ClassOrderBy]): [Relationship_Class_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Class]\r\n class_VariantObjectAggregatedValues(filter: Relationship_Class_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ClassFilter, orderBy: [Relationship_Class_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ClassOrderBy]): [ClassAggregatedValues]\r\n class_VariedObject(filter: Relationship_Class_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ClassFilter, orderBy: [Relationship_Class_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ClassOrderBy]): [Relationship_Class_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Class]\r\n class_VariedObjectAggregatedValues(filter: Relationship_Class_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ClassFilter, orderBy: [Relationship_Class_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ClassOrderBy]): [ClassAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_ClassFilter, orderBy: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_ClassOrderBy]): [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_Class]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_ClassFilter, orderBy: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_ClassOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n link1VariationName(language: Languages): String\r\n}\r\n\r\ninput Relationship_Class_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ClassFilter {\r\n and: [Relationship_Class_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ClassFilter!]\r\n or: [Relationship_Class_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ClassFilter!]\r\n link1VariationName: String\r\n link1VariationName_not: String\r\n link1VariationName_in: [String!]\r\n link1VariationName_not_in: [String!]\r\n link1VariationName_lt: String\r\n link1VariationName_lte: String\r\n link1VariationName_gt: String\r\n link1VariationName_gte: String\r\n link1VariationName_contains: String\r\n link1VariationName_not_contains: String\r\n link1VariationName_starts_with: String\r\n link1VariationName_not_starts_with: String\r\n link1VariationName_ends_with: String\r\n link1VariationName_not_ends_with: String\r\n link1VariationName_empty: Boolean\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 name_empty: Boolean\r\n classMetaClassIdAbs: String\r\n classMetaClassIdAbs_not: String\r\n classMetaClassIdAbs_in: [String!]\r\n classMetaClassIdAbs_not_in: [String!]\r\n classMetaClassIdAbs_empty: Boolean\r\n abstract: AbstractEnum\r\n abstract_not: AbstractEnum\r\n abstract_in: [AbstractEnum!]\r\n abstract_not_in: [AbstractEnum!]\r\n abstract_empty: Boolean\r\n isRoot: IsRootEnum\r\n isRoot_not: IsRootEnum\r\n isRoot_in: [IsRootEnum!]\r\n isRoot_not_in: [IsRootEnum!]\r\n isRoot_empty: Boolean\r\n isLeaf: IsLeafEnum\r\n isLeaf_not: IsLeafEnum\r\n isLeaf_in: [IsLeafEnum!]\r\n isLeaf_not_in: [IsLeafEnum!]\r\n isLeaf_empty: Boolean\r\n persistence: PersistenceEnum\r\n persistence_not: PersistenceEnum\r\n persistence_in: [PersistenceEnum!]\r\n persistence_not_in: [PersistenceEnum!]\r\n persistence_empty: Boolean\r\n isActive: IsActiveEnum\r\n isActive_not: IsActiveEnum\r\n isActive_in: [IsActiveEnum!]\r\n isActive_not_in: [IsActiveEnum!]\r\n isActive_empty: Boolean\r\n templateParameters: String\r\n templateParameters_not: String\r\n templateParameters_in: [String!]\r\n templateParameters_not_in: [String!]\r\n templateParameters_lt: String\r\n templateParameters_lte: String\r\n templateParameters_gt: String\r\n templateParameters_gte: String\r\n templateParameters_contains: String\r\n templateParameters_not_contains: String\r\n templateParameters_starts_with: String\r\n templateParameters_not_starts_with: String\r\n templateParameters_ends_with: String\r\n templateParameters_not_ends_with: String\r\n templateParameters_empty: Boolean\r\n expressionType: String\r\n expressionType_not: String\r\n expressionType_in: [String!]\r\n expressionType_not_in: [String!]\r\n expressionType_lt: String\r\n expressionType_lte: String\r\n expressionType_gt: String\r\n expressionType_gte: String\r\n expressionType_contains: String\r\n expressionType_not_contains: String\r\n expressionType_starts_with: String\r\n expressionType_not_starts_with: String\r\n expressionType_ends_with: String\r\n expressionType_not_ends_with: String\r\n expressionType_empty: Boolean\r\n classIdentification: ClassIdentificationEnum\r\n classIdentification_not: ClassIdentificationEnum\r\n classIdentification_in: [ClassIdentificationEnum!]\r\n classIdentification_not_in: [ClassIdentificationEnum!]\r\n classIdentification_empty: Boolean\r\n decimal: String\r\n decimal_not: String\r\n decimal_in: [String!]\r\n decimal_not_in: [String!]\r\n decimal_lt: String\r\n decimal_lte: String\r\n decimal_gt: String\r\n decimal_gte: String\r\n decimal_contains: String\r\n decimal_not_contains: String\r\n decimal_starts_with: String\r\n decimal_not_starts_with: String\r\n decimal_ends_with: String\r\n decimal_not_ends_with: String\r\n decimal_empty: Boolean\r\n length: String\r\n length_not: String\r\n length_in: [String!]\r\n length_not_in: [String!]\r\n length_lt: String\r\n length_lte: String\r\n length_gt: String\r\n length_gte: String\r\n length_contains: String\r\n length_not_contains: String\r\n length_starts_with: String\r\n length_not_starts_with: String\r\n length_ends_with: String\r\n length_not_ends_with: String\r\n length_empty: Boolean\r\n invariant: String\r\n invariant_not: String\r\n invariant_in: [String!]\r\n invariant_not_in: [String!]\r\n invariant_lt: String\r\n invariant_lte: String\r\n invariant_gt: String\r\n invariant_gte: String\r\n invariant_contains: String\r\n invariant_not_contains: String\r\n invariant_starts_with: String\r\n invariant_not_starts_with: String\r\n invariant_ends_with: String\r\n invariant_not_ends_with: String\r\n invariant_empty: Boolean\r\n codeNamePrefix: String\r\n codeNamePrefix_not: String\r\n codeNamePrefix_in: [String!]\r\n codeNamePrefix_not_in: [String!]\r\n codeNamePrefix_lt: String\r\n codeNamePrefix_lte: String\r\n codeNamePrefix_gt: String\r\n codeNamePrefix_gte: String\r\n codeNamePrefix_contains: String\r\n codeNamePrefix_not_contains: String\r\n codeNamePrefix_starts_with: String\r\n codeNamePrefix_not_starts_with: String\r\n codeNamePrefix_ends_with: String\r\n codeNamePrefix_not_ends_with: String\r\n codeNamePrefix_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n class_VariantObject_some: [ClassFilter!]\r\n class_VariantObject_count: countFilter\r\n class_VariedObject_some: [ClassFilter!]\r\n class_VariedObject_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n}\r\n\r\nenum Relationship_Class_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ClassOrderBy {\r\n link1VariationName_ASC\r\n link1VariationName_DESC\r\n name_ASC\r\n name_DESC\r\n classMetaClassIdAbs_ASC\r\n classMetaClassIdAbs_DESC\r\n abstract_ASC\r\n abstract_DESC\r\n isRoot_ASC\r\n isRoot_DESC\r\n isLeaf_ASC\r\n isLeaf_DESC\r\n persistence_ASC\r\n persistence_DESC\r\n isActive_ASC\r\n isActive_DESC\r\n templateParameters_ASC\r\n templateParameters_DESC\r\n expressionType_ASC\r\n expressionType_DESC\r\n classIdentification_ASC\r\n classIdentification_DESC\r\n decimal_ASC\r\n decimal_DESC\r\n length_ASC\r\n length_DESC\r\n invariant_ASC\r\n invariant_DESC\r\n codeNamePrefix_ASC\r\n codeNamePrefix_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Content_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n contentType(format: EnumFormat): ContentTypeEnum\r\n contentName(language: Languages): String\r\n flowType(format: EnumFormat): FlowTypeEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n applicationFlow(filter: ApplicationFlowFilter, orderBy: [ApplicationFlowOrderBy]): [ApplicationFlow]\r\n applicationFlowAggregatedValues(filter: ApplicationFlowFilter, orderBy: [ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n content_VariantObject(filter: Relationship_Content_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ContentFilter, orderBy: [Relationship_Content_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ContentOrderBy]): [Relationship_Content_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Content]\r\n content_VariantObjectAggregatedValues(filter: Relationship_Content_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ContentFilter, orderBy: [Relationship_Content_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ContentOrderBy]): [ContentAggregatedValues]\r\n content_VariedObject(filter: Relationship_Content_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ContentFilter, orderBy: [Relationship_Content_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ContentOrderBy]): [Relationship_Content_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Content]\r\n content_VariedObjectAggregatedValues(filter: Relationship_Content_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ContentFilter, orderBy: [Relationship_Content_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ContentOrderBy]): [ContentAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_Content_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n and: [Relationship_Content_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n or: [Relationship_Content_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\r\n contentType: ContentTypeEnum\r\n contentType_not: ContentTypeEnum\r\n contentType_in: [ContentTypeEnum!]\r\n contentType_not_in: [ContentTypeEnum!]\r\n contentType_empty: Boolean\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 contentName_empty: Boolean\r\n flowType: FlowTypeEnum\r\n flowType_not: FlowTypeEnum\r\n flowType_in: [FlowTypeEnum!]\r\n flowType_not_in: [FlowTypeEnum!]\r\n flowType_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n content_VariantObject_some: [ContentFilter!]\r\n content_VariantObject_count: countFilter\r\n content_VariedObject_some: [ContentFilter!]\r\n content_VariedObject_count: countFilter\r\n applicationFlow_some: [ApplicationFlowFilter!]\r\n applicationFlow_count: countFilter\r\n}\r\n\r\nenum Relationship_Content_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Content_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Content implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n contentType(format: EnumFormat): ContentTypeEnum\r\n contentName(language: Languages): String\r\n flowType(format: EnumFormat): FlowTypeEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n applicationFlow(filter: ApplicationFlowFilter, orderBy: [ApplicationFlowOrderBy]): [ApplicationFlow]\r\n applicationFlowAggregatedValues(filter: ApplicationFlowFilter, orderBy: [ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n content_VariantObject(filter: Relationship_Content_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ContentFilter, orderBy: [Relationship_Content_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ContentOrderBy]): [Relationship_Content_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Content]\r\n content_VariantObjectAggregatedValues(filter: Relationship_Content_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ContentFilter, orderBy: [Relationship_Content_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ContentOrderBy]): [ContentAggregatedValues]\r\n content_VariedObject(filter: Relationship_Content_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ContentFilter, orderBy: [Relationship_Content_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ContentOrderBy]): [Relationship_Content_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Content]\r\n content_VariedObjectAggregatedValues(filter: Relationship_Content_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ContentFilter, orderBy: [Relationship_Content_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ContentOrderBy]): [ContentAggregatedValues]\r\n link1VariationName(language: Languages): String\r\n}\r\n\r\ninput Relationship_Content_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ContentFilter {\r\n and: [Relationship_Content_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ContentFilter!]\r\n or: [Relationship_Content_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ContentFilter!]\r\n link1VariationName: String\r\n link1VariationName_not: String\r\n link1VariationName_in: [String!]\r\n link1VariationName_not_in: [String!]\r\n link1VariationName_lt: String\r\n link1VariationName_lte: String\r\n link1VariationName_gt: String\r\n link1VariationName_gte: String\r\n link1VariationName_contains: String\r\n link1VariationName_not_contains: String\r\n link1VariationName_starts_with: String\r\n link1VariationName_not_starts_with: String\r\n link1VariationName_ends_with: String\r\n link1VariationName_not_ends_with: String\r\n link1VariationName_empty: Boolean\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 name_empty: Boolean\r\n contentType: ContentTypeEnum\r\n contentType_not: ContentTypeEnum\r\n contentType_in: [ContentTypeEnum!]\r\n contentType_not_in: [ContentTypeEnum!]\r\n contentType_empty: Boolean\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 contentName_empty: Boolean\r\n flowType: FlowTypeEnum\r\n flowType_not: FlowTypeEnum\r\n flowType_in: [FlowTypeEnum!]\r\n flowType_not_in: [FlowTypeEnum!]\r\n flowType_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n content_VariantObject_some: [ContentFilter!]\r\n content_VariantObject_count: countFilter\r\n content_VariedObject_some: [ContentFilter!]\r\n content_VariedObject_count: countFilter\r\n applicationFlow_some: [ApplicationFlowFilter!]\r\n applicationFlow_count: countFilter\r\n}\r\n\r\nenum Relationship_Content_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ContentOrderBy {\r\n link1VariationName_ASC\r\n link1VariationName_DESC\r\n name_ASC\r\n name_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Content_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Content implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n contentType(format: EnumFormat): ContentTypeEnum\r\n contentName(language: Languages): String\r\n flowType(format: EnumFormat): FlowTypeEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n applicationFlow(filter: ApplicationFlowFilter, orderBy: [ApplicationFlowOrderBy]): [ApplicationFlow]\r\n applicationFlowAggregatedValues(filter: ApplicationFlowFilter, orderBy: [ApplicationFlowOrderBy]): [ApplicationFlowAggregatedValues]\r\n content_VariantObject(filter: Relationship_Content_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ContentFilter, orderBy: [Relationship_Content_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ContentOrderBy]): [Relationship_Content_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Content]\r\n content_VariantObjectAggregatedValues(filter: Relationship_Content_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ContentFilter, orderBy: [Relationship_Content_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_ContentOrderBy]): [ContentAggregatedValues]\r\n content_VariedObject(filter: Relationship_Content_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ContentFilter, orderBy: [Relationship_Content_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ContentOrderBy]): [Relationship_Content_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Content]\r\n content_VariedObjectAggregatedValues(filter: Relationship_Content_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ContentFilter, orderBy: [Relationship_Content_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ContentOrderBy]): [ContentAggregatedValues]\r\n link1VariationName(language: Languages): String\r\n}\r\n\r\ninput Relationship_Content_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ContentFilter {\r\n and: [Relationship_Content_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ContentFilter!]\r\n or: [Relationship_Content_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ContentFilter!]\r\n link1VariationName: String\r\n link1VariationName_not: String\r\n link1VariationName_in: [String!]\r\n link1VariationName_not_in: [String!]\r\n link1VariationName_lt: String\r\n link1VariationName_lte: String\r\n link1VariationName_gt: String\r\n link1VariationName_gte: String\r\n link1VariationName_contains: String\r\n link1VariationName_not_contains: String\r\n link1VariationName_starts_with: String\r\n link1VariationName_not_starts_with: String\r\n link1VariationName_ends_with: String\r\n link1VariationName_not_ends_with: String\r\n link1VariationName_empty: Boolean\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 name_empty: Boolean\r\n contentType: ContentTypeEnum\r\n contentType_not: ContentTypeEnum\r\n contentType_in: [ContentTypeEnum!]\r\n contentType_not_in: [ContentTypeEnum!]\r\n contentType_empty: Boolean\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 contentName_empty: Boolean\r\n flowType: FlowTypeEnum\r\n flowType_not: FlowTypeEnum\r\n flowType_in: [FlowTypeEnum!]\r\n flowType_not_in: [FlowTypeEnum!]\r\n flowType_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n content_VariantObject_some: [ContentFilter!]\r\n content_VariantObject_count: countFilter\r\n content_VariedObject_some: [ContentFilter!]\r\n content_VariedObject_count: countFilter\r\n applicationFlow_some: [ApplicationFlowFilter!]\r\n applicationFlow_count: countFilter\r\n}\r\n\r\nenum Relationship_Content_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_ContentOrderBy {\r\n link1VariationName_ASC\r\n link1VariationName_DESC\r\n name_ASC\r\n name_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_DataView_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n dataView_VariantObject(filter: Relationship_DataView_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_DataViewFilter, orderBy: [Relationship_DataView_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_DataViewOrderBy]): [Relationship_DataView_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_DataView]\r\n dataView_VariantObjectAggregatedValues(filter: Relationship_DataView_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_DataViewFilter, orderBy: [Relationship_DataView_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_DataViewOrderBy]): [DataViewAggregatedValues]\r\n dataView_VariedObject(filter: Relationship_DataView_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_DataViewFilter, orderBy: [Relationship_DataView_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_DataViewOrderBy]): [Relationship_DataView_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_DataView]\r\n dataView_VariedObjectAggregatedValues(filter: Relationship_DataView_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_DataViewFilter, orderBy: [Relationship_DataView_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_DataViewOrderBy]): [DataViewAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_DataViewFilter, orderBy: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_DataViewOrderBy]): [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_DataView]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_DataViewFilter, orderBy: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_DataViewOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_DataView_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n and: [Relationship_DataView_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n or: [Relationship_DataView_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n dataView_VariantObject_some: [DataViewFilter!]\r\n dataView_VariantObject_count: countFilter\r\n dataView_VariedObject_some: [DataViewFilter!]\r\n dataView_VariedObject_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n}\r\n\r\nenum Relationship_DataView_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataArea implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n dataView_VariantObject(filter: Relationship_DataView_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_DataViewFilter, orderBy: [Relationship_DataView_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_DataViewOrderBy]): [Relationship_DataView_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_DataView]\r\n dataView_VariantObjectAggregatedValues(filter: Relationship_DataView_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_DataViewFilter, orderBy: [Relationship_DataView_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_DataViewOrderBy]): [DataViewAggregatedValues]\r\n dataView_VariedObject(filter: Relationship_DataView_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_DataViewFilter, orderBy: [Relationship_DataView_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_DataViewOrderBy]): [Relationship_DataView_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_DataView]\r\n dataView_VariedObjectAggregatedValues(filter: Relationship_DataView_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_DataViewFilter, orderBy: [Relationship_DataView_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_DataViewOrderBy]): [DataViewAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_DataViewFilter, orderBy: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_DataViewOrderBy]): [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_DataView]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_DataViewFilter, orderBy: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_DataViewOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n link1DataCreation: Boolean\r\n link1DataRead: Boolean\r\n link1DataUpdate: Boolean\r\n link1DataDeletion: Boolean\r\n link1StoreComponentCRUD: String\r\n}\r\n\r\ninput Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter {\r\n and: [Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter!]\r\n or: [Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter!]\r\n link1DataCreation: Boolean\r\n link1DataCreation_not: Boolean\r\n link1DataCreation_empty: Boolean\r\n link1DataRead: Boolean\r\n link1DataRead_not: Boolean\r\n link1DataRead_empty: Boolean\r\n link1DataUpdate: Boolean\r\n link1DataUpdate_not: Boolean\r\n link1DataUpdate_empty: Boolean\r\n link1DataDeletion: Boolean\r\n link1DataDeletion_not: Boolean\r\n link1DataDeletion_empty: Boolean\r\n link1StoreComponentCRUD: String\r\n link1StoreComponentCRUD_not: String\r\n link1StoreComponentCRUD_in: [String!]\r\n link1StoreComponentCRUD_not_in: [String!]\r\n link1StoreComponentCRUD_lt: String\r\n link1StoreComponentCRUD_lte: String\r\n link1StoreComponentCRUD_gt: String\r\n link1StoreComponentCRUD_gte: String\r\n link1StoreComponentCRUD_contains: String\r\n link1StoreComponentCRUD_not_contains: String\r\n link1StoreComponentCRUD_starts_with: String\r\n link1StoreComponentCRUD_not_starts_with: String\r\n link1StoreComponentCRUD_ends_with: String\r\n link1StoreComponentCRUD_not_ends_with: String\r\n link1StoreComponentCRUD_empty: Boolean\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 name_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n dataView_VariantObject_some: [DataViewFilter!]\r\n dataView_VariantObject_count: countFilter\r\n dataView_VariedObject_some: [DataViewFilter!]\r\n dataView_VariedObject_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n}\r\n\r\nenum Relationship_DataView_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy {\r\n link1DataCreation_ASC\r\n link1DataCreation_DESC\r\n link1DataRead_ASC\r\n link1DataRead_DESC\r\n link1DataUpdate_ASC\r\n link1DataUpdate_DESC\r\n link1DataDeletion_ASC\r\n link1DataDeletion_DESC\r\n link1StoreComponentCRUD_ASC\r\n link1StoreComponentCRUD_DESC\r\n name_ASC\r\n name_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_DataView_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_DataView implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n dataView_VariantObject(filter: Relationship_DataView_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_DataViewFilter, orderBy: [Relationship_DataView_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_DataViewOrderBy]): [Relationship_DataView_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_DataView]\r\n dataView_VariantObjectAggregatedValues(filter: Relationship_DataView_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_DataViewFilter, orderBy: [Relationship_DataView_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_DataViewOrderBy]): [DataViewAggregatedValues]\r\n dataView_VariedObject(filter: Relationship_DataView_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_DataViewFilter, orderBy: [Relationship_DataView_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_DataViewOrderBy]): [Relationship_DataView_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_DataView]\r\n dataView_VariedObjectAggregatedValues(filter: Relationship_DataView_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_DataViewFilter, orderBy: [Relationship_DataView_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_DataViewOrderBy]): [DataViewAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_DataViewFilter, orderBy: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_DataViewOrderBy]): [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_DataView]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_DataViewFilter, orderBy: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_DataViewOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n link1VariationName(language: Languages): String\r\n}\r\n\r\ninput Relationship_DataView_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_DataViewFilter {\r\n and: [Relationship_DataView_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_DataViewFilter!]\r\n or: [Relationship_DataView_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_DataViewFilter!]\r\n link1VariationName: String\r\n link1VariationName_not: String\r\n link1VariationName_in: [String!]\r\n link1VariationName_not_in: [String!]\r\n link1VariationName_lt: String\r\n link1VariationName_lte: String\r\n link1VariationName_gt: String\r\n link1VariationName_gte: String\r\n link1VariationName_contains: String\r\n link1VariationName_not_contains: String\r\n link1VariationName_starts_with: String\r\n link1VariationName_not_starts_with: String\r\n link1VariationName_ends_with: String\r\n link1VariationName_not_ends_with: String\r\n link1VariationName_empty: Boolean\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 name_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n dataView_VariantObject_some: [DataViewFilter!]\r\n dataView_VariantObject_count: countFilter\r\n dataView_VariedObject_some: [DataViewFilter!]\r\n dataView_VariedObject_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n}\r\n\r\nenum Relationship_DataView_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_DataViewOrderBy {\r\n link1VariationName_ASC\r\n link1VariationName_DESC\r\n name_ASC\r\n name_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_DataView_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_DataView implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n dataView_VariantObject(filter: Relationship_DataView_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_DataViewFilter, orderBy: [Relationship_DataView_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_DataViewOrderBy]): [Relationship_DataView_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_DataView]\r\n dataView_VariantObjectAggregatedValues(filter: Relationship_DataView_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_DataViewFilter, orderBy: [Relationship_DataView_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_DataViewOrderBy]): [DataViewAggregatedValues]\r\n dataView_VariedObject(filter: Relationship_DataView_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_DataViewFilter, orderBy: [Relationship_DataView_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_DataViewOrderBy]): [Relationship_DataView_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_DataView]\r\n dataView_VariedObjectAggregatedValues(filter: Relationship_DataView_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_DataViewFilter, orderBy: [Relationship_DataView_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_DataViewOrderBy]): [DataViewAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_DataViewFilter, orderBy: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_DataViewOrderBy]): [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_DataView]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_DataViewFilter, orderBy: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_DataViewOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n link1VariationName(language: Languages): String\r\n}\r\n\r\ninput Relationship_DataView_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_DataViewFilter {\r\n and: [Relationship_DataView_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_DataViewFilter!]\r\n or: [Relationship_DataView_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_DataViewFilter!]\r\n link1VariationName: String\r\n link1VariationName_not: String\r\n link1VariationName_in: [String!]\r\n link1VariationName_not_in: [String!]\r\n link1VariationName_lt: String\r\n link1VariationName_lte: String\r\n link1VariationName_gt: String\r\n link1VariationName_gte: String\r\n link1VariationName_contains: String\r\n link1VariationName_not_contains: String\r\n link1VariationName_starts_with: String\r\n link1VariationName_not_starts_with: String\r\n link1VariationName_ends_with: String\r\n link1VariationName_not_ends_with: String\r\n link1VariationName_empty: Boolean\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 name_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n dataView_VariantObject_some: [DataViewFilter!]\r\n dataView_VariantObject_count: countFilter\r\n dataView_VariedObject_some: [DataViewFilter!]\r\n dataView_VariedObject_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n}\r\n\r\nenum Relationship_DataView_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_DataViewOrderBy {\r\n link1VariationName_ASC\r\n link1VariationName_DESC\r\n name_ASC\r\n name_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_EntityDM_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n abstract(format: EnumFormat): AbstractEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n entityDM_VariantObject(filter: Relationship_EntityDM_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_EntityDMFilter, orderBy: [Relationship_EntityDM_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_EntityDMOrderBy]): [Relationship_EntityDM_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_EntityDM]\r\n entityDM_VariantObjectAggregatedValues(filter: Relationship_EntityDM_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_EntityDMFilter, orderBy: [Relationship_EntityDM_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_EntityDMOrderBy]): [EntityDMAggregatedValues]\r\n entityDM_VariedObject(filter: Relationship_EntityDM_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_EntityDMFilter, orderBy: [Relationship_EntityDM_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_EntityDMOrderBy]): [Relationship_EntityDM_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_EntityDM]\r\n entityDM_VariedObjectAggregatedValues(filter: Relationship_EntityDM_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_EntityDMFilter, orderBy: [Relationship_EntityDM_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_EntityDMOrderBy]): [EntityDMAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_EntityDMFilter, orderBy: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_EntityDMOrderBy]): [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_EntityDM]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_EntityDMFilter, orderBy: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_EntityDMOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_EntityDM_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n and: [Relationship_EntityDM_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n or: [Relationship_EntityDM_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\r\n abstract: AbstractEnum\r\n abstract_not: AbstractEnum\r\n abstract_in: [AbstractEnum!]\r\n abstract_not_in: [AbstractEnum!]\r\n abstract_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n entityDM_VariantObject_some: [EntityDMFilter!]\r\n entityDM_VariantObject_count: countFilter\r\n entityDM_VariedObject_some: [EntityDMFilter!]\r\n entityDM_VariedObject_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n}\r\n\r\nenum Relationship_EntityDM_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n abstract_ASC\r\n abstract_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataArea implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n abstract(format: EnumFormat): AbstractEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n entityDM_VariantObject(filter: Relationship_EntityDM_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_EntityDMFilter, orderBy: [Relationship_EntityDM_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_EntityDMOrderBy]): [Relationship_EntityDM_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_EntityDM]\r\n entityDM_VariantObjectAggregatedValues(filter: Relationship_EntityDM_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_EntityDMFilter, orderBy: [Relationship_EntityDM_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_EntityDMOrderBy]): [EntityDMAggregatedValues]\r\n entityDM_VariedObject(filter: Relationship_EntityDM_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_EntityDMFilter, orderBy: [Relationship_EntityDM_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_EntityDMOrderBy]): [Relationship_EntityDM_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_EntityDM]\r\n entityDM_VariedObjectAggregatedValues(filter: Relationship_EntityDM_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_EntityDMFilter, orderBy: [Relationship_EntityDM_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_EntityDMOrderBy]): [EntityDMAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_EntityDMFilter, orderBy: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_EntityDMOrderBy]): [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_EntityDM]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_EntityDMFilter, orderBy: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_EntityDMOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n link1DataCreation: Boolean\r\n link1DataRead: Boolean\r\n link1DataUpdate: Boolean\r\n link1DataDeletion: Boolean\r\n link1StoreComponentCRUD: String\r\n}\r\n\r\ninput Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter {\r\n and: [Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter!]\r\n or: [Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaFilter!]\r\n link1DataCreation: Boolean\r\n link1DataCreation_not: Boolean\r\n link1DataCreation_empty: Boolean\r\n link1DataRead: Boolean\r\n link1DataRead_not: Boolean\r\n link1DataRead_empty: Boolean\r\n link1DataUpdate: Boolean\r\n link1DataUpdate_not: Boolean\r\n link1DataUpdate_empty: Boolean\r\n link1DataDeletion: Boolean\r\n link1DataDeletion_not: Boolean\r\n link1DataDeletion_empty: Boolean\r\n link1StoreComponentCRUD: String\r\n link1StoreComponentCRUD_not: String\r\n link1StoreComponentCRUD_in: [String!]\r\n link1StoreComponentCRUD_not_in: [String!]\r\n link1StoreComponentCRUD_lt: String\r\n link1StoreComponentCRUD_lte: String\r\n link1StoreComponentCRUD_gt: String\r\n link1StoreComponentCRUD_gte: String\r\n link1StoreComponentCRUD_contains: String\r\n link1StoreComponentCRUD_not_contains: String\r\n link1StoreComponentCRUD_starts_with: String\r\n link1StoreComponentCRUD_not_starts_with: String\r\n link1StoreComponentCRUD_ends_with: String\r\n link1StoreComponentCRUD_not_ends_with: String\r\n link1StoreComponentCRUD_empty: Boolean\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 name_empty: Boolean\r\n abstract: AbstractEnum\r\n abstract_not: AbstractEnum\r\n abstract_in: [AbstractEnum!]\r\n abstract_not_in: [AbstractEnum!]\r\n abstract_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n entityDM_VariantObject_some: [EntityDMFilter!]\r\n entityDM_VariantObject_count: countFilter\r\n entityDM_VariedObject_some: [EntityDMFilter!]\r\n entityDM_VariedObject_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n}\r\n\r\nenum Relationship_EntityDM_ReferencedDataCompositeType_LogicalSchemaDataCompositeType_LogicalDataAreaComponent_LogicalDataAreaComponents_LogicalDataEntityOwnership_ApplicationDataAreaOrderBy {\r\n link1DataCreation_ASC\r\n link1DataCreation_DESC\r\n link1DataRead_ASC\r\n link1DataRead_DESC\r\n link1DataUpdate_ASC\r\n link1DataUpdate_DESC\r\n link1DataDeletion_ASC\r\n link1DataDeletion_DESC\r\n link1StoreComponentCRUD_ASC\r\n link1StoreComponentCRUD_DESC\r\n name_ASC\r\n name_DESC\r\n abstract_ASC\r\n abstract_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_EntityDM_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_EntityDM implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n abstract(format: EnumFormat): AbstractEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n entityDM_VariantObject(filter: Relationship_EntityDM_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_EntityDMFilter, orderBy: [Relationship_EntityDM_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_EntityDMOrderBy]): [Relationship_EntityDM_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_EntityDM]\r\n entityDM_VariantObjectAggregatedValues(filter: Relationship_EntityDM_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_EntityDMFilter, orderBy: [Relationship_EntityDM_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_EntityDMOrderBy]): [EntityDMAggregatedValues]\r\n entityDM_VariedObject(filter: Relationship_EntityDM_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_EntityDMFilter, orderBy: [Relationship_EntityDM_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_EntityDMOrderBy]): [Relationship_EntityDM_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_EntityDM]\r\n entityDM_VariedObjectAggregatedValues(filter: Relationship_EntityDM_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_EntityDMFilter, orderBy: [Relationship_EntityDM_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_EntityDMOrderBy]): [EntityDMAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_EntityDMFilter, orderBy: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_EntityDMOrderBy]): [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_EntityDM]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_EntityDMFilter, orderBy: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_EntityDMOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n link1VariationName(language: Languages): String\r\n}\r\n\r\ninput Relationship_EntityDM_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_EntityDMFilter {\r\n and: [Relationship_EntityDM_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_EntityDMFilter!]\r\n or: [Relationship_EntityDM_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_EntityDMFilter!]\r\n link1VariationName: String\r\n link1VariationName_not: String\r\n link1VariationName_in: [String!]\r\n link1VariationName_not_in: [String!]\r\n link1VariationName_lt: String\r\n link1VariationName_lte: String\r\n link1VariationName_gt: String\r\n link1VariationName_gte: String\r\n link1VariationName_contains: String\r\n link1VariationName_not_contains: String\r\n link1VariationName_starts_with: String\r\n link1VariationName_not_starts_with: String\r\n link1VariationName_ends_with: String\r\n link1VariationName_not_ends_with: String\r\n link1VariationName_empty: Boolean\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 name_empty: Boolean\r\n abstract: AbstractEnum\r\n abstract_not: AbstractEnum\r\n abstract_in: [AbstractEnum!]\r\n abstract_not_in: [AbstractEnum!]\r\n abstract_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n entityDM_VariantObject_some: [EntityDMFilter!]\r\n entityDM_VariantObject_count: countFilter\r\n entityDM_VariedObject_some: [EntityDMFilter!]\r\n entityDM_VariedObject_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n}\r\n\r\nenum Relationship_EntityDM_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_EntityDMOrderBy {\r\n link1VariationName_ASC\r\n link1VariationName_DESC\r\n name_ASC\r\n name_DESC\r\n abstract_ASC\r\n abstract_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_EntityDM_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_EntityDM implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n abstract(format: EnumFormat): AbstractEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n entityDM_VariantObject(filter: Relationship_EntityDM_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_EntityDMFilter, orderBy: [Relationship_EntityDM_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_EntityDMOrderBy]): [Relationship_EntityDM_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_EntityDM]\r\n entityDM_VariantObjectAggregatedValues(filter: Relationship_EntityDM_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_EntityDMFilter, orderBy: [Relationship_EntityDM_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_EntityDMOrderBy]): [EntityDMAggregatedValues]\r\n entityDM_VariedObject(filter: Relationship_EntityDM_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_EntityDMFilter, orderBy: [Relationship_EntityDM_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_EntityDMOrderBy]): [Relationship_EntityDM_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_EntityDM]\r\n entityDM_VariedObjectAggregatedValues(filter: Relationship_EntityDM_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_EntityDMFilter, orderBy: [Relationship_EntityDM_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_EntityDMOrderBy]): [EntityDMAggregatedValues]\r\n applicationDataArea(filter: Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_EntityDMFilter, orderBy: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_EntityDMOrderBy]): [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_EntityDM]\r\n applicationDataAreaAggregatedValues(filter: Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_EntityDMFilter, orderBy: [Relationship_ApplicationDataArea_LogicalDataStoreStructure_LogicalDataEntityOwnership_LogicalDataAreaComponent_LogicalDataStoreComponent_LogicalSchemaDataCompositeType_EntityDMOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n link1VariationName(language: Languages): String\r\n}\r\n\r\ninput Relationship_EntityDM_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_EntityDMFilter {\r\n and: [Relationship_EntityDM_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_EntityDMFilter!]\r\n or: [Relationship_EntityDM_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_EntityDMFilter!]\r\n link1VariationName: String\r\n link1VariationName_not: String\r\n link1VariationName_in: [String!]\r\n link1VariationName_not_in: [String!]\r\n link1VariationName_lt: String\r\n link1VariationName_lte: String\r\n link1VariationName_gt: String\r\n link1VariationName_gte: String\r\n link1VariationName_contains: String\r\n link1VariationName_not_contains: String\r\n link1VariationName_starts_with: String\r\n link1VariationName_not_starts_with: String\r\n link1VariationName_ends_with: String\r\n link1VariationName_not_ends_with: String\r\n link1VariationName_empty: Boolean\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 name_empty: Boolean\r\n abstract: AbstractEnum\r\n abstract_not: AbstractEnum\r\n abstract_in: [AbstractEnum!]\r\n abstract_not_in: [AbstractEnum!]\r\n abstract_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n entityDM_VariantObject_some: [EntityDMFilter!]\r\n entityDM_VariantObject_count: countFilter\r\n entityDM_VariedObject_some: [EntityDMFilter!]\r\n entityDM_VariedObject_count: countFilter\r\n applicationDataArea_some: [ApplicationDataAreaFilter!]\r\n applicationDataArea_count: countFilter\r\n}\r\n\r\nenum Relationship_EntityDM_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_EntityDMOrderBy {\r\n link1VariationName_ASC\r\n link1VariationName_DESC\r\n name_ASC\r\n name_DESC\r\n abstract_ASC\r\n abstract_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Functionality_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n capabilityEffectiveness(format: EnumFormat): CapabilityEffectivenessEnum\r\n functionalityType(format: EnumFormat): FunctionalityTypeEnum\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n financialImpact(format: EnumFormat): FinancialImpactEnum\r\n capabilityEfficiency(format: EnumFormat): CapabilityEfficiencyEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n usagecontext(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContext]\r\n usagecontextAggregatedValues(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContextAggregatedValues]\r\n functionality_VariantObject(filter: Relationship_Functionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_FunctionalityFilter, orderBy: [Relationship_Functionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_FunctionalityOrderBy]): [Relationship_Functionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Functionality]\r\n functionality_VariantObjectAggregatedValues(filter: Relationship_Functionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_FunctionalityFilter, orderBy: [Relationship_Functionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_FunctionalityOrderBy]): [FunctionalityAggregatedValues]\r\n functionality_VariedObject(filter: Relationship_Functionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_FunctionalityFilter, orderBy: [Relationship_Functionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_FunctionalityOrderBy]): [Relationship_Functionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Functionality]\r\n functionality_VariedObjectAggregatedValues(filter: Relationship_Functionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_FunctionalityFilter, orderBy: [Relationship_Functionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_FunctionalityOrderBy]): [FunctionalityAggregatedValues]\r\n application(filter: Relationship_Application_FulfillingEnterpriseArtifact_HumanUsedArtifactFunctionalityFulfillmentOwnership_FunctionalityFulfillment_FunctionalityComponentFulfillement_FunctionalityFulfillmentReference_FunctionalityFilter, orderBy: [Relationship_Application_FulfillingEnterpriseArtifact_HumanUsedArtifactFunctionalityFulfillmentOwnership_FunctionalityFulfillment_FunctionalityComponentFulfillement_FunctionalityFulfillmentReference_FunctionalityOrderBy]): [Relationship_Application_FulfillingEnterpriseArtifact_HumanUsedArtifactFunctionalityFulfillmentOwnership_FunctionalityFulfillment_FunctionalityComponentFulfillement_FunctionalityFulfillmentReference_Functionality]\r\n applicationAggregatedValues(filter: Relationship_Application_FulfillingEnterpriseArtifact_HumanUsedArtifactFunctionalityFulfillmentOwnership_FunctionalityFulfillment_FunctionalityComponentFulfillement_FunctionalityFulfillmentReference_FunctionalityFilter, orderBy: [Relationship_Application_FulfillingEnterpriseArtifact_HumanUsedArtifactFunctionalityFulfillmentOwnership_FunctionalityFulfillment_FunctionalityComponentFulfillement_FunctionalityFulfillmentReference_FunctionalityOrderBy]): [ApplicationAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_Functionality_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n and: [Relationship_Functionality_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n or: [Relationship_Functionality_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_not: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_not_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_empty: Boolean\r\n functionalityType: FunctionalityTypeEnum\r\n functionalityType_not: FunctionalityTypeEnum\r\n functionalityType_in: [FunctionalityTypeEnum!]\r\n functionalityType_not_in: [FunctionalityTypeEnum!]\r\n functionalityType_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n financialImpact: FinancialImpactEnum\r\n financialImpact_not: FinancialImpactEnum\r\n financialImpact_in: [FinancialImpactEnum!]\r\n financialImpact_not_in: [FinancialImpactEnum!]\r\n financialImpact_empty: Boolean\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n capabilityEfficiency_not: CapabilityEfficiencyEnum\r\n capabilityEfficiency_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_not_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n functionality_VariantObject_some: [FunctionalityFilter!]\r\n functionality_VariantObject_count: countFilter\r\n functionality_VariedObject_some: [FunctionalityFilter!]\r\n functionality_VariedObject_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n usagecontext_some: [UsageContextFilter!]\r\n usagecontext_count: countFilter\r\n}\r\n\r\nenum Relationship_Functionality_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n financialImpact_ASC\r\n financialImpact_DESC\r\n capabilityEfficiency_ASC\r\n capabilityEfficiency_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_Application implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n capabilityEffectiveness(format: EnumFormat): CapabilityEffectivenessEnum\r\n functionalityType(format: EnumFormat): FunctionalityTypeEnum\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n financialImpact(format: EnumFormat): FinancialImpactEnum\r\n capabilityEfficiency(format: EnumFormat): CapabilityEfficiencyEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n usagecontext(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContext]\r\n usagecontextAggregatedValues(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContextAggregatedValues]\r\n functionality_VariantObject(filter: Relationship_Functionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_FunctionalityFilter, orderBy: [Relationship_Functionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_FunctionalityOrderBy]): [Relationship_Functionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Functionality]\r\n functionality_VariantObjectAggregatedValues(filter: Relationship_Functionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_FunctionalityFilter, orderBy: [Relationship_Functionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_FunctionalityOrderBy]): [FunctionalityAggregatedValues]\r\n functionality_VariedObject(filter: Relationship_Functionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_FunctionalityFilter, orderBy: [Relationship_Functionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_FunctionalityOrderBy]): [Relationship_Functionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Functionality]\r\n functionality_VariedObjectAggregatedValues(filter: Relationship_Functionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_FunctionalityFilter, orderBy: [Relationship_Functionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_FunctionalityOrderBy]): [FunctionalityAggregatedValues]\r\n application(filter: Relationship_Application_FulfillingEnterpriseArtifact_HumanUsedArtifactFunctionalityFulfillmentOwnership_FunctionalityFulfillment_FunctionalityComponentFulfillement_FunctionalityFulfillmentReference_FunctionalityFilter, orderBy: [Relationship_Application_FulfillingEnterpriseArtifact_HumanUsedArtifactFunctionalityFulfillmentOwnership_FunctionalityFulfillment_FunctionalityComponentFulfillement_FunctionalityFulfillmentReference_FunctionalityOrderBy]): [Relationship_Application_FulfillingEnterpriseArtifact_HumanUsedArtifactFunctionalityFulfillmentOwnership_FunctionalityFulfillment_FunctionalityComponentFulfillement_FunctionalityFulfillmentReference_Functionality]\r\n applicationAggregatedValues(filter: Relationship_Application_FulfillingEnterpriseArtifact_HumanUsedArtifactFunctionalityFulfillmentOwnership_FunctionalityFulfillment_FunctionalityComponentFulfillement_FunctionalityFulfillmentReference_FunctionalityFilter, orderBy: [Relationship_Application_FulfillingEnterpriseArtifact_HumanUsedArtifactFunctionalityFulfillmentOwnership_FunctionalityFulfillment_FunctionalityComponentFulfillement_FunctionalityFulfillmentReference_FunctionalityOrderBy]): [ApplicationAggregatedValues]\r\n link1CoverageRatio: CustomInt\r\n link1ComputedCoverageRatio: CustomInt\r\n link1ITARecommendationStatus: Boolean\r\n link1CompositeRealizationName: String\r\n link1RealizationQuality(format: EnumFormat): RealizationQualityEnum\r\n link1CapabilityFulfillmentMetaPictureIdentifier: GraphQLObjectInterface\r\n}\r\n\r\ninput Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter {\r\n and: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter!]\r\n or: [Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationFilter!]\r\n link1CoverageRatio: CustomInt\r\n link1CoverageRatio_not: CustomInt\r\n link1CoverageRatio_in: [CustomInt!]\r\n link1CoverageRatio_not_in: [CustomInt!]\r\n link1CoverageRatio_lt: CustomInt\r\n link1CoverageRatio_lte: CustomInt\r\n link1CoverageRatio_gt: CustomInt\r\n link1CoverageRatio_gte: CustomInt\r\n link1CoverageRatio_empty: Boolean\r\n link1ComputedCoverageRatio: CustomInt\r\n link1ComputedCoverageRatio_not: CustomInt\r\n link1ComputedCoverageRatio_in: [CustomInt!]\r\n link1ComputedCoverageRatio_not_in: [CustomInt!]\r\n link1ComputedCoverageRatio_lt: CustomInt\r\n link1ComputedCoverageRatio_lte: CustomInt\r\n link1ComputedCoverageRatio_gt: CustomInt\r\n link1ComputedCoverageRatio_gte: CustomInt\r\n link1ComputedCoverageRatio_empty: Boolean\r\n link1ITARecommendationStatus: Boolean\r\n link1ITARecommendationStatus_not: Boolean\r\n link1ITARecommendationStatus_empty: Boolean\r\n link1CompositeRealizationName: String\r\n link1CompositeRealizationName_not: String\r\n link1CompositeRealizationName_in: [String!]\r\n link1CompositeRealizationName_not_in: [String!]\r\n link1CompositeRealizationName_lt: String\r\n link1CompositeRealizationName_lte: String\r\n link1CompositeRealizationName_gt: String\r\n link1CompositeRealizationName_gte: String\r\n link1CompositeRealizationName_contains: String\r\n link1CompositeRealizationName_not_contains: String\r\n link1CompositeRealizationName_starts_with: String\r\n link1CompositeRealizationName_not_starts_with: String\r\n link1CompositeRealizationName_ends_with: String\r\n link1CompositeRealizationName_not_ends_with: String\r\n link1CompositeRealizationName_empty: Boolean\r\n link1RealizationQuality: RealizationQualityEnum\r\n link1RealizationQuality_not: RealizationQualityEnum\r\n link1RealizationQuality_in: [RealizationQualityEnum!]\r\n link1RealizationQuality_not_in: [RealizationQualityEnum!]\r\n link1RealizationQuality_empty: Boolean\r\n link1CapabilityFulfillmentMetaPictureIdentifier: String\r\n link1CapabilityFulfillmentMetaPictureIdentifier_not: String\r\n link1CapabilityFulfillmentMetaPictureIdentifier_in: [String!]\r\n link1CapabilityFulfillmentMetaPictureIdentifier_not_in: [String!]\r\n link1CapabilityFulfillmentMetaPictureIdentifier_empty: Boolean\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 name_empty: Boolean\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_not: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_not_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_empty: Boolean\r\n functionalityType: FunctionalityTypeEnum\r\n functionalityType_not: FunctionalityTypeEnum\r\n functionalityType_in: [FunctionalityTypeEnum!]\r\n functionalityType_not_in: [FunctionalityTypeEnum!]\r\n functionalityType_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n financialImpact: FinancialImpactEnum\r\n financialImpact_not: FinancialImpactEnum\r\n financialImpact_in: [FinancialImpactEnum!]\r\n financialImpact_not_in: [FinancialImpactEnum!]\r\n financialImpact_empty: Boolean\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n capabilityEfficiency_not: CapabilityEfficiencyEnum\r\n capabilityEfficiency_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_not_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n functionality_VariantObject_some: [FunctionalityFilter!]\r\n functionality_VariantObject_count: countFilter\r\n functionality_VariedObject_some: [FunctionalityFilter!]\r\n functionality_VariedObject_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n usagecontext_some: [UsageContextFilter!]\r\n usagecontext_count: countFilter\r\n}\r\n\r\nenum Relationship_Functionality_FulfilledFunctionality_FunctionalityFulfillmentReference_FunctionalityFulfillment_OwnedFunctionalityFulfillment_HumanUsedArtifactFunctionalityFulfillmentOwnership_ApplicationOrderBy {\r\n link1CoverageRatio_ASC\r\n link1CoverageRatio_DESC\r\n link1ComputedCoverageRatio_ASC\r\n link1ComputedCoverageRatio_DESC\r\n link1ITARecommendationStatus_ASC\r\n link1ITARecommendationStatus_DESC\r\n link1CompositeRealizationName_ASC\r\n link1CompositeRealizationName_DESC\r\n link1RealizationQuality_ASC\r\n link1RealizationQuality_DESC\r\n link1CapabilityFulfillmentMetaPictureIdentifier_ASC\r\n link1CapabilityFulfillmentMetaPictureIdentifier_DESC\r\n name_ASC\r\n name_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n financialImpact_ASC\r\n financialImpact_DESC\r\n capabilityEfficiency_ASC\r\n capabilityEfficiency_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Functionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Functionality implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n capabilityEffectiveness(format: EnumFormat): CapabilityEffectivenessEnum\r\n functionalityType(format: EnumFormat): FunctionalityTypeEnum\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n financialImpact(format: EnumFormat): FinancialImpactEnum\r\n capabilityEfficiency(format: EnumFormat): CapabilityEfficiencyEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n usagecontext(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContext]\r\n usagecontextAggregatedValues(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContextAggregatedValues]\r\n functionality_VariantObject(filter: Relationship_Functionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_FunctionalityFilter, orderBy: [Relationship_Functionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_FunctionalityOrderBy]): [Relationship_Functionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Functionality]\r\n functionality_VariantObjectAggregatedValues(filter: Relationship_Functionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_FunctionalityFilter, orderBy: [Relationship_Functionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_FunctionalityOrderBy]): [FunctionalityAggregatedValues]\r\n functionality_VariedObject(filter: Relationship_Functionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_FunctionalityFilter, orderBy: [Relationship_Functionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_FunctionalityOrderBy]): [Relationship_Functionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Functionality]\r\n functionality_VariedObjectAggregatedValues(filter: Relationship_Functionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_FunctionalityFilter, orderBy: [Relationship_Functionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_FunctionalityOrderBy]): [FunctionalityAggregatedValues]\r\n application(filter: Relationship_Application_FulfillingEnterpriseArtifact_HumanUsedArtifactFunctionalityFulfillmentOwnership_FunctionalityFulfillment_FunctionalityComponentFulfillement_FunctionalityFulfillmentReference_FunctionalityFilter, orderBy: [Relationship_Application_FulfillingEnterpriseArtifact_HumanUsedArtifactFunctionalityFulfillmentOwnership_FunctionalityFulfillment_FunctionalityComponentFulfillement_FunctionalityFulfillmentReference_FunctionalityOrderBy]): [Relationship_Application_FulfillingEnterpriseArtifact_HumanUsedArtifactFunctionalityFulfillmentOwnership_FunctionalityFulfillment_FunctionalityComponentFulfillement_FunctionalityFulfillmentReference_Functionality]\r\n applicationAggregatedValues(filter: Relationship_Application_FulfillingEnterpriseArtifact_HumanUsedArtifactFunctionalityFulfillmentOwnership_FunctionalityFulfillment_FunctionalityComponentFulfillement_FunctionalityFulfillmentReference_FunctionalityFilter, orderBy: [Relationship_Application_FulfillingEnterpriseArtifact_HumanUsedArtifactFunctionalityFulfillmentOwnership_FunctionalityFulfillment_FunctionalityComponentFulfillement_FunctionalityFulfillmentReference_FunctionalityOrderBy]): [ApplicationAggregatedValues]\r\n link1VariationName(language: Languages): String\r\n}\r\n\r\ninput Relationship_Functionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_FunctionalityFilter {\r\n and: [Relationship_Functionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_FunctionalityFilter!]\r\n or: [Relationship_Functionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_FunctionalityFilter!]\r\n link1VariationName: String\r\n link1VariationName_not: String\r\n link1VariationName_in: [String!]\r\n link1VariationName_not_in: [String!]\r\n link1VariationName_lt: String\r\n link1VariationName_lte: String\r\n link1VariationName_gt: String\r\n link1VariationName_gte: String\r\n link1VariationName_contains: String\r\n link1VariationName_not_contains: String\r\n link1VariationName_starts_with: String\r\n link1VariationName_not_starts_with: String\r\n link1VariationName_ends_with: String\r\n link1VariationName_not_ends_with: String\r\n link1VariationName_empty: Boolean\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 name_empty: Boolean\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_not: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_not_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_empty: Boolean\r\n functionalityType: FunctionalityTypeEnum\r\n functionalityType_not: FunctionalityTypeEnum\r\n functionalityType_in: [FunctionalityTypeEnum!]\r\n functionalityType_not_in: [FunctionalityTypeEnum!]\r\n functionalityType_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n financialImpact: FinancialImpactEnum\r\n financialImpact_not: FinancialImpactEnum\r\n financialImpact_in: [FinancialImpactEnum!]\r\n financialImpact_not_in: [FinancialImpactEnum!]\r\n financialImpact_empty: Boolean\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n capabilityEfficiency_not: CapabilityEfficiencyEnum\r\n capabilityEfficiency_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_not_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n functionality_VariantObject_some: [FunctionalityFilter!]\r\n functionality_VariantObject_count: countFilter\r\n functionality_VariedObject_some: [FunctionalityFilter!]\r\n functionality_VariedObject_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n usagecontext_some: [UsageContextFilter!]\r\n usagecontext_count: countFilter\r\n}\r\n\r\nenum Relationship_Functionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_FunctionalityOrderBy {\r\n link1VariationName_ASC\r\n link1VariationName_DESC\r\n name_ASC\r\n name_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n financialImpact_ASC\r\n financialImpact_DESC\r\n capabilityEfficiency_ASC\r\n capabilityEfficiency_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Functionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Functionality implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n capabilityEffectiveness(format: EnumFormat): CapabilityEffectivenessEnum\r\n functionalityType(format: EnumFormat): FunctionalityTypeEnum\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n financialImpact(format: EnumFormat): FinancialImpactEnum\r\n capabilityEfficiency(format: EnumFormat): CapabilityEfficiencyEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n usagecontext(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContext]\r\n usagecontextAggregatedValues(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContextAggregatedValues]\r\n functionality_VariantObject(filter: Relationship_Functionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_FunctionalityFilter, orderBy: [Relationship_Functionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_FunctionalityOrderBy]): [Relationship_Functionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Functionality]\r\n functionality_VariantObjectAggregatedValues(filter: Relationship_Functionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_FunctionalityFilter, orderBy: [Relationship_Functionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_FunctionalityOrderBy]): [FunctionalityAggregatedValues]\r\n functionality_VariedObject(filter: Relationship_Functionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_FunctionalityFilter, orderBy: [Relationship_Functionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_FunctionalityOrderBy]): [Relationship_Functionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Functionality]\r\n functionality_VariedObjectAggregatedValues(filter: Relationship_Functionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_FunctionalityFilter, orderBy: [Relationship_Functionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_FunctionalityOrderBy]): [FunctionalityAggregatedValues]\r\n application(filter: Relationship_Application_FulfillingEnterpriseArtifact_HumanUsedArtifactFunctionalityFulfillmentOwnership_FunctionalityFulfillment_FunctionalityComponentFulfillement_FunctionalityFulfillmentReference_FunctionalityFilter, orderBy: [Relationship_Application_FulfillingEnterpriseArtifact_HumanUsedArtifactFunctionalityFulfillmentOwnership_FunctionalityFulfillment_FunctionalityComponentFulfillement_FunctionalityFulfillmentReference_FunctionalityOrderBy]): [Relationship_Application_FulfillingEnterpriseArtifact_HumanUsedArtifactFunctionalityFulfillmentOwnership_FunctionalityFulfillment_FunctionalityComponentFulfillement_FunctionalityFulfillmentReference_Functionality]\r\n applicationAggregatedValues(filter: Relationship_Application_FulfillingEnterpriseArtifact_HumanUsedArtifactFunctionalityFulfillmentOwnership_FunctionalityFulfillment_FunctionalityComponentFulfillement_FunctionalityFulfillmentReference_FunctionalityFilter, orderBy: [Relationship_Application_FulfillingEnterpriseArtifact_HumanUsedArtifactFunctionalityFulfillmentOwnership_FunctionalityFulfillment_FunctionalityComponentFulfillement_FunctionalityFulfillmentReference_FunctionalityOrderBy]): [ApplicationAggregatedValues]\r\n link1VariationName(language: Languages): String\r\n}\r\n\r\ninput Relationship_Functionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_FunctionalityFilter {\r\n and: [Relationship_Functionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_FunctionalityFilter!]\r\n or: [Relationship_Functionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_FunctionalityFilter!]\r\n link1VariationName: String\r\n link1VariationName_not: String\r\n link1VariationName_in: [String!]\r\n link1VariationName_not_in: [String!]\r\n link1VariationName_lt: String\r\n link1VariationName_lte: String\r\n link1VariationName_gt: String\r\n link1VariationName_gte: String\r\n link1VariationName_contains: String\r\n link1VariationName_not_contains: String\r\n link1VariationName_starts_with: String\r\n link1VariationName_not_starts_with: String\r\n link1VariationName_ends_with: String\r\n link1VariationName_not_ends_with: String\r\n link1VariationName_empty: Boolean\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 name_empty: Boolean\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_not: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_not_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_empty: Boolean\r\n functionalityType: FunctionalityTypeEnum\r\n functionalityType_not: FunctionalityTypeEnum\r\n functionalityType_in: [FunctionalityTypeEnum!]\r\n functionalityType_not_in: [FunctionalityTypeEnum!]\r\n functionalityType_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n financialImpact: FinancialImpactEnum\r\n financialImpact_not: FinancialImpactEnum\r\n financialImpact_in: [FinancialImpactEnum!]\r\n financialImpact_not_in: [FinancialImpactEnum!]\r\n financialImpact_empty: Boolean\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n capabilityEfficiency_not: CapabilityEfficiencyEnum\r\n capabilityEfficiency_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_not_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n functionality_VariantObject_some: [FunctionalityFilter!]\r\n functionality_VariantObject_count: countFilter\r\n functionality_VariedObject_some: [FunctionalityFilter!]\r\n functionality_VariedObject_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n usagecontext_some: [UsageContextFilter!]\r\n usagecontext_count: countFilter\r\n}\r\n\r\nenum Relationship_Functionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_FunctionalityOrderBy {\r\n link1VariationName_ASC\r\n link1VariationName_DESC\r\n name_ASC\r\n name_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n financialImpact_ASC\r\n financialImpact_DESC\r\n capabilityEfficiency_ASC\r\n capabilityEfficiency_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_Application implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n globalApplicationFlowMapForITPM: Boolean\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n application(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMap]\r\n applicationAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapOrderBy]): [ApplicationAggregatedValues]\r\n sentApplicationFlow(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMap]\r\n sentApplicationFlowAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapOrderBy]): [ApplicationFlowAggregatedValues]\r\n applicationFlow(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMap]\r\n applicationFlowAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapOrderBy]): [ApplicationFlowAggregatedValues]\r\n}\r\n\r\ninput Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter {\r\n and: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter!]\r\n or: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationFilter!]\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 name_empty: Boolean\r\n globalApplicationFlowMapForITPM: Boolean\r\n globalApplicationFlowMapForITPM_not: Boolean\r\n globalApplicationFlowMapForITPM_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n sentApplicationFlow_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_count: countFilter\r\n applicationFlow_some: [ApplicationFlowFilter!]\r\n applicationFlow_count: countFilter\r\n}\r\n\r\nenum Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ContributingApplication_ApplicationLifeLineReference_ApplicationOrderBy {\r\n name_ASC\r\n name_DESC\r\n globalApplicationFlowMapForITPM_ASC\r\n globalApplicationFlowMapForITPM_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlow implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n globalApplicationFlowMapForITPM: Boolean\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n application(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMap]\r\n applicationAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapOrderBy]): [ApplicationAggregatedValues]\r\n sentApplicationFlow(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMap]\r\n sentApplicationFlowAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapOrderBy]): [ApplicationFlowAggregatedValues]\r\n applicationFlow(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMap]\r\n applicationFlowAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapOrderBy]): [ApplicationFlowAggregatedValues]\r\n}\r\n\r\ninput Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter {\r\n and: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter!]\r\n or: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowFilter!]\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 name_empty: Boolean\r\n globalApplicationFlowMapForITPM: Boolean\r\n globalApplicationFlowMapForITPM_not: Boolean\r\n globalApplicationFlowMapForITPM_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n sentApplicationFlow_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_count: countFilter\r\n applicationFlow_some: [ApplicationFlowFilter!]\r\n applicationFlow_count: countFilter\r\n}\r\n\r\nenum Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_ReceiverResource_SystemResourceFlowSystemLifeLineReceiver_ApplicationFlowOrderBy {\r\n name_ASC\r\n name_DESC\r\n globalApplicationFlowMapForITPM_ASC\r\n globalApplicationFlowMapForITPM_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlow implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n globalApplicationFlowMapForITPM: Boolean\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n application(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapOrderBy]): [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMap]\r\n applicationAggregatedValues(filter: Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter, orderBy: [Relationship_Application_RepresentedApplication_ApplicationLifeLineReference_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapOrderBy]): [ApplicationAggregatedValues]\r\n sentApplicationFlow(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapOrderBy]): [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMap]\r\n sentApplicationFlowAggregatedValues(filter: Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter, orderBy: [Relationship_ApplicationFlow_SentApplicationFlow_SystemResourceFlowSystemLifeLineSender_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapOrderBy]): [ApplicationFlowAggregatedValues]\r\n applicationFlow(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapOrderBy]): [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMap]\r\n applicationFlowAggregatedValues(filter: Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapFilter, orderBy: [Relationship_ApplicationFlow_ReceivedApplicationFlow_SystemResourceFlowSystemLifeLineReceiver_ContributingApplication_OwnedContributingApplication_EnvironmentSystemInteractionScenarioApplicationResource_GlobalApplicationFlowMapOrderBy]): [ApplicationFlowAggregatedValues]\r\n}\r\n\r\ninput Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter {\r\n and: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter!]\r\n or: [Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowFilter!]\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 name_empty: Boolean\r\n globalApplicationFlowMapForITPM: Boolean\r\n globalApplicationFlowMapForITPM_not: Boolean\r\n globalApplicationFlowMapForITPM_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n sentApplicationFlow_some: [ApplicationFlowFilter!]\r\n sentApplicationFlow_count: countFilter\r\n applicationFlow_some: [ApplicationFlowFilter!]\r\n applicationFlow_count: countFilter\r\n}\r\n\r\nenum Relationship_GlobalApplicationFlowMap_OwnerGlobalApplicationFlowMap_EnvironmentSystemInteractionScenarioApplicationResource_ContributingApplication_SenderResource_SystemResourceFlowSystemLifeLineSender_ApplicationFlowOrderBy {\r\n name_ASC\r\n name_DESC\r\n globalApplicationFlowMapForITPM_ASC\r\n globalApplicationFlowMapForITPM_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMember implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal(format: EnumFormat): InternalExternalEnum\r\n technopediaToBeDeletedOn(format: String, timeOffset: String): CustomDate\r\n technopediaObjectDeletion(format: EnumFormat): TechnopediaObjectDeletionEnum\r\n orgUnitType(format: EnumFormat): OrgUnitTypeEnum\r\n technopediaDeleteReason(format: EnumFormat): TechnopediaDeleteReasonEnum\r\n currentState: GraphQLObjectInterface\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n email: String\r\n orgUnitStatus(format: EnumFormat): OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard(format: EnumFormat): CompanyStandardEnum\r\n numberOfProvidedTechnologies: CustomInt\r\n numberOfUsingApplicationsVendor: CustomInt\r\n numberOfUsedTechnologies: CustomInt\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate(format: String, timeOffset: String): CustomDate\r\n technopediaDateAcquired(format: String, timeOffset: String): CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate(format: String, timeOffset: String): CustomDate\r\n technopediaFiscalEndDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n softwareTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n orgUnit_AggregationOf(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_AggregationOfAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n orgUnit_Component(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ComponentAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n usagecontext(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContext]\r\n usagecontextAggregatedValues(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContextAggregatedValues]\r\n orgUnitMember_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMember]\r\n orgUnitMember_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [PersonSystemAggregatedValues]\r\n orgUnit_VariantObject(filter: Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnitFilter, orderBy: [Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnitOrderBy]): [Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnit]\r\n orgUnit_VariantObjectAggregatedValues(filter: Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnitFilter, orderBy: [Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n orgUnit_VariedObject(filter: Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnitFilter, orderBy: [Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnitOrderBy]): [Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnit]\r\n orgUnit_VariedObjectAggregatedValues(filter: Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnitFilter, orderBy: [Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n businessCapability(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnitFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnitOrderBy]): [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnit]\r\n businessCapabilityAggregatedValues(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnitFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnitOrderBy]): [BusinessCapabilityAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter {\r\n and: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter!]\r\n or: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\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 bDNAIdentifier_empty: Boolean\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 technopediaReplacementID_empty: Boolean\r\n internalExternal: InternalExternalEnum\r\n internalExternal_not: InternalExternalEnum\r\n internalExternal_in: [InternalExternalEnum!]\r\n internalExternal_not_in: [InternalExternalEnum!]\r\n internalExternal_empty: Boolean\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaToBeDeletedOn_not: CustomDate\r\n technopediaToBeDeletedOn_in: [CustomDate!]\r\n technopediaToBeDeletedOn_not_in: [CustomDate!]\r\n technopediaToBeDeletedOn_lt: CustomDate\r\n technopediaToBeDeletedOn_lte: CustomDate\r\n technopediaToBeDeletedOn_gt: CustomDate\r\n technopediaToBeDeletedOn_gte: CustomDate\r\n technopediaToBeDeletedOn_empty: Boolean\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_not: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_not_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_empty: Boolean\r\n orgUnitType: OrgUnitTypeEnum\r\n orgUnitType_not: OrgUnitTypeEnum\r\n orgUnitType_in: [OrgUnitTypeEnum!]\r\n orgUnitType_not_in: [OrgUnitTypeEnum!]\r\n orgUnitType_empty: Boolean\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_not: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_not_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: 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 technopediaID_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\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 nameInTechnopedia_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\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 email_empty: Boolean\r\n orgUnitStatus: OrgUnitStatusEnum\r\n orgUnitStatus_not: OrgUnitStatusEnum\r\n orgUnitStatus_in: [OrgUnitStatusEnum!]\r\n orgUnitStatus_not_in: [OrgUnitStatusEnum!]\r\n orgUnitStatus_empty: Boolean\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 vendorCode_empty: Boolean\r\n companyStandard: CompanyStandardEnum\r\n companyStandard_not: CompanyStandardEnum\r\n companyStandard_in: [CompanyStandardEnum!]\r\n companyStandard_not_in: [CompanyStandardEnum!]\r\n companyStandard_empty: Boolean\r\n numberOfProvidedTechnologies: CustomInt\r\n numberOfProvidedTechnologies_not: CustomInt\r\n numberOfProvidedTechnologies_in: [CustomInt!]\r\n numberOfProvidedTechnologies_not_in: [CustomInt!]\r\n numberOfProvidedTechnologies_lt: CustomInt\r\n numberOfProvidedTechnologies_lte: CustomInt\r\n numberOfProvidedTechnologies_gt: CustomInt\r\n numberOfProvidedTechnologies_gte: CustomInt\r\n numberOfProvidedTechnologies_empty: Boolean\r\n numberOfUsingApplicationsVendor: CustomInt\r\n numberOfUsingApplicationsVendor_not: CustomInt\r\n numberOfUsingApplicationsVendor_in: [CustomInt!]\r\n numberOfUsingApplicationsVendor_not_in: [CustomInt!]\r\n numberOfUsingApplicationsVendor_lt: CustomInt\r\n numberOfUsingApplicationsVendor_lte: CustomInt\r\n numberOfUsingApplicationsVendor_gt: CustomInt\r\n numberOfUsingApplicationsVendor_gte: CustomInt\r\n numberOfUsingApplicationsVendor_empty: Boolean\r\n numberOfUsedTechnologies: CustomInt\r\n numberOfUsedTechnologies_not: CustomInt\r\n numberOfUsedTechnologies_in: [CustomInt!]\r\n numberOfUsedTechnologies_not_in: [CustomInt!]\r\n numberOfUsedTechnologies_lt: CustomInt\r\n numberOfUsedTechnologies_lte: CustomInt\r\n numberOfUsedTechnologies_gt: CustomInt\r\n numberOfUsedTechnologies_gte: CustomInt\r\n numberOfUsedTechnologies_empty: Boolean\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 technopediaStreet_empty: Boolean\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 technopediaCity_empty: Boolean\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 technopediaState_empty: Boolean\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 technopediaZip_empty: Boolean\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 technopediaCountry_empty: Boolean\r\n technopediaTier: CustomInt\r\n technopediaTier_not: CustomInt\r\n technopediaTier_in: [CustomInt!]\r\n technopediaTier_not_in: [CustomInt!]\r\n technopediaTier_lt: CustomInt\r\n technopediaTier_lte: CustomInt\r\n technopediaTier_gt: CustomInt\r\n technopediaTier_gte: CustomInt\r\n technopediaTier_empty: Boolean\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 technopediaLegal_empty: Boolean\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 technopediaProfitsPerYear_empty: Boolean\r\n technopediaProfitsDate: CustomDate\r\n technopediaProfitsDate_not: CustomDate\r\n technopediaProfitsDate_in: [CustomDate!]\r\n technopediaProfitsDate_not_in: [CustomDate!]\r\n technopediaProfitsDate_lt: CustomDate\r\n technopediaProfitsDate_lte: CustomDate\r\n technopediaProfitsDate_gt: CustomDate\r\n technopediaProfitsDate_gte: CustomDate\r\n technopediaProfitsDate_empty: Boolean\r\n technopediaDateAcquired: CustomDate\r\n technopediaDateAcquired_not: CustomDate\r\n technopediaDateAcquired_in: [CustomDate!]\r\n technopediaDateAcquired_not_in: [CustomDate!]\r\n technopediaDateAcquired_lt: CustomDate\r\n technopediaDateAcquired_lte: CustomDate\r\n technopediaDateAcquired_gt: CustomDate\r\n technopediaDateAcquired_gte: CustomDate\r\n technopediaDateAcquired_empty: Boolean\r\n technopediaEmployees: CustomInt\r\n technopediaEmployees_not: CustomInt\r\n technopediaEmployees_in: [CustomInt!]\r\n technopediaEmployees_not_in: [CustomInt!]\r\n technopediaEmployees_lt: CustomInt\r\n technopediaEmployees_lte: CustomInt\r\n technopediaEmployees_gt: CustomInt\r\n technopediaEmployees_gte: CustomInt\r\n technopediaEmployees_empty: Boolean\r\n technopediaEmployeesDate: CustomDate\r\n technopediaEmployeesDate_not: CustomDate\r\n technopediaEmployeesDate_in: [CustomDate!]\r\n technopediaEmployeesDate_not_in: [CustomDate!]\r\n technopediaEmployeesDate_lt: CustomDate\r\n technopediaEmployeesDate_lte: CustomDate\r\n technopediaEmployeesDate_gt: CustomDate\r\n technopediaEmployeesDate_gte: CustomDate\r\n technopediaEmployeesDate_empty: Boolean\r\n technopediaFiscalEndDate: CustomDate\r\n technopediaFiscalEndDate_not: CustomDate\r\n technopediaFiscalEndDate_in: [CustomDate!]\r\n technopediaFiscalEndDate_not_in: [CustomDate!]\r\n technopediaFiscalEndDate_lt: CustomDate\r\n technopediaFiscalEndDate_lte: CustomDate\r\n technopediaFiscalEndDate_gt: CustomDate\r\n technopediaFiscalEndDate_gte: CustomDate\r\n technopediaFiscalEndDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n orgUnitMember_PersonSystem_some: [PersonSystemFilter!]\r\n orgUnitMember_PersonSystem_count: countFilter\r\n softwareTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n orgUnit_VariantObject_some: [OrgUnitFilter!]\r\n orgUnit_VariantObject_count: countFilter\r\n orgUnit_VariedObject_some: [OrgUnitFilter!]\r\n orgUnit_VariedObject_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n orgUnit_AggregationOf_some: [OrgUnitFilter!]\r\n orgUnit_AggregationOf_count: countFilter\r\n orgUnit_Component_some: [OrgUnitFilter!]\r\n orgUnit_Component_count: countFilter\r\n usagecontext_some: [UsageContextFilter!]\r\n usagecontext_count: countFilter\r\n}\r\n\r\nenum Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 technopediaFiscalEndDate_ASC\r\n technopediaFiscalEndDate_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal(format: EnumFormat): InternalExternalEnum\r\n technopediaToBeDeletedOn(format: String, timeOffset: String): CustomDate\r\n technopediaObjectDeletion(format: EnumFormat): TechnopediaObjectDeletionEnum\r\n orgUnitType(format: EnumFormat): OrgUnitTypeEnum\r\n technopediaDeleteReason(format: EnumFormat): TechnopediaDeleteReasonEnum\r\n currentState: GraphQLObjectInterface\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n email: String\r\n orgUnitStatus(format: EnumFormat): OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard(format: EnumFormat): CompanyStandardEnum\r\n numberOfProvidedTechnologies: CustomInt\r\n numberOfUsingApplicationsVendor: CustomInt\r\n numberOfUsedTechnologies: CustomInt\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate(format: String, timeOffset: String): CustomDate\r\n technopediaDateAcquired(format: String, timeOffset: String): CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate(format: String, timeOffset: String): CustomDate\r\n technopediaFiscalEndDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n softwareTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n orgUnit_AggregationOf(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_AggregationOfAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n orgUnit_Component(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ComponentAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n usagecontext(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContext]\r\n usagecontextAggregatedValues(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContextAggregatedValues]\r\n orgUnitMember_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMember]\r\n orgUnitMember_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [PersonSystemAggregatedValues]\r\n orgUnit_VariantObject(filter: Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnitFilter, orderBy: [Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnitOrderBy]): [Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnit]\r\n orgUnit_VariantObjectAggregatedValues(filter: Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnitFilter, orderBy: [Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n orgUnit_VariedObject(filter: Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnitFilter, orderBy: [Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnitOrderBy]): [Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnit]\r\n orgUnit_VariedObjectAggregatedValues(filter: Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnitFilter, orderBy: [Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n businessCapability(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnitFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnitOrderBy]): [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnit]\r\n businessCapabilityAggregatedValues(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnitFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnitOrderBy]): [BusinessCapabilityAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n and: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n or: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\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 bDNAIdentifier_empty: Boolean\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 technopediaReplacementID_empty: Boolean\r\n internalExternal: InternalExternalEnum\r\n internalExternal_not: InternalExternalEnum\r\n internalExternal_in: [InternalExternalEnum!]\r\n internalExternal_not_in: [InternalExternalEnum!]\r\n internalExternal_empty: Boolean\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaToBeDeletedOn_not: CustomDate\r\n technopediaToBeDeletedOn_in: [CustomDate!]\r\n technopediaToBeDeletedOn_not_in: [CustomDate!]\r\n technopediaToBeDeletedOn_lt: CustomDate\r\n technopediaToBeDeletedOn_lte: CustomDate\r\n technopediaToBeDeletedOn_gt: CustomDate\r\n technopediaToBeDeletedOn_gte: CustomDate\r\n technopediaToBeDeletedOn_empty: Boolean\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_not: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_not_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_empty: Boolean\r\n orgUnitType: OrgUnitTypeEnum\r\n orgUnitType_not: OrgUnitTypeEnum\r\n orgUnitType_in: [OrgUnitTypeEnum!]\r\n orgUnitType_not_in: [OrgUnitTypeEnum!]\r\n orgUnitType_empty: Boolean\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_not: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_not_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: 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 technopediaID_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\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 nameInTechnopedia_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\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 email_empty: Boolean\r\n orgUnitStatus: OrgUnitStatusEnum\r\n orgUnitStatus_not: OrgUnitStatusEnum\r\n orgUnitStatus_in: [OrgUnitStatusEnum!]\r\n orgUnitStatus_not_in: [OrgUnitStatusEnum!]\r\n orgUnitStatus_empty: Boolean\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 vendorCode_empty: Boolean\r\n companyStandard: CompanyStandardEnum\r\n companyStandard_not: CompanyStandardEnum\r\n companyStandard_in: [CompanyStandardEnum!]\r\n companyStandard_not_in: [CompanyStandardEnum!]\r\n companyStandard_empty: Boolean\r\n numberOfProvidedTechnologies: CustomInt\r\n numberOfProvidedTechnologies_not: CustomInt\r\n numberOfProvidedTechnologies_in: [CustomInt!]\r\n numberOfProvidedTechnologies_not_in: [CustomInt!]\r\n numberOfProvidedTechnologies_lt: CustomInt\r\n numberOfProvidedTechnologies_lte: CustomInt\r\n numberOfProvidedTechnologies_gt: CustomInt\r\n numberOfProvidedTechnologies_gte: CustomInt\r\n numberOfProvidedTechnologies_empty: Boolean\r\n numberOfUsingApplicationsVendor: CustomInt\r\n numberOfUsingApplicationsVendor_not: CustomInt\r\n numberOfUsingApplicationsVendor_in: [CustomInt!]\r\n numberOfUsingApplicationsVendor_not_in: [CustomInt!]\r\n numberOfUsingApplicationsVendor_lt: CustomInt\r\n numberOfUsingApplicationsVendor_lte: CustomInt\r\n numberOfUsingApplicationsVendor_gt: CustomInt\r\n numberOfUsingApplicationsVendor_gte: CustomInt\r\n numberOfUsingApplicationsVendor_empty: Boolean\r\n numberOfUsedTechnologies: CustomInt\r\n numberOfUsedTechnologies_not: CustomInt\r\n numberOfUsedTechnologies_in: [CustomInt!]\r\n numberOfUsedTechnologies_not_in: [CustomInt!]\r\n numberOfUsedTechnologies_lt: CustomInt\r\n numberOfUsedTechnologies_lte: CustomInt\r\n numberOfUsedTechnologies_gt: CustomInt\r\n numberOfUsedTechnologies_gte: CustomInt\r\n numberOfUsedTechnologies_empty: Boolean\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 technopediaStreet_empty: Boolean\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 technopediaCity_empty: Boolean\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 technopediaState_empty: Boolean\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 technopediaZip_empty: Boolean\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 technopediaCountry_empty: Boolean\r\n technopediaTier: CustomInt\r\n technopediaTier_not: CustomInt\r\n technopediaTier_in: [CustomInt!]\r\n technopediaTier_not_in: [CustomInt!]\r\n technopediaTier_lt: CustomInt\r\n technopediaTier_lte: CustomInt\r\n technopediaTier_gt: CustomInt\r\n technopediaTier_gte: CustomInt\r\n technopediaTier_empty: Boolean\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 technopediaLegal_empty: Boolean\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 technopediaProfitsPerYear_empty: Boolean\r\n technopediaProfitsDate: CustomDate\r\n technopediaProfitsDate_not: CustomDate\r\n technopediaProfitsDate_in: [CustomDate!]\r\n technopediaProfitsDate_not_in: [CustomDate!]\r\n technopediaProfitsDate_lt: CustomDate\r\n technopediaProfitsDate_lte: CustomDate\r\n technopediaProfitsDate_gt: CustomDate\r\n technopediaProfitsDate_gte: CustomDate\r\n technopediaProfitsDate_empty: Boolean\r\n technopediaDateAcquired: CustomDate\r\n technopediaDateAcquired_not: CustomDate\r\n technopediaDateAcquired_in: [CustomDate!]\r\n technopediaDateAcquired_not_in: [CustomDate!]\r\n technopediaDateAcquired_lt: CustomDate\r\n technopediaDateAcquired_lte: CustomDate\r\n technopediaDateAcquired_gt: CustomDate\r\n technopediaDateAcquired_gte: CustomDate\r\n technopediaDateAcquired_empty: Boolean\r\n technopediaEmployees: CustomInt\r\n technopediaEmployees_not: CustomInt\r\n technopediaEmployees_in: [CustomInt!]\r\n technopediaEmployees_not_in: [CustomInt!]\r\n technopediaEmployees_lt: CustomInt\r\n technopediaEmployees_lte: CustomInt\r\n technopediaEmployees_gt: CustomInt\r\n technopediaEmployees_gte: CustomInt\r\n technopediaEmployees_empty: Boolean\r\n technopediaEmployeesDate: CustomDate\r\n technopediaEmployeesDate_not: CustomDate\r\n technopediaEmployeesDate_in: [CustomDate!]\r\n technopediaEmployeesDate_not_in: [CustomDate!]\r\n technopediaEmployeesDate_lt: CustomDate\r\n technopediaEmployeesDate_lte: CustomDate\r\n technopediaEmployeesDate_gt: CustomDate\r\n technopediaEmployeesDate_gte: CustomDate\r\n technopediaEmployeesDate_empty: Boolean\r\n technopediaFiscalEndDate: CustomDate\r\n technopediaFiscalEndDate_not: CustomDate\r\n technopediaFiscalEndDate_in: [CustomDate!]\r\n technopediaFiscalEndDate_not_in: [CustomDate!]\r\n technopediaFiscalEndDate_lt: CustomDate\r\n technopediaFiscalEndDate_lte: CustomDate\r\n technopediaFiscalEndDate_gt: CustomDate\r\n technopediaFiscalEndDate_gte: CustomDate\r\n technopediaFiscalEndDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n orgUnitMember_PersonSystem_some: [PersonSystemFilter!]\r\n orgUnitMember_PersonSystem_count: countFilter\r\n softwareTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n orgUnit_VariantObject_some: [OrgUnitFilter!]\r\n orgUnit_VariantObject_count: countFilter\r\n orgUnit_VariedObject_some: [OrgUnitFilter!]\r\n orgUnit_VariedObject_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n orgUnit_AggregationOf_some: [OrgUnitFilter!]\r\n orgUnit_AggregationOf_count: countFilter\r\n orgUnit_Component_some: [OrgUnitFilter!]\r\n orgUnit_Component_count: countFilter\r\n usagecontext_some: [UsageContextFilter!]\r\n usagecontext_count: countFilter\r\n}\r\n\r\nenum Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 technopediaFiscalEndDate_ASC\r\n technopediaFiscalEndDate_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapability implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal(format: EnumFormat): InternalExternalEnum\r\n technopediaToBeDeletedOn(format: String, timeOffset: String): CustomDate\r\n technopediaObjectDeletion(format: EnumFormat): TechnopediaObjectDeletionEnum\r\n orgUnitType(format: EnumFormat): OrgUnitTypeEnum\r\n technopediaDeleteReason(format: EnumFormat): TechnopediaDeleteReasonEnum\r\n currentState: GraphQLObjectInterface\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n email: String\r\n orgUnitStatus(format: EnumFormat): OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard(format: EnumFormat): CompanyStandardEnum\r\n numberOfProvidedTechnologies: CustomInt\r\n numberOfUsingApplicationsVendor: CustomInt\r\n numberOfUsedTechnologies: CustomInt\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate(format: String, timeOffset: String): CustomDate\r\n technopediaDateAcquired(format: String, timeOffset: String): CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate(format: String, timeOffset: String): CustomDate\r\n technopediaFiscalEndDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n softwareTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n orgUnit_AggregationOf(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_AggregationOfAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n orgUnit_Component(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ComponentAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n usagecontext(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContext]\r\n usagecontextAggregatedValues(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContextAggregatedValues]\r\n orgUnitMember_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMember]\r\n orgUnitMember_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [PersonSystemAggregatedValues]\r\n orgUnit_VariantObject(filter: Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnitFilter, orderBy: [Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnitOrderBy]): [Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnit]\r\n orgUnit_VariantObjectAggregatedValues(filter: Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnitFilter, orderBy: [Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n orgUnit_VariedObject(filter: Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnitFilter, orderBy: [Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnitOrderBy]): [Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnit]\r\n orgUnit_VariedObjectAggregatedValues(filter: Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnitFilter, orderBy: [Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n businessCapability(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnitFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnitOrderBy]): [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnit]\r\n businessCapabilityAggregatedValues(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnitFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnitOrderBy]): [BusinessCapabilityAggregatedValues]\r\n link1CoverageRatio: CustomInt\r\n link1ComputedCoverageRatio: CustomInt\r\n link1ITARecommendationStatus: Boolean\r\n link1CompositeRealizationName: String\r\n link1RealizationQuality(format: EnumFormat): RealizationQualityEnum\r\n link1CapabilityFulfillmentMetaPictureIdentifier: GraphQLObjectInterface\r\n link1CostContributionKeyRealization: CustomFloat\r\n}\r\n\r\ninput Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityFilter {\r\n and: [Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityFilter!]\r\n or: [Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityFilter!]\r\n link1CoverageRatio: CustomInt\r\n link1CoverageRatio_not: CustomInt\r\n link1CoverageRatio_in: [CustomInt!]\r\n link1CoverageRatio_not_in: [CustomInt!]\r\n link1CoverageRatio_lt: CustomInt\r\n link1CoverageRatio_lte: CustomInt\r\n link1CoverageRatio_gt: CustomInt\r\n link1CoverageRatio_gte: CustomInt\r\n link1CoverageRatio_empty: Boolean\r\n link1ComputedCoverageRatio: CustomInt\r\n link1ComputedCoverageRatio_not: CustomInt\r\n link1ComputedCoverageRatio_in: [CustomInt!]\r\n link1ComputedCoverageRatio_not_in: [CustomInt!]\r\n link1ComputedCoverageRatio_lt: CustomInt\r\n link1ComputedCoverageRatio_lte: CustomInt\r\n link1ComputedCoverageRatio_gt: CustomInt\r\n link1ComputedCoverageRatio_gte: CustomInt\r\n link1ComputedCoverageRatio_empty: Boolean\r\n link1ITARecommendationStatus: Boolean\r\n link1ITARecommendationStatus_not: Boolean\r\n link1ITARecommendationStatus_empty: Boolean\r\n link1CompositeRealizationName: String\r\n link1CompositeRealizationName_not: String\r\n link1CompositeRealizationName_in: [String!]\r\n link1CompositeRealizationName_not_in: [String!]\r\n link1CompositeRealizationName_lt: String\r\n link1CompositeRealizationName_lte: String\r\n link1CompositeRealizationName_gt: String\r\n link1CompositeRealizationName_gte: String\r\n link1CompositeRealizationName_contains: String\r\n link1CompositeRealizationName_not_contains: String\r\n link1CompositeRealizationName_starts_with: String\r\n link1CompositeRealizationName_not_starts_with: String\r\n link1CompositeRealizationName_ends_with: String\r\n link1CompositeRealizationName_not_ends_with: String\r\n link1CompositeRealizationName_empty: Boolean\r\n link1RealizationQuality: RealizationQualityEnum\r\n link1RealizationQuality_not: RealizationQualityEnum\r\n link1RealizationQuality_in: [RealizationQualityEnum!]\r\n link1RealizationQuality_not_in: [RealizationQualityEnum!]\r\n link1RealizationQuality_empty: Boolean\r\n link1CapabilityFulfillmentMetaPictureIdentifier: String\r\n link1CapabilityFulfillmentMetaPictureIdentifier_not: String\r\n link1CapabilityFulfillmentMetaPictureIdentifier_in: [String!]\r\n link1CapabilityFulfillmentMetaPictureIdentifier_not_in: [String!]\r\n link1CapabilityFulfillmentMetaPictureIdentifier_empty: Boolean\r\n link1CostContributionKeyRealization: CustomFloat\r\n link1CostContributionKeyRealization_not: CustomFloat\r\n link1CostContributionKeyRealization_in: [CustomFloat!]\r\n link1CostContributionKeyRealization_not_in: [CustomFloat!]\r\n link1CostContributionKeyRealization_lt: CustomFloat\r\n link1CostContributionKeyRealization_lte: CustomFloat\r\n link1CostContributionKeyRealization_gt: CustomFloat\r\n link1CostContributionKeyRealization_gte: CustomFloat\r\n link1CostContributionKeyRealization_empty: Boolean\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 name_empty: Boolean\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 bDNAIdentifier_empty: Boolean\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 technopediaReplacementID_empty: Boolean\r\n internalExternal: InternalExternalEnum\r\n internalExternal_not: InternalExternalEnum\r\n internalExternal_in: [InternalExternalEnum!]\r\n internalExternal_not_in: [InternalExternalEnum!]\r\n internalExternal_empty: Boolean\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaToBeDeletedOn_not: CustomDate\r\n technopediaToBeDeletedOn_in: [CustomDate!]\r\n technopediaToBeDeletedOn_not_in: [CustomDate!]\r\n technopediaToBeDeletedOn_lt: CustomDate\r\n technopediaToBeDeletedOn_lte: CustomDate\r\n technopediaToBeDeletedOn_gt: CustomDate\r\n technopediaToBeDeletedOn_gte: CustomDate\r\n technopediaToBeDeletedOn_empty: Boolean\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_not: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_not_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_empty: Boolean\r\n orgUnitType: OrgUnitTypeEnum\r\n orgUnitType_not: OrgUnitTypeEnum\r\n orgUnitType_in: [OrgUnitTypeEnum!]\r\n orgUnitType_not_in: [OrgUnitTypeEnum!]\r\n orgUnitType_empty: Boolean\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_not: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_not_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: 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 technopediaID_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\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 nameInTechnopedia_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\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 email_empty: Boolean\r\n orgUnitStatus: OrgUnitStatusEnum\r\n orgUnitStatus_not: OrgUnitStatusEnum\r\n orgUnitStatus_in: [OrgUnitStatusEnum!]\r\n orgUnitStatus_not_in: [OrgUnitStatusEnum!]\r\n orgUnitStatus_empty: Boolean\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 vendorCode_empty: Boolean\r\n companyStandard: CompanyStandardEnum\r\n companyStandard_not: CompanyStandardEnum\r\n companyStandard_in: [CompanyStandardEnum!]\r\n companyStandard_not_in: [CompanyStandardEnum!]\r\n companyStandard_empty: Boolean\r\n numberOfProvidedTechnologies: CustomInt\r\n numberOfProvidedTechnologies_not: CustomInt\r\n numberOfProvidedTechnologies_in: [CustomInt!]\r\n numberOfProvidedTechnologies_not_in: [CustomInt!]\r\n numberOfProvidedTechnologies_lt: CustomInt\r\n numberOfProvidedTechnologies_lte: CustomInt\r\n numberOfProvidedTechnologies_gt: CustomInt\r\n numberOfProvidedTechnologies_gte: CustomInt\r\n numberOfProvidedTechnologies_empty: Boolean\r\n numberOfUsingApplicationsVendor: CustomInt\r\n numberOfUsingApplicationsVendor_not: CustomInt\r\n numberOfUsingApplicationsVendor_in: [CustomInt!]\r\n numberOfUsingApplicationsVendor_not_in: [CustomInt!]\r\n numberOfUsingApplicationsVendor_lt: CustomInt\r\n numberOfUsingApplicationsVendor_lte: CustomInt\r\n numberOfUsingApplicationsVendor_gt: CustomInt\r\n numberOfUsingApplicationsVendor_gte: CustomInt\r\n numberOfUsingApplicationsVendor_empty: Boolean\r\n numberOfUsedTechnologies: CustomInt\r\n numberOfUsedTechnologies_not: CustomInt\r\n numberOfUsedTechnologies_in: [CustomInt!]\r\n numberOfUsedTechnologies_not_in: [CustomInt!]\r\n numberOfUsedTechnologies_lt: CustomInt\r\n numberOfUsedTechnologies_lte: CustomInt\r\n numberOfUsedTechnologies_gt: CustomInt\r\n numberOfUsedTechnologies_gte: CustomInt\r\n numberOfUsedTechnologies_empty: Boolean\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 technopediaStreet_empty: Boolean\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 technopediaCity_empty: Boolean\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 technopediaState_empty: Boolean\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 technopediaZip_empty: Boolean\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 technopediaCountry_empty: Boolean\r\n technopediaTier: CustomInt\r\n technopediaTier_not: CustomInt\r\n technopediaTier_in: [CustomInt!]\r\n technopediaTier_not_in: [CustomInt!]\r\n technopediaTier_lt: CustomInt\r\n technopediaTier_lte: CustomInt\r\n technopediaTier_gt: CustomInt\r\n technopediaTier_gte: CustomInt\r\n technopediaTier_empty: Boolean\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 technopediaLegal_empty: Boolean\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 technopediaProfitsPerYear_empty: Boolean\r\n technopediaProfitsDate: CustomDate\r\n technopediaProfitsDate_not: CustomDate\r\n technopediaProfitsDate_in: [CustomDate!]\r\n technopediaProfitsDate_not_in: [CustomDate!]\r\n technopediaProfitsDate_lt: CustomDate\r\n technopediaProfitsDate_lte: CustomDate\r\n technopediaProfitsDate_gt: CustomDate\r\n technopediaProfitsDate_gte: CustomDate\r\n technopediaProfitsDate_empty: Boolean\r\n technopediaDateAcquired: CustomDate\r\n technopediaDateAcquired_not: CustomDate\r\n technopediaDateAcquired_in: [CustomDate!]\r\n technopediaDateAcquired_not_in: [CustomDate!]\r\n technopediaDateAcquired_lt: CustomDate\r\n technopediaDateAcquired_lte: CustomDate\r\n technopediaDateAcquired_gt: CustomDate\r\n technopediaDateAcquired_gte: CustomDate\r\n technopediaDateAcquired_empty: Boolean\r\n technopediaEmployees: CustomInt\r\n technopediaEmployees_not: CustomInt\r\n technopediaEmployees_in: [CustomInt!]\r\n technopediaEmployees_not_in: [CustomInt!]\r\n technopediaEmployees_lt: CustomInt\r\n technopediaEmployees_lte: CustomInt\r\n technopediaEmployees_gt: CustomInt\r\n technopediaEmployees_gte: CustomInt\r\n technopediaEmployees_empty: Boolean\r\n technopediaEmployeesDate: CustomDate\r\n technopediaEmployeesDate_not: CustomDate\r\n technopediaEmployeesDate_in: [CustomDate!]\r\n technopediaEmployeesDate_not_in: [CustomDate!]\r\n technopediaEmployeesDate_lt: CustomDate\r\n technopediaEmployeesDate_lte: CustomDate\r\n technopediaEmployeesDate_gt: CustomDate\r\n technopediaEmployeesDate_gte: CustomDate\r\n technopediaEmployeesDate_empty: Boolean\r\n technopediaFiscalEndDate: CustomDate\r\n technopediaFiscalEndDate_not: CustomDate\r\n technopediaFiscalEndDate_in: [CustomDate!]\r\n technopediaFiscalEndDate_not_in: [CustomDate!]\r\n technopediaFiscalEndDate_lt: CustomDate\r\n technopediaFiscalEndDate_lte: CustomDate\r\n technopediaFiscalEndDate_gt: CustomDate\r\n technopediaFiscalEndDate_gte: CustomDate\r\n technopediaFiscalEndDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n orgUnitMember_PersonSystem_some: [PersonSystemFilter!]\r\n orgUnitMember_PersonSystem_count: countFilter\r\n softwareTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n orgUnit_VariantObject_some: [OrgUnitFilter!]\r\n orgUnit_VariantObject_count: countFilter\r\n orgUnit_VariedObject_some: [OrgUnitFilter!]\r\n orgUnit_VariedObject_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n orgUnit_AggregationOf_some: [OrgUnitFilter!]\r\n orgUnit_AggregationOf_count: countFilter\r\n orgUnit_Component_some: [OrgUnitFilter!]\r\n orgUnit_Component_count: countFilter\r\n usagecontext_some: [UsageContextFilter!]\r\n usagecontext_count: countFilter\r\n}\r\n\r\nenum Relationship_OrgUnit_FulfillingEnterpriseAgent_BusinessCapabilityFulfillmentOwnership_BusinessCapabilityFulfillment_BusinessCapabilityFulfillment_CapabilityFulfillmentReference_BusinessCapabilityOrderBy {\r\n link1CoverageRatio_ASC\r\n link1CoverageRatio_DESC\r\n link1ComputedCoverageRatio_ASC\r\n link1ComputedCoverageRatio_DESC\r\n link1ITARecommendationStatus_ASC\r\n link1ITARecommendationStatus_DESC\r\n link1CompositeRealizationName_ASC\r\n link1CompositeRealizationName_DESC\r\n link1RealizationQuality_ASC\r\n link1RealizationQuality_DESC\r\n link1CapabilityFulfillmentMetaPictureIdentifier_ASC\r\n link1CapabilityFulfillmentMetaPictureIdentifier_DESC\r\n link1CostContributionKeyRealization_ASC\r\n link1CostContributionKeyRealization_DESC\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 technopediaFiscalEndDate_ASC\r\n technopediaFiscalEndDate_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnit implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal(format: EnumFormat): InternalExternalEnum\r\n technopediaToBeDeletedOn(format: String, timeOffset: String): CustomDate\r\n technopediaObjectDeletion(format: EnumFormat): TechnopediaObjectDeletionEnum\r\n orgUnitType(format: EnumFormat): OrgUnitTypeEnum\r\n technopediaDeleteReason(format: EnumFormat): TechnopediaDeleteReasonEnum\r\n currentState: GraphQLObjectInterface\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n email: String\r\n orgUnitStatus(format: EnumFormat): OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard(format: EnumFormat): CompanyStandardEnum\r\n numberOfProvidedTechnologies: CustomInt\r\n numberOfUsingApplicationsVendor: CustomInt\r\n numberOfUsedTechnologies: CustomInt\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate(format: String, timeOffset: String): CustomDate\r\n technopediaDateAcquired(format: String, timeOffset: String): CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate(format: String, timeOffset: String): CustomDate\r\n technopediaFiscalEndDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n softwareTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n orgUnit_AggregationOf(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_AggregationOfAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n orgUnit_Component(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ComponentAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n usagecontext(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContext]\r\n usagecontextAggregatedValues(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContextAggregatedValues]\r\n orgUnitMember_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMember]\r\n orgUnitMember_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [PersonSystemAggregatedValues]\r\n orgUnit_VariantObject(filter: Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnitFilter, orderBy: [Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnitOrderBy]): [Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnit]\r\n orgUnit_VariantObjectAggregatedValues(filter: Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnitFilter, orderBy: [Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n orgUnit_VariedObject(filter: Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnitFilter, orderBy: [Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnitOrderBy]): [Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnit]\r\n orgUnit_VariedObjectAggregatedValues(filter: Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnitFilter, orderBy: [Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n businessCapability(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnitFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnitOrderBy]): [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnit]\r\n businessCapabilityAggregatedValues(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnitFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnitOrderBy]): [BusinessCapabilityAggregatedValues]\r\n link1VariationName(language: Languages): String\r\n}\r\n\r\ninput Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnitFilter {\r\n and: [Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnitFilter!]\r\n or: [Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnitFilter!]\r\n link1VariationName: String\r\n link1VariationName_not: String\r\n link1VariationName_in: [String!]\r\n link1VariationName_not_in: [String!]\r\n link1VariationName_lt: String\r\n link1VariationName_lte: String\r\n link1VariationName_gt: String\r\n link1VariationName_gte: String\r\n link1VariationName_contains: String\r\n link1VariationName_not_contains: String\r\n link1VariationName_starts_with: String\r\n link1VariationName_not_starts_with: String\r\n link1VariationName_ends_with: String\r\n link1VariationName_not_ends_with: String\r\n link1VariationName_empty: Boolean\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 name_empty: Boolean\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 bDNAIdentifier_empty: Boolean\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 technopediaReplacementID_empty: Boolean\r\n internalExternal: InternalExternalEnum\r\n internalExternal_not: InternalExternalEnum\r\n internalExternal_in: [InternalExternalEnum!]\r\n internalExternal_not_in: [InternalExternalEnum!]\r\n internalExternal_empty: Boolean\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaToBeDeletedOn_not: CustomDate\r\n technopediaToBeDeletedOn_in: [CustomDate!]\r\n technopediaToBeDeletedOn_not_in: [CustomDate!]\r\n technopediaToBeDeletedOn_lt: CustomDate\r\n technopediaToBeDeletedOn_lte: CustomDate\r\n technopediaToBeDeletedOn_gt: CustomDate\r\n technopediaToBeDeletedOn_gte: CustomDate\r\n technopediaToBeDeletedOn_empty: Boolean\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_not: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_not_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_empty: Boolean\r\n orgUnitType: OrgUnitTypeEnum\r\n orgUnitType_not: OrgUnitTypeEnum\r\n orgUnitType_in: [OrgUnitTypeEnum!]\r\n orgUnitType_not_in: [OrgUnitTypeEnum!]\r\n orgUnitType_empty: Boolean\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_not: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_not_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: 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 technopediaID_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\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 nameInTechnopedia_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\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 email_empty: Boolean\r\n orgUnitStatus: OrgUnitStatusEnum\r\n orgUnitStatus_not: OrgUnitStatusEnum\r\n orgUnitStatus_in: [OrgUnitStatusEnum!]\r\n orgUnitStatus_not_in: [OrgUnitStatusEnum!]\r\n orgUnitStatus_empty: Boolean\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 vendorCode_empty: Boolean\r\n companyStandard: CompanyStandardEnum\r\n companyStandard_not: CompanyStandardEnum\r\n companyStandard_in: [CompanyStandardEnum!]\r\n companyStandard_not_in: [CompanyStandardEnum!]\r\n companyStandard_empty: Boolean\r\n numberOfProvidedTechnologies: CustomInt\r\n numberOfProvidedTechnologies_not: CustomInt\r\n numberOfProvidedTechnologies_in: [CustomInt!]\r\n numberOfProvidedTechnologies_not_in: [CustomInt!]\r\n numberOfProvidedTechnologies_lt: CustomInt\r\n numberOfProvidedTechnologies_lte: CustomInt\r\n numberOfProvidedTechnologies_gt: CustomInt\r\n numberOfProvidedTechnologies_gte: CustomInt\r\n numberOfProvidedTechnologies_empty: Boolean\r\n numberOfUsingApplicationsVendor: CustomInt\r\n numberOfUsingApplicationsVendor_not: CustomInt\r\n numberOfUsingApplicationsVendor_in: [CustomInt!]\r\n numberOfUsingApplicationsVendor_not_in: [CustomInt!]\r\n numberOfUsingApplicationsVendor_lt: CustomInt\r\n numberOfUsingApplicationsVendor_lte: CustomInt\r\n numberOfUsingApplicationsVendor_gt: CustomInt\r\n numberOfUsingApplicationsVendor_gte: CustomInt\r\n numberOfUsingApplicationsVendor_empty: Boolean\r\n numberOfUsedTechnologies: CustomInt\r\n numberOfUsedTechnologies_not: CustomInt\r\n numberOfUsedTechnologies_in: [CustomInt!]\r\n numberOfUsedTechnologies_not_in: [CustomInt!]\r\n numberOfUsedTechnologies_lt: CustomInt\r\n numberOfUsedTechnologies_lte: CustomInt\r\n numberOfUsedTechnologies_gt: CustomInt\r\n numberOfUsedTechnologies_gte: CustomInt\r\n numberOfUsedTechnologies_empty: Boolean\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 technopediaStreet_empty: Boolean\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 technopediaCity_empty: Boolean\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 technopediaState_empty: Boolean\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 technopediaZip_empty: Boolean\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 technopediaCountry_empty: Boolean\r\n technopediaTier: CustomInt\r\n technopediaTier_not: CustomInt\r\n technopediaTier_in: [CustomInt!]\r\n technopediaTier_not_in: [CustomInt!]\r\n technopediaTier_lt: CustomInt\r\n technopediaTier_lte: CustomInt\r\n technopediaTier_gt: CustomInt\r\n technopediaTier_gte: CustomInt\r\n technopediaTier_empty: Boolean\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 technopediaLegal_empty: Boolean\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 technopediaProfitsPerYear_empty: Boolean\r\n technopediaProfitsDate: CustomDate\r\n technopediaProfitsDate_not: CustomDate\r\n technopediaProfitsDate_in: [CustomDate!]\r\n technopediaProfitsDate_not_in: [CustomDate!]\r\n technopediaProfitsDate_lt: CustomDate\r\n technopediaProfitsDate_lte: CustomDate\r\n technopediaProfitsDate_gt: CustomDate\r\n technopediaProfitsDate_gte: CustomDate\r\n technopediaProfitsDate_empty: Boolean\r\n technopediaDateAcquired: CustomDate\r\n technopediaDateAcquired_not: CustomDate\r\n technopediaDateAcquired_in: [CustomDate!]\r\n technopediaDateAcquired_not_in: [CustomDate!]\r\n technopediaDateAcquired_lt: CustomDate\r\n technopediaDateAcquired_lte: CustomDate\r\n technopediaDateAcquired_gt: CustomDate\r\n technopediaDateAcquired_gte: CustomDate\r\n technopediaDateAcquired_empty: Boolean\r\n technopediaEmployees: CustomInt\r\n technopediaEmployees_not: CustomInt\r\n technopediaEmployees_in: [CustomInt!]\r\n technopediaEmployees_not_in: [CustomInt!]\r\n technopediaEmployees_lt: CustomInt\r\n technopediaEmployees_lte: CustomInt\r\n technopediaEmployees_gt: CustomInt\r\n technopediaEmployees_gte: CustomInt\r\n technopediaEmployees_empty: Boolean\r\n technopediaEmployeesDate: CustomDate\r\n technopediaEmployeesDate_not: CustomDate\r\n technopediaEmployeesDate_in: [CustomDate!]\r\n technopediaEmployeesDate_not_in: [CustomDate!]\r\n technopediaEmployeesDate_lt: CustomDate\r\n technopediaEmployeesDate_lte: CustomDate\r\n technopediaEmployeesDate_gt: CustomDate\r\n technopediaEmployeesDate_gte: CustomDate\r\n technopediaEmployeesDate_empty: Boolean\r\n technopediaFiscalEndDate: CustomDate\r\n technopediaFiscalEndDate_not: CustomDate\r\n technopediaFiscalEndDate_in: [CustomDate!]\r\n technopediaFiscalEndDate_not_in: [CustomDate!]\r\n technopediaFiscalEndDate_lt: CustomDate\r\n technopediaFiscalEndDate_lte: CustomDate\r\n technopediaFiscalEndDate_gt: CustomDate\r\n technopediaFiscalEndDate_gte: CustomDate\r\n technopediaFiscalEndDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n orgUnitMember_PersonSystem_some: [PersonSystemFilter!]\r\n orgUnitMember_PersonSystem_count: countFilter\r\n softwareTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n orgUnit_VariantObject_some: [OrgUnitFilter!]\r\n orgUnit_VariantObject_count: countFilter\r\n orgUnit_VariedObject_some: [OrgUnitFilter!]\r\n orgUnit_VariedObject_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n orgUnit_AggregationOf_some: [OrgUnitFilter!]\r\n orgUnit_AggregationOf_count: countFilter\r\n orgUnit_Component_some: [OrgUnitFilter!]\r\n orgUnit_Component_count: countFilter\r\n usagecontext_some: [UsageContextFilter!]\r\n usagecontext_count: countFilter\r\n}\r\n\r\nenum Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnitOrderBy {\r\n link1VariationName_ASC\r\n link1VariationName_DESC\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 technopediaFiscalEndDate_ASC\r\n technopediaFiscalEndDate_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnit implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal(format: EnumFormat): InternalExternalEnum\r\n technopediaToBeDeletedOn(format: String, timeOffset: String): CustomDate\r\n technopediaObjectDeletion(format: EnumFormat): TechnopediaObjectDeletionEnum\r\n orgUnitType(format: EnumFormat): OrgUnitTypeEnum\r\n technopediaDeleteReason(format: EnumFormat): TechnopediaDeleteReasonEnum\r\n currentState: GraphQLObjectInterface\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n email: String\r\n orgUnitStatus(format: EnumFormat): OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard(format: EnumFormat): CompanyStandardEnum\r\n numberOfProvidedTechnologies: CustomInt\r\n numberOfUsingApplicationsVendor: CustomInt\r\n numberOfUsedTechnologies: CustomInt\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate(format: String, timeOffset: String): CustomDate\r\n technopediaDateAcquired(format: String, timeOffset: String): CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate(format: String, timeOffset: String): CustomDate\r\n technopediaFiscalEndDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n softwareTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n orgUnit_AggregationOf(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_AggregationOfAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n orgUnit_Component(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_ComponentAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n usagecontext(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContext]\r\n usagecontextAggregatedValues(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContextAggregatedValues]\r\n orgUnitMember_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMember]\r\n orgUnitMember_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [PersonSystemAggregatedValues]\r\n orgUnit_VariantObject(filter: Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnitFilter, orderBy: [Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnitOrderBy]): [Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnit]\r\n orgUnit_VariantObjectAggregatedValues(filter: Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnitFilter, orderBy: [Relationship_OrgUnit_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n orgUnit_VariedObject(filter: Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnitFilter, orderBy: [Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnitOrderBy]): [Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnit]\r\n orgUnit_VariedObjectAggregatedValues(filter: Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnitFilter, orderBy: [Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n businessCapability(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnitFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnitOrderBy]): [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnit]\r\n businessCapabilityAggregatedValues(filter: Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnitFilter, orderBy: [Relationship_BusinessCapability_FulfilledBusinessCapability_CapabilityFulfillmentReference_BusinessCapabilityFulfillment_OwnedBusinessCapabilityFulfillment_BusinessCapabilityFulfillmentOwnership_OrgUnitOrderBy]): [BusinessCapabilityAggregatedValues]\r\n link1VariationName(language: Languages): String\r\n}\r\n\r\ninput Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnitFilter {\r\n and: [Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnitFilter!]\r\n or: [Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnitFilter!]\r\n link1VariationName: String\r\n link1VariationName_not: String\r\n link1VariationName_in: [String!]\r\n link1VariationName_not_in: [String!]\r\n link1VariationName_lt: String\r\n link1VariationName_lte: String\r\n link1VariationName_gt: String\r\n link1VariationName_gte: String\r\n link1VariationName_contains: String\r\n link1VariationName_not_contains: String\r\n link1VariationName_starts_with: String\r\n link1VariationName_not_starts_with: String\r\n link1VariationName_ends_with: String\r\n link1VariationName_not_ends_with: String\r\n link1VariationName_empty: Boolean\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 name_empty: Boolean\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 bDNAIdentifier_empty: Boolean\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 technopediaReplacementID_empty: Boolean\r\n internalExternal: InternalExternalEnum\r\n internalExternal_not: InternalExternalEnum\r\n internalExternal_in: [InternalExternalEnum!]\r\n internalExternal_not_in: [InternalExternalEnum!]\r\n internalExternal_empty: Boolean\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaToBeDeletedOn_not: CustomDate\r\n technopediaToBeDeletedOn_in: [CustomDate!]\r\n technopediaToBeDeletedOn_not_in: [CustomDate!]\r\n technopediaToBeDeletedOn_lt: CustomDate\r\n technopediaToBeDeletedOn_lte: CustomDate\r\n technopediaToBeDeletedOn_gt: CustomDate\r\n technopediaToBeDeletedOn_gte: CustomDate\r\n technopediaToBeDeletedOn_empty: Boolean\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_not: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_not_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_empty: Boolean\r\n orgUnitType: OrgUnitTypeEnum\r\n orgUnitType_not: OrgUnitTypeEnum\r\n orgUnitType_in: [OrgUnitTypeEnum!]\r\n orgUnitType_not_in: [OrgUnitTypeEnum!]\r\n orgUnitType_empty: Boolean\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_not: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_not_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: 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 technopediaID_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\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 nameInTechnopedia_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\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 email_empty: Boolean\r\n orgUnitStatus: OrgUnitStatusEnum\r\n orgUnitStatus_not: OrgUnitStatusEnum\r\n orgUnitStatus_in: [OrgUnitStatusEnum!]\r\n orgUnitStatus_not_in: [OrgUnitStatusEnum!]\r\n orgUnitStatus_empty: Boolean\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 vendorCode_empty: Boolean\r\n companyStandard: CompanyStandardEnum\r\n companyStandard_not: CompanyStandardEnum\r\n companyStandard_in: [CompanyStandardEnum!]\r\n companyStandard_not_in: [CompanyStandardEnum!]\r\n companyStandard_empty: Boolean\r\n numberOfProvidedTechnologies: CustomInt\r\n numberOfProvidedTechnologies_not: CustomInt\r\n numberOfProvidedTechnologies_in: [CustomInt!]\r\n numberOfProvidedTechnologies_not_in: [CustomInt!]\r\n numberOfProvidedTechnologies_lt: CustomInt\r\n numberOfProvidedTechnologies_lte: CustomInt\r\n numberOfProvidedTechnologies_gt: CustomInt\r\n numberOfProvidedTechnologies_gte: CustomInt\r\n numberOfProvidedTechnologies_empty: Boolean\r\n numberOfUsingApplicationsVendor: CustomInt\r\n numberOfUsingApplicationsVendor_not: CustomInt\r\n numberOfUsingApplicationsVendor_in: [CustomInt!]\r\n numberOfUsingApplicationsVendor_not_in: [CustomInt!]\r\n numberOfUsingApplicationsVendor_lt: CustomInt\r\n numberOfUsingApplicationsVendor_lte: CustomInt\r\n numberOfUsingApplicationsVendor_gt: CustomInt\r\n numberOfUsingApplicationsVendor_gte: CustomInt\r\n numberOfUsingApplicationsVendor_empty: Boolean\r\n numberOfUsedTechnologies: CustomInt\r\n numberOfUsedTechnologies_not: CustomInt\r\n numberOfUsedTechnologies_in: [CustomInt!]\r\n numberOfUsedTechnologies_not_in: [CustomInt!]\r\n numberOfUsedTechnologies_lt: CustomInt\r\n numberOfUsedTechnologies_lte: CustomInt\r\n numberOfUsedTechnologies_gt: CustomInt\r\n numberOfUsedTechnologies_gte: CustomInt\r\n numberOfUsedTechnologies_empty: Boolean\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 technopediaStreet_empty: Boolean\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 technopediaCity_empty: Boolean\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 technopediaState_empty: Boolean\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 technopediaZip_empty: Boolean\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 technopediaCountry_empty: Boolean\r\n technopediaTier: CustomInt\r\n technopediaTier_not: CustomInt\r\n technopediaTier_in: [CustomInt!]\r\n technopediaTier_not_in: [CustomInt!]\r\n technopediaTier_lt: CustomInt\r\n technopediaTier_lte: CustomInt\r\n technopediaTier_gt: CustomInt\r\n technopediaTier_gte: CustomInt\r\n technopediaTier_empty: Boolean\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 technopediaLegal_empty: Boolean\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 technopediaProfitsPerYear_empty: Boolean\r\n technopediaProfitsDate: CustomDate\r\n technopediaProfitsDate_not: CustomDate\r\n technopediaProfitsDate_in: [CustomDate!]\r\n technopediaProfitsDate_not_in: [CustomDate!]\r\n technopediaProfitsDate_lt: CustomDate\r\n technopediaProfitsDate_lte: CustomDate\r\n technopediaProfitsDate_gt: CustomDate\r\n technopediaProfitsDate_gte: CustomDate\r\n technopediaProfitsDate_empty: Boolean\r\n technopediaDateAcquired: CustomDate\r\n technopediaDateAcquired_not: CustomDate\r\n technopediaDateAcquired_in: [CustomDate!]\r\n technopediaDateAcquired_not_in: [CustomDate!]\r\n technopediaDateAcquired_lt: CustomDate\r\n technopediaDateAcquired_lte: CustomDate\r\n technopediaDateAcquired_gt: CustomDate\r\n technopediaDateAcquired_gte: CustomDate\r\n technopediaDateAcquired_empty: Boolean\r\n technopediaEmployees: CustomInt\r\n technopediaEmployees_not: CustomInt\r\n technopediaEmployees_in: [CustomInt!]\r\n technopediaEmployees_not_in: [CustomInt!]\r\n technopediaEmployees_lt: CustomInt\r\n technopediaEmployees_lte: CustomInt\r\n technopediaEmployees_gt: CustomInt\r\n technopediaEmployees_gte: CustomInt\r\n technopediaEmployees_empty: Boolean\r\n technopediaEmployeesDate: CustomDate\r\n technopediaEmployeesDate_not: CustomDate\r\n technopediaEmployeesDate_in: [CustomDate!]\r\n technopediaEmployeesDate_not_in: [CustomDate!]\r\n technopediaEmployeesDate_lt: CustomDate\r\n technopediaEmployeesDate_lte: CustomDate\r\n technopediaEmployeesDate_gt: CustomDate\r\n technopediaEmployeesDate_gte: CustomDate\r\n technopediaEmployeesDate_empty: Boolean\r\n technopediaFiscalEndDate: CustomDate\r\n technopediaFiscalEndDate_not: CustomDate\r\n technopediaFiscalEndDate_in: [CustomDate!]\r\n technopediaFiscalEndDate_not_in: [CustomDate!]\r\n technopediaFiscalEndDate_lt: CustomDate\r\n technopediaFiscalEndDate_lte: CustomDate\r\n technopediaFiscalEndDate_gt: CustomDate\r\n technopediaFiscalEndDate_gte: CustomDate\r\n technopediaFiscalEndDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n orgUnitMember_PersonSystem_some: [PersonSystemFilter!]\r\n orgUnitMember_PersonSystem_count: countFilter\r\n softwareTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n orgUnit_VariantObject_some: [OrgUnitFilter!]\r\n orgUnit_VariantObject_count: countFilter\r\n orgUnit_VariedObject_some: [OrgUnitFilter!]\r\n orgUnit_VariedObject_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n orgUnit_AggregationOf_some: [OrgUnitFilter!]\r\n orgUnit_AggregationOf_count: countFilter\r\n orgUnit_Component_some: [OrgUnitFilter!]\r\n orgUnit_Component_count: countFilter\r\n usagecontext_some: [UsageContextFilter!]\r\n usagecontext_count: countFilter\r\n}\r\n\r\nenum Relationship_OrgUnit_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_OrgUnitOrderBy {\r\n link1VariationName_ASC\r\n link1VariationName_DESC\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 technopediaFiscalEndDate_ASC\r\n technopediaFiscalEndDate_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\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: GraphQLObjectInterface\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n applicationOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n iTOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n businessOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n financialController_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n projectPortfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManager]\r\n projectPortfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n projectPortfolioApprover_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApprover]\r\n projectPortfolioApprover_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [PortfolioAggregatedValues]\r\n portfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManager]\r\n portfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n financialController_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n applicationOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [ApplicationAggregatedValues]\r\n softwareDesigner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [ApplicationAggregatedValues]\r\n iTOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [ApplicationAggregatedValues]\r\n businessOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [ApplicationAggregatedValues]\r\n financialController_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [ApplicationAggregatedValues]\r\n orgUnitMember_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMember]\r\n orgUnitMember_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [OrgUnitAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 userCode_empty: Boolean\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 commandLine_empty: Boolean\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 scciUserName_empty: Boolean\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 email_empty: Boolean\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 castToken_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\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 phoneNumber_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\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 initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 name_empty: Boolean\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 comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n applicationOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n applicationOwner_SoftwareInstallation_count: countFilter\r\n iTOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n iTOwner_SoftwareInstallation_count: countFilter\r\n businessOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n businessOwner_SoftwareInstallation_count: countFilter\r\n financialController_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n financialController_SoftwareInstallation_count: countFilter\r\n technologyCorrespondent_SoftwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n technologyCorrespondent_SoftwareTechnologyStack_count: countFilter\r\n projectPortfolioManager_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioManager_Portfolio_count: countFilter\r\n projectPortfolioApprover_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioApprover_Portfolio_count: countFilter\r\n portfolioManager_Portfolio_some: [PortfolioFilter!]\r\n portfolioManager_Portfolio_count: countFilter\r\n technologyCorrespondent_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n technologyCorrespondent_SoftwareTechnology_count: countFilter\r\n financialController_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n financialController_SoftwareTechnology_count: countFilter\r\n applicationOwner_Application_some: [ApplicationFilter!]\r\n applicationOwner_Application_count: countFilter\r\n softwareDesigner_Application_some: [ApplicationFilter!]\r\n softwareDesigner_Application_count: countFilter\r\n iTOwner_Application_some: [ApplicationFilter!]\r\n iTOwner_Application_count: countFilter\r\n businessOwner_Application_some: [ApplicationFilter!]\r\n businessOwner_Application_count: countFilter\r\n financialController_Application_some: [ApplicationFilter!]\r\n financialController_Application_count: countFilter\r\n orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n orgUnitMember_OrgUnit_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwner implements GraphQLObjectInterface {\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: GraphQLObjectInterface\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n applicationOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n iTOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n businessOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n financialController_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n projectPortfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManager]\r\n projectPortfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n projectPortfolioApprover_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApprover]\r\n projectPortfolioApprover_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [PortfolioAggregatedValues]\r\n portfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManager]\r\n portfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n financialController_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n applicationOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [ApplicationAggregatedValues]\r\n softwareDesigner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [ApplicationAggregatedValues]\r\n iTOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [ApplicationAggregatedValues]\r\n businessOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [ApplicationAggregatedValues]\r\n financialController_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [ApplicationAggregatedValues]\r\n orgUnitMember_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMember]\r\n orgUnitMember_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [OrgUnitAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 userCode_empty: Boolean\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 commandLine_empty: Boolean\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 scciUserName_empty: Boolean\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 email_empty: Boolean\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 castToken_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\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 phoneNumber_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\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 initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 name_empty: Boolean\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 comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n applicationOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n applicationOwner_SoftwareInstallation_count: countFilter\r\n iTOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n iTOwner_SoftwareInstallation_count: countFilter\r\n businessOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n businessOwner_SoftwareInstallation_count: countFilter\r\n financialController_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n financialController_SoftwareInstallation_count: countFilter\r\n technologyCorrespondent_SoftwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n technologyCorrespondent_SoftwareTechnologyStack_count: countFilter\r\n projectPortfolioManager_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioManager_Portfolio_count: countFilter\r\n projectPortfolioApprover_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioApprover_Portfolio_count: countFilter\r\n portfolioManager_Portfolio_some: [PortfolioFilter!]\r\n portfolioManager_Portfolio_count: countFilter\r\n technologyCorrespondent_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n technologyCorrespondent_SoftwareTechnology_count: countFilter\r\n financialController_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n financialController_SoftwareTechnology_count: countFilter\r\n applicationOwner_Application_some: [ApplicationFilter!]\r\n applicationOwner_Application_count: countFilter\r\n softwareDesigner_Application_some: [ApplicationFilter!]\r\n softwareDesigner_Application_count: countFilter\r\n iTOwner_Application_some: [ApplicationFilter!]\r\n iTOwner_Application_count: countFilter\r\n businessOwner_Application_some: [ApplicationFilter!]\r\n businessOwner_Application_count: countFilter\r\n financialController_Application_some: [ApplicationFilter!]\r\n financialController_Application_count: countFilter\r\n orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n orgUnitMember_OrgUnit_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_BusinessOwnerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwner implements GraphQLObjectInterface {\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: GraphQLObjectInterface\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n applicationOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n iTOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n businessOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n financialController_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n projectPortfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManager]\r\n projectPortfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n projectPortfolioApprover_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApprover]\r\n projectPortfolioApprover_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [PortfolioAggregatedValues]\r\n portfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManager]\r\n portfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n financialController_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n applicationOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [ApplicationAggregatedValues]\r\n softwareDesigner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [ApplicationAggregatedValues]\r\n iTOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [ApplicationAggregatedValues]\r\n businessOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [ApplicationAggregatedValues]\r\n financialController_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [ApplicationAggregatedValues]\r\n orgUnitMember_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMember]\r\n orgUnitMember_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [OrgUnitAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 userCode_empty: Boolean\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 commandLine_empty: Boolean\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 scciUserName_empty: Boolean\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 email_empty: Boolean\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 castToken_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\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 phoneNumber_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\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 initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 name_empty: Boolean\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 comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n applicationOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n applicationOwner_SoftwareInstallation_count: countFilter\r\n iTOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n iTOwner_SoftwareInstallation_count: countFilter\r\n businessOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n businessOwner_SoftwareInstallation_count: countFilter\r\n financialController_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n financialController_SoftwareInstallation_count: countFilter\r\n technologyCorrespondent_SoftwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n technologyCorrespondent_SoftwareTechnologyStack_count: countFilter\r\n projectPortfolioManager_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioManager_Portfolio_count: countFilter\r\n projectPortfolioApprover_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioApprover_Portfolio_count: countFilter\r\n portfolioManager_Portfolio_some: [PortfolioFilter!]\r\n portfolioManager_Portfolio_count: countFilter\r\n technologyCorrespondent_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n technologyCorrespondent_SoftwareTechnology_count: countFilter\r\n financialController_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n financialController_SoftwareTechnology_count: countFilter\r\n applicationOwner_Application_some: [ApplicationFilter!]\r\n applicationOwner_Application_count: countFilter\r\n softwareDesigner_Application_some: [ApplicationFilter!]\r\n softwareDesigner_Application_count: countFilter\r\n iTOwner_Application_some: [ApplicationFilter!]\r\n iTOwner_Application_count: countFilter\r\n businessOwner_Application_some: [ApplicationFilter!]\r\n businessOwner_Application_count: countFilter\r\n financialController_Application_some: [ApplicationFilter!]\r\n financialController_Application_count: countFilter\r\n orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n orgUnitMember_OrgUnit_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_ITOwnerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwner implements GraphQLObjectInterface {\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: GraphQLObjectInterface\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n applicationOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n iTOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n businessOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n financialController_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n projectPortfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManager]\r\n projectPortfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n projectPortfolioApprover_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApprover]\r\n projectPortfolioApprover_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [PortfolioAggregatedValues]\r\n portfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManager]\r\n portfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n financialController_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n applicationOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [ApplicationAggregatedValues]\r\n softwareDesigner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [ApplicationAggregatedValues]\r\n iTOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [ApplicationAggregatedValues]\r\n businessOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [ApplicationAggregatedValues]\r\n financialController_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [ApplicationAggregatedValues]\r\n orgUnitMember_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMember]\r\n orgUnitMember_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [OrgUnitAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 userCode_empty: Boolean\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 commandLine_empty: Boolean\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 scciUserName_empty: Boolean\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 email_empty: Boolean\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 castToken_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\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 phoneNumber_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\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 initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 name_empty: Boolean\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 comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n applicationOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n applicationOwner_SoftwareInstallation_count: countFilter\r\n iTOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n iTOwner_SoftwareInstallation_count: countFilter\r\n businessOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n businessOwner_SoftwareInstallation_count: countFilter\r\n financialController_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n financialController_SoftwareInstallation_count: countFilter\r\n technologyCorrespondent_SoftwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n technologyCorrespondent_SoftwareTechnologyStack_count: countFilter\r\n projectPortfolioManager_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioManager_Portfolio_count: countFilter\r\n projectPortfolioApprover_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioApprover_Portfolio_count: countFilter\r\n portfolioManager_Portfolio_some: [PortfolioFilter!]\r\n portfolioManager_Portfolio_count: countFilter\r\n technologyCorrespondent_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n technologyCorrespondent_SoftwareTechnology_count: countFilter\r\n financialController_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n financialController_SoftwareTechnology_count: countFilter\r\n applicationOwner_Application_some: [ApplicationFilter!]\r\n applicationOwner_Application_count: countFilter\r\n softwareDesigner_Application_some: [ApplicationFilter!]\r\n softwareDesigner_Application_count: countFilter\r\n iTOwner_Application_some: [ApplicationFilter!]\r\n iTOwner_Application_count: countFilter\r\n businessOwner_Application_some: [ApplicationFilter!]\r\n businessOwner_Application_count: countFilter\r\n financialController_Application_some: [ApplicationFilter!]\r\n financialController_Application_count: countFilter\r\n orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n orgUnitMember_OrgUnit_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialController implements GraphQLObjectInterface {\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: GraphQLObjectInterface\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n applicationOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n iTOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n businessOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n financialController_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n projectPortfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManager]\r\n projectPortfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n projectPortfolioApprover_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApprover]\r\n projectPortfolioApprover_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [PortfolioAggregatedValues]\r\n portfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManager]\r\n portfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n financialController_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n applicationOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [ApplicationAggregatedValues]\r\n softwareDesigner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [ApplicationAggregatedValues]\r\n iTOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [ApplicationAggregatedValues]\r\n businessOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [ApplicationAggregatedValues]\r\n financialController_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [ApplicationAggregatedValues]\r\n orgUnitMember_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMember]\r\n orgUnitMember_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [OrgUnitAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 userCode_empty: Boolean\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 commandLine_empty: Boolean\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 scciUserName_empty: Boolean\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 email_empty: Boolean\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 castToken_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\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 phoneNumber_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\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 initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 name_empty: Boolean\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 comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n applicationOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n applicationOwner_SoftwareInstallation_count: countFilter\r\n iTOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n iTOwner_SoftwareInstallation_count: countFilter\r\n businessOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n businessOwner_SoftwareInstallation_count: countFilter\r\n financialController_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n financialController_SoftwareInstallation_count: countFilter\r\n technologyCorrespondent_SoftwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n technologyCorrespondent_SoftwareTechnologyStack_count: countFilter\r\n projectPortfolioManager_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioManager_Portfolio_count: countFilter\r\n projectPortfolioApprover_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioApprover_Portfolio_count: countFilter\r\n portfolioManager_Portfolio_some: [PortfolioFilter!]\r\n portfolioManager_Portfolio_count: countFilter\r\n technologyCorrespondent_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n technologyCorrespondent_SoftwareTechnology_count: countFilter\r\n financialController_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n financialController_SoftwareTechnology_count: countFilter\r\n applicationOwner_Application_some: [ApplicationFilter!]\r\n applicationOwner_Application_count: countFilter\r\n softwareDesigner_Application_some: [ApplicationFilter!]\r\n softwareDesigner_Application_count: countFilter\r\n iTOwner_Application_some: [ApplicationFilter!]\r\n iTOwner_Application_count: countFilter\r\n businessOwner_Application_some: [ApplicationFilter!]\r\n businessOwner_Application_count: countFilter\r\n financialController_Application_some: [ApplicationFilter!]\r\n financialController_Application_count: countFilter\r\n orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n orgUnitMember_OrgUnit_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesigner implements GraphQLObjectInterface {\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: GraphQLObjectInterface\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n applicationOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n iTOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n businessOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n financialController_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n projectPortfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManager]\r\n projectPortfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n projectPortfolioApprover_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApprover]\r\n projectPortfolioApprover_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [PortfolioAggregatedValues]\r\n portfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManager]\r\n portfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n financialController_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n applicationOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [ApplicationAggregatedValues]\r\n softwareDesigner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [ApplicationAggregatedValues]\r\n iTOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [ApplicationAggregatedValues]\r\n businessOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [ApplicationAggregatedValues]\r\n financialController_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [ApplicationAggregatedValues]\r\n orgUnitMember_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMember]\r\n orgUnitMember_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [OrgUnitAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 userCode_empty: Boolean\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 commandLine_empty: Boolean\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 scciUserName_empty: Boolean\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 email_empty: Boolean\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 castToken_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\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 phoneNumber_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\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 initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 name_empty: Boolean\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 comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n applicationOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n applicationOwner_SoftwareInstallation_count: countFilter\r\n iTOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n iTOwner_SoftwareInstallation_count: countFilter\r\n businessOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n businessOwner_SoftwareInstallation_count: countFilter\r\n financialController_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n financialController_SoftwareInstallation_count: countFilter\r\n technologyCorrespondent_SoftwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n technologyCorrespondent_SoftwareTechnologyStack_count: countFilter\r\n projectPortfolioManager_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioManager_Portfolio_count: countFilter\r\n projectPortfolioApprover_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioApprover_Portfolio_count: countFilter\r\n portfolioManager_Portfolio_some: [PortfolioFilter!]\r\n portfolioManager_Portfolio_count: countFilter\r\n technologyCorrespondent_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n technologyCorrespondent_SoftwareTechnology_count: countFilter\r\n financialController_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n financialController_SoftwareTechnology_count: countFilter\r\n applicationOwner_Application_some: [ApplicationFilter!]\r\n applicationOwner_Application_count: countFilter\r\n softwareDesigner_Application_some: [ApplicationFilter!]\r\n softwareDesigner_Application_count: countFilter\r\n iTOwner_Application_some: [ApplicationFilter!]\r\n iTOwner_Application_count: countFilter\r\n businessOwner_Application_some: [ApplicationFilter!]\r\n businessOwner_Application_count: countFilter\r\n financialController_Application_some: [ApplicationFilter!]\r\n financialController_Application_count: countFilter\r\n orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n orgUnitMember_OrgUnit_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Application_BusinessRole_BusinessRole_SoftwareDesignerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMember implements GraphQLObjectInterface {\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: GraphQLObjectInterface\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n applicationOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n iTOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n businessOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n financialController_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n projectPortfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManager]\r\n projectPortfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n projectPortfolioApprover_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApprover]\r\n projectPortfolioApprover_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [PortfolioAggregatedValues]\r\n portfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManager]\r\n portfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n financialController_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n applicationOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [ApplicationAggregatedValues]\r\n softwareDesigner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [ApplicationAggregatedValues]\r\n iTOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [ApplicationAggregatedValues]\r\n businessOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [ApplicationAggregatedValues]\r\n financialController_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [ApplicationAggregatedValues]\r\n orgUnitMember_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMember]\r\n orgUnitMember_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [OrgUnitAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMemberFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMemberFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMemberFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 userCode_empty: Boolean\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 commandLine_empty: Boolean\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 scciUserName_empty: Boolean\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 email_empty: Boolean\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 castToken_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\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 phoneNumber_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\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 initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 name_empty: Boolean\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 comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n applicationOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n applicationOwner_SoftwareInstallation_count: countFilter\r\n iTOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n iTOwner_SoftwareInstallation_count: countFilter\r\n businessOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n businessOwner_SoftwareInstallation_count: countFilter\r\n financialController_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n financialController_SoftwareInstallation_count: countFilter\r\n technologyCorrespondent_SoftwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n technologyCorrespondent_SoftwareTechnologyStack_count: countFilter\r\n projectPortfolioManager_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioManager_Portfolio_count: countFilter\r\n projectPortfolioApprover_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioApprover_Portfolio_count: countFilter\r\n portfolioManager_Portfolio_some: [PortfolioFilter!]\r\n portfolioManager_Portfolio_count: countFilter\r\n technologyCorrespondent_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n technologyCorrespondent_SoftwareTechnology_count: countFilter\r\n financialController_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n financialController_SoftwareTechnology_count: countFilter\r\n applicationOwner_Application_some: [ApplicationFilter!]\r\n applicationOwner_Application_count: countFilter\r\n softwareDesigner_Application_some: [ApplicationFilter!]\r\n softwareDesigner_Application_count: countFilter\r\n iTOwner_Application_some: [ApplicationFilter!]\r\n iTOwner_Application_count: countFilter\r\n businessOwner_Application_some: [ApplicationFilter!]\r\n businessOwner_Application_count: countFilter\r\n financialController_Application_some: [ApplicationFilter!]\r\n financialController_Application_count: countFilter\r\n orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n orgUnitMember_OrgUnit_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitMemberOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_PortfolioManager implements GraphQLObjectInterface {\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: GraphQLObjectInterface\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n applicationOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n iTOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n businessOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n financialController_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n projectPortfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManager]\r\n projectPortfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n projectPortfolioApprover_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApprover]\r\n projectPortfolioApprover_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [PortfolioAggregatedValues]\r\n portfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManager]\r\n portfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n financialController_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n applicationOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [ApplicationAggregatedValues]\r\n softwareDesigner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [ApplicationAggregatedValues]\r\n iTOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [ApplicationAggregatedValues]\r\n businessOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [ApplicationAggregatedValues]\r\n financialController_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [ApplicationAggregatedValues]\r\n orgUnitMember_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMember]\r\n orgUnitMember_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [OrgUnitAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_PortfolioManagerFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_PortfolioManagerFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_PortfolioManagerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 userCode_empty: Boolean\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 commandLine_empty: Boolean\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 scciUserName_empty: Boolean\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 email_empty: Boolean\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 castToken_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\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 phoneNumber_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\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 initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 name_empty: Boolean\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 comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n applicationOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n applicationOwner_SoftwareInstallation_count: countFilter\r\n iTOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n iTOwner_SoftwareInstallation_count: countFilter\r\n businessOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n businessOwner_SoftwareInstallation_count: countFilter\r\n financialController_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n financialController_SoftwareInstallation_count: countFilter\r\n technologyCorrespondent_SoftwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n technologyCorrespondent_SoftwareTechnologyStack_count: countFilter\r\n projectPortfolioManager_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioManager_Portfolio_count: countFilter\r\n projectPortfolioApprover_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioApprover_Portfolio_count: countFilter\r\n portfolioManager_Portfolio_some: [PortfolioFilter!]\r\n portfolioManager_Portfolio_count: countFilter\r\n technologyCorrespondent_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n technologyCorrespondent_SoftwareTechnology_count: countFilter\r\n financialController_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n financialController_SoftwareTechnology_count: countFilter\r\n applicationOwner_Application_some: [ApplicationFilter!]\r\n applicationOwner_Application_count: countFilter\r\n softwareDesigner_Application_some: [ApplicationFilter!]\r\n softwareDesigner_Application_count: countFilter\r\n iTOwner_Application_some: [ApplicationFilter!]\r\n iTOwner_Application_count: countFilter\r\n businessOwner_Application_some: [ApplicationFilter!]\r\n businessOwner_Application_count: countFilter\r\n financialController_Application_some: [ApplicationFilter!]\r\n financialController_Application_count: countFilter\r\n orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n orgUnitMember_OrgUnit_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_PortfolioManagerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioApprover implements GraphQLObjectInterface {\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: GraphQLObjectInterface\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n applicationOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n iTOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n businessOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n financialController_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n projectPortfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManager]\r\n projectPortfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n projectPortfolioApprover_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApprover]\r\n projectPortfolioApprover_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [PortfolioAggregatedValues]\r\n portfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManager]\r\n portfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n financialController_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n applicationOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [ApplicationAggregatedValues]\r\n softwareDesigner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [ApplicationAggregatedValues]\r\n iTOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [ApplicationAggregatedValues]\r\n businessOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [ApplicationAggregatedValues]\r\n financialController_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [ApplicationAggregatedValues]\r\n orgUnitMember_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMember]\r\n orgUnitMember_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [OrgUnitAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 userCode_empty: Boolean\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 commandLine_empty: Boolean\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 scciUserName_empty: Boolean\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 email_empty: Boolean\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 castToken_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\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 phoneNumber_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\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 initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 name_empty: Boolean\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 comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n applicationOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n applicationOwner_SoftwareInstallation_count: countFilter\r\n iTOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n iTOwner_SoftwareInstallation_count: countFilter\r\n businessOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n businessOwner_SoftwareInstallation_count: countFilter\r\n financialController_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n financialController_SoftwareInstallation_count: countFilter\r\n technologyCorrespondent_SoftwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n technologyCorrespondent_SoftwareTechnologyStack_count: countFilter\r\n projectPortfolioManager_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioManager_Portfolio_count: countFilter\r\n projectPortfolioApprover_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioApprover_Portfolio_count: countFilter\r\n portfolioManager_Portfolio_some: [PortfolioFilter!]\r\n portfolioManager_Portfolio_count: countFilter\r\n technologyCorrespondent_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n technologyCorrespondent_SoftwareTechnology_count: countFilter\r\n financialController_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n financialController_SoftwareTechnology_count: countFilter\r\n applicationOwner_Application_some: [ApplicationFilter!]\r\n applicationOwner_Application_count: countFilter\r\n softwareDesigner_Application_some: [ApplicationFilter!]\r\n softwareDesigner_Application_count: countFilter\r\n iTOwner_Application_some: [ApplicationFilter!]\r\n iTOwner_Application_count: countFilter\r\n businessOwner_Application_some: [ApplicationFilter!]\r\n businessOwner_Application_count: countFilter\r\n financialController_Application_some: [ApplicationFilter!]\r\n financialController_Application_count: countFilter\r\n orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n orgUnitMember_OrgUnit_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioManager implements GraphQLObjectInterface {\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: GraphQLObjectInterface\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n applicationOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n iTOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n businessOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n financialController_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n projectPortfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManager]\r\n projectPortfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n projectPortfolioApprover_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApprover]\r\n projectPortfolioApprover_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [PortfolioAggregatedValues]\r\n portfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManager]\r\n portfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n financialController_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n applicationOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [ApplicationAggregatedValues]\r\n softwareDesigner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [ApplicationAggregatedValues]\r\n iTOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [ApplicationAggregatedValues]\r\n businessOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [ApplicationAggregatedValues]\r\n financialController_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [ApplicationAggregatedValues]\r\n orgUnitMember_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMember]\r\n orgUnitMember_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [OrgUnitAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 userCode_empty: Boolean\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 commandLine_empty: Boolean\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 scciUserName_empty: Boolean\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 email_empty: Boolean\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 castToken_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\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 phoneNumber_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\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 initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 name_empty: Boolean\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 comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n applicationOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n applicationOwner_SoftwareInstallation_count: countFilter\r\n iTOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n iTOwner_SoftwareInstallation_count: countFilter\r\n businessOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n businessOwner_SoftwareInstallation_count: countFilter\r\n financialController_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n financialController_SoftwareInstallation_count: countFilter\r\n technologyCorrespondent_SoftwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n technologyCorrespondent_SoftwareTechnologyStack_count: countFilter\r\n projectPortfolioManager_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioManager_Portfolio_count: countFilter\r\n projectPortfolioApprover_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioApprover_Portfolio_count: countFilter\r\n portfolioManager_Portfolio_some: [PortfolioFilter!]\r\n portfolioManager_Portfolio_count: countFilter\r\n technologyCorrespondent_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n technologyCorrespondent_SoftwareTechnology_count: countFilter\r\n financialController_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n financialController_SoftwareTechnology_count: countFilter\r\n applicationOwner_Application_some: [ApplicationFilter!]\r\n applicationOwner_Application_count: countFilter\r\n softwareDesigner_Application_some: [ApplicationFilter!]\r\n softwareDesigner_Application_count: countFilter\r\n iTOwner_Application_some: [ApplicationFilter!]\r\n iTOwner_Application_count: countFilter\r\n businessOwner_Application_some: [ApplicationFilter!]\r\n businessOwner_Application_count: countFilter\r\n financialController_Application_some: [ApplicationFilter!]\r\n financialController_Application_count: countFilter\r\n orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n orgUnitMember_OrgUnit_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwner implements GraphQLObjectInterface {\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: GraphQLObjectInterface\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n applicationOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n iTOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n businessOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n financialController_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n projectPortfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManager]\r\n projectPortfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n projectPortfolioApprover_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApprover]\r\n projectPortfolioApprover_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [PortfolioAggregatedValues]\r\n portfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManager]\r\n portfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n financialController_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n applicationOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [ApplicationAggregatedValues]\r\n softwareDesigner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [ApplicationAggregatedValues]\r\n iTOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [ApplicationAggregatedValues]\r\n businessOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [ApplicationAggregatedValues]\r\n financialController_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [ApplicationAggregatedValues]\r\n orgUnitMember_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMember]\r\n orgUnitMember_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [OrgUnitAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwnerFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwnerFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwnerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 userCode_empty: Boolean\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 commandLine_empty: Boolean\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 scciUserName_empty: Boolean\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 email_empty: Boolean\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 castToken_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\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 phoneNumber_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\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 initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 name_empty: Boolean\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 comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n applicationOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n applicationOwner_SoftwareInstallation_count: countFilter\r\n iTOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n iTOwner_SoftwareInstallation_count: countFilter\r\n businessOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n businessOwner_SoftwareInstallation_count: countFilter\r\n financialController_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n financialController_SoftwareInstallation_count: countFilter\r\n technologyCorrespondent_SoftwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n technologyCorrespondent_SoftwareTechnologyStack_count: countFilter\r\n projectPortfolioManager_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioManager_Portfolio_count: countFilter\r\n projectPortfolioApprover_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioApprover_Portfolio_count: countFilter\r\n portfolioManager_Portfolio_some: [PortfolioFilter!]\r\n portfolioManager_Portfolio_count: countFilter\r\n technologyCorrespondent_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n technologyCorrespondent_SoftwareTechnology_count: countFilter\r\n financialController_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n financialController_SoftwareTechnology_count: countFilter\r\n applicationOwner_Application_some: [ApplicationFilter!]\r\n applicationOwner_Application_count: countFilter\r\n softwareDesigner_Application_some: [ApplicationFilter!]\r\n softwareDesigner_Application_count: countFilter\r\n iTOwner_Application_some: [ApplicationFilter!]\r\n iTOwner_Application_count: countFilter\r\n businessOwner_Application_some: [ApplicationFilter!]\r\n businessOwner_Application_count: countFilter\r\n financialController_Application_some: [ApplicationFilter!]\r\n financialController_Application_count: countFilter\r\n orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n orgUnitMember_OrgUnit_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwnerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwner implements GraphQLObjectInterface {\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: GraphQLObjectInterface\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n applicationOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n iTOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n businessOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n financialController_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n projectPortfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManager]\r\n projectPortfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n projectPortfolioApprover_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApprover]\r\n projectPortfolioApprover_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [PortfolioAggregatedValues]\r\n portfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManager]\r\n portfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n financialController_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n applicationOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [ApplicationAggregatedValues]\r\n softwareDesigner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [ApplicationAggregatedValues]\r\n iTOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [ApplicationAggregatedValues]\r\n businessOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [ApplicationAggregatedValues]\r\n financialController_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [ApplicationAggregatedValues]\r\n orgUnitMember_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMember]\r\n orgUnitMember_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [OrgUnitAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwnerFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwnerFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwnerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 userCode_empty: Boolean\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 commandLine_empty: Boolean\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 scciUserName_empty: Boolean\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 email_empty: Boolean\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 castToken_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\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 phoneNumber_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\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 initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 name_empty: Boolean\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 comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n applicationOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n applicationOwner_SoftwareInstallation_count: countFilter\r\n iTOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n iTOwner_SoftwareInstallation_count: countFilter\r\n businessOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n businessOwner_SoftwareInstallation_count: countFilter\r\n financialController_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n financialController_SoftwareInstallation_count: countFilter\r\n technologyCorrespondent_SoftwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n technologyCorrespondent_SoftwareTechnologyStack_count: countFilter\r\n projectPortfolioManager_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioManager_Portfolio_count: countFilter\r\n projectPortfolioApprover_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioApprover_Portfolio_count: countFilter\r\n portfolioManager_Portfolio_some: [PortfolioFilter!]\r\n portfolioManager_Portfolio_count: countFilter\r\n technologyCorrespondent_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n technologyCorrespondent_SoftwareTechnology_count: countFilter\r\n financialController_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n financialController_SoftwareTechnology_count: countFilter\r\n applicationOwner_Application_some: [ApplicationFilter!]\r\n applicationOwner_Application_count: countFilter\r\n softwareDesigner_Application_some: [ApplicationFilter!]\r\n softwareDesigner_Application_count: countFilter\r\n iTOwner_Application_some: [ApplicationFilter!]\r\n iTOwner_Application_count: countFilter\r\n businessOwner_Application_some: [ApplicationFilter!]\r\n businessOwner_Application_count: countFilter\r\n financialController_Application_some: [ApplicationFilter!]\r\n financialController_Application_count: countFilter\r\n orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n orgUnitMember_OrgUnit_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwnerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwner implements GraphQLObjectInterface {\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: GraphQLObjectInterface\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n applicationOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n iTOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n businessOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n financialController_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n projectPortfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManager]\r\n projectPortfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n projectPortfolioApprover_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApprover]\r\n projectPortfolioApprover_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [PortfolioAggregatedValues]\r\n portfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManager]\r\n portfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n financialController_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n applicationOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [ApplicationAggregatedValues]\r\n softwareDesigner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [ApplicationAggregatedValues]\r\n iTOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [ApplicationAggregatedValues]\r\n businessOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [ApplicationAggregatedValues]\r\n financialController_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [ApplicationAggregatedValues]\r\n orgUnitMember_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMember]\r\n orgUnitMember_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [OrgUnitAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwnerFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwnerFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwnerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 userCode_empty: Boolean\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 commandLine_empty: Boolean\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 scciUserName_empty: Boolean\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 email_empty: Boolean\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 castToken_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\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 phoneNumber_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\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 initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 name_empty: Boolean\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 comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n applicationOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n applicationOwner_SoftwareInstallation_count: countFilter\r\n iTOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n iTOwner_SoftwareInstallation_count: countFilter\r\n businessOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n businessOwner_SoftwareInstallation_count: countFilter\r\n financialController_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n financialController_SoftwareInstallation_count: countFilter\r\n technologyCorrespondent_SoftwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n technologyCorrespondent_SoftwareTechnologyStack_count: countFilter\r\n projectPortfolioManager_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioManager_Portfolio_count: countFilter\r\n projectPortfolioApprover_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioApprover_Portfolio_count: countFilter\r\n portfolioManager_Portfolio_some: [PortfolioFilter!]\r\n portfolioManager_Portfolio_count: countFilter\r\n technologyCorrespondent_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n technologyCorrespondent_SoftwareTechnology_count: countFilter\r\n financialController_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n financialController_SoftwareTechnology_count: countFilter\r\n applicationOwner_Application_some: [ApplicationFilter!]\r\n applicationOwner_Application_count: countFilter\r\n softwareDesigner_Application_some: [ApplicationFilter!]\r\n softwareDesigner_Application_count: countFilter\r\n iTOwner_Application_some: [ApplicationFilter!]\r\n iTOwner_Application_count: countFilter\r\n businessOwner_Application_some: [ApplicationFilter!]\r\n businessOwner_Application_count: countFilter\r\n financialController_Application_some: [ApplicationFilter!]\r\n financialController_Application_count: countFilter\r\n orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n orgUnitMember_OrgUnit_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialController implements GraphQLObjectInterface {\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: GraphQLObjectInterface\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n applicationOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n iTOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n businessOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n financialController_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n projectPortfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManager]\r\n projectPortfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n projectPortfolioApprover_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApprover]\r\n projectPortfolioApprover_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [PortfolioAggregatedValues]\r\n portfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManager]\r\n portfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n financialController_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n applicationOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [ApplicationAggregatedValues]\r\n softwareDesigner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [ApplicationAggregatedValues]\r\n iTOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [ApplicationAggregatedValues]\r\n businessOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [ApplicationAggregatedValues]\r\n financialController_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [ApplicationAggregatedValues]\r\n orgUnitMember_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMember]\r\n orgUnitMember_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [OrgUnitAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialControllerFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialControllerFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialControllerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 userCode_empty: Boolean\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 commandLine_empty: Boolean\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 scciUserName_empty: Boolean\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 email_empty: Boolean\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 castToken_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\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 phoneNumber_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\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 initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 name_empty: Boolean\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 comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n applicationOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n applicationOwner_SoftwareInstallation_count: countFilter\r\n iTOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n iTOwner_SoftwareInstallation_count: countFilter\r\n businessOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n businessOwner_SoftwareInstallation_count: countFilter\r\n financialController_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n financialController_SoftwareInstallation_count: countFilter\r\n technologyCorrespondent_SoftwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n technologyCorrespondent_SoftwareTechnologyStack_count: countFilter\r\n projectPortfolioManager_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioManager_Portfolio_count: countFilter\r\n projectPortfolioApprover_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioApprover_Portfolio_count: countFilter\r\n portfolioManager_Portfolio_some: [PortfolioFilter!]\r\n portfolioManager_Portfolio_count: countFilter\r\n technologyCorrespondent_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n technologyCorrespondent_SoftwareTechnology_count: countFilter\r\n financialController_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n financialController_SoftwareTechnology_count: countFilter\r\n applicationOwner_Application_some: [ApplicationFilter!]\r\n applicationOwner_Application_count: countFilter\r\n softwareDesigner_Application_some: [ApplicationFilter!]\r\n softwareDesigner_Application_count: countFilter\r\n iTOwner_Application_some: [ApplicationFilter!]\r\n iTOwner_Application_count: countFilter\r\n businessOwner_Application_some: [ApplicationFilter!]\r\n businessOwner_Application_count: countFilter\r\n financialController_Application_some: [ApplicationFilter!]\r\n financialController_Application_count: countFilter\r\n orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n orgUnitMember_OrgUnit_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondent implements GraphQLObjectInterface {\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: GraphQLObjectInterface\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n applicationOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n iTOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n businessOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n financialController_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n projectPortfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManager]\r\n projectPortfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n projectPortfolioApprover_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApprover]\r\n projectPortfolioApprover_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [PortfolioAggregatedValues]\r\n portfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManager]\r\n portfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n financialController_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n applicationOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [ApplicationAggregatedValues]\r\n softwareDesigner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [ApplicationAggregatedValues]\r\n iTOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [ApplicationAggregatedValues]\r\n businessOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [ApplicationAggregatedValues]\r\n financialController_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [ApplicationAggregatedValues]\r\n orgUnitMember_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMember]\r\n orgUnitMember_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [OrgUnitAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 userCode_empty: Boolean\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 commandLine_empty: Boolean\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 scciUserName_empty: Boolean\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 email_empty: Boolean\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 castToken_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\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 phoneNumber_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\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 initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 name_empty: Boolean\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 comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n applicationOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n applicationOwner_SoftwareInstallation_count: countFilter\r\n iTOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n iTOwner_SoftwareInstallation_count: countFilter\r\n businessOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n businessOwner_SoftwareInstallation_count: countFilter\r\n financialController_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n financialController_SoftwareInstallation_count: countFilter\r\n technologyCorrespondent_SoftwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n technologyCorrespondent_SoftwareTechnologyStack_count: countFilter\r\n projectPortfolioManager_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioManager_Portfolio_count: countFilter\r\n projectPortfolioApprover_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioApprover_Portfolio_count: countFilter\r\n portfolioManager_Portfolio_some: [PortfolioFilter!]\r\n portfolioManager_Portfolio_count: countFilter\r\n technologyCorrespondent_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n technologyCorrespondent_SoftwareTechnology_count: countFilter\r\n financialController_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n financialController_SoftwareTechnology_count: countFilter\r\n applicationOwner_Application_some: [ApplicationFilter!]\r\n applicationOwner_Application_count: countFilter\r\n softwareDesigner_Application_some: [ApplicationFilter!]\r\n softwareDesigner_Application_count: countFilter\r\n iTOwner_Application_some: [ApplicationFilter!]\r\n iTOwner_Application_count: countFilter\r\n businessOwner_Application_some: [ApplicationFilter!]\r\n businessOwner_Application_count: countFilter\r\n financialController_Application_some: [ApplicationFilter!]\r\n financialController_Application_count: countFilter\r\n orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n orgUnitMember_OrgUnit_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialController implements GraphQLObjectInterface {\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: GraphQLObjectInterface\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n applicationOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n iTOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n businessOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n financialController_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n projectPortfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManager]\r\n projectPortfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n projectPortfolioApprover_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApprover]\r\n projectPortfolioApprover_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [PortfolioAggregatedValues]\r\n portfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManager]\r\n portfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n financialController_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n applicationOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [ApplicationAggregatedValues]\r\n softwareDesigner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [ApplicationAggregatedValues]\r\n iTOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [ApplicationAggregatedValues]\r\n businessOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [ApplicationAggregatedValues]\r\n financialController_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [ApplicationAggregatedValues]\r\n orgUnitMember_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMember]\r\n orgUnitMember_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [OrgUnitAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 userCode_empty: Boolean\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 commandLine_empty: Boolean\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 scciUserName_empty: Boolean\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 email_empty: Boolean\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 castToken_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\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 phoneNumber_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\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 initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 name_empty: Boolean\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 comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n applicationOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n applicationOwner_SoftwareInstallation_count: countFilter\r\n iTOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n iTOwner_SoftwareInstallation_count: countFilter\r\n businessOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n businessOwner_SoftwareInstallation_count: countFilter\r\n financialController_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n financialController_SoftwareInstallation_count: countFilter\r\n technologyCorrespondent_SoftwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n technologyCorrespondent_SoftwareTechnologyStack_count: countFilter\r\n projectPortfolioManager_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioManager_Portfolio_count: countFilter\r\n projectPortfolioApprover_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioApprover_Portfolio_count: countFilter\r\n portfolioManager_Portfolio_some: [PortfolioFilter!]\r\n portfolioManager_Portfolio_count: countFilter\r\n technologyCorrespondent_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n technologyCorrespondent_SoftwareTechnology_count: countFilter\r\n financialController_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n financialController_SoftwareTechnology_count: countFilter\r\n applicationOwner_Application_some: [ApplicationFilter!]\r\n applicationOwner_Application_count: countFilter\r\n softwareDesigner_Application_some: [ApplicationFilter!]\r\n softwareDesigner_Application_count: countFilter\r\n iTOwner_Application_some: [ApplicationFilter!]\r\n iTOwner_Application_count: countFilter\r\n businessOwner_Application_some: [ApplicationFilter!]\r\n businessOwner_Application_count: countFilter\r\n financialController_Application_some: [ApplicationFilter!]\r\n financialController_Application_count: countFilter\r\n orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n orgUnitMember_OrgUnit_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondent implements GraphQLObjectInterface {\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: GraphQLObjectInterface\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson(format: EnumFormat): ValidPersonEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n login(filter: LoginFilter, orderBy: [LoginOrderBy]): [Login]\r\n loginAggregatedValues(filter: LoginFilter, orderBy: [LoginOrderBy]): [LoginAggregatedValues]\r\n applicationOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n iTOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n businessOwner_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n financialController_SoftwareInstallation(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareInstallationAggregatedValues(filter: Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareInstallationAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n projectPortfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManager]\r\n projectPortfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n projectPortfolioApprover_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApprover]\r\n projectPortfolioApprover_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [PortfolioAggregatedValues]\r\n portfolioManager_Portfolio(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManager]\r\n portfolioManager_PortfolioAggregatedValues(filter: Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [PortfolioAggregatedValues]\r\n technologyCorrespondent_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n financialController_SoftwareTechnology(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_SoftwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n applicationOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [ApplicationAggregatedValues]\r\n softwareDesigner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesigner]\r\n softwareDesigner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_SoftwareDesignerOrderBy]): [ApplicationAggregatedValues]\r\n iTOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy]): [ApplicationAggregatedValues]\r\n businessOwner_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [ApplicationAggregatedValues]\r\n financialController_Application(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_ApplicationAggregatedValues(filter: Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_Application_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [ApplicationAggregatedValues]\r\n orgUnitMember_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMember]\r\n orgUnitMember_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitMemberOrderBy]): [OrgUnitAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter {\r\n and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter!]\r\n or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 userCode_empty: Boolean\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 commandLine_empty: Boolean\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 scciUserName_empty: Boolean\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 email_empty: Boolean\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 castToken_empty: Boolean\r\n belongsToAPersonGroup: Boolean\r\n belongsToAPersonGroup_not: Boolean\r\n belongsToAPersonGroup_empty: Boolean\r\n dataLanguage: String\r\n dataLanguage_not: String\r\n dataLanguage_in: [String!]\r\n dataLanguage_not_in: [String!]\r\n dataLanguage_empty: Boolean\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 phoneNumber_empty: Boolean\r\n cASTHighlightID: CustomInt\r\n cASTHighlightID_not: CustomInt\r\n cASTHighlightID_in: [CustomInt!]\r\n cASTHighlightID_not_in: [CustomInt!]\r\n cASTHighlightID_lt: CustomInt\r\n cASTHighlightID_lte: CustomInt\r\n cASTHighlightID_gt: CustomInt\r\n cASTHighlightID_gte: CustomInt\r\n cASTHighlightID_empty: Boolean\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 initials_empty: Boolean\r\n validPerson: ValidPersonEnum\r\n validPerson_not: ValidPersonEnum\r\n validPerson_in: [ValidPersonEnum!]\r\n validPerson_not_in: [ValidPersonEnum!]\r\n validPerson_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 name_empty: Boolean\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 comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n login_some: [LoginFilter!]\r\n login_count: countFilter\r\n applicationOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n applicationOwner_SoftwareInstallation_count: countFilter\r\n iTOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n iTOwner_SoftwareInstallation_count: countFilter\r\n businessOwner_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n businessOwner_SoftwareInstallation_count: countFilter\r\n financialController_SoftwareInstallation_some: [SoftwareInstallationFilter!]\r\n financialController_SoftwareInstallation_count: countFilter\r\n technologyCorrespondent_SoftwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n technologyCorrespondent_SoftwareTechnologyStack_count: countFilter\r\n projectPortfolioManager_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioManager_Portfolio_count: countFilter\r\n projectPortfolioApprover_Portfolio_some: [PortfolioFilter!]\r\n projectPortfolioApprover_Portfolio_count: countFilter\r\n portfolioManager_Portfolio_some: [PortfolioFilter!]\r\n portfolioManager_Portfolio_count: countFilter\r\n technologyCorrespondent_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n technologyCorrespondent_SoftwareTechnology_count: countFilter\r\n financialController_SoftwareTechnology_some: [SoftwareTechnologyFilter!]\r\n financialController_SoftwareTechnology_count: countFilter\r\n applicationOwner_Application_some: [ApplicationFilter!]\r\n applicationOwner_Application_count: countFilter\r\n softwareDesigner_Application_some: [ApplicationFilter!]\r\n softwareDesigner_Application_count: countFilter\r\n iTOwner_Application_some: [ApplicationFilter!]\r\n iTOwner_Application_count: countFilter\r\n businessOwner_Application_some: [ApplicationFilter!]\r\n businessOwner_Application_count: countFilter\r\n financialController_Application_some: [ApplicationFilter!]\r\n financialController_Application_count: countFilter\r\n orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n orgUnitMember_OrgUnit_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManager implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n studyStartDate(format: String, timeOffset: String): CustomDate\r\n studyEndDate(format: String, timeOffset: String): CustomDate\r\n portfolioType(format: EnumFormat): PortfolioTypeEnum\r\n lastUpdate(format: String, timeOffset: String): CustomDate\r\n updateFrequency(format: EnumFormat): UpdateFrequencyEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n portfolio_Lower(filter: PortfolioFilter, orderBy: [PortfolioOrderBy]): [Portfolio]\r\n portfolio_LowerAggregatedValues(filter: PortfolioFilter, orderBy: [PortfolioOrderBy]): [PortfolioAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n portfolio_Upper(filter: PortfolioFilter, orderBy: [PortfolioOrderBy]): [Portfolio]\r\n portfolio_UpperAggregatedValues(filter: PortfolioFilter, orderBy: [PortfolioOrderBy]): [PortfolioAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n cASTHighlightCampaign_CastHighlightCampaign(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaign]\r\n cASTHighlightCampaign_CastHighlightCampaignAggregatedValues(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaignAggregatedValues]\r\n projectPortfolioManager_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioManager]\r\n projectPortfolioManager_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [PersonSystemAggregatedValues]\r\n projectPortfolioApprover_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioApprover]\r\n projectPortfolioApprover_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [PersonSystemAggregatedValues]\r\n portfolioManager_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_PortfolioManager]\r\n portfolioManager_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [PersonSystemAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter {\r\n and: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter!]\r\n or: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\r\n studyStartDate: CustomDate\r\n studyStartDate_not: CustomDate\r\n studyStartDate_in: [CustomDate!]\r\n studyStartDate_not_in: [CustomDate!]\r\n studyStartDate_lt: CustomDate\r\n studyStartDate_lte: CustomDate\r\n studyStartDate_gt: CustomDate\r\n studyStartDate_gte: CustomDate\r\n studyStartDate_empty: Boolean\r\n studyEndDate: CustomDate\r\n studyEndDate_not: CustomDate\r\n studyEndDate_in: [CustomDate!]\r\n studyEndDate_not_in: [CustomDate!]\r\n studyEndDate_lt: CustomDate\r\n studyEndDate_lte: CustomDate\r\n studyEndDate_gt: CustomDate\r\n studyEndDate_gte: CustomDate\r\n studyEndDate_empty: Boolean\r\n portfolioType: PortfolioTypeEnum\r\n portfolioType_not: PortfolioTypeEnum\r\n portfolioType_in: [PortfolioTypeEnum!]\r\n portfolioType_not_in: [PortfolioTypeEnum!]\r\n portfolioType_empty: Boolean\r\n lastUpdate: CustomDate\r\n lastUpdate_not: CustomDate\r\n lastUpdate_in: [CustomDate!]\r\n lastUpdate_not_in: [CustomDate!]\r\n lastUpdate_lt: CustomDate\r\n lastUpdate_lte: CustomDate\r\n lastUpdate_gt: CustomDate\r\n lastUpdate_gte: CustomDate\r\n lastUpdate_empty: Boolean\r\n updateFrequency: UpdateFrequencyEnum\r\n updateFrequency_not: UpdateFrequencyEnum\r\n updateFrequency_in: [UpdateFrequencyEnum!]\r\n updateFrequency_not_in: [UpdateFrequencyEnum!]\r\n updateFrequency_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n portfolio_Lower_some: [PortfolioFilter!]\r\n portfolio_Lower_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n portfolio_Upper_some: [PortfolioFilter!]\r\n portfolio_Upper_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n projectPortfolioManager_PersonSystem_some: [PersonSystemFilter!]\r\n projectPortfolioManager_PersonSystem_count: countFilter\r\n projectPortfolioApprover_PersonSystem_some: [PersonSystemFilter!]\r\n projectPortfolioApprover_PersonSystem_count: countFilter\r\n portfolioManager_PersonSystem_some: [PersonSystemFilter!]\r\n portfolioManager_PersonSystem_count: countFilter\r\n cASTHighlightCampaign_CastHighlightCampaign_some: [CASTHighlightCampaignFilter!]\r\n cASTHighlightCampaign_CastHighlightCampaign_count: countFilter\r\n}\r\n\r\nenum Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_PortfolioManagerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApprover implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n studyStartDate(format: String, timeOffset: String): CustomDate\r\n studyEndDate(format: String, timeOffset: String): CustomDate\r\n portfolioType(format: EnumFormat): PortfolioTypeEnum\r\n lastUpdate(format: String, timeOffset: String): CustomDate\r\n updateFrequency(format: EnumFormat): UpdateFrequencyEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n portfolio_Lower(filter: PortfolioFilter, orderBy: [PortfolioOrderBy]): [Portfolio]\r\n portfolio_LowerAggregatedValues(filter: PortfolioFilter, orderBy: [PortfolioOrderBy]): [PortfolioAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n portfolio_Upper(filter: PortfolioFilter, orderBy: [PortfolioOrderBy]): [Portfolio]\r\n portfolio_UpperAggregatedValues(filter: PortfolioFilter, orderBy: [PortfolioOrderBy]): [PortfolioAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n cASTHighlightCampaign_CastHighlightCampaign(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaign]\r\n cASTHighlightCampaign_CastHighlightCampaignAggregatedValues(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaignAggregatedValues]\r\n projectPortfolioManager_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioManager]\r\n projectPortfolioManager_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [PersonSystemAggregatedValues]\r\n projectPortfolioApprover_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioApprover]\r\n projectPortfolioApprover_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [PersonSystemAggregatedValues]\r\n portfolioManager_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_PortfolioManager]\r\n portfolioManager_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [PersonSystemAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter {\r\n and: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter!]\r\n or: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\r\n studyStartDate: CustomDate\r\n studyStartDate_not: CustomDate\r\n studyStartDate_in: [CustomDate!]\r\n studyStartDate_not_in: [CustomDate!]\r\n studyStartDate_lt: CustomDate\r\n studyStartDate_lte: CustomDate\r\n studyStartDate_gt: CustomDate\r\n studyStartDate_gte: CustomDate\r\n studyStartDate_empty: Boolean\r\n studyEndDate: CustomDate\r\n studyEndDate_not: CustomDate\r\n studyEndDate_in: [CustomDate!]\r\n studyEndDate_not_in: [CustomDate!]\r\n studyEndDate_lt: CustomDate\r\n studyEndDate_lte: CustomDate\r\n studyEndDate_gt: CustomDate\r\n studyEndDate_gte: CustomDate\r\n studyEndDate_empty: Boolean\r\n portfolioType: PortfolioTypeEnum\r\n portfolioType_not: PortfolioTypeEnum\r\n portfolioType_in: [PortfolioTypeEnum!]\r\n portfolioType_not_in: [PortfolioTypeEnum!]\r\n portfolioType_empty: Boolean\r\n lastUpdate: CustomDate\r\n lastUpdate_not: CustomDate\r\n lastUpdate_in: [CustomDate!]\r\n lastUpdate_not_in: [CustomDate!]\r\n lastUpdate_lt: CustomDate\r\n lastUpdate_lte: CustomDate\r\n lastUpdate_gt: CustomDate\r\n lastUpdate_gte: CustomDate\r\n lastUpdate_empty: Boolean\r\n updateFrequency: UpdateFrequencyEnum\r\n updateFrequency_not: UpdateFrequencyEnum\r\n updateFrequency_in: [UpdateFrequencyEnum!]\r\n updateFrequency_not_in: [UpdateFrequencyEnum!]\r\n updateFrequency_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n portfolio_Lower_some: [PortfolioFilter!]\r\n portfolio_Lower_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n portfolio_Upper_some: [PortfolioFilter!]\r\n portfolio_Upper_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n projectPortfolioManager_PersonSystem_some: [PersonSystemFilter!]\r\n projectPortfolioManager_PersonSystem_count: countFilter\r\n projectPortfolioApprover_PersonSystem_some: [PersonSystemFilter!]\r\n projectPortfolioApprover_PersonSystem_count: countFilter\r\n portfolioManager_PersonSystem_some: [PersonSystemFilter!]\r\n portfolioManager_PersonSystem_count: countFilter\r\n cASTHighlightCampaign_CastHighlightCampaign_some: [CASTHighlightCampaignFilter!]\r\n cASTHighlightCampaign_CastHighlightCampaign_count: countFilter\r\n}\r\n\r\nenum Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManager implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n studyStartDate(format: String, timeOffset: String): CustomDate\r\n studyEndDate(format: String, timeOffset: String): CustomDate\r\n portfolioType(format: EnumFormat): PortfolioTypeEnum\r\n lastUpdate(format: String, timeOffset: String): CustomDate\r\n updateFrequency(format: EnumFormat): UpdateFrequencyEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n portfolio_Lower(filter: PortfolioFilter, orderBy: [PortfolioOrderBy]): [Portfolio]\r\n portfolio_LowerAggregatedValues(filter: PortfolioFilter, orderBy: [PortfolioOrderBy]): [PortfolioAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n portfolio_Upper(filter: PortfolioFilter, orderBy: [PortfolioOrderBy]): [Portfolio]\r\n portfolio_UpperAggregatedValues(filter: PortfolioFilter, orderBy: [PortfolioOrderBy]): [PortfolioAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n cASTHighlightCampaign_CastHighlightCampaign(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaign]\r\n cASTHighlightCampaign_CastHighlightCampaignAggregatedValues(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaignAggregatedValues]\r\n projectPortfolioManager_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioManager]\r\n projectPortfolioManager_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [PersonSystemAggregatedValues]\r\n projectPortfolioApprover_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioApprover]\r\n projectPortfolioApprover_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [PersonSystemAggregatedValues]\r\n portfolioManager_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_PortfolioManager]\r\n portfolioManager_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [PersonSystemAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter {\r\n and: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter!]\r\n or: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\r\n studyStartDate: CustomDate\r\n studyStartDate_not: CustomDate\r\n studyStartDate_in: [CustomDate!]\r\n studyStartDate_not_in: [CustomDate!]\r\n studyStartDate_lt: CustomDate\r\n studyStartDate_lte: CustomDate\r\n studyStartDate_gt: CustomDate\r\n studyStartDate_gte: CustomDate\r\n studyStartDate_empty: Boolean\r\n studyEndDate: CustomDate\r\n studyEndDate_not: CustomDate\r\n studyEndDate_in: [CustomDate!]\r\n studyEndDate_not_in: [CustomDate!]\r\n studyEndDate_lt: CustomDate\r\n studyEndDate_lte: CustomDate\r\n studyEndDate_gt: CustomDate\r\n studyEndDate_gte: CustomDate\r\n studyEndDate_empty: Boolean\r\n portfolioType: PortfolioTypeEnum\r\n portfolioType_not: PortfolioTypeEnum\r\n portfolioType_in: [PortfolioTypeEnum!]\r\n portfolioType_not_in: [PortfolioTypeEnum!]\r\n portfolioType_empty: Boolean\r\n lastUpdate: CustomDate\r\n lastUpdate_not: CustomDate\r\n lastUpdate_in: [CustomDate!]\r\n lastUpdate_not_in: [CustomDate!]\r\n lastUpdate_lt: CustomDate\r\n lastUpdate_lte: CustomDate\r\n lastUpdate_gt: CustomDate\r\n lastUpdate_gte: CustomDate\r\n lastUpdate_empty: Boolean\r\n updateFrequency: UpdateFrequencyEnum\r\n updateFrequency_not: UpdateFrequencyEnum\r\n updateFrequency_in: [UpdateFrequencyEnum!]\r\n updateFrequency_not_in: [UpdateFrequencyEnum!]\r\n updateFrequency_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n portfolio_Lower_some: [PortfolioFilter!]\r\n portfolio_Lower_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n portfolio_Upper_some: [PortfolioFilter!]\r\n portfolio_Upper_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n projectPortfolioManager_PersonSystem_some: [PersonSystemFilter!]\r\n projectPortfolioManager_PersonSystem_count: countFilter\r\n projectPortfolioApprover_PersonSystem_some: [PersonSystemFilter!]\r\n projectPortfolioApprover_PersonSystem_count: countFilter\r\n portfolioManager_PersonSystem_some: [PersonSystemFilter!]\r\n portfolioManager_PersonSystem_count: countFilter\r\n cASTHighlightCampaign_CastHighlightCampaign_some: [CASTHighlightCampaignFilter!]\r\n cASTHighlightCampaign_CastHighlightCampaign_count: countFilter\r\n}\r\n\r\nenum Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n studyStartDate(format: String, timeOffset: String): CustomDate\r\n studyEndDate(format: String, timeOffset: String): CustomDate\r\n portfolioType(format: EnumFormat): PortfolioTypeEnum\r\n lastUpdate(format: String, timeOffset: String): CustomDate\r\n updateFrequency(format: EnumFormat): UpdateFrequencyEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n portfolio_Lower(filter: PortfolioFilter, orderBy: [PortfolioOrderBy]): [Portfolio]\r\n portfolio_LowerAggregatedValues(filter: PortfolioFilter, orderBy: [PortfolioOrderBy]): [PortfolioAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n portfolio_Upper(filter: PortfolioFilter, orderBy: [PortfolioOrderBy]): [Portfolio]\r\n portfolio_UpperAggregatedValues(filter: PortfolioFilter, orderBy: [PortfolioOrderBy]): [PortfolioAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n cASTHighlightCampaign_CastHighlightCampaign(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaign]\r\n cASTHighlightCampaign_CastHighlightCampaignAggregatedValues(filter: CASTHighlightCampaignFilter, orderBy: [CASTHighlightCampaignOrderBy]): [CASTHighlightCampaignAggregatedValues]\r\n projectPortfolioManager_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioManager]\r\n projectPortfolioManager_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioManagerOrderBy]): [PersonSystemAggregatedValues]\r\n projectPortfolioApprover_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioApprover]\r\n projectPortfolioApprover_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_ProjectPortfolioApproverOrderBy]): [PersonSystemAggregatedValues]\r\n portfolioManager_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_PortfolioManager]\r\n portfolioManager_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_PortfolioManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Portfolio_BusinessRole_BusinessRole_PortfolioManagerOrderBy]): [PersonSystemAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n and: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n or: [Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\r\n studyStartDate: CustomDate\r\n studyStartDate_not: CustomDate\r\n studyStartDate_in: [CustomDate!]\r\n studyStartDate_not_in: [CustomDate!]\r\n studyStartDate_lt: CustomDate\r\n studyStartDate_lte: CustomDate\r\n studyStartDate_gt: CustomDate\r\n studyStartDate_gte: CustomDate\r\n studyStartDate_empty: Boolean\r\n studyEndDate: CustomDate\r\n studyEndDate_not: CustomDate\r\n studyEndDate_in: [CustomDate!]\r\n studyEndDate_not_in: [CustomDate!]\r\n studyEndDate_lt: CustomDate\r\n studyEndDate_lte: CustomDate\r\n studyEndDate_gt: CustomDate\r\n studyEndDate_gte: CustomDate\r\n studyEndDate_empty: Boolean\r\n portfolioType: PortfolioTypeEnum\r\n portfolioType_not: PortfolioTypeEnum\r\n portfolioType_in: [PortfolioTypeEnum!]\r\n portfolioType_not_in: [PortfolioTypeEnum!]\r\n portfolioType_empty: Boolean\r\n lastUpdate: CustomDate\r\n lastUpdate_not: CustomDate\r\n lastUpdate_in: [CustomDate!]\r\n lastUpdate_not_in: [CustomDate!]\r\n lastUpdate_lt: CustomDate\r\n lastUpdate_lte: CustomDate\r\n lastUpdate_gt: CustomDate\r\n lastUpdate_gte: CustomDate\r\n lastUpdate_empty: Boolean\r\n updateFrequency: UpdateFrequencyEnum\r\n updateFrequency_not: UpdateFrequencyEnum\r\n updateFrequency_in: [UpdateFrequencyEnum!]\r\n updateFrequency_not_in: [UpdateFrequencyEnum!]\r\n updateFrequency_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n portfolio_Lower_some: [PortfolioFilter!]\r\n portfolio_Lower_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n portfolio_Upper_some: [PortfolioFilter!]\r\n portfolio_Upper_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n projectPortfolioManager_PersonSystem_some: [PersonSystemFilter!]\r\n projectPortfolioManager_PersonSystem_count: countFilter\r\n projectPortfolioApprover_PersonSystem_some: [PersonSystemFilter!]\r\n projectPortfolioApprover_PersonSystem_count: countFilter\r\n portfolioManager_PersonSystem_some: [PersonSystemFilter!]\r\n portfolioManager_PersonSystem_count: countFilter\r\n cASTHighlightCampaign_CastHighlightCampaign_some: [CASTHighlightCampaignFilter!]\r\n cASTHighlightCampaign_CastHighlightCampaign_count: countFilter\r\n}\r\n\r\nenum Relationship_Portfolio_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n riskCode: String\r\n riskIdentificationMode(format: EnumFormat): RiskIdentificationModeEnum\r\n assessmentFreshness: CustomFloat\r\n impactERM(format: EnumFormat): ImpactERMEnum\r\n likelihoodERM(format: EnumFormat): LikelihoodERMEnum\r\n severity(format: EnumFormat): SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK(format: EnumFormat): LikelihoodCRKEnum\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n deployedTechnology(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnology]\r\n deployedTechnologyAggregatedValues(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnologyAggregatedValues]\r\n softwareInstallation(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallationAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n businessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n content(filter: ContentFilter, orderBy: [ContentOrderBy]): [Content]\r\n contentAggregatedValues(filter: ContentFilter, orderBy: [ContentOrderBy]): [ContentAggregatedValues]\r\n softwareTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n businessCapability(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy]): [BusinessCapability]\r\n businessCapabilityAggregatedValues(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy]): [BusinessCapabilityAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n site(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n siteAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n softwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskFilter, orderBy: [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskOrderBy]): [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_Risk]\r\n softwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskFilter, orderBy: [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology_SoftwareTechnologyStackPart(filter: Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskFilter, orderBy: [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskOrderBy]): [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_Risk]\r\n softwareTechnology_SoftwareTechnologyStackPartAggregatedValues(filter: Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskFilter, orderBy: [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n and: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n or: [Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\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 riskCode_empty: Boolean\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n riskIdentificationMode_not: RiskIdentificationModeEnum\r\n riskIdentificationMode_in: [RiskIdentificationModeEnum!]\r\n riskIdentificationMode_not_in: [RiskIdentificationModeEnum!]\r\n riskIdentificationMode_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n impactERM: ImpactERMEnum\r\n impactERM_not: ImpactERMEnum\r\n impactERM_in: [ImpactERMEnum!]\r\n impactERM_not_in: [ImpactERMEnum!]\r\n impactERM_empty: Boolean\r\n likelihoodERM: LikelihoodERMEnum\r\n likelihoodERM_not: LikelihoodERMEnum\r\n likelihoodERM_in: [LikelihoodERMEnum!]\r\n likelihoodERM_not_in: [LikelihoodERMEnum!]\r\n likelihoodERM_empty: Boolean\r\n severity: SeverityEnum\r\n severity_not: SeverityEnum\r\n severity_in: [SeverityEnum!]\r\n severity_not_in: [SeverityEnum!]\r\n severity_empty: Boolean\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 residualRiskComputingMode_empty: Boolean\r\n likelihoodCRK: LikelihoodCRKEnum\r\n likelihoodCRK_not: LikelihoodCRKEnum\r\n likelihoodCRK_in: [LikelihoodCRKEnum!]\r\n likelihoodCRK_not_in: [LikelihoodCRKEnum!]\r\n likelihoodCRK_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n deployedTechnology_some: [DeployedTechnologyFilter!]\r\n deployedTechnology_count: countFilter\r\n softwareInstallation_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n content_some: [ContentFilter!]\r\n content_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n softwareTechnology_SoftwareTechnologyStackPart_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_SoftwareTechnologyStackPart_count: countFilter\r\n softwareTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n site_some: [SiteFilter!]\r\n site_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n}\r\n\r\nenum Relationship_Risk_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnology implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n riskCode: String\r\n riskIdentificationMode(format: EnumFormat): RiskIdentificationModeEnum\r\n assessmentFreshness: CustomFloat\r\n impactERM(format: EnumFormat): ImpactERMEnum\r\n likelihoodERM(format: EnumFormat): LikelihoodERMEnum\r\n severity(format: EnumFormat): SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK(format: EnumFormat): LikelihoodCRKEnum\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n deployedTechnology(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnology]\r\n deployedTechnologyAggregatedValues(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnologyAggregatedValues]\r\n softwareInstallation(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallationAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n businessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n content(filter: ContentFilter, orderBy: [ContentOrderBy]): [Content]\r\n contentAggregatedValues(filter: ContentFilter, orderBy: [ContentOrderBy]): [ContentAggregatedValues]\r\n softwareTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n businessCapability(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy]): [BusinessCapability]\r\n businessCapabilityAggregatedValues(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy]): [BusinessCapabilityAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n site(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n siteAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n softwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskFilter, orderBy: [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskOrderBy]): [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_Risk]\r\n softwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskFilter, orderBy: [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology_SoftwareTechnologyStackPart(filter: Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskFilter, orderBy: [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskOrderBy]): [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_Risk]\r\n softwareTechnology_SoftwareTechnologyStackPartAggregatedValues(filter: Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskFilter, orderBy: [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n}\r\n\r\ninput Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter {\r\n and: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter!]\r\n or: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter!]\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 name_empty: Boolean\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 riskCode_empty: Boolean\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n riskIdentificationMode_not: RiskIdentificationModeEnum\r\n riskIdentificationMode_in: [RiskIdentificationModeEnum!]\r\n riskIdentificationMode_not_in: [RiskIdentificationModeEnum!]\r\n riskIdentificationMode_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n impactERM: ImpactERMEnum\r\n impactERM_not: ImpactERMEnum\r\n impactERM_in: [ImpactERMEnum!]\r\n impactERM_not_in: [ImpactERMEnum!]\r\n impactERM_empty: Boolean\r\n likelihoodERM: LikelihoodERMEnum\r\n likelihoodERM_not: LikelihoodERMEnum\r\n likelihoodERM_in: [LikelihoodERMEnum!]\r\n likelihoodERM_not_in: [LikelihoodERMEnum!]\r\n likelihoodERM_empty: Boolean\r\n severity: SeverityEnum\r\n severity_not: SeverityEnum\r\n severity_in: [SeverityEnum!]\r\n severity_not_in: [SeverityEnum!]\r\n severity_empty: Boolean\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 residualRiskComputingMode_empty: Boolean\r\n likelihoodCRK: LikelihoodCRKEnum\r\n likelihoodCRK_not: LikelihoodCRKEnum\r\n likelihoodCRK_in: [LikelihoodCRKEnum!]\r\n likelihoodCRK_not_in: [LikelihoodCRKEnum!]\r\n likelihoodCRK_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n deployedTechnology_some: [DeployedTechnologyFilter!]\r\n deployedTechnology_count: countFilter\r\n softwareInstallation_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n content_some: [ContentFilter!]\r\n content_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n softwareTechnology_SoftwareTechnologyStackPart_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_SoftwareTechnologyStackPart_count: countFilter\r\n softwareTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n site_some: [SiteFilter!]\r\n site_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n}\r\n\r\nenum Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy {\r\n name_ASC\r\n name_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStack implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n riskCode: String\r\n riskIdentificationMode(format: EnumFormat): RiskIdentificationModeEnum\r\n assessmentFreshness: CustomFloat\r\n impactERM(format: EnumFormat): ImpactERMEnum\r\n likelihoodERM(format: EnumFormat): LikelihoodERMEnum\r\n severity(format: EnumFormat): SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK(format: EnumFormat): LikelihoodCRKEnum\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n deployedTechnology(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnology]\r\n deployedTechnologyAggregatedValues(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnologyAggregatedValues]\r\n softwareInstallation(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallationAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n businessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n content(filter: ContentFilter, orderBy: [ContentOrderBy]): [Content]\r\n contentAggregatedValues(filter: ContentFilter, orderBy: [ContentOrderBy]): [ContentAggregatedValues]\r\n softwareTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n businessCapability(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy]): [BusinessCapability]\r\n businessCapabilityAggregatedValues(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy]): [BusinessCapabilityAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n site(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n siteAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n softwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskFilter, orderBy: [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskOrderBy]): [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_Risk]\r\n softwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskFilter, orderBy: [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology_SoftwareTechnologyStackPart(filter: Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskFilter, orderBy: [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskOrderBy]): [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_Risk]\r\n softwareTechnology_SoftwareTechnologyStackPartAggregatedValues(filter: Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskFilter, orderBy: [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n}\r\n\r\ninput Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter {\r\n and: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter!]\r\n or: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter!]\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 name_empty: Boolean\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 riskCode_empty: Boolean\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n riskIdentificationMode_not: RiskIdentificationModeEnum\r\n riskIdentificationMode_in: [RiskIdentificationModeEnum!]\r\n riskIdentificationMode_not_in: [RiskIdentificationModeEnum!]\r\n riskIdentificationMode_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n impactERM: ImpactERMEnum\r\n impactERM_not: ImpactERMEnum\r\n impactERM_in: [ImpactERMEnum!]\r\n impactERM_not_in: [ImpactERMEnum!]\r\n impactERM_empty: Boolean\r\n likelihoodERM: LikelihoodERMEnum\r\n likelihoodERM_not: LikelihoodERMEnum\r\n likelihoodERM_in: [LikelihoodERMEnum!]\r\n likelihoodERM_not_in: [LikelihoodERMEnum!]\r\n likelihoodERM_empty: Boolean\r\n severity: SeverityEnum\r\n severity_not: SeverityEnum\r\n severity_in: [SeverityEnum!]\r\n severity_not_in: [SeverityEnum!]\r\n severity_empty: Boolean\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 residualRiskComputingMode_empty: Boolean\r\n likelihoodCRK: LikelihoodCRKEnum\r\n likelihoodCRK_not: LikelihoodCRKEnum\r\n likelihoodCRK_in: [LikelihoodCRKEnum!]\r\n likelihoodCRK_not_in: [LikelihoodCRKEnum!]\r\n likelihoodCRK_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n deployedTechnology_some: [DeployedTechnologyFilter!]\r\n deployedTechnology_count: countFilter\r\n softwareInstallation_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n content_some: [ContentFilter!]\r\n content_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n softwareTechnology_SoftwareTechnologyStackPart_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_SoftwareTechnologyStackPart_count: countFilter\r\n softwareTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n site_some: [SiteFilter!]\r\n site_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n}\r\n\r\nenum Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy {\r\n name_ASC\r\n name_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Site_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n deployedTechnology_DeployedObject(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnology]\r\n deployedTechnology_DeployedObjectAggregatedValues(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnologyAggregatedValues]\r\n softwareInstallation_DeployedObject(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallation_DeployedObjectAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n serverDeployed_DeployedObject(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployed]\r\n serverDeployed_DeployedObjectAggregatedValues(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployedAggregatedValues]\r\n site_AggregationOf(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n site_AggregationOfAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n site_Component(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n site_ComponentAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n site_SubType(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n site_SubTypeAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n site_SuperType(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n site_SuperTypeAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n site_VariantObject(filter: Relationship_Site_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SiteFilter, orderBy: [Relationship_Site_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SiteOrderBy]): [Relationship_Site_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Site]\r\n site_VariantObjectAggregatedValues(filter: Relationship_Site_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SiteFilter, orderBy: [Relationship_Site_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SiteOrderBy]): [SiteAggregatedValues]\r\n site_VariedObject(filter: Relationship_Site_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SiteFilter, orderBy: [Relationship_Site_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SiteOrderBy]): [Relationship_Site_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Site]\r\n site_VariedObjectAggregatedValues(filter: Relationship_Site_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SiteFilter, orderBy: [Relationship_Site_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SiteOrderBy]): [SiteAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_Site_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n and: [Relationship_Site_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n or: [Relationship_Site_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n deployedTechnology_DeployedObject_some: [DeployedTechnologyFilter!]\r\n deployedTechnology_DeployedObject_count: countFilter\r\n softwareInstallation_DeployedObject_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_DeployedObject_count: countFilter\r\n serverDeployed_DeployedObject_some: [ServerDeployedFilter!]\r\n serverDeployed_DeployedObject_count: countFilter\r\n site_VariantObject_some: [SiteFilter!]\r\n site_VariantObject_count: countFilter\r\n site_VariedObject_some: [SiteFilter!]\r\n site_VariedObject_count: countFilter\r\n site_AggregationOf_some: [SiteFilter!]\r\n site_AggregationOf_count: countFilter\r\n site_Component_some: [SiteFilter!]\r\n site_Component_count: countFilter\r\n site_SubType_some: [SiteFilter!]\r\n site_SubType_count: countFilter\r\n site_SuperType_some: [SiteFilter!]\r\n site_SuperType_count: countFilter\r\n}\r\n\r\nenum Relationship_Site_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Site_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Site implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n deployedTechnology_DeployedObject(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnology]\r\n deployedTechnology_DeployedObjectAggregatedValues(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnologyAggregatedValues]\r\n softwareInstallation_DeployedObject(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallation_DeployedObjectAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n serverDeployed_DeployedObject(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployed]\r\n serverDeployed_DeployedObjectAggregatedValues(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployedAggregatedValues]\r\n site_AggregationOf(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n site_AggregationOfAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n site_Component(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n site_ComponentAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n site_SubType(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n site_SubTypeAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n site_SuperType(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n site_SuperTypeAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n site_VariantObject(filter: Relationship_Site_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SiteFilter, orderBy: [Relationship_Site_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SiteOrderBy]): [Relationship_Site_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Site]\r\n site_VariantObjectAggregatedValues(filter: Relationship_Site_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SiteFilter, orderBy: [Relationship_Site_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SiteOrderBy]): [SiteAggregatedValues]\r\n site_VariedObject(filter: Relationship_Site_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SiteFilter, orderBy: [Relationship_Site_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SiteOrderBy]): [Relationship_Site_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Site]\r\n site_VariedObjectAggregatedValues(filter: Relationship_Site_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SiteFilter, orderBy: [Relationship_Site_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SiteOrderBy]): [SiteAggregatedValues]\r\n link1VariationName(language: Languages): String\r\n}\r\n\r\ninput Relationship_Site_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SiteFilter {\r\n and: [Relationship_Site_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SiteFilter!]\r\n or: [Relationship_Site_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SiteFilter!]\r\n link1VariationName: String\r\n link1VariationName_not: String\r\n link1VariationName_in: [String!]\r\n link1VariationName_not_in: [String!]\r\n link1VariationName_lt: String\r\n link1VariationName_lte: String\r\n link1VariationName_gt: String\r\n link1VariationName_gte: String\r\n link1VariationName_contains: String\r\n link1VariationName_not_contains: String\r\n link1VariationName_starts_with: String\r\n link1VariationName_not_starts_with: String\r\n link1VariationName_ends_with: String\r\n link1VariationName_not_ends_with: String\r\n link1VariationName_empty: Boolean\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 name_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n deployedTechnology_DeployedObject_some: [DeployedTechnologyFilter!]\r\n deployedTechnology_DeployedObject_count: countFilter\r\n softwareInstallation_DeployedObject_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_DeployedObject_count: countFilter\r\n serverDeployed_DeployedObject_some: [ServerDeployedFilter!]\r\n serverDeployed_DeployedObject_count: countFilter\r\n site_VariantObject_some: [SiteFilter!]\r\n site_VariantObject_count: countFilter\r\n site_VariedObject_some: [SiteFilter!]\r\n site_VariedObject_count: countFilter\r\n site_AggregationOf_some: [SiteFilter!]\r\n site_AggregationOf_count: countFilter\r\n site_Component_some: [SiteFilter!]\r\n site_Component_count: countFilter\r\n site_SubType_some: [SiteFilter!]\r\n site_SubType_count: countFilter\r\n site_SuperType_some: [SiteFilter!]\r\n site_SuperType_count: countFilter\r\n}\r\n\r\nenum Relationship_Site_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SiteOrderBy {\r\n link1VariationName_ASC\r\n link1VariationName_DESC\r\n name_ASC\r\n name_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_Site_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Site implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n deployedTechnology_DeployedObject(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnology]\r\n deployedTechnology_DeployedObjectAggregatedValues(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnologyAggregatedValues]\r\n softwareInstallation_DeployedObject(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallation_DeployedObjectAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n serverDeployed_DeployedObject(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployed]\r\n serverDeployed_DeployedObjectAggregatedValues(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployedAggregatedValues]\r\n site_AggregationOf(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n site_AggregationOfAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n site_Component(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n site_ComponentAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n site_SubType(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n site_SubTypeAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n site_SuperType(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n site_SuperTypeAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n site_VariantObject(filter: Relationship_Site_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SiteFilter, orderBy: [Relationship_Site_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SiteOrderBy]): [Relationship_Site_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Site]\r\n site_VariantObjectAggregatedValues(filter: Relationship_Site_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SiteFilter, orderBy: [Relationship_Site_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SiteOrderBy]): [SiteAggregatedValues]\r\n site_VariedObject(filter: Relationship_Site_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SiteFilter, orderBy: [Relationship_Site_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SiteOrderBy]): [Relationship_Site_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Site]\r\n site_VariedObjectAggregatedValues(filter: Relationship_Site_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SiteFilter, orderBy: [Relationship_Site_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SiteOrderBy]): [SiteAggregatedValues]\r\n link1VariationName(language: Languages): String\r\n}\r\n\r\ninput Relationship_Site_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SiteFilter {\r\n and: [Relationship_Site_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SiteFilter!]\r\n or: [Relationship_Site_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SiteFilter!]\r\n link1VariationName: String\r\n link1VariationName_not: String\r\n link1VariationName_in: [String!]\r\n link1VariationName_not_in: [String!]\r\n link1VariationName_lt: String\r\n link1VariationName_lte: String\r\n link1VariationName_gt: String\r\n link1VariationName_gte: String\r\n link1VariationName_contains: String\r\n link1VariationName_not_contains: String\r\n link1VariationName_starts_with: String\r\n link1VariationName_not_starts_with: String\r\n link1VariationName_ends_with: String\r\n link1VariationName_not_ends_with: String\r\n link1VariationName_empty: Boolean\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 name_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n deployedTechnology_DeployedObject_some: [DeployedTechnologyFilter!]\r\n deployedTechnology_DeployedObject_count: countFilter\r\n softwareInstallation_DeployedObject_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_DeployedObject_count: countFilter\r\n serverDeployed_DeployedObject_some: [ServerDeployedFilter!]\r\n serverDeployed_DeployedObject_count: countFilter\r\n site_VariantObject_some: [SiteFilter!]\r\n site_VariantObject_count: countFilter\r\n site_VariedObject_some: [SiteFilter!]\r\n site_VariedObject_count: countFilter\r\n site_AggregationOf_some: [SiteFilter!]\r\n site_AggregationOf_count: countFilter\r\n site_Component_some: [SiteFilter!]\r\n site_Component_count: countFilter\r\n site_SubType_some: [SiteFilter!]\r\n site_SubType_count: countFilter\r\n site_SuperType_some: [SiteFilter!]\r\n site_SuperType_count: countFilter\r\n}\r\n\r\nenum Relationship_Site_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SiteOrderBy {\r\n link1VariationName_ASC\r\n link1VariationName_DESC\r\n name_ASC\r\n name_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwner implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentState: GraphQLObjectInterface\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n applicationDeploymentCode: String\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n usageContext_TechnologyDeploymentContext(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContext]\r\n usageContext_TechnologyDeploymentContextAggregatedValues(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContextAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n serverDeployed_DeploymentSupport(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployed]\r\n serverDeployed_DeploymentSupportAggregatedValues(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployedAggregatedValues]\r\n site_DeploymentSupport(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n site_DeploymentSupportAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n usageContext_ApplicationDeploymentContext(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContext]\r\n usageContext_ApplicationDeploymentContextAggregatedValues(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContextAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n applicationOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n iTOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n businessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter {\r\n and: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter!]\r\n or: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\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 applicationDeploymentCode_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n usageContext_TechnologyDeploymentContext_some: [UsageContextFilter!]\r\n usageContext_TechnologyDeploymentContext_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n applicationOwner_PersonSystem_some: [PersonSystemFilter!]\r\n applicationOwner_PersonSystem_count: countFilter\r\n iTOwner_PersonSystem_some: [PersonSystemFilter!]\r\n iTOwner_PersonSystem_count: countFilter\r\n businessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n businessOwner_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n serverDeployed_DeploymentSupport_some: [ServerDeployedFilter!]\r\n serverDeployed_DeploymentSupport_count: countFilter\r\n site_DeploymentSupport_some: [SiteFilter!]\r\n site_DeploymentSupport_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n usageContext_ApplicationDeploymentContext_some: [UsageContextFilter!]\r\n usageContext_ApplicationDeploymentContext_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n}\r\n\r\nenum Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessOwnerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n currentState_ASC\r\n currentState_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwner implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentState: GraphQLObjectInterface\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n applicationDeploymentCode: String\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n usageContext_TechnologyDeploymentContext(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContext]\r\n usageContext_TechnologyDeploymentContextAggregatedValues(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContextAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n serverDeployed_DeploymentSupport(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployed]\r\n serverDeployed_DeploymentSupportAggregatedValues(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployedAggregatedValues]\r\n site_DeploymentSupport(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n site_DeploymentSupportAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n usageContext_ApplicationDeploymentContext(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContext]\r\n usageContext_ApplicationDeploymentContextAggregatedValues(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContextAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n applicationOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n iTOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n businessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter {\r\n and: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter!]\r\n or: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\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 applicationDeploymentCode_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n usageContext_TechnologyDeploymentContext_some: [UsageContextFilter!]\r\n usageContext_TechnologyDeploymentContext_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n applicationOwner_PersonSystem_some: [PersonSystemFilter!]\r\n applicationOwner_PersonSystem_count: countFilter\r\n iTOwner_PersonSystem_some: [PersonSystemFilter!]\r\n iTOwner_PersonSystem_count: countFilter\r\n businessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n businessOwner_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n serverDeployed_DeploymentSupport_some: [ServerDeployedFilter!]\r\n serverDeployed_DeploymentSupport_count: countFilter\r\n site_DeploymentSupport_some: [SiteFilter!]\r\n site_DeploymentSupport_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n usageContext_ApplicationDeploymentContext_some: [UsageContextFilter!]\r\n usageContext_ApplicationDeploymentContext_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n}\r\n\r\nenum Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ITOwnerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n currentState_ASC\r\n currentState_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwner implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentState: GraphQLObjectInterface\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n applicationDeploymentCode: String\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n usageContext_TechnologyDeploymentContext(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContext]\r\n usageContext_TechnologyDeploymentContextAggregatedValues(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContextAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n serverDeployed_DeploymentSupport(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployed]\r\n serverDeployed_DeploymentSupportAggregatedValues(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployedAggregatedValues]\r\n site_DeploymentSupport(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n site_DeploymentSupportAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n usageContext_ApplicationDeploymentContext(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContext]\r\n usageContext_ApplicationDeploymentContextAggregatedValues(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContextAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n applicationOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n iTOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n businessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter {\r\n and: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter!]\r\n or: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\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 applicationDeploymentCode_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n usageContext_TechnologyDeploymentContext_some: [UsageContextFilter!]\r\n usageContext_TechnologyDeploymentContext_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n applicationOwner_PersonSystem_some: [PersonSystemFilter!]\r\n applicationOwner_PersonSystem_count: countFilter\r\n iTOwner_PersonSystem_some: [PersonSystemFilter!]\r\n iTOwner_PersonSystem_count: countFilter\r\n businessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n businessOwner_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n serverDeployed_DeploymentSupport_some: [ServerDeployedFilter!]\r\n serverDeployed_DeploymentSupport_count: countFilter\r\n site_DeploymentSupport_some: [SiteFilter!]\r\n site_DeploymentSupport_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n usageContext_ApplicationDeploymentContext_some: [UsageContextFilter!]\r\n usageContext_ApplicationDeploymentContext_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n}\r\n\r\nenum Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n currentState_ASC\r\n currentState_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentState: GraphQLObjectInterface\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n applicationDeploymentCode: String\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n usageContext_TechnologyDeploymentContext(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContext]\r\n usageContext_TechnologyDeploymentContextAggregatedValues(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContextAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n serverDeployed_DeploymentSupport(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployed]\r\n serverDeployed_DeploymentSupportAggregatedValues(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployedAggregatedValues]\r\n site_DeploymentSupport(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n site_DeploymentSupportAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n usageContext_ApplicationDeploymentContext(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContext]\r\n usageContext_ApplicationDeploymentContextAggregatedValues(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContextAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n applicationOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n iTOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n businessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter {\r\n and: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter!]\r\n or: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\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 applicationDeploymentCode_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n usageContext_TechnologyDeploymentContext_some: [UsageContextFilter!]\r\n usageContext_TechnologyDeploymentContext_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n applicationOwner_PersonSystem_some: [PersonSystemFilter!]\r\n applicationOwner_PersonSystem_count: countFilter\r\n iTOwner_PersonSystem_some: [PersonSystemFilter!]\r\n iTOwner_PersonSystem_count: countFilter\r\n businessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n businessOwner_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n serverDeployed_DeploymentSupport_some: [ServerDeployedFilter!]\r\n serverDeployed_DeploymentSupport_count: countFilter\r\n site_DeploymentSupport_some: [SiteFilter!]\r\n site_DeploymentSupport_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n usageContext_ApplicationDeploymentContext_some: [UsageContextFilter!]\r\n usageContext_ApplicationDeploymentContext_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n}\r\n\r\nenum Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n currentState_ASC\r\n currentState_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentState: GraphQLObjectInterface\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n applicationDeploymentCode: String\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n usageContext_TechnologyDeploymentContext(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContext]\r\n usageContext_TechnologyDeploymentContextAggregatedValues(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContextAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n serverDeployed_DeploymentSupport(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployed]\r\n serverDeployed_DeploymentSupportAggregatedValues(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployedAggregatedValues]\r\n site_DeploymentSupport(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n site_DeploymentSupportAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n usageContext_ApplicationDeploymentContext(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContext]\r\n usageContext_ApplicationDeploymentContextAggregatedValues(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContextAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n applicationOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n iTOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n businessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n and: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n or: [Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\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 applicationDeploymentCode_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n usageContext_TechnologyDeploymentContext_some: [UsageContextFilter!]\r\n usageContext_TechnologyDeploymentContext_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n applicationOwner_PersonSystem_some: [PersonSystemFilter!]\r\n applicationOwner_PersonSystem_count: countFilter\r\n iTOwner_PersonSystem_some: [PersonSystemFilter!]\r\n iTOwner_PersonSystem_count: countFilter\r\n businessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n businessOwner_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n serverDeployed_DeploymentSupport_some: [ServerDeployedFilter!]\r\n serverDeployed_DeploymentSupport_count: countFilter\r\n site_DeploymentSupport_some: [SiteFilter!]\r\n site_DeploymentSupport_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n usageContext_ApplicationDeploymentContext_some: [UsageContextFilter!]\r\n usageContext_ApplicationDeploymentContext_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n}\r\n\r\nenum Relationship_SoftwareInstallation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n currentState_ASC\r\n currentState_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentState: GraphQLObjectInterface\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n technologyCode: String\r\n supportAlertSoftwareTechnologyStack(format: EnumFormat): SupportAlertSoftwareTechnologyStackEnum\r\n companyStandardSoftwareTechnologyStack(format: EnumFormat): CompanyStandardSoftwareTechnologyStackEnum\r\n computedCompanyStandard(format: EnumFormat): ComputedCompanyStandardEnum\r\n freezePastTimePeriod: Boolean\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n technologyCorrespondent_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [PersonSystemAggregatedValues]\r\n softwareTechnology(filter: Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStack]\r\n softwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n risk_SoftwareTechnologyStackPart(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStack]\r\n risk_SoftwareTechnologyStackPartAggregatedValues(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [RiskAggregatedValues]\r\n softwareTechnologyStack_VariantObject(filter: Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackOrderBy]): [Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStack]\r\n softwareTechnologyStack_VariantObjectAggregatedValues(filter: Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnologyStack_VariedObject(filter: Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackOrderBy]): [Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStack]\r\n softwareTechnologyStack_VariedObjectAggregatedValues(filter: Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n technicalFunctionality(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackOrderBy]): [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStack]\r\n technicalFunctionalityAggregatedValues(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter {\r\n and: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter!]\r\n or: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\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 technologyCode_empty: Boolean\r\n supportAlertSoftwareTechnologyStack: SupportAlertSoftwareTechnologyStackEnum\r\n supportAlertSoftwareTechnologyStack_not: SupportAlertSoftwareTechnologyStackEnum\r\n supportAlertSoftwareTechnologyStack_in: [SupportAlertSoftwareTechnologyStackEnum!]\r\n supportAlertSoftwareTechnologyStack_not_in: [SupportAlertSoftwareTechnologyStackEnum!]\r\n supportAlertSoftwareTechnologyStack_empty: Boolean\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n companyStandardSoftwareTechnologyStack_not: CompanyStandardSoftwareTechnologyStackEnum\r\n companyStandardSoftwareTechnologyStack_in: [CompanyStandardSoftwareTechnologyStackEnum!]\r\n companyStandardSoftwareTechnologyStack_not_in: [CompanyStandardSoftwareTechnologyStackEnum!]\r\n companyStandardSoftwareTechnologyStack_empty: Boolean\r\n computedCompanyStandard: ComputedCompanyStandardEnum\r\n computedCompanyStandard_not: ComputedCompanyStandardEnum\r\n computedCompanyStandard_in: [ComputedCompanyStandardEnum!]\r\n computedCompanyStandard_not_in: [ComputedCompanyStandardEnum!]\r\n computedCompanyStandard_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n technologyCorrespondent_PersonSystem_some: [PersonSystemFilter!]\r\n technologyCorrespondent_PersonSystem_count: countFilter\r\n softwareTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_count: countFilter\r\n risk_SoftwareTechnologyStackPart_some: [RiskFilter!]\r\n risk_SoftwareTechnologyStackPart_count: countFilter\r\n softwareTechnologyStack_VariantObject_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_VariantObject_count: countFilter\r\n softwareTechnologyStack_VariedObject_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_VariedObject_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n technicalFunctionality_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_count: countFilter\r\n}\r\n\r\nenum Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n currentState_ASC\r\n currentState_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentState: GraphQLObjectInterface\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n technologyCode: String\r\n supportAlertSoftwareTechnologyStack(format: EnumFormat): SupportAlertSoftwareTechnologyStackEnum\r\n companyStandardSoftwareTechnologyStack(format: EnumFormat): CompanyStandardSoftwareTechnologyStackEnum\r\n computedCompanyStandard(format: EnumFormat): ComputedCompanyStandardEnum\r\n freezePastTimePeriod: Boolean\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n technologyCorrespondent_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [PersonSystemAggregatedValues]\r\n softwareTechnology(filter: Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStack]\r\n softwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n risk_SoftwareTechnologyStackPart(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStack]\r\n risk_SoftwareTechnologyStackPartAggregatedValues(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [RiskAggregatedValues]\r\n softwareTechnologyStack_VariantObject(filter: Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackOrderBy]): [Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStack]\r\n softwareTechnologyStack_VariantObjectAggregatedValues(filter: Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnologyStack_VariedObject(filter: Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackOrderBy]): [Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStack]\r\n softwareTechnologyStack_VariedObjectAggregatedValues(filter: Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n technicalFunctionality(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackOrderBy]): [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStack]\r\n technicalFunctionalityAggregatedValues(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n and: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n or: [Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\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 technologyCode_empty: Boolean\r\n supportAlertSoftwareTechnologyStack: SupportAlertSoftwareTechnologyStackEnum\r\n supportAlertSoftwareTechnologyStack_not: SupportAlertSoftwareTechnologyStackEnum\r\n supportAlertSoftwareTechnologyStack_in: [SupportAlertSoftwareTechnologyStackEnum!]\r\n supportAlertSoftwareTechnologyStack_not_in: [SupportAlertSoftwareTechnologyStackEnum!]\r\n supportAlertSoftwareTechnologyStack_empty: Boolean\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n companyStandardSoftwareTechnologyStack_not: CompanyStandardSoftwareTechnologyStackEnum\r\n companyStandardSoftwareTechnologyStack_in: [CompanyStandardSoftwareTechnologyStackEnum!]\r\n companyStandardSoftwareTechnologyStack_not_in: [CompanyStandardSoftwareTechnologyStackEnum!]\r\n companyStandardSoftwareTechnologyStack_empty: Boolean\r\n computedCompanyStandard: ComputedCompanyStandardEnum\r\n computedCompanyStandard_not: ComputedCompanyStandardEnum\r\n computedCompanyStandard_in: [ComputedCompanyStandardEnum!]\r\n computedCompanyStandard_not_in: [ComputedCompanyStandardEnum!]\r\n computedCompanyStandard_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n technologyCorrespondent_PersonSystem_some: [PersonSystemFilter!]\r\n technologyCorrespondent_PersonSystem_count: countFilter\r\n softwareTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_count: countFilter\r\n risk_SoftwareTechnologyStackPart_some: [RiskFilter!]\r\n risk_SoftwareTechnologyStackPart_count: countFilter\r\n softwareTechnologyStack_VariantObject_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_VariantObject_count: countFilter\r\n softwareTechnologyStack_VariedObject_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_VariedObject_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n technicalFunctionality_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_count: countFilter\r\n}\r\n\r\nenum Relationship_SoftwareTechnologyStack_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n currentState_ASC\r\n currentState_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionality implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentState: GraphQLObjectInterface\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n technologyCode: String\r\n supportAlertSoftwareTechnologyStack(format: EnumFormat): SupportAlertSoftwareTechnologyStackEnum\r\n companyStandardSoftwareTechnologyStack(format: EnumFormat): CompanyStandardSoftwareTechnologyStackEnum\r\n computedCompanyStandard(format: EnumFormat): ComputedCompanyStandardEnum\r\n freezePastTimePeriod: Boolean\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n technologyCorrespondent_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [PersonSystemAggregatedValues]\r\n softwareTechnology(filter: Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStack]\r\n softwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n risk_SoftwareTechnologyStackPart(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStack]\r\n risk_SoftwareTechnologyStackPartAggregatedValues(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [RiskAggregatedValues]\r\n softwareTechnologyStack_VariantObject(filter: Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackOrderBy]): [Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStack]\r\n softwareTechnologyStack_VariantObjectAggregatedValues(filter: Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnologyStack_VariedObject(filter: Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackOrderBy]): [Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStack]\r\n softwareTechnologyStack_VariedObjectAggregatedValues(filter: Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n technicalFunctionality(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackOrderBy]): [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStack]\r\n technicalFunctionalityAggregatedValues(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n link1CoverageRatio: CustomInt\r\n link1ComputedCoverageRatio: CustomInt\r\n link1ITARecommendationStatus: Boolean\r\n link1AssessmentFreshness: CustomFloat\r\n link1CompositeRealizationName: String\r\n link1RealizationQuality(format: EnumFormat): RealizationQualityEnum\r\n link1CapabilityFulfillmentMetaPictureIdentifier: GraphQLObjectInterface\r\n link1LastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n}\r\n\r\ninput Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFilter {\r\n and: [Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFilter!]\r\n or: [Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFilter!]\r\n link1CoverageRatio: CustomInt\r\n link1CoverageRatio_not: CustomInt\r\n link1CoverageRatio_in: [CustomInt!]\r\n link1CoverageRatio_not_in: [CustomInt!]\r\n link1CoverageRatio_lt: CustomInt\r\n link1CoverageRatio_lte: CustomInt\r\n link1CoverageRatio_gt: CustomInt\r\n link1CoverageRatio_gte: CustomInt\r\n link1CoverageRatio_empty: Boolean\r\n link1ComputedCoverageRatio: CustomInt\r\n link1ComputedCoverageRatio_not: CustomInt\r\n link1ComputedCoverageRatio_in: [CustomInt!]\r\n link1ComputedCoverageRatio_not_in: [CustomInt!]\r\n link1ComputedCoverageRatio_lt: CustomInt\r\n link1ComputedCoverageRatio_lte: CustomInt\r\n link1ComputedCoverageRatio_gt: CustomInt\r\n link1ComputedCoverageRatio_gte: CustomInt\r\n link1ComputedCoverageRatio_empty: Boolean\r\n link1ITARecommendationStatus: Boolean\r\n link1ITARecommendationStatus_not: Boolean\r\n link1ITARecommendationStatus_empty: Boolean\r\n link1AssessmentFreshness: CustomFloat\r\n link1AssessmentFreshness_not: CustomFloat\r\n link1AssessmentFreshness_in: [CustomFloat!]\r\n link1AssessmentFreshness_not_in: [CustomFloat!]\r\n link1AssessmentFreshness_lt: CustomFloat\r\n link1AssessmentFreshness_lte: CustomFloat\r\n link1AssessmentFreshness_gt: CustomFloat\r\n link1AssessmentFreshness_gte: CustomFloat\r\n link1AssessmentFreshness_empty: Boolean\r\n link1CompositeRealizationName: String\r\n link1CompositeRealizationName_not: String\r\n link1CompositeRealizationName_in: [String!]\r\n link1CompositeRealizationName_not_in: [String!]\r\n link1CompositeRealizationName_lt: String\r\n link1CompositeRealizationName_lte: String\r\n link1CompositeRealizationName_gt: String\r\n link1CompositeRealizationName_gte: String\r\n link1CompositeRealizationName_contains: String\r\n link1CompositeRealizationName_not_contains: String\r\n link1CompositeRealizationName_starts_with: String\r\n link1CompositeRealizationName_not_starts_with: String\r\n link1CompositeRealizationName_ends_with: String\r\n link1CompositeRealizationName_not_ends_with: String\r\n link1CompositeRealizationName_empty: Boolean\r\n link1RealizationQuality: RealizationQualityEnum\r\n link1RealizationQuality_not: RealizationQualityEnum\r\n link1RealizationQuality_in: [RealizationQualityEnum!]\r\n link1RealizationQuality_not_in: [RealizationQualityEnum!]\r\n link1RealizationQuality_empty: Boolean\r\n link1CapabilityFulfillmentMetaPictureIdentifier: String\r\n link1CapabilityFulfillmentMetaPictureIdentifier_not: String\r\n link1CapabilityFulfillmentMetaPictureIdentifier_in: [String!]\r\n link1CapabilityFulfillmentMetaPictureIdentifier_not_in: [String!]\r\n link1CapabilityFulfillmentMetaPictureIdentifier_empty: Boolean\r\n link1LastAssessmentDate: CustomDate\r\n link1LastAssessmentDate_not: CustomDate\r\n link1LastAssessmentDate_in: [CustomDate!]\r\n link1LastAssessmentDate_not_in: [CustomDate!]\r\n link1LastAssessmentDate_lt: CustomDate\r\n link1LastAssessmentDate_lte: CustomDate\r\n link1LastAssessmentDate_gt: CustomDate\r\n link1LastAssessmentDate_gte: CustomDate\r\n link1LastAssessmentDate_empty: Boolean\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 name_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\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 technologyCode_empty: Boolean\r\n supportAlertSoftwareTechnologyStack: SupportAlertSoftwareTechnologyStackEnum\r\n supportAlertSoftwareTechnologyStack_not: SupportAlertSoftwareTechnologyStackEnum\r\n supportAlertSoftwareTechnologyStack_in: [SupportAlertSoftwareTechnologyStackEnum!]\r\n supportAlertSoftwareTechnologyStack_not_in: [SupportAlertSoftwareTechnologyStackEnum!]\r\n supportAlertSoftwareTechnologyStack_empty: Boolean\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n companyStandardSoftwareTechnologyStack_not: CompanyStandardSoftwareTechnologyStackEnum\r\n companyStandardSoftwareTechnologyStack_in: [CompanyStandardSoftwareTechnologyStackEnum!]\r\n companyStandardSoftwareTechnologyStack_not_in: [CompanyStandardSoftwareTechnologyStackEnum!]\r\n companyStandardSoftwareTechnologyStack_empty: Boolean\r\n computedCompanyStandard: ComputedCompanyStandardEnum\r\n computedCompanyStandard_not: ComputedCompanyStandardEnum\r\n computedCompanyStandard_in: [ComputedCompanyStandardEnum!]\r\n computedCompanyStandard_not_in: [ComputedCompanyStandardEnum!]\r\n computedCompanyStandard_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n technologyCorrespondent_PersonSystem_some: [PersonSystemFilter!]\r\n technologyCorrespondent_PersonSystem_count: countFilter\r\n softwareTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_count: countFilter\r\n risk_SoftwareTechnologyStackPart_some: [RiskFilter!]\r\n risk_SoftwareTechnologyStackPart_count: countFilter\r\n softwareTechnologyStack_VariantObject_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_VariantObject_count: countFilter\r\n softwareTechnologyStack_VariedObject_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_VariedObject_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n technicalFunctionality_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_count: countFilter\r\n}\r\n\r\nenum Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityOrderBy {\r\n link1CoverageRatio_ASC\r\n link1CoverageRatio_DESC\r\n link1ComputedCoverageRatio_ASC\r\n link1ComputedCoverageRatio_DESC\r\n link1ITARecommendationStatus_ASC\r\n link1ITARecommendationStatus_DESC\r\n link1AssessmentFreshness_ASC\r\n link1AssessmentFreshness_DESC\r\n link1CompositeRealizationName_ASC\r\n link1CompositeRealizationName_DESC\r\n link1RealizationQuality_ASC\r\n link1RealizationQuality_DESC\r\n link1CapabilityFulfillmentMetaPictureIdentifier_ASC\r\n link1CapabilityFulfillmentMetaPictureIdentifier_DESC\r\n link1LastAssessmentDate_ASC\r\n link1LastAssessmentDate_DESC\r\n name_ASC\r\n name_DESC\r\n currentState_ASC\r\n currentState_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_Risk implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentState: GraphQLObjectInterface\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n technologyCode: String\r\n supportAlertSoftwareTechnologyStack(format: EnumFormat): SupportAlertSoftwareTechnologyStackEnum\r\n companyStandardSoftwareTechnologyStack(format: EnumFormat): CompanyStandardSoftwareTechnologyStackEnum\r\n computedCompanyStandard(format: EnumFormat): ComputedCompanyStandardEnum\r\n freezePastTimePeriod: Boolean\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n technologyCorrespondent_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [PersonSystemAggregatedValues]\r\n softwareTechnology(filter: Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStack]\r\n softwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n risk_SoftwareTechnologyStackPart(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStack]\r\n risk_SoftwareTechnologyStackPartAggregatedValues(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [RiskAggregatedValues]\r\n softwareTechnologyStack_VariantObject(filter: Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackOrderBy]): [Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStack]\r\n softwareTechnologyStack_VariantObjectAggregatedValues(filter: Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnologyStack_VariedObject(filter: Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackOrderBy]): [Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStack]\r\n softwareTechnologyStack_VariedObjectAggregatedValues(filter: Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n technicalFunctionality(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackOrderBy]): [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStack]\r\n technicalFunctionalityAggregatedValues(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n}\r\n\r\ninput Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskFilter {\r\n and: [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskFilter!]\r\n or: [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskFilter!]\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 name_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\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 technologyCode_empty: Boolean\r\n supportAlertSoftwareTechnologyStack: SupportAlertSoftwareTechnologyStackEnum\r\n supportAlertSoftwareTechnologyStack_not: SupportAlertSoftwareTechnologyStackEnum\r\n supportAlertSoftwareTechnologyStack_in: [SupportAlertSoftwareTechnologyStackEnum!]\r\n supportAlertSoftwareTechnologyStack_not_in: [SupportAlertSoftwareTechnologyStackEnum!]\r\n supportAlertSoftwareTechnologyStack_empty: Boolean\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n companyStandardSoftwareTechnologyStack_not: CompanyStandardSoftwareTechnologyStackEnum\r\n companyStandardSoftwareTechnologyStack_in: [CompanyStandardSoftwareTechnologyStackEnum!]\r\n companyStandardSoftwareTechnologyStack_not_in: [CompanyStandardSoftwareTechnologyStackEnum!]\r\n companyStandardSoftwareTechnologyStack_empty: Boolean\r\n computedCompanyStandard: ComputedCompanyStandardEnum\r\n computedCompanyStandard_not: ComputedCompanyStandardEnum\r\n computedCompanyStandard_in: [ComputedCompanyStandardEnum!]\r\n computedCompanyStandard_not_in: [ComputedCompanyStandardEnum!]\r\n computedCompanyStandard_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n technologyCorrespondent_PersonSystem_some: [PersonSystemFilter!]\r\n technologyCorrespondent_PersonSystem_count: countFilter\r\n softwareTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_count: countFilter\r\n risk_SoftwareTechnologyStackPart_some: [RiskFilter!]\r\n risk_SoftwareTechnologyStackPart_count: countFilter\r\n softwareTechnologyStack_VariantObject_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_VariantObject_count: countFilter\r\n softwareTechnologyStack_VariedObject_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_VariedObject_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n technicalFunctionality_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_count: countFilter\r\n}\r\n\r\nenum Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskOrderBy {\r\n name_ASC\r\n name_DESC\r\n currentState_ASC\r\n currentState_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnology implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentState: GraphQLObjectInterface\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n technologyCode: String\r\n supportAlertSoftwareTechnologyStack(format: EnumFormat): SupportAlertSoftwareTechnologyStackEnum\r\n companyStandardSoftwareTechnologyStack(format: EnumFormat): CompanyStandardSoftwareTechnologyStackEnum\r\n computedCompanyStandard(format: EnumFormat): ComputedCompanyStandardEnum\r\n freezePastTimePeriod: Boolean\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n technologyCorrespondent_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [PersonSystemAggregatedValues]\r\n softwareTechnology(filter: Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStack]\r\n softwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n risk_SoftwareTechnologyStackPart(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStack]\r\n risk_SoftwareTechnologyStackPartAggregatedValues(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [RiskAggregatedValues]\r\n softwareTechnologyStack_VariantObject(filter: Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackOrderBy]): [Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStack]\r\n softwareTechnologyStack_VariantObjectAggregatedValues(filter: Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnologyStack_VariedObject(filter: Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackOrderBy]): [Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStack]\r\n softwareTechnologyStack_VariedObjectAggregatedValues(filter: Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n technicalFunctionality(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackOrderBy]): [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStack]\r\n technicalFunctionalityAggregatedValues(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n}\r\n\r\ninput Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter {\r\n and: [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter!]\r\n or: [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter!]\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 name_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\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 technologyCode_empty: Boolean\r\n supportAlertSoftwareTechnologyStack: SupportAlertSoftwareTechnologyStackEnum\r\n supportAlertSoftwareTechnologyStack_not: SupportAlertSoftwareTechnologyStackEnum\r\n supportAlertSoftwareTechnologyStack_in: [SupportAlertSoftwareTechnologyStackEnum!]\r\n supportAlertSoftwareTechnologyStack_not_in: [SupportAlertSoftwareTechnologyStackEnum!]\r\n supportAlertSoftwareTechnologyStack_empty: Boolean\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n companyStandardSoftwareTechnologyStack_not: CompanyStandardSoftwareTechnologyStackEnum\r\n companyStandardSoftwareTechnologyStack_in: [CompanyStandardSoftwareTechnologyStackEnum!]\r\n companyStandardSoftwareTechnologyStack_not_in: [CompanyStandardSoftwareTechnologyStackEnum!]\r\n companyStandardSoftwareTechnologyStack_empty: Boolean\r\n computedCompanyStandard: ComputedCompanyStandardEnum\r\n computedCompanyStandard_not: ComputedCompanyStandardEnum\r\n computedCompanyStandard_in: [ComputedCompanyStandardEnum!]\r\n computedCompanyStandard_not_in: [ComputedCompanyStandardEnum!]\r\n computedCompanyStandard_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n technologyCorrespondent_PersonSystem_some: [PersonSystemFilter!]\r\n technologyCorrespondent_PersonSystem_count: countFilter\r\n softwareTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_count: countFilter\r\n risk_SoftwareTechnologyStackPart_some: [RiskFilter!]\r\n risk_SoftwareTechnologyStackPart_count: countFilter\r\n softwareTechnologyStack_VariantObject_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_VariantObject_count: countFilter\r\n softwareTechnologyStack_VariedObject_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_VariedObject_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n technicalFunctionality_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_count: countFilter\r\n}\r\n\r\nenum Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy {\r\n name_ASC\r\n name_DESC\r\n currentState_ASC\r\n currentState_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStack implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentState: GraphQLObjectInterface\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n technologyCode: String\r\n supportAlertSoftwareTechnologyStack(format: EnumFormat): SupportAlertSoftwareTechnologyStackEnum\r\n companyStandardSoftwareTechnologyStack(format: EnumFormat): CompanyStandardSoftwareTechnologyStackEnum\r\n computedCompanyStandard(format: EnumFormat): ComputedCompanyStandardEnum\r\n freezePastTimePeriod: Boolean\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n technologyCorrespondent_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [PersonSystemAggregatedValues]\r\n softwareTechnology(filter: Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStack]\r\n softwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n risk_SoftwareTechnologyStackPart(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStack]\r\n risk_SoftwareTechnologyStackPartAggregatedValues(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [RiskAggregatedValues]\r\n softwareTechnologyStack_VariantObject(filter: Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackOrderBy]): [Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStack]\r\n softwareTechnologyStack_VariantObjectAggregatedValues(filter: Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnologyStack_VariedObject(filter: Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackOrderBy]): [Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStack]\r\n softwareTechnologyStack_VariedObjectAggregatedValues(filter: Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n technicalFunctionality(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackOrderBy]): [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStack]\r\n technicalFunctionalityAggregatedValues(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n link1VariationName(language: Languages): String\r\n}\r\n\r\ninput Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackFilter {\r\n and: [Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackFilter!]\r\n or: [Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackFilter!]\r\n link1VariationName: String\r\n link1VariationName_not: String\r\n link1VariationName_in: [String!]\r\n link1VariationName_not_in: [String!]\r\n link1VariationName_lt: String\r\n link1VariationName_lte: String\r\n link1VariationName_gt: String\r\n link1VariationName_gte: String\r\n link1VariationName_contains: String\r\n link1VariationName_not_contains: String\r\n link1VariationName_starts_with: String\r\n link1VariationName_not_starts_with: String\r\n link1VariationName_ends_with: String\r\n link1VariationName_not_ends_with: String\r\n link1VariationName_empty: Boolean\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 name_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\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 technologyCode_empty: Boolean\r\n supportAlertSoftwareTechnologyStack: SupportAlertSoftwareTechnologyStackEnum\r\n supportAlertSoftwareTechnologyStack_not: SupportAlertSoftwareTechnologyStackEnum\r\n supportAlertSoftwareTechnologyStack_in: [SupportAlertSoftwareTechnologyStackEnum!]\r\n supportAlertSoftwareTechnologyStack_not_in: [SupportAlertSoftwareTechnologyStackEnum!]\r\n supportAlertSoftwareTechnologyStack_empty: Boolean\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n companyStandardSoftwareTechnologyStack_not: CompanyStandardSoftwareTechnologyStackEnum\r\n companyStandardSoftwareTechnologyStack_in: [CompanyStandardSoftwareTechnologyStackEnum!]\r\n companyStandardSoftwareTechnologyStack_not_in: [CompanyStandardSoftwareTechnologyStackEnum!]\r\n companyStandardSoftwareTechnologyStack_empty: Boolean\r\n computedCompanyStandard: ComputedCompanyStandardEnum\r\n computedCompanyStandard_not: ComputedCompanyStandardEnum\r\n computedCompanyStandard_in: [ComputedCompanyStandardEnum!]\r\n computedCompanyStandard_not_in: [ComputedCompanyStandardEnum!]\r\n computedCompanyStandard_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n technologyCorrespondent_PersonSystem_some: [PersonSystemFilter!]\r\n technologyCorrespondent_PersonSystem_count: countFilter\r\n softwareTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_count: countFilter\r\n risk_SoftwareTechnologyStackPart_some: [RiskFilter!]\r\n risk_SoftwareTechnologyStackPart_count: countFilter\r\n softwareTechnologyStack_VariantObject_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_VariantObject_count: countFilter\r\n softwareTechnologyStack_VariedObject_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_VariedObject_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n technicalFunctionality_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_count: countFilter\r\n}\r\n\r\nenum Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackOrderBy {\r\n link1VariationName_ASC\r\n link1VariationName_DESC\r\n name_ASC\r\n name_DESC\r\n currentState_ASC\r\n currentState_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStack implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentState: GraphQLObjectInterface\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n technologyCode: String\r\n supportAlertSoftwareTechnologyStack(format: EnumFormat): SupportAlertSoftwareTechnologyStackEnum\r\n companyStandardSoftwareTechnologyStack(format: EnumFormat): CompanyStandardSoftwareTechnologyStackEnum\r\n computedCompanyStandard(format: EnumFormat): ComputedCompanyStandardEnum\r\n freezePastTimePeriod: Boolean\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n technologyCorrespondent_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [PersonSystemAggregatedValues]\r\n softwareTechnology(filter: Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStack]\r\n softwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n risk_SoftwareTechnologyStackPart(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStack]\r\n risk_SoftwareTechnologyStackPartAggregatedValues(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [RiskAggregatedValues]\r\n softwareTechnologyStack_VariantObject(filter: Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackOrderBy]): [Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStack]\r\n softwareTechnologyStack_VariantObjectAggregatedValues(filter: Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnologyStack_VariedObject(filter: Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackOrderBy]): [Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStack]\r\n softwareTechnologyStack_VariedObjectAggregatedValues(filter: Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n technicalFunctionality(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackOrderBy]): [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStack]\r\n technicalFunctionalityAggregatedValues(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n link1VariationName(language: Languages): String\r\n}\r\n\r\ninput Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackFilter {\r\n and: [Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackFilter!]\r\n or: [Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackFilter!]\r\n link1VariationName: String\r\n link1VariationName_not: String\r\n link1VariationName_in: [String!]\r\n link1VariationName_not_in: [String!]\r\n link1VariationName_lt: String\r\n link1VariationName_lte: String\r\n link1VariationName_gt: String\r\n link1VariationName_gte: String\r\n link1VariationName_contains: String\r\n link1VariationName_not_contains: String\r\n link1VariationName_starts_with: String\r\n link1VariationName_not_starts_with: String\r\n link1VariationName_ends_with: String\r\n link1VariationName_not_ends_with: String\r\n link1VariationName_empty: Boolean\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 name_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\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 technologyCode_empty: Boolean\r\n supportAlertSoftwareTechnologyStack: SupportAlertSoftwareTechnologyStackEnum\r\n supportAlertSoftwareTechnologyStack_not: SupportAlertSoftwareTechnologyStackEnum\r\n supportAlertSoftwareTechnologyStack_in: [SupportAlertSoftwareTechnologyStackEnum!]\r\n supportAlertSoftwareTechnologyStack_not_in: [SupportAlertSoftwareTechnologyStackEnum!]\r\n supportAlertSoftwareTechnologyStack_empty: Boolean\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n companyStandardSoftwareTechnologyStack_not: CompanyStandardSoftwareTechnologyStackEnum\r\n companyStandardSoftwareTechnologyStack_in: [CompanyStandardSoftwareTechnologyStackEnum!]\r\n companyStandardSoftwareTechnologyStack_not_in: [CompanyStandardSoftwareTechnologyStackEnum!]\r\n companyStandardSoftwareTechnologyStack_empty: Boolean\r\n computedCompanyStandard: ComputedCompanyStandardEnum\r\n computedCompanyStandard_not: ComputedCompanyStandardEnum\r\n computedCompanyStandard_in: [ComputedCompanyStandardEnum!]\r\n computedCompanyStandard_not_in: [ComputedCompanyStandardEnum!]\r\n computedCompanyStandard_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n technologyCorrespondent_PersonSystem_some: [PersonSystemFilter!]\r\n technologyCorrespondent_PersonSystem_count: countFilter\r\n softwareTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_count: countFilter\r\n risk_SoftwareTechnologyStackPart_some: [RiskFilter!]\r\n risk_SoftwareTechnologyStackPart_count: countFilter\r\n softwareTechnologyStack_VariantObject_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_VariantObject_count: countFilter\r\n softwareTechnologyStack_VariedObject_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_VariedObject_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n technicalFunctionality_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_count: countFilter\r\n}\r\n\r\nenum Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackOrderBy {\r\n link1VariationName_ASC\r\n link1VariationName_DESC\r\n name_ASC\r\n name_DESC\r\n currentState_ASC\r\n currentState_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialController implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n technologyCode: String\r\n companyStandard(format: EnumFormat): CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n numberOfUsingApplications: CustomInt\r\n technopediaToBeDeletedOn(format: String, timeOffset: String): CustomDate\r\n technopediaObjectDeletion(format: EnumFormat): TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason(format: EnumFormat): TechnopediaDeleteReasonEnum\r\n currentState: GraphQLObjectInterface\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n releaseDate(format: String, timeOffset: String): CustomDate\r\n endOfSupport(format: String, timeOffset: String): CustomDate\r\n endOfExtendedSupport(format: String, timeOffset: String): CustomDate\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n technopediaReleaseLevel(format: EnumFormat): TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable(format: EnumFormat): TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion(format: EnumFormat): TechnopediaIsMajorVersionEnum\r\n supportAlert(format: EnumFormat): SupportAlertEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate(format: String, timeOffset: String): CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate(format: String, timeOffset: String): CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate(format: String, timeOffset: String): CustomDate\r\n technopediaEndOfLifeRangeEndDate(format: String, timeOffset: String): CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate(format: String, timeOffset: String): CustomDate\r\n technopediaObsoleteRangeEndDate(format: String, timeOffset: String): CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite(format: EnumFormat): TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n technopediaCreateDate(format: String, timeOffset: String): CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate(format: String, timeOffset: String): CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl(format: StringFormat): String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus(format: EnumFormat): WorkflowStatusEnum\r\n workflowStatusFinancial(format: EnumFormat): WorkflowStatusFinancialEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n deployedTechnology(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnology]\r\n deployedTechnologyAggregatedValues(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnologyAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n type(filter: TypeFilter, orderBy: [TypeOrderBy]): [Type]\r\n typeAggregatedValues(filter: TypeFilter, orderBy: [TypeOrderBy]): [TypeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n technologyCorrespondent_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n softwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnology]\r\n softwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n risk_SoftwareTechnologyStackPart(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnology]\r\n risk_SoftwareTechnologyStackPartAggregatedValues(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [RiskAggregatedValues]\r\n softwareTechnology_VariantObject(filter: Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyOrderBy]): [Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnology]\r\n softwareTechnology_VariantObjectAggregatedValues(filter: Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n softwareTechnology_VariedObject(filter: Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyOrderBy]): [Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnology]\r\n softwareTechnology_VariedObjectAggregatedValues(filter: Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n technicalFunctionality(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyOrderBy]): [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnology]\r\n technicalFunctionalityAggregatedValues(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter {\r\n and: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter!]\r\n or: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\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 technologyCode_empty: Boolean\r\n companyStandard: CompanyStandardEnum\r\n companyStandard_not: CompanyStandardEnum\r\n companyStandard_in: [CompanyStandardEnum!]\r\n companyStandard_not_in: [CompanyStandardEnum!]\r\n companyStandard_empty: Boolean\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 bDNAIdentifier_empty: Boolean\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 technopediaReplacementID_empty: Boolean\r\n numberOfUsingApplications: CustomInt\r\n numberOfUsingApplications_not: CustomInt\r\n numberOfUsingApplications_in: [CustomInt!]\r\n numberOfUsingApplications_not_in: [CustomInt!]\r\n numberOfUsingApplications_lt: CustomInt\r\n numberOfUsingApplications_lte: CustomInt\r\n numberOfUsingApplications_gt: CustomInt\r\n numberOfUsingApplications_gte: CustomInt\r\n numberOfUsingApplications_empty: Boolean\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaToBeDeletedOn_not: CustomDate\r\n technopediaToBeDeletedOn_in: [CustomDate!]\r\n technopediaToBeDeletedOn_not_in: [CustomDate!]\r\n technopediaToBeDeletedOn_lt: CustomDate\r\n technopediaToBeDeletedOn_lte: CustomDate\r\n technopediaToBeDeletedOn_gt: CustomDate\r\n technopediaToBeDeletedOn_gte: CustomDate\r\n technopediaToBeDeletedOn_empty: Boolean\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_not: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_not_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_empty: Boolean\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_not: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_not_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n releaseDate: CustomDate\r\n releaseDate_not: CustomDate\r\n releaseDate_in: [CustomDate!]\r\n releaseDate_not_in: [CustomDate!]\r\n releaseDate_lt: CustomDate\r\n releaseDate_lte: CustomDate\r\n releaseDate_gt: CustomDate\r\n releaseDate_gte: CustomDate\r\n releaseDate_empty: Boolean\r\n endOfSupport: CustomDate\r\n endOfSupport_not: CustomDate\r\n endOfSupport_in: [CustomDate!]\r\n endOfSupport_not_in: [CustomDate!]\r\n endOfSupport_lt: CustomDate\r\n endOfSupport_lte: CustomDate\r\n endOfSupport_gt: CustomDate\r\n endOfSupport_gte: CustomDate\r\n endOfSupport_empty: Boolean\r\n endOfExtendedSupport: CustomDate\r\n endOfExtendedSupport_not: CustomDate\r\n endOfExtendedSupport_in: [CustomDate!]\r\n endOfExtendedSupport_not_in: [CustomDate!]\r\n endOfExtendedSupport_lt: CustomDate\r\n endOfExtendedSupport_lte: CustomDate\r\n endOfExtendedSupport_gt: CustomDate\r\n endOfExtendedSupport_gte: CustomDate\r\n endOfExtendedSupport_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaReleaseLevel_not: TechnopediaReleaseLevelEnum\r\n technopediaReleaseLevel_in: [TechnopediaReleaseLevelEnum!]\r\n technopediaReleaseLevel_not_in: [TechnopediaReleaseLevelEnum!]\r\n technopediaReleaseLevel_empty: Boolean\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 technopediaBrandFamily_empty: Boolean\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaIsLicensable_not: TechnopediaIsLicensableEnum\r\n technopediaIsLicensable_in: [TechnopediaIsLicensableEnum!]\r\n technopediaIsLicensable_not_in: [TechnopediaIsLicensableEnum!]\r\n technopediaIsLicensable_empty: Boolean\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 technopediaVersion_empty: Boolean\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 technopediaPatchLevel_empty: Boolean\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaIsMajorVersion_not: TechnopediaIsMajorVersionEnum\r\n technopediaIsMajorVersion_in: [TechnopediaIsMajorVersionEnum!]\r\n technopediaIsMajorVersion_not_in: [TechnopediaIsMajorVersionEnum!]\r\n technopediaIsMajorVersion_empty: Boolean\r\n supportAlert: SupportAlertEnum\r\n supportAlert_not: SupportAlertEnum\r\n supportAlert_in: [SupportAlertEnum!]\r\n supportAlert_not_in: [SupportAlertEnum!]\r\n supportAlert_empty: Boolean\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 technopediaEdition_empty: Boolean\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 technopediaVersionGroup_empty: Boolean\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 technopediaGeneralAvailabilityException_empty: Boolean\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_not: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeStartDate_not_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeStartDate_lt: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_lte: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_gt: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_gte: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_empty: Boolean\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_not: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeEndDate_not_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeEndDate_lt: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_lte: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_gt: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_gte: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_empty: Boolean\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 technopediaEndOfLifeException_empty: Boolean\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeStartDate_not: CustomDate\r\n technopediaEndOfLifeRangeStartDate_in: [CustomDate!]\r\n technopediaEndOfLifeRangeStartDate_not_in: [CustomDate!]\r\n technopediaEndOfLifeRangeStartDate_lt: CustomDate\r\n technopediaEndOfLifeRangeStartDate_lte: CustomDate\r\n technopediaEndOfLifeRangeStartDate_gt: CustomDate\r\n technopediaEndOfLifeRangeStartDate_gte: CustomDate\r\n technopediaEndOfLifeRangeStartDate_empty: Boolean\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate_not: CustomDate\r\n technopediaEndOfLifeRangeEndDate_in: [CustomDate!]\r\n technopediaEndOfLifeRangeEndDate_not_in: [CustomDate!]\r\n technopediaEndOfLifeRangeEndDate_lt: CustomDate\r\n technopediaEndOfLifeRangeEndDate_lte: CustomDate\r\n technopediaEndOfLifeRangeEndDate_gt: CustomDate\r\n technopediaEndOfLifeRangeEndDate_gte: CustomDate\r\n technopediaEndOfLifeRangeEndDate_empty: Boolean\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 technopediaEndOfLifeSupportLevel_empty: Boolean\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 technopediaObsoleteException_empty: Boolean\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeStartDate_not: CustomDate\r\n technopediaObsoleteRangeStartDate_in: [CustomDate!]\r\n technopediaObsoleteRangeStartDate_not_in: [CustomDate!]\r\n technopediaObsoleteRangeStartDate_lt: CustomDate\r\n technopediaObsoleteRangeStartDate_lte: CustomDate\r\n technopediaObsoleteRangeStartDate_gt: CustomDate\r\n technopediaObsoleteRangeStartDate_gte: CustomDate\r\n technopediaObsoleteRangeStartDate_empty: Boolean\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteRangeEndDate_not: CustomDate\r\n technopediaObsoleteRangeEndDate_in: [CustomDate!]\r\n technopediaObsoleteRangeEndDate_not_in: [CustomDate!]\r\n technopediaObsoleteRangeEndDate_lt: CustomDate\r\n technopediaObsoleteRangeEndDate_lte: CustomDate\r\n technopediaObsoleteRangeEndDate_gt: CustomDate\r\n technopediaObsoleteRangeEndDate_gte: CustomDate\r\n technopediaObsoleteRangeEndDate_empty: Boolean\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 technopediaObsoleteSupportLevel_empty: Boolean\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 technopediaSubVersion_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: 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 technopediaID_empty: Boolean\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 nameInTechnopedia_empty: Boolean\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n technopediaIsSuite_not: TechnopediaIsSuiteEnum\r\n technopediaIsSuite_in: [TechnopediaIsSuiteEnum!]\r\n technopediaIsSuite_not_in: [TechnopediaIsSuiteEnum!]\r\n technopediaIsSuite_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n technopediaCreateDate: CustomDate\r\n technopediaCreateDate_not: CustomDate\r\n technopediaCreateDate_in: [CustomDate!]\r\n technopediaCreateDate_not_in: [CustomDate!]\r\n technopediaCreateDate_lt: CustomDate\r\n technopediaCreateDate_lte: CustomDate\r\n technopediaCreateDate_gt: CustomDate\r\n technopediaCreateDate_gte: CustomDate\r\n technopediaCreateDate_empty: Boolean\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 technopediaDesupportedflag_empty: Boolean\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaLastModifiedDate_not: CustomDate\r\n technopediaLastModifiedDate_in: [CustomDate!]\r\n technopediaLastModifiedDate_not_in: [CustomDate!]\r\n technopediaLastModifiedDate_lt: CustomDate\r\n technopediaLastModifiedDate_lte: CustomDate\r\n technopediaLastModifiedDate_gt: CustomDate\r\n technopediaLastModifiedDate_gte: CustomDate\r\n technopediaLastModifiedDate_empty: Boolean\r\n technopediaEditionOrder: CustomInt\r\n technopediaEditionOrder_not: CustomInt\r\n technopediaEditionOrder_in: [CustomInt!]\r\n technopediaEditionOrder_not_in: [CustomInt!]\r\n technopediaEditionOrder_lt: CustomInt\r\n technopediaEditionOrder_lte: CustomInt\r\n technopediaEditionOrder_gt: CustomInt\r\n technopediaEditionOrder_gte: CustomInt\r\n technopediaEditionOrder_empty: Boolean\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 technopediaToBeDeletedFlag_empty: Boolean\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 technopediaType_empty: Boolean\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 technopediaUrl_empty: Boolean\r\n technopediaVersionOrder: CustomInt\r\n technopediaVersionOrder_not: CustomInt\r\n technopediaVersionOrder_in: [CustomInt!]\r\n technopediaVersionOrder_not_in: [CustomInt!]\r\n technopediaVersionOrder_lt: CustomInt\r\n technopediaVersionOrder_lte: CustomInt\r\n technopediaVersionOrder_gt: CustomInt\r\n technopediaVersionOrder_gte: CustomInt\r\n technopediaVersionOrder_empty: Boolean\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 technopediaOwner_empty: Boolean\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 technopediaProduct_empty: Boolean\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 technopediaRelease_empty: Boolean\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatus_not: WorkflowStatusEnum\r\n workflowStatus_in: [WorkflowStatusEnum!]\r\n workflowStatus_not_in: [WorkflowStatusEnum!]\r\n workflowStatus_empty: Boolean\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_not: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n deployedTechnology_some: [DeployedTechnologyFilter!]\r\n deployedTechnology_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n technologyCorrespondent_PersonSystem_some: [PersonSystemFilter!]\r\n technologyCorrespondent_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n risk_SoftwareTechnologyStackPart_some: [RiskFilter!]\r\n risk_SoftwareTechnologyStackPart_count: countFilter\r\n type_some: [TypeFilter!]\r\n type_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n softwareTechnology_VariantObject_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_VariantObject_count: countFilter\r\n softwareTechnology_VariedObject_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_VariedObject_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n technicalFunctionality_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_count: countFilter\r\n}\r\n\r\nenum Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 workflowStatus_ASC\r\n workflowStatus_DESC\r\n workflowStatusFinancial_ASC\r\n workflowStatusFinancial_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondent implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n technologyCode: String\r\n companyStandard(format: EnumFormat): CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n numberOfUsingApplications: CustomInt\r\n technopediaToBeDeletedOn(format: String, timeOffset: String): CustomDate\r\n technopediaObjectDeletion(format: EnumFormat): TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason(format: EnumFormat): TechnopediaDeleteReasonEnum\r\n currentState: GraphQLObjectInterface\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n releaseDate(format: String, timeOffset: String): CustomDate\r\n endOfSupport(format: String, timeOffset: String): CustomDate\r\n endOfExtendedSupport(format: String, timeOffset: String): CustomDate\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n technopediaReleaseLevel(format: EnumFormat): TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable(format: EnumFormat): TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion(format: EnumFormat): TechnopediaIsMajorVersionEnum\r\n supportAlert(format: EnumFormat): SupportAlertEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate(format: String, timeOffset: String): CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate(format: String, timeOffset: String): CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate(format: String, timeOffset: String): CustomDate\r\n technopediaEndOfLifeRangeEndDate(format: String, timeOffset: String): CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate(format: String, timeOffset: String): CustomDate\r\n technopediaObsoleteRangeEndDate(format: String, timeOffset: String): CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite(format: EnumFormat): TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n technopediaCreateDate(format: String, timeOffset: String): CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate(format: String, timeOffset: String): CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl(format: StringFormat): String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus(format: EnumFormat): WorkflowStatusEnum\r\n workflowStatusFinancial(format: EnumFormat): WorkflowStatusFinancialEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n deployedTechnology(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnology]\r\n deployedTechnologyAggregatedValues(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnologyAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n type(filter: TypeFilter, orderBy: [TypeOrderBy]): [Type]\r\n typeAggregatedValues(filter: TypeFilter, orderBy: [TypeOrderBy]): [TypeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n technologyCorrespondent_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n softwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnology]\r\n softwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n risk_SoftwareTechnologyStackPart(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnology]\r\n risk_SoftwareTechnologyStackPartAggregatedValues(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [RiskAggregatedValues]\r\n softwareTechnology_VariantObject(filter: Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyOrderBy]): [Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnology]\r\n softwareTechnology_VariantObjectAggregatedValues(filter: Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n softwareTechnology_VariedObject(filter: Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyOrderBy]): [Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnology]\r\n softwareTechnology_VariedObjectAggregatedValues(filter: Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n technicalFunctionality(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyOrderBy]): [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnology]\r\n technicalFunctionalityAggregatedValues(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter {\r\n and: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter!]\r\n or: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\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 technologyCode_empty: Boolean\r\n companyStandard: CompanyStandardEnum\r\n companyStandard_not: CompanyStandardEnum\r\n companyStandard_in: [CompanyStandardEnum!]\r\n companyStandard_not_in: [CompanyStandardEnum!]\r\n companyStandard_empty: Boolean\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 bDNAIdentifier_empty: Boolean\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 technopediaReplacementID_empty: Boolean\r\n numberOfUsingApplications: CustomInt\r\n numberOfUsingApplications_not: CustomInt\r\n numberOfUsingApplications_in: [CustomInt!]\r\n numberOfUsingApplications_not_in: [CustomInt!]\r\n numberOfUsingApplications_lt: CustomInt\r\n numberOfUsingApplications_lte: CustomInt\r\n numberOfUsingApplications_gt: CustomInt\r\n numberOfUsingApplications_gte: CustomInt\r\n numberOfUsingApplications_empty: Boolean\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaToBeDeletedOn_not: CustomDate\r\n technopediaToBeDeletedOn_in: [CustomDate!]\r\n technopediaToBeDeletedOn_not_in: [CustomDate!]\r\n technopediaToBeDeletedOn_lt: CustomDate\r\n technopediaToBeDeletedOn_lte: CustomDate\r\n technopediaToBeDeletedOn_gt: CustomDate\r\n technopediaToBeDeletedOn_gte: CustomDate\r\n technopediaToBeDeletedOn_empty: Boolean\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_not: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_not_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_empty: Boolean\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_not: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_not_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n releaseDate: CustomDate\r\n releaseDate_not: CustomDate\r\n releaseDate_in: [CustomDate!]\r\n releaseDate_not_in: [CustomDate!]\r\n releaseDate_lt: CustomDate\r\n releaseDate_lte: CustomDate\r\n releaseDate_gt: CustomDate\r\n releaseDate_gte: CustomDate\r\n releaseDate_empty: Boolean\r\n endOfSupport: CustomDate\r\n endOfSupport_not: CustomDate\r\n endOfSupport_in: [CustomDate!]\r\n endOfSupport_not_in: [CustomDate!]\r\n endOfSupport_lt: CustomDate\r\n endOfSupport_lte: CustomDate\r\n endOfSupport_gt: CustomDate\r\n endOfSupport_gte: CustomDate\r\n endOfSupport_empty: Boolean\r\n endOfExtendedSupport: CustomDate\r\n endOfExtendedSupport_not: CustomDate\r\n endOfExtendedSupport_in: [CustomDate!]\r\n endOfExtendedSupport_not_in: [CustomDate!]\r\n endOfExtendedSupport_lt: CustomDate\r\n endOfExtendedSupport_lte: CustomDate\r\n endOfExtendedSupport_gt: CustomDate\r\n endOfExtendedSupport_gte: CustomDate\r\n endOfExtendedSupport_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaReleaseLevel_not: TechnopediaReleaseLevelEnum\r\n technopediaReleaseLevel_in: [TechnopediaReleaseLevelEnum!]\r\n technopediaReleaseLevel_not_in: [TechnopediaReleaseLevelEnum!]\r\n technopediaReleaseLevel_empty: Boolean\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 technopediaBrandFamily_empty: Boolean\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaIsLicensable_not: TechnopediaIsLicensableEnum\r\n technopediaIsLicensable_in: [TechnopediaIsLicensableEnum!]\r\n technopediaIsLicensable_not_in: [TechnopediaIsLicensableEnum!]\r\n technopediaIsLicensable_empty: Boolean\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 technopediaVersion_empty: Boolean\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 technopediaPatchLevel_empty: Boolean\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaIsMajorVersion_not: TechnopediaIsMajorVersionEnum\r\n technopediaIsMajorVersion_in: [TechnopediaIsMajorVersionEnum!]\r\n technopediaIsMajorVersion_not_in: [TechnopediaIsMajorVersionEnum!]\r\n technopediaIsMajorVersion_empty: Boolean\r\n supportAlert: SupportAlertEnum\r\n supportAlert_not: SupportAlertEnum\r\n supportAlert_in: [SupportAlertEnum!]\r\n supportAlert_not_in: [SupportAlertEnum!]\r\n supportAlert_empty: Boolean\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 technopediaEdition_empty: Boolean\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 technopediaVersionGroup_empty: Boolean\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 technopediaGeneralAvailabilityException_empty: Boolean\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_not: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeStartDate_not_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeStartDate_lt: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_lte: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_gt: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_gte: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_empty: Boolean\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_not: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeEndDate_not_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeEndDate_lt: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_lte: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_gt: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_gte: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_empty: Boolean\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 technopediaEndOfLifeException_empty: Boolean\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeStartDate_not: CustomDate\r\n technopediaEndOfLifeRangeStartDate_in: [CustomDate!]\r\n technopediaEndOfLifeRangeStartDate_not_in: [CustomDate!]\r\n technopediaEndOfLifeRangeStartDate_lt: CustomDate\r\n technopediaEndOfLifeRangeStartDate_lte: CustomDate\r\n technopediaEndOfLifeRangeStartDate_gt: CustomDate\r\n technopediaEndOfLifeRangeStartDate_gte: CustomDate\r\n technopediaEndOfLifeRangeStartDate_empty: Boolean\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate_not: CustomDate\r\n technopediaEndOfLifeRangeEndDate_in: [CustomDate!]\r\n technopediaEndOfLifeRangeEndDate_not_in: [CustomDate!]\r\n technopediaEndOfLifeRangeEndDate_lt: CustomDate\r\n technopediaEndOfLifeRangeEndDate_lte: CustomDate\r\n technopediaEndOfLifeRangeEndDate_gt: CustomDate\r\n technopediaEndOfLifeRangeEndDate_gte: CustomDate\r\n technopediaEndOfLifeRangeEndDate_empty: Boolean\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 technopediaEndOfLifeSupportLevel_empty: Boolean\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 technopediaObsoleteException_empty: Boolean\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeStartDate_not: CustomDate\r\n technopediaObsoleteRangeStartDate_in: [CustomDate!]\r\n technopediaObsoleteRangeStartDate_not_in: [CustomDate!]\r\n technopediaObsoleteRangeStartDate_lt: CustomDate\r\n technopediaObsoleteRangeStartDate_lte: CustomDate\r\n technopediaObsoleteRangeStartDate_gt: CustomDate\r\n technopediaObsoleteRangeStartDate_gte: CustomDate\r\n technopediaObsoleteRangeStartDate_empty: Boolean\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteRangeEndDate_not: CustomDate\r\n technopediaObsoleteRangeEndDate_in: [CustomDate!]\r\n technopediaObsoleteRangeEndDate_not_in: [CustomDate!]\r\n technopediaObsoleteRangeEndDate_lt: CustomDate\r\n technopediaObsoleteRangeEndDate_lte: CustomDate\r\n technopediaObsoleteRangeEndDate_gt: CustomDate\r\n technopediaObsoleteRangeEndDate_gte: CustomDate\r\n technopediaObsoleteRangeEndDate_empty: Boolean\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 technopediaObsoleteSupportLevel_empty: Boolean\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 technopediaSubVersion_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: 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 technopediaID_empty: Boolean\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 nameInTechnopedia_empty: Boolean\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n technopediaIsSuite_not: TechnopediaIsSuiteEnum\r\n technopediaIsSuite_in: [TechnopediaIsSuiteEnum!]\r\n technopediaIsSuite_not_in: [TechnopediaIsSuiteEnum!]\r\n technopediaIsSuite_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n technopediaCreateDate: CustomDate\r\n technopediaCreateDate_not: CustomDate\r\n technopediaCreateDate_in: [CustomDate!]\r\n technopediaCreateDate_not_in: [CustomDate!]\r\n technopediaCreateDate_lt: CustomDate\r\n technopediaCreateDate_lte: CustomDate\r\n technopediaCreateDate_gt: CustomDate\r\n technopediaCreateDate_gte: CustomDate\r\n technopediaCreateDate_empty: Boolean\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 technopediaDesupportedflag_empty: Boolean\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaLastModifiedDate_not: CustomDate\r\n technopediaLastModifiedDate_in: [CustomDate!]\r\n technopediaLastModifiedDate_not_in: [CustomDate!]\r\n technopediaLastModifiedDate_lt: CustomDate\r\n technopediaLastModifiedDate_lte: CustomDate\r\n technopediaLastModifiedDate_gt: CustomDate\r\n technopediaLastModifiedDate_gte: CustomDate\r\n technopediaLastModifiedDate_empty: Boolean\r\n technopediaEditionOrder: CustomInt\r\n technopediaEditionOrder_not: CustomInt\r\n technopediaEditionOrder_in: [CustomInt!]\r\n technopediaEditionOrder_not_in: [CustomInt!]\r\n technopediaEditionOrder_lt: CustomInt\r\n technopediaEditionOrder_lte: CustomInt\r\n technopediaEditionOrder_gt: CustomInt\r\n technopediaEditionOrder_gte: CustomInt\r\n technopediaEditionOrder_empty: Boolean\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 technopediaToBeDeletedFlag_empty: Boolean\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 technopediaType_empty: Boolean\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 technopediaUrl_empty: Boolean\r\n technopediaVersionOrder: CustomInt\r\n technopediaVersionOrder_not: CustomInt\r\n technopediaVersionOrder_in: [CustomInt!]\r\n technopediaVersionOrder_not_in: [CustomInt!]\r\n technopediaVersionOrder_lt: CustomInt\r\n technopediaVersionOrder_lte: CustomInt\r\n technopediaVersionOrder_gt: CustomInt\r\n technopediaVersionOrder_gte: CustomInt\r\n technopediaVersionOrder_empty: Boolean\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 technopediaOwner_empty: Boolean\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 technopediaProduct_empty: Boolean\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 technopediaRelease_empty: Boolean\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatus_not: WorkflowStatusEnum\r\n workflowStatus_in: [WorkflowStatusEnum!]\r\n workflowStatus_not_in: [WorkflowStatusEnum!]\r\n workflowStatus_empty: Boolean\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_not: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n deployedTechnology_some: [DeployedTechnologyFilter!]\r\n deployedTechnology_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n technologyCorrespondent_PersonSystem_some: [PersonSystemFilter!]\r\n technologyCorrespondent_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n risk_SoftwareTechnologyStackPart_some: [RiskFilter!]\r\n risk_SoftwareTechnologyStackPart_count: countFilter\r\n type_some: [TypeFilter!]\r\n type_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n softwareTechnology_VariantObject_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_VariantObject_count: countFilter\r\n softwareTechnology_VariedObject_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_VariedObject_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n technicalFunctionality_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_count: countFilter\r\n}\r\n\r\nenum Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 workflowStatus_ASC\r\n workflowStatus_DESC\r\n workflowStatusFinancial_ASC\r\n workflowStatusFinancial_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n technologyCode: String\r\n companyStandard(format: EnumFormat): CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n numberOfUsingApplications: CustomInt\r\n technopediaToBeDeletedOn(format: String, timeOffset: String): CustomDate\r\n technopediaObjectDeletion(format: EnumFormat): TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason(format: EnumFormat): TechnopediaDeleteReasonEnum\r\n currentState: GraphQLObjectInterface\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n releaseDate(format: String, timeOffset: String): CustomDate\r\n endOfSupport(format: String, timeOffset: String): CustomDate\r\n endOfExtendedSupport(format: String, timeOffset: String): CustomDate\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n technopediaReleaseLevel(format: EnumFormat): TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable(format: EnumFormat): TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion(format: EnumFormat): TechnopediaIsMajorVersionEnum\r\n supportAlert(format: EnumFormat): SupportAlertEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate(format: String, timeOffset: String): CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate(format: String, timeOffset: String): CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate(format: String, timeOffset: String): CustomDate\r\n technopediaEndOfLifeRangeEndDate(format: String, timeOffset: String): CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate(format: String, timeOffset: String): CustomDate\r\n technopediaObsoleteRangeEndDate(format: String, timeOffset: String): CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite(format: EnumFormat): TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n technopediaCreateDate(format: String, timeOffset: String): CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate(format: String, timeOffset: String): CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl(format: StringFormat): String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus(format: EnumFormat): WorkflowStatusEnum\r\n workflowStatusFinancial(format: EnumFormat): WorkflowStatusFinancialEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n deployedTechnology(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnology]\r\n deployedTechnologyAggregatedValues(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnologyAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n type(filter: TypeFilter, orderBy: [TypeOrderBy]): [Type]\r\n typeAggregatedValues(filter: TypeFilter, orderBy: [TypeOrderBy]): [TypeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n technologyCorrespondent_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n softwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnology]\r\n softwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n risk_SoftwareTechnologyStackPart(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnology]\r\n risk_SoftwareTechnologyStackPartAggregatedValues(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [RiskAggregatedValues]\r\n softwareTechnology_VariantObject(filter: Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyOrderBy]): [Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnology]\r\n softwareTechnology_VariantObjectAggregatedValues(filter: Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n softwareTechnology_VariedObject(filter: Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyOrderBy]): [Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnology]\r\n softwareTechnology_VariedObjectAggregatedValues(filter: Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n technicalFunctionality(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyOrderBy]): [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnology]\r\n technicalFunctionalityAggregatedValues(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n and: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n or: [Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\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 technologyCode_empty: Boolean\r\n companyStandard: CompanyStandardEnum\r\n companyStandard_not: CompanyStandardEnum\r\n companyStandard_in: [CompanyStandardEnum!]\r\n companyStandard_not_in: [CompanyStandardEnum!]\r\n companyStandard_empty: Boolean\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 bDNAIdentifier_empty: Boolean\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 technopediaReplacementID_empty: Boolean\r\n numberOfUsingApplications: CustomInt\r\n numberOfUsingApplications_not: CustomInt\r\n numberOfUsingApplications_in: [CustomInt!]\r\n numberOfUsingApplications_not_in: [CustomInt!]\r\n numberOfUsingApplications_lt: CustomInt\r\n numberOfUsingApplications_lte: CustomInt\r\n numberOfUsingApplications_gt: CustomInt\r\n numberOfUsingApplications_gte: CustomInt\r\n numberOfUsingApplications_empty: Boolean\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaToBeDeletedOn_not: CustomDate\r\n technopediaToBeDeletedOn_in: [CustomDate!]\r\n technopediaToBeDeletedOn_not_in: [CustomDate!]\r\n technopediaToBeDeletedOn_lt: CustomDate\r\n technopediaToBeDeletedOn_lte: CustomDate\r\n technopediaToBeDeletedOn_gt: CustomDate\r\n technopediaToBeDeletedOn_gte: CustomDate\r\n technopediaToBeDeletedOn_empty: Boolean\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_not: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_not_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_empty: Boolean\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_not: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_not_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n releaseDate: CustomDate\r\n releaseDate_not: CustomDate\r\n releaseDate_in: [CustomDate!]\r\n releaseDate_not_in: [CustomDate!]\r\n releaseDate_lt: CustomDate\r\n releaseDate_lte: CustomDate\r\n releaseDate_gt: CustomDate\r\n releaseDate_gte: CustomDate\r\n releaseDate_empty: Boolean\r\n endOfSupport: CustomDate\r\n endOfSupport_not: CustomDate\r\n endOfSupport_in: [CustomDate!]\r\n endOfSupport_not_in: [CustomDate!]\r\n endOfSupport_lt: CustomDate\r\n endOfSupport_lte: CustomDate\r\n endOfSupport_gt: CustomDate\r\n endOfSupport_gte: CustomDate\r\n endOfSupport_empty: Boolean\r\n endOfExtendedSupport: CustomDate\r\n endOfExtendedSupport_not: CustomDate\r\n endOfExtendedSupport_in: [CustomDate!]\r\n endOfExtendedSupport_not_in: [CustomDate!]\r\n endOfExtendedSupport_lt: CustomDate\r\n endOfExtendedSupport_lte: CustomDate\r\n endOfExtendedSupport_gt: CustomDate\r\n endOfExtendedSupport_gte: CustomDate\r\n endOfExtendedSupport_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaReleaseLevel_not: TechnopediaReleaseLevelEnum\r\n technopediaReleaseLevel_in: [TechnopediaReleaseLevelEnum!]\r\n technopediaReleaseLevel_not_in: [TechnopediaReleaseLevelEnum!]\r\n technopediaReleaseLevel_empty: Boolean\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 technopediaBrandFamily_empty: Boolean\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaIsLicensable_not: TechnopediaIsLicensableEnum\r\n technopediaIsLicensable_in: [TechnopediaIsLicensableEnum!]\r\n technopediaIsLicensable_not_in: [TechnopediaIsLicensableEnum!]\r\n technopediaIsLicensable_empty: Boolean\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 technopediaVersion_empty: Boolean\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 technopediaPatchLevel_empty: Boolean\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaIsMajorVersion_not: TechnopediaIsMajorVersionEnum\r\n technopediaIsMajorVersion_in: [TechnopediaIsMajorVersionEnum!]\r\n technopediaIsMajorVersion_not_in: [TechnopediaIsMajorVersionEnum!]\r\n technopediaIsMajorVersion_empty: Boolean\r\n supportAlert: SupportAlertEnum\r\n supportAlert_not: SupportAlertEnum\r\n supportAlert_in: [SupportAlertEnum!]\r\n supportAlert_not_in: [SupportAlertEnum!]\r\n supportAlert_empty: Boolean\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 technopediaEdition_empty: Boolean\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 technopediaVersionGroup_empty: Boolean\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 technopediaGeneralAvailabilityException_empty: Boolean\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_not: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeStartDate_not_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeStartDate_lt: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_lte: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_gt: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_gte: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_empty: Boolean\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_not: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeEndDate_not_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeEndDate_lt: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_lte: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_gt: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_gte: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_empty: Boolean\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 technopediaEndOfLifeException_empty: Boolean\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeStartDate_not: CustomDate\r\n technopediaEndOfLifeRangeStartDate_in: [CustomDate!]\r\n technopediaEndOfLifeRangeStartDate_not_in: [CustomDate!]\r\n technopediaEndOfLifeRangeStartDate_lt: CustomDate\r\n technopediaEndOfLifeRangeStartDate_lte: CustomDate\r\n technopediaEndOfLifeRangeStartDate_gt: CustomDate\r\n technopediaEndOfLifeRangeStartDate_gte: CustomDate\r\n technopediaEndOfLifeRangeStartDate_empty: Boolean\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate_not: CustomDate\r\n technopediaEndOfLifeRangeEndDate_in: [CustomDate!]\r\n technopediaEndOfLifeRangeEndDate_not_in: [CustomDate!]\r\n technopediaEndOfLifeRangeEndDate_lt: CustomDate\r\n technopediaEndOfLifeRangeEndDate_lte: CustomDate\r\n technopediaEndOfLifeRangeEndDate_gt: CustomDate\r\n technopediaEndOfLifeRangeEndDate_gte: CustomDate\r\n technopediaEndOfLifeRangeEndDate_empty: Boolean\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 technopediaEndOfLifeSupportLevel_empty: Boolean\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 technopediaObsoleteException_empty: Boolean\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeStartDate_not: CustomDate\r\n technopediaObsoleteRangeStartDate_in: [CustomDate!]\r\n technopediaObsoleteRangeStartDate_not_in: [CustomDate!]\r\n technopediaObsoleteRangeStartDate_lt: CustomDate\r\n technopediaObsoleteRangeStartDate_lte: CustomDate\r\n technopediaObsoleteRangeStartDate_gt: CustomDate\r\n technopediaObsoleteRangeStartDate_gte: CustomDate\r\n technopediaObsoleteRangeStartDate_empty: Boolean\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteRangeEndDate_not: CustomDate\r\n technopediaObsoleteRangeEndDate_in: [CustomDate!]\r\n technopediaObsoleteRangeEndDate_not_in: [CustomDate!]\r\n technopediaObsoleteRangeEndDate_lt: CustomDate\r\n technopediaObsoleteRangeEndDate_lte: CustomDate\r\n technopediaObsoleteRangeEndDate_gt: CustomDate\r\n technopediaObsoleteRangeEndDate_gte: CustomDate\r\n technopediaObsoleteRangeEndDate_empty: Boolean\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 technopediaObsoleteSupportLevel_empty: Boolean\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 technopediaSubVersion_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: 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 technopediaID_empty: Boolean\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 nameInTechnopedia_empty: Boolean\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n technopediaIsSuite_not: TechnopediaIsSuiteEnum\r\n technopediaIsSuite_in: [TechnopediaIsSuiteEnum!]\r\n technopediaIsSuite_not_in: [TechnopediaIsSuiteEnum!]\r\n technopediaIsSuite_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n technopediaCreateDate: CustomDate\r\n technopediaCreateDate_not: CustomDate\r\n technopediaCreateDate_in: [CustomDate!]\r\n technopediaCreateDate_not_in: [CustomDate!]\r\n technopediaCreateDate_lt: CustomDate\r\n technopediaCreateDate_lte: CustomDate\r\n technopediaCreateDate_gt: CustomDate\r\n technopediaCreateDate_gte: CustomDate\r\n technopediaCreateDate_empty: Boolean\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 technopediaDesupportedflag_empty: Boolean\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaLastModifiedDate_not: CustomDate\r\n technopediaLastModifiedDate_in: [CustomDate!]\r\n technopediaLastModifiedDate_not_in: [CustomDate!]\r\n technopediaLastModifiedDate_lt: CustomDate\r\n technopediaLastModifiedDate_lte: CustomDate\r\n technopediaLastModifiedDate_gt: CustomDate\r\n technopediaLastModifiedDate_gte: CustomDate\r\n technopediaLastModifiedDate_empty: Boolean\r\n technopediaEditionOrder: CustomInt\r\n technopediaEditionOrder_not: CustomInt\r\n technopediaEditionOrder_in: [CustomInt!]\r\n technopediaEditionOrder_not_in: [CustomInt!]\r\n technopediaEditionOrder_lt: CustomInt\r\n technopediaEditionOrder_lte: CustomInt\r\n technopediaEditionOrder_gt: CustomInt\r\n technopediaEditionOrder_gte: CustomInt\r\n technopediaEditionOrder_empty: Boolean\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 technopediaToBeDeletedFlag_empty: Boolean\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 technopediaType_empty: Boolean\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 technopediaUrl_empty: Boolean\r\n technopediaVersionOrder: CustomInt\r\n technopediaVersionOrder_not: CustomInt\r\n technopediaVersionOrder_in: [CustomInt!]\r\n technopediaVersionOrder_not_in: [CustomInt!]\r\n technopediaVersionOrder_lt: CustomInt\r\n technopediaVersionOrder_lte: CustomInt\r\n technopediaVersionOrder_gt: CustomInt\r\n technopediaVersionOrder_gte: CustomInt\r\n technopediaVersionOrder_empty: Boolean\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 technopediaOwner_empty: Boolean\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 technopediaProduct_empty: Boolean\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 technopediaRelease_empty: Boolean\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatus_not: WorkflowStatusEnum\r\n workflowStatus_in: [WorkflowStatusEnum!]\r\n workflowStatus_not_in: [WorkflowStatusEnum!]\r\n workflowStatus_empty: Boolean\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_not: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n deployedTechnology_some: [DeployedTechnologyFilter!]\r\n deployedTechnology_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n technologyCorrespondent_PersonSystem_some: [PersonSystemFilter!]\r\n technologyCorrespondent_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n risk_SoftwareTechnologyStackPart_some: [RiskFilter!]\r\n risk_SoftwareTechnologyStackPart_count: countFilter\r\n type_some: [TypeFilter!]\r\n type_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n softwareTechnology_VariantObject_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_VariantObject_count: countFilter\r\n softwareTechnology_VariedObject_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_VariedObject_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n technicalFunctionality_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_count: countFilter\r\n}\r\n\r\nenum Relationship_SoftwareTechnology_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 workflowStatus_ASC\r\n workflowStatus_DESC\r\n workflowStatusFinancial_ASC\r\n workflowStatusFinancial_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionality implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n technologyCode: String\r\n companyStandard(format: EnumFormat): CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n numberOfUsingApplications: CustomInt\r\n technopediaToBeDeletedOn(format: String, timeOffset: String): CustomDate\r\n technopediaObjectDeletion(format: EnumFormat): TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason(format: EnumFormat): TechnopediaDeleteReasonEnum\r\n currentState: GraphQLObjectInterface\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n releaseDate(format: String, timeOffset: String): CustomDate\r\n endOfSupport(format: String, timeOffset: String): CustomDate\r\n endOfExtendedSupport(format: String, timeOffset: String): CustomDate\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n technopediaReleaseLevel(format: EnumFormat): TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable(format: EnumFormat): TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion(format: EnumFormat): TechnopediaIsMajorVersionEnum\r\n supportAlert(format: EnumFormat): SupportAlertEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate(format: String, timeOffset: String): CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate(format: String, timeOffset: String): CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate(format: String, timeOffset: String): CustomDate\r\n technopediaEndOfLifeRangeEndDate(format: String, timeOffset: String): CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate(format: String, timeOffset: String): CustomDate\r\n technopediaObsoleteRangeEndDate(format: String, timeOffset: String): CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite(format: EnumFormat): TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n technopediaCreateDate(format: String, timeOffset: String): CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate(format: String, timeOffset: String): CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl(format: StringFormat): String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus(format: EnumFormat): WorkflowStatusEnum\r\n workflowStatusFinancial(format: EnumFormat): WorkflowStatusFinancialEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n deployedTechnology(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnology]\r\n deployedTechnologyAggregatedValues(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnologyAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n type(filter: TypeFilter, orderBy: [TypeOrderBy]): [Type]\r\n typeAggregatedValues(filter: TypeFilter, orderBy: [TypeOrderBy]): [TypeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n technologyCorrespondent_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n softwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnology]\r\n softwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n risk_SoftwareTechnologyStackPart(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnology]\r\n risk_SoftwareTechnologyStackPartAggregatedValues(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [RiskAggregatedValues]\r\n softwareTechnology_VariantObject(filter: Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyOrderBy]): [Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnology]\r\n softwareTechnology_VariantObjectAggregatedValues(filter: Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n softwareTechnology_VariedObject(filter: Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyOrderBy]): [Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnology]\r\n softwareTechnology_VariedObjectAggregatedValues(filter: Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n technicalFunctionality(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyOrderBy]): [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnology]\r\n technicalFunctionalityAggregatedValues(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n link1CoverageRatio: CustomInt\r\n link1ComputedCoverageRatio: CustomInt\r\n link1ITARecommendationStatus: Boolean\r\n link1AssessmentFreshness: CustomFloat\r\n link1CompositeRealizationName: String\r\n link1RealizationQuality(format: EnumFormat): RealizationQualityEnum\r\n link1CapabilityFulfillmentMetaPictureIdentifier: GraphQLObjectInterface\r\n link1LastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n}\r\n\r\ninput Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFilter {\r\n and: [Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFilter!]\r\n or: [Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFilter!]\r\n link1CoverageRatio: CustomInt\r\n link1CoverageRatio_not: CustomInt\r\n link1CoverageRatio_in: [CustomInt!]\r\n link1CoverageRatio_not_in: [CustomInt!]\r\n link1CoverageRatio_lt: CustomInt\r\n link1CoverageRatio_lte: CustomInt\r\n link1CoverageRatio_gt: CustomInt\r\n link1CoverageRatio_gte: CustomInt\r\n link1CoverageRatio_empty: Boolean\r\n link1ComputedCoverageRatio: CustomInt\r\n link1ComputedCoverageRatio_not: CustomInt\r\n link1ComputedCoverageRatio_in: [CustomInt!]\r\n link1ComputedCoverageRatio_not_in: [CustomInt!]\r\n link1ComputedCoverageRatio_lt: CustomInt\r\n link1ComputedCoverageRatio_lte: CustomInt\r\n link1ComputedCoverageRatio_gt: CustomInt\r\n link1ComputedCoverageRatio_gte: CustomInt\r\n link1ComputedCoverageRatio_empty: Boolean\r\n link1ITARecommendationStatus: Boolean\r\n link1ITARecommendationStatus_not: Boolean\r\n link1ITARecommendationStatus_empty: Boolean\r\n link1AssessmentFreshness: CustomFloat\r\n link1AssessmentFreshness_not: CustomFloat\r\n link1AssessmentFreshness_in: [CustomFloat!]\r\n link1AssessmentFreshness_not_in: [CustomFloat!]\r\n link1AssessmentFreshness_lt: CustomFloat\r\n link1AssessmentFreshness_lte: CustomFloat\r\n link1AssessmentFreshness_gt: CustomFloat\r\n link1AssessmentFreshness_gte: CustomFloat\r\n link1AssessmentFreshness_empty: Boolean\r\n link1CompositeRealizationName: String\r\n link1CompositeRealizationName_not: String\r\n link1CompositeRealizationName_in: [String!]\r\n link1CompositeRealizationName_not_in: [String!]\r\n link1CompositeRealizationName_lt: String\r\n link1CompositeRealizationName_lte: String\r\n link1CompositeRealizationName_gt: String\r\n link1CompositeRealizationName_gte: String\r\n link1CompositeRealizationName_contains: String\r\n link1CompositeRealizationName_not_contains: String\r\n link1CompositeRealizationName_starts_with: String\r\n link1CompositeRealizationName_not_starts_with: String\r\n link1CompositeRealizationName_ends_with: String\r\n link1CompositeRealizationName_not_ends_with: String\r\n link1CompositeRealizationName_empty: Boolean\r\n link1RealizationQuality: RealizationQualityEnum\r\n link1RealizationQuality_not: RealizationQualityEnum\r\n link1RealizationQuality_in: [RealizationQualityEnum!]\r\n link1RealizationQuality_not_in: [RealizationQualityEnum!]\r\n link1RealizationQuality_empty: Boolean\r\n link1CapabilityFulfillmentMetaPictureIdentifier: String\r\n link1CapabilityFulfillmentMetaPictureIdentifier_not: String\r\n link1CapabilityFulfillmentMetaPictureIdentifier_in: [String!]\r\n link1CapabilityFulfillmentMetaPictureIdentifier_not_in: [String!]\r\n link1CapabilityFulfillmentMetaPictureIdentifier_empty: Boolean\r\n link1LastAssessmentDate: CustomDate\r\n link1LastAssessmentDate_not: CustomDate\r\n link1LastAssessmentDate_in: [CustomDate!]\r\n link1LastAssessmentDate_not_in: [CustomDate!]\r\n link1LastAssessmentDate_lt: CustomDate\r\n link1LastAssessmentDate_lte: CustomDate\r\n link1LastAssessmentDate_gt: CustomDate\r\n link1LastAssessmentDate_gte: CustomDate\r\n link1LastAssessmentDate_empty: Boolean\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 name_empty: Boolean\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 technologyCode_empty: Boolean\r\n companyStandard: CompanyStandardEnum\r\n companyStandard_not: CompanyStandardEnum\r\n companyStandard_in: [CompanyStandardEnum!]\r\n companyStandard_not_in: [CompanyStandardEnum!]\r\n companyStandard_empty: Boolean\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 bDNAIdentifier_empty: Boolean\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 technopediaReplacementID_empty: Boolean\r\n numberOfUsingApplications: CustomInt\r\n numberOfUsingApplications_not: CustomInt\r\n numberOfUsingApplications_in: [CustomInt!]\r\n numberOfUsingApplications_not_in: [CustomInt!]\r\n numberOfUsingApplications_lt: CustomInt\r\n numberOfUsingApplications_lte: CustomInt\r\n numberOfUsingApplications_gt: CustomInt\r\n numberOfUsingApplications_gte: CustomInt\r\n numberOfUsingApplications_empty: Boolean\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaToBeDeletedOn_not: CustomDate\r\n technopediaToBeDeletedOn_in: [CustomDate!]\r\n technopediaToBeDeletedOn_not_in: [CustomDate!]\r\n technopediaToBeDeletedOn_lt: CustomDate\r\n technopediaToBeDeletedOn_lte: CustomDate\r\n technopediaToBeDeletedOn_gt: CustomDate\r\n technopediaToBeDeletedOn_gte: CustomDate\r\n technopediaToBeDeletedOn_empty: Boolean\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_not: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_not_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_empty: Boolean\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_not: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_not_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n releaseDate: CustomDate\r\n releaseDate_not: CustomDate\r\n releaseDate_in: [CustomDate!]\r\n releaseDate_not_in: [CustomDate!]\r\n releaseDate_lt: CustomDate\r\n releaseDate_lte: CustomDate\r\n releaseDate_gt: CustomDate\r\n releaseDate_gte: CustomDate\r\n releaseDate_empty: Boolean\r\n endOfSupport: CustomDate\r\n endOfSupport_not: CustomDate\r\n endOfSupport_in: [CustomDate!]\r\n endOfSupport_not_in: [CustomDate!]\r\n endOfSupport_lt: CustomDate\r\n endOfSupport_lte: CustomDate\r\n endOfSupport_gt: CustomDate\r\n endOfSupport_gte: CustomDate\r\n endOfSupport_empty: Boolean\r\n endOfExtendedSupport: CustomDate\r\n endOfExtendedSupport_not: CustomDate\r\n endOfExtendedSupport_in: [CustomDate!]\r\n endOfExtendedSupport_not_in: [CustomDate!]\r\n endOfExtendedSupport_lt: CustomDate\r\n endOfExtendedSupport_lte: CustomDate\r\n endOfExtendedSupport_gt: CustomDate\r\n endOfExtendedSupport_gte: CustomDate\r\n endOfExtendedSupport_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaReleaseLevel_not: TechnopediaReleaseLevelEnum\r\n technopediaReleaseLevel_in: [TechnopediaReleaseLevelEnum!]\r\n technopediaReleaseLevel_not_in: [TechnopediaReleaseLevelEnum!]\r\n technopediaReleaseLevel_empty: Boolean\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 technopediaBrandFamily_empty: Boolean\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaIsLicensable_not: TechnopediaIsLicensableEnum\r\n technopediaIsLicensable_in: [TechnopediaIsLicensableEnum!]\r\n technopediaIsLicensable_not_in: [TechnopediaIsLicensableEnum!]\r\n technopediaIsLicensable_empty: Boolean\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 technopediaVersion_empty: Boolean\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 technopediaPatchLevel_empty: Boolean\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaIsMajorVersion_not: TechnopediaIsMajorVersionEnum\r\n technopediaIsMajorVersion_in: [TechnopediaIsMajorVersionEnum!]\r\n technopediaIsMajorVersion_not_in: [TechnopediaIsMajorVersionEnum!]\r\n technopediaIsMajorVersion_empty: Boolean\r\n supportAlert: SupportAlertEnum\r\n supportAlert_not: SupportAlertEnum\r\n supportAlert_in: [SupportAlertEnum!]\r\n supportAlert_not_in: [SupportAlertEnum!]\r\n supportAlert_empty: Boolean\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 technopediaEdition_empty: Boolean\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 technopediaVersionGroup_empty: Boolean\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 technopediaGeneralAvailabilityException_empty: Boolean\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_not: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeStartDate_not_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeStartDate_lt: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_lte: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_gt: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_gte: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_empty: Boolean\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_not: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeEndDate_not_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeEndDate_lt: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_lte: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_gt: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_gte: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_empty: Boolean\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 technopediaEndOfLifeException_empty: Boolean\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeStartDate_not: CustomDate\r\n technopediaEndOfLifeRangeStartDate_in: [CustomDate!]\r\n technopediaEndOfLifeRangeStartDate_not_in: [CustomDate!]\r\n technopediaEndOfLifeRangeStartDate_lt: CustomDate\r\n technopediaEndOfLifeRangeStartDate_lte: CustomDate\r\n technopediaEndOfLifeRangeStartDate_gt: CustomDate\r\n technopediaEndOfLifeRangeStartDate_gte: CustomDate\r\n technopediaEndOfLifeRangeStartDate_empty: Boolean\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate_not: CustomDate\r\n technopediaEndOfLifeRangeEndDate_in: [CustomDate!]\r\n technopediaEndOfLifeRangeEndDate_not_in: [CustomDate!]\r\n technopediaEndOfLifeRangeEndDate_lt: CustomDate\r\n technopediaEndOfLifeRangeEndDate_lte: CustomDate\r\n technopediaEndOfLifeRangeEndDate_gt: CustomDate\r\n technopediaEndOfLifeRangeEndDate_gte: CustomDate\r\n technopediaEndOfLifeRangeEndDate_empty: Boolean\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 technopediaEndOfLifeSupportLevel_empty: Boolean\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 technopediaObsoleteException_empty: Boolean\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeStartDate_not: CustomDate\r\n technopediaObsoleteRangeStartDate_in: [CustomDate!]\r\n technopediaObsoleteRangeStartDate_not_in: [CustomDate!]\r\n technopediaObsoleteRangeStartDate_lt: CustomDate\r\n technopediaObsoleteRangeStartDate_lte: CustomDate\r\n technopediaObsoleteRangeStartDate_gt: CustomDate\r\n technopediaObsoleteRangeStartDate_gte: CustomDate\r\n technopediaObsoleteRangeStartDate_empty: Boolean\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteRangeEndDate_not: CustomDate\r\n technopediaObsoleteRangeEndDate_in: [CustomDate!]\r\n technopediaObsoleteRangeEndDate_not_in: [CustomDate!]\r\n technopediaObsoleteRangeEndDate_lt: CustomDate\r\n technopediaObsoleteRangeEndDate_lte: CustomDate\r\n technopediaObsoleteRangeEndDate_gt: CustomDate\r\n technopediaObsoleteRangeEndDate_gte: CustomDate\r\n technopediaObsoleteRangeEndDate_empty: Boolean\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 technopediaObsoleteSupportLevel_empty: Boolean\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 technopediaSubVersion_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: 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 technopediaID_empty: Boolean\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 nameInTechnopedia_empty: Boolean\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n technopediaIsSuite_not: TechnopediaIsSuiteEnum\r\n technopediaIsSuite_in: [TechnopediaIsSuiteEnum!]\r\n technopediaIsSuite_not_in: [TechnopediaIsSuiteEnum!]\r\n technopediaIsSuite_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n technopediaCreateDate: CustomDate\r\n technopediaCreateDate_not: CustomDate\r\n technopediaCreateDate_in: [CustomDate!]\r\n technopediaCreateDate_not_in: [CustomDate!]\r\n technopediaCreateDate_lt: CustomDate\r\n technopediaCreateDate_lte: CustomDate\r\n technopediaCreateDate_gt: CustomDate\r\n technopediaCreateDate_gte: CustomDate\r\n technopediaCreateDate_empty: Boolean\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 technopediaDesupportedflag_empty: Boolean\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaLastModifiedDate_not: CustomDate\r\n technopediaLastModifiedDate_in: [CustomDate!]\r\n technopediaLastModifiedDate_not_in: [CustomDate!]\r\n technopediaLastModifiedDate_lt: CustomDate\r\n technopediaLastModifiedDate_lte: CustomDate\r\n technopediaLastModifiedDate_gt: CustomDate\r\n technopediaLastModifiedDate_gte: CustomDate\r\n technopediaLastModifiedDate_empty: Boolean\r\n technopediaEditionOrder: CustomInt\r\n technopediaEditionOrder_not: CustomInt\r\n technopediaEditionOrder_in: [CustomInt!]\r\n technopediaEditionOrder_not_in: [CustomInt!]\r\n technopediaEditionOrder_lt: CustomInt\r\n technopediaEditionOrder_lte: CustomInt\r\n technopediaEditionOrder_gt: CustomInt\r\n technopediaEditionOrder_gte: CustomInt\r\n technopediaEditionOrder_empty: Boolean\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 technopediaToBeDeletedFlag_empty: Boolean\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 technopediaType_empty: Boolean\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 technopediaUrl_empty: Boolean\r\n technopediaVersionOrder: CustomInt\r\n technopediaVersionOrder_not: CustomInt\r\n technopediaVersionOrder_in: [CustomInt!]\r\n technopediaVersionOrder_not_in: [CustomInt!]\r\n technopediaVersionOrder_lt: CustomInt\r\n technopediaVersionOrder_lte: CustomInt\r\n technopediaVersionOrder_gt: CustomInt\r\n technopediaVersionOrder_gte: CustomInt\r\n technopediaVersionOrder_empty: Boolean\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 technopediaOwner_empty: Boolean\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 technopediaProduct_empty: Boolean\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 technopediaRelease_empty: Boolean\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatus_not: WorkflowStatusEnum\r\n workflowStatus_in: [WorkflowStatusEnum!]\r\n workflowStatus_not_in: [WorkflowStatusEnum!]\r\n workflowStatus_empty: Boolean\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_not: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n deployedTechnology_some: [DeployedTechnologyFilter!]\r\n deployedTechnology_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n technologyCorrespondent_PersonSystem_some: [PersonSystemFilter!]\r\n technologyCorrespondent_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n risk_SoftwareTechnologyStackPart_some: [RiskFilter!]\r\n risk_SoftwareTechnologyStackPart_count: countFilter\r\n type_some: [TypeFilter!]\r\n type_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n softwareTechnology_VariantObject_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_VariantObject_count: countFilter\r\n softwareTechnology_VariedObject_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_VariedObject_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n technicalFunctionality_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_count: countFilter\r\n}\r\n\r\nenum Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityOrderBy {\r\n link1CoverageRatio_ASC\r\n link1CoverageRatio_DESC\r\n link1ComputedCoverageRatio_ASC\r\n link1ComputedCoverageRatio_DESC\r\n link1ITARecommendationStatus_ASC\r\n link1ITARecommendationStatus_DESC\r\n link1AssessmentFreshness_ASC\r\n link1AssessmentFreshness_DESC\r\n link1CompositeRealizationName_ASC\r\n link1CompositeRealizationName_DESC\r\n link1RealizationQuality_ASC\r\n link1RealizationQuality_DESC\r\n link1CapabilityFulfillmentMetaPictureIdentifier_ASC\r\n link1CapabilityFulfillmentMetaPictureIdentifier_DESC\r\n link1LastAssessmentDate_ASC\r\n link1LastAssessmentDate_DESC\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 workflowStatus_ASC\r\n workflowStatus_DESC\r\n workflowStatusFinancial_ASC\r\n workflowStatusFinancial_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_Risk implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n technologyCode: String\r\n companyStandard(format: EnumFormat): CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n numberOfUsingApplications: CustomInt\r\n technopediaToBeDeletedOn(format: String, timeOffset: String): CustomDate\r\n technopediaObjectDeletion(format: EnumFormat): TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason(format: EnumFormat): TechnopediaDeleteReasonEnum\r\n currentState: GraphQLObjectInterface\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n releaseDate(format: String, timeOffset: String): CustomDate\r\n endOfSupport(format: String, timeOffset: String): CustomDate\r\n endOfExtendedSupport(format: String, timeOffset: String): CustomDate\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n technopediaReleaseLevel(format: EnumFormat): TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable(format: EnumFormat): TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion(format: EnumFormat): TechnopediaIsMajorVersionEnum\r\n supportAlert(format: EnumFormat): SupportAlertEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate(format: String, timeOffset: String): CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate(format: String, timeOffset: String): CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate(format: String, timeOffset: String): CustomDate\r\n technopediaEndOfLifeRangeEndDate(format: String, timeOffset: String): CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate(format: String, timeOffset: String): CustomDate\r\n technopediaObsoleteRangeEndDate(format: String, timeOffset: String): CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite(format: EnumFormat): TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n technopediaCreateDate(format: String, timeOffset: String): CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate(format: String, timeOffset: String): CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl(format: StringFormat): String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus(format: EnumFormat): WorkflowStatusEnum\r\n workflowStatusFinancial(format: EnumFormat): WorkflowStatusFinancialEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n deployedTechnology(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnology]\r\n deployedTechnologyAggregatedValues(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnologyAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n type(filter: TypeFilter, orderBy: [TypeOrderBy]): [Type]\r\n typeAggregatedValues(filter: TypeFilter, orderBy: [TypeOrderBy]): [TypeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n technologyCorrespondent_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n softwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnology]\r\n softwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n risk_SoftwareTechnologyStackPart(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnology]\r\n risk_SoftwareTechnologyStackPartAggregatedValues(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [RiskAggregatedValues]\r\n softwareTechnology_VariantObject(filter: Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyOrderBy]): [Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnology]\r\n softwareTechnology_VariantObjectAggregatedValues(filter: Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n softwareTechnology_VariedObject(filter: Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyOrderBy]): [Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnology]\r\n softwareTechnology_VariedObjectAggregatedValues(filter: Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n technicalFunctionality(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyOrderBy]): [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnology]\r\n technicalFunctionalityAggregatedValues(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n}\r\n\r\ninput Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskFilter {\r\n and: [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskFilter!]\r\n or: [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskFilter!]\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 name_empty: Boolean\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 technologyCode_empty: Boolean\r\n companyStandard: CompanyStandardEnum\r\n companyStandard_not: CompanyStandardEnum\r\n companyStandard_in: [CompanyStandardEnum!]\r\n companyStandard_not_in: [CompanyStandardEnum!]\r\n companyStandard_empty: Boolean\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 bDNAIdentifier_empty: Boolean\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 technopediaReplacementID_empty: Boolean\r\n numberOfUsingApplications: CustomInt\r\n numberOfUsingApplications_not: CustomInt\r\n numberOfUsingApplications_in: [CustomInt!]\r\n numberOfUsingApplications_not_in: [CustomInt!]\r\n numberOfUsingApplications_lt: CustomInt\r\n numberOfUsingApplications_lte: CustomInt\r\n numberOfUsingApplications_gt: CustomInt\r\n numberOfUsingApplications_gte: CustomInt\r\n numberOfUsingApplications_empty: Boolean\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaToBeDeletedOn_not: CustomDate\r\n technopediaToBeDeletedOn_in: [CustomDate!]\r\n technopediaToBeDeletedOn_not_in: [CustomDate!]\r\n technopediaToBeDeletedOn_lt: CustomDate\r\n technopediaToBeDeletedOn_lte: CustomDate\r\n technopediaToBeDeletedOn_gt: CustomDate\r\n technopediaToBeDeletedOn_gte: CustomDate\r\n technopediaToBeDeletedOn_empty: Boolean\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_not: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_not_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_empty: Boolean\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_not: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_not_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n releaseDate: CustomDate\r\n releaseDate_not: CustomDate\r\n releaseDate_in: [CustomDate!]\r\n releaseDate_not_in: [CustomDate!]\r\n releaseDate_lt: CustomDate\r\n releaseDate_lte: CustomDate\r\n releaseDate_gt: CustomDate\r\n releaseDate_gte: CustomDate\r\n releaseDate_empty: Boolean\r\n endOfSupport: CustomDate\r\n endOfSupport_not: CustomDate\r\n endOfSupport_in: [CustomDate!]\r\n endOfSupport_not_in: [CustomDate!]\r\n endOfSupport_lt: CustomDate\r\n endOfSupport_lte: CustomDate\r\n endOfSupport_gt: CustomDate\r\n endOfSupport_gte: CustomDate\r\n endOfSupport_empty: Boolean\r\n endOfExtendedSupport: CustomDate\r\n endOfExtendedSupport_not: CustomDate\r\n endOfExtendedSupport_in: [CustomDate!]\r\n endOfExtendedSupport_not_in: [CustomDate!]\r\n endOfExtendedSupport_lt: CustomDate\r\n endOfExtendedSupport_lte: CustomDate\r\n endOfExtendedSupport_gt: CustomDate\r\n endOfExtendedSupport_gte: CustomDate\r\n endOfExtendedSupport_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaReleaseLevel_not: TechnopediaReleaseLevelEnum\r\n technopediaReleaseLevel_in: [TechnopediaReleaseLevelEnum!]\r\n technopediaReleaseLevel_not_in: [TechnopediaReleaseLevelEnum!]\r\n technopediaReleaseLevel_empty: Boolean\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 technopediaBrandFamily_empty: Boolean\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaIsLicensable_not: TechnopediaIsLicensableEnum\r\n technopediaIsLicensable_in: [TechnopediaIsLicensableEnum!]\r\n technopediaIsLicensable_not_in: [TechnopediaIsLicensableEnum!]\r\n technopediaIsLicensable_empty: Boolean\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 technopediaVersion_empty: Boolean\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 technopediaPatchLevel_empty: Boolean\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaIsMajorVersion_not: TechnopediaIsMajorVersionEnum\r\n technopediaIsMajorVersion_in: [TechnopediaIsMajorVersionEnum!]\r\n technopediaIsMajorVersion_not_in: [TechnopediaIsMajorVersionEnum!]\r\n technopediaIsMajorVersion_empty: Boolean\r\n supportAlert: SupportAlertEnum\r\n supportAlert_not: SupportAlertEnum\r\n supportAlert_in: [SupportAlertEnum!]\r\n supportAlert_not_in: [SupportAlertEnum!]\r\n supportAlert_empty: Boolean\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 technopediaEdition_empty: Boolean\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 technopediaVersionGroup_empty: Boolean\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 technopediaGeneralAvailabilityException_empty: Boolean\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_not: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeStartDate_not_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeStartDate_lt: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_lte: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_gt: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_gte: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_empty: Boolean\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_not: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeEndDate_not_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeEndDate_lt: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_lte: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_gt: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_gte: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_empty: Boolean\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 technopediaEndOfLifeException_empty: Boolean\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeStartDate_not: CustomDate\r\n technopediaEndOfLifeRangeStartDate_in: [CustomDate!]\r\n technopediaEndOfLifeRangeStartDate_not_in: [CustomDate!]\r\n technopediaEndOfLifeRangeStartDate_lt: CustomDate\r\n technopediaEndOfLifeRangeStartDate_lte: CustomDate\r\n technopediaEndOfLifeRangeStartDate_gt: CustomDate\r\n technopediaEndOfLifeRangeStartDate_gte: CustomDate\r\n technopediaEndOfLifeRangeStartDate_empty: Boolean\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate_not: CustomDate\r\n technopediaEndOfLifeRangeEndDate_in: [CustomDate!]\r\n technopediaEndOfLifeRangeEndDate_not_in: [CustomDate!]\r\n technopediaEndOfLifeRangeEndDate_lt: CustomDate\r\n technopediaEndOfLifeRangeEndDate_lte: CustomDate\r\n technopediaEndOfLifeRangeEndDate_gt: CustomDate\r\n technopediaEndOfLifeRangeEndDate_gte: CustomDate\r\n technopediaEndOfLifeRangeEndDate_empty: Boolean\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 technopediaEndOfLifeSupportLevel_empty: Boolean\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 technopediaObsoleteException_empty: Boolean\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeStartDate_not: CustomDate\r\n technopediaObsoleteRangeStartDate_in: [CustomDate!]\r\n technopediaObsoleteRangeStartDate_not_in: [CustomDate!]\r\n technopediaObsoleteRangeStartDate_lt: CustomDate\r\n technopediaObsoleteRangeStartDate_lte: CustomDate\r\n technopediaObsoleteRangeStartDate_gt: CustomDate\r\n technopediaObsoleteRangeStartDate_gte: CustomDate\r\n technopediaObsoleteRangeStartDate_empty: Boolean\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteRangeEndDate_not: CustomDate\r\n technopediaObsoleteRangeEndDate_in: [CustomDate!]\r\n technopediaObsoleteRangeEndDate_not_in: [CustomDate!]\r\n technopediaObsoleteRangeEndDate_lt: CustomDate\r\n technopediaObsoleteRangeEndDate_lte: CustomDate\r\n technopediaObsoleteRangeEndDate_gt: CustomDate\r\n technopediaObsoleteRangeEndDate_gte: CustomDate\r\n technopediaObsoleteRangeEndDate_empty: Boolean\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 technopediaObsoleteSupportLevel_empty: Boolean\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 technopediaSubVersion_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: 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 technopediaID_empty: Boolean\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 nameInTechnopedia_empty: Boolean\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n technopediaIsSuite_not: TechnopediaIsSuiteEnum\r\n technopediaIsSuite_in: [TechnopediaIsSuiteEnum!]\r\n technopediaIsSuite_not_in: [TechnopediaIsSuiteEnum!]\r\n technopediaIsSuite_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n technopediaCreateDate: CustomDate\r\n technopediaCreateDate_not: CustomDate\r\n technopediaCreateDate_in: [CustomDate!]\r\n technopediaCreateDate_not_in: [CustomDate!]\r\n technopediaCreateDate_lt: CustomDate\r\n technopediaCreateDate_lte: CustomDate\r\n technopediaCreateDate_gt: CustomDate\r\n technopediaCreateDate_gte: CustomDate\r\n technopediaCreateDate_empty: Boolean\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 technopediaDesupportedflag_empty: Boolean\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaLastModifiedDate_not: CustomDate\r\n technopediaLastModifiedDate_in: [CustomDate!]\r\n technopediaLastModifiedDate_not_in: [CustomDate!]\r\n technopediaLastModifiedDate_lt: CustomDate\r\n technopediaLastModifiedDate_lte: CustomDate\r\n technopediaLastModifiedDate_gt: CustomDate\r\n technopediaLastModifiedDate_gte: CustomDate\r\n technopediaLastModifiedDate_empty: Boolean\r\n technopediaEditionOrder: CustomInt\r\n technopediaEditionOrder_not: CustomInt\r\n technopediaEditionOrder_in: [CustomInt!]\r\n technopediaEditionOrder_not_in: [CustomInt!]\r\n technopediaEditionOrder_lt: CustomInt\r\n technopediaEditionOrder_lte: CustomInt\r\n technopediaEditionOrder_gt: CustomInt\r\n technopediaEditionOrder_gte: CustomInt\r\n technopediaEditionOrder_empty: Boolean\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 technopediaToBeDeletedFlag_empty: Boolean\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 technopediaType_empty: Boolean\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 technopediaUrl_empty: Boolean\r\n technopediaVersionOrder: CustomInt\r\n technopediaVersionOrder_not: CustomInt\r\n technopediaVersionOrder_in: [CustomInt!]\r\n technopediaVersionOrder_not_in: [CustomInt!]\r\n technopediaVersionOrder_lt: CustomInt\r\n technopediaVersionOrder_lte: CustomInt\r\n technopediaVersionOrder_gt: CustomInt\r\n technopediaVersionOrder_gte: CustomInt\r\n technopediaVersionOrder_empty: Boolean\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 technopediaOwner_empty: Boolean\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 technopediaProduct_empty: Boolean\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 technopediaRelease_empty: Boolean\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatus_not: WorkflowStatusEnum\r\n workflowStatus_in: [WorkflowStatusEnum!]\r\n workflowStatus_not_in: [WorkflowStatusEnum!]\r\n workflowStatus_empty: Boolean\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_not: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n deployedTechnology_some: [DeployedTechnologyFilter!]\r\n deployedTechnology_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n technologyCorrespondent_PersonSystem_some: [PersonSystemFilter!]\r\n technologyCorrespondent_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n risk_SoftwareTechnologyStackPart_some: [RiskFilter!]\r\n risk_SoftwareTechnologyStackPart_count: countFilter\r\n type_some: [TypeFilter!]\r\n type_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n softwareTechnology_VariantObject_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_VariantObject_count: countFilter\r\n softwareTechnology_VariedObject_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_VariedObject_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n technicalFunctionality_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_count: countFilter\r\n}\r\n\r\nenum Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskOrderBy {\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 workflowStatus_ASC\r\n workflowStatus_DESC\r\n workflowStatusFinancial_ASC\r\n workflowStatusFinancial_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStack implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n technologyCode: String\r\n companyStandard(format: EnumFormat): CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n numberOfUsingApplications: CustomInt\r\n technopediaToBeDeletedOn(format: String, timeOffset: String): CustomDate\r\n technopediaObjectDeletion(format: EnumFormat): TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason(format: EnumFormat): TechnopediaDeleteReasonEnum\r\n currentState: GraphQLObjectInterface\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n releaseDate(format: String, timeOffset: String): CustomDate\r\n endOfSupport(format: String, timeOffset: String): CustomDate\r\n endOfExtendedSupport(format: String, timeOffset: String): CustomDate\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n technopediaReleaseLevel(format: EnumFormat): TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable(format: EnumFormat): TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion(format: EnumFormat): TechnopediaIsMajorVersionEnum\r\n supportAlert(format: EnumFormat): SupportAlertEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate(format: String, timeOffset: String): CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate(format: String, timeOffset: String): CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate(format: String, timeOffset: String): CustomDate\r\n technopediaEndOfLifeRangeEndDate(format: String, timeOffset: String): CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate(format: String, timeOffset: String): CustomDate\r\n technopediaObsoleteRangeEndDate(format: String, timeOffset: String): CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite(format: EnumFormat): TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n technopediaCreateDate(format: String, timeOffset: String): CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate(format: String, timeOffset: String): CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl(format: StringFormat): String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus(format: EnumFormat): WorkflowStatusEnum\r\n workflowStatusFinancial(format: EnumFormat): WorkflowStatusFinancialEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n deployedTechnology(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnology]\r\n deployedTechnologyAggregatedValues(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnologyAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n type(filter: TypeFilter, orderBy: [TypeOrderBy]): [Type]\r\n typeAggregatedValues(filter: TypeFilter, orderBy: [TypeOrderBy]): [TypeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n technologyCorrespondent_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n softwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnology]\r\n softwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n risk_SoftwareTechnologyStackPart(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnology]\r\n risk_SoftwareTechnologyStackPartAggregatedValues(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [RiskAggregatedValues]\r\n softwareTechnology_VariantObject(filter: Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyOrderBy]): [Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnology]\r\n softwareTechnology_VariantObjectAggregatedValues(filter: Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n softwareTechnology_VariedObject(filter: Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyOrderBy]): [Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnology]\r\n softwareTechnology_VariedObjectAggregatedValues(filter: Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n technicalFunctionality(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyOrderBy]): [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnology]\r\n technicalFunctionalityAggregatedValues(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n}\r\n\r\ninput Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter {\r\n and: [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter!]\r\n or: [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter!]\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 name_empty: Boolean\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 technologyCode_empty: Boolean\r\n companyStandard: CompanyStandardEnum\r\n companyStandard_not: CompanyStandardEnum\r\n companyStandard_in: [CompanyStandardEnum!]\r\n companyStandard_not_in: [CompanyStandardEnum!]\r\n companyStandard_empty: Boolean\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 bDNAIdentifier_empty: Boolean\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 technopediaReplacementID_empty: Boolean\r\n numberOfUsingApplications: CustomInt\r\n numberOfUsingApplications_not: CustomInt\r\n numberOfUsingApplications_in: [CustomInt!]\r\n numberOfUsingApplications_not_in: [CustomInt!]\r\n numberOfUsingApplications_lt: CustomInt\r\n numberOfUsingApplications_lte: CustomInt\r\n numberOfUsingApplications_gt: CustomInt\r\n numberOfUsingApplications_gte: CustomInt\r\n numberOfUsingApplications_empty: Boolean\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaToBeDeletedOn_not: CustomDate\r\n technopediaToBeDeletedOn_in: [CustomDate!]\r\n technopediaToBeDeletedOn_not_in: [CustomDate!]\r\n technopediaToBeDeletedOn_lt: CustomDate\r\n technopediaToBeDeletedOn_lte: CustomDate\r\n technopediaToBeDeletedOn_gt: CustomDate\r\n technopediaToBeDeletedOn_gte: CustomDate\r\n technopediaToBeDeletedOn_empty: Boolean\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_not: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_not_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_empty: Boolean\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_not: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_not_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n releaseDate: CustomDate\r\n releaseDate_not: CustomDate\r\n releaseDate_in: [CustomDate!]\r\n releaseDate_not_in: [CustomDate!]\r\n releaseDate_lt: CustomDate\r\n releaseDate_lte: CustomDate\r\n releaseDate_gt: CustomDate\r\n releaseDate_gte: CustomDate\r\n releaseDate_empty: Boolean\r\n endOfSupport: CustomDate\r\n endOfSupport_not: CustomDate\r\n endOfSupport_in: [CustomDate!]\r\n endOfSupport_not_in: [CustomDate!]\r\n endOfSupport_lt: CustomDate\r\n endOfSupport_lte: CustomDate\r\n endOfSupport_gt: CustomDate\r\n endOfSupport_gte: CustomDate\r\n endOfSupport_empty: Boolean\r\n endOfExtendedSupport: CustomDate\r\n endOfExtendedSupport_not: CustomDate\r\n endOfExtendedSupport_in: [CustomDate!]\r\n endOfExtendedSupport_not_in: [CustomDate!]\r\n endOfExtendedSupport_lt: CustomDate\r\n endOfExtendedSupport_lte: CustomDate\r\n endOfExtendedSupport_gt: CustomDate\r\n endOfExtendedSupport_gte: CustomDate\r\n endOfExtendedSupport_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaReleaseLevel_not: TechnopediaReleaseLevelEnum\r\n technopediaReleaseLevel_in: [TechnopediaReleaseLevelEnum!]\r\n technopediaReleaseLevel_not_in: [TechnopediaReleaseLevelEnum!]\r\n technopediaReleaseLevel_empty: Boolean\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 technopediaBrandFamily_empty: Boolean\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaIsLicensable_not: TechnopediaIsLicensableEnum\r\n technopediaIsLicensable_in: [TechnopediaIsLicensableEnum!]\r\n technopediaIsLicensable_not_in: [TechnopediaIsLicensableEnum!]\r\n technopediaIsLicensable_empty: Boolean\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 technopediaVersion_empty: Boolean\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 technopediaPatchLevel_empty: Boolean\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaIsMajorVersion_not: TechnopediaIsMajorVersionEnum\r\n technopediaIsMajorVersion_in: [TechnopediaIsMajorVersionEnum!]\r\n technopediaIsMajorVersion_not_in: [TechnopediaIsMajorVersionEnum!]\r\n technopediaIsMajorVersion_empty: Boolean\r\n supportAlert: SupportAlertEnum\r\n supportAlert_not: SupportAlertEnum\r\n supportAlert_in: [SupportAlertEnum!]\r\n supportAlert_not_in: [SupportAlertEnum!]\r\n supportAlert_empty: Boolean\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 technopediaEdition_empty: Boolean\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 technopediaVersionGroup_empty: Boolean\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 technopediaGeneralAvailabilityException_empty: Boolean\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_not: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeStartDate_not_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeStartDate_lt: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_lte: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_gt: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_gte: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_empty: Boolean\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_not: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeEndDate_not_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeEndDate_lt: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_lte: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_gt: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_gte: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_empty: Boolean\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 technopediaEndOfLifeException_empty: Boolean\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeStartDate_not: CustomDate\r\n technopediaEndOfLifeRangeStartDate_in: [CustomDate!]\r\n technopediaEndOfLifeRangeStartDate_not_in: [CustomDate!]\r\n technopediaEndOfLifeRangeStartDate_lt: CustomDate\r\n technopediaEndOfLifeRangeStartDate_lte: CustomDate\r\n technopediaEndOfLifeRangeStartDate_gt: CustomDate\r\n technopediaEndOfLifeRangeStartDate_gte: CustomDate\r\n technopediaEndOfLifeRangeStartDate_empty: Boolean\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate_not: CustomDate\r\n technopediaEndOfLifeRangeEndDate_in: [CustomDate!]\r\n technopediaEndOfLifeRangeEndDate_not_in: [CustomDate!]\r\n technopediaEndOfLifeRangeEndDate_lt: CustomDate\r\n technopediaEndOfLifeRangeEndDate_lte: CustomDate\r\n technopediaEndOfLifeRangeEndDate_gt: CustomDate\r\n technopediaEndOfLifeRangeEndDate_gte: CustomDate\r\n technopediaEndOfLifeRangeEndDate_empty: Boolean\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 technopediaEndOfLifeSupportLevel_empty: Boolean\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 technopediaObsoleteException_empty: Boolean\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeStartDate_not: CustomDate\r\n technopediaObsoleteRangeStartDate_in: [CustomDate!]\r\n technopediaObsoleteRangeStartDate_not_in: [CustomDate!]\r\n technopediaObsoleteRangeStartDate_lt: CustomDate\r\n technopediaObsoleteRangeStartDate_lte: CustomDate\r\n technopediaObsoleteRangeStartDate_gt: CustomDate\r\n technopediaObsoleteRangeStartDate_gte: CustomDate\r\n technopediaObsoleteRangeStartDate_empty: Boolean\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteRangeEndDate_not: CustomDate\r\n technopediaObsoleteRangeEndDate_in: [CustomDate!]\r\n technopediaObsoleteRangeEndDate_not_in: [CustomDate!]\r\n technopediaObsoleteRangeEndDate_lt: CustomDate\r\n technopediaObsoleteRangeEndDate_lte: CustomDate\r\n technopediaObsoleteRangeEndDate_gt: CustomDate\r\n technopediaObsoleteRangeEndDate_gte: CustomDate\r\n technopediaObsoleteRangeEndDate_empty: Boolean\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 technopediaObsoleteSupportLevel_empty: Boolean\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 technopediaSubVersion_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: 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 technopediaID_empty: Boolean\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 nameInTechnopedia_empty: Boolean\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n technopediaIsSuite_not: TechnopediaIsSuiteEnum\r\n technopediaIsSuite_in: [TechnopediaIsSuiteEnum!]\r\n technopediaIsSuite_not_in: [TechnopediaIsSuiteEnum!]\r\n technopediaIsSuite_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n technopediaCreateDate: CustomDate\r\n technopediaCreateDate_not: CustomDate\r\n technopediaCreateDate_in: [CustomDate!]\r\n technopediaCreateDate_not_in: [CustomDate!]\r\n technopediaCreateDate_lt: CustomDate\r\n technopediaCreateDate_lte: CustomDate\r\n technopediaCreateDate_gt: CustomDate\r\n technopediaCreateDate_gte: CustomDate\r\n technopediaCreateDate_empty: Boolean\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 technopediaDesupportedflag_empty: Boolean\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaLastModifiedDate_not: CustomDate\r\n technopediaLastModifiedDate_in: [CustomDate!]\r\n technopediaLastModifiedDate_not_in: [CustomDate!]\r\n technopediaLastModifiedDate_lt: CustomDate\r\n technopediaLastModifiedDate_lte: CustomDate\r\n technopediaLastModifiedDate_gt: CustomDate\r\n technopediaLastModifiedDate_gte: CustomDate\r\n technopediaLastModifiedDate_empty: Boolean\r\n technopediaEditionOrder: CustomInt\r\n technopediaEditionOrder_not: CustomInt\r\n technopediaEditionOrder_in: [CustomInt!]\r\n technopediaEditionOrder_not_in: [CustomInt!]\r\n technopediaEditionOrder_lt: CustomInt\r\n technopediaEditionOrder_lte: CustomInt\r\n technopediaEditionOrder_gt: CustomInt\r\n technopediaEditionOrder_gte: CustomInt\r\n technopediaEditionOrder_empty: Boolean\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 technopediaToBeDeletedFlag_empty: Boolean\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 technopediaType_empty: Boolean\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 technopediaUrl_empty: Boolean\r\n technopediaVersionOrder: CustomInt\r\n technopediaVersionOrder_not: CustomInt\r\n technopediaVersionOrder_in: [CustomInt!]\r\n technopediaVersionOrder_not_in: [CustomInt!]\r\n technopediaVersionOrder_lt: CustomInt\r\n technopediaVersionOrder_lte: CustomInt\r\n technopediaVersionOrder_gt: CustomInt\r\n technopediaVersionOrder_gte: CustomInt\r\n technopediaVersionOrder_empty: Boolean\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 technopediaOwner_empty: Boolean\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 technopediaProduct_empty: Boolean\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 technopediaRelease_empty: Boolean\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatus_not: WorkflowStatusEnum\r\n workflowStatus_in: [WorkflowStatusEnum!]\r\n workflowStatus_not_in: [WorkflowStatusEnum!]\r\n workflowStatus_empty: Boolean\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_not: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n deployedTechnology_some: [DeployedTechnologyFilter!]\r\n deployedTechnology_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n technologyCorrespondent_PersonSystem_some: [PersonSystemFilter!]\r\n technologyCorrespondent_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n risk_SoftwareTechnologyStackPart_some: [RiskFilter!]\r\n risk_SoftwareTechnologyStackPart_count: countFilter\r\n type_some: [TypeFilter!]\r\n type_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n softwareTechnology_VariantObject_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_VariantObject_count: countFilter\r\n softwareTechnology_VariedObject_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_VariedObject_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n technicalFunctionality_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_count: countFilter\r\n}\r\n\r\nenum Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy {\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 workflowStatus_ASC\r\n workflowStatus_DESC\r\n workflowStatusFinancial_ASC\r\n workflowStatusFinancial_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnology implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n technologyCode: String\r\n companyStandard(format: EnumFormat): CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n numberOfUsingApplications: CustomInt\r\n technopediaToBeDeletedOn(format: String, timeOffset: String): CustomDate\r\n technopediaObjectDeletion(format: EnumFormat): TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason(format: EnumFormat): TechnopediaDeleteReasonEnum\r\n currentState: GraphQLObjectInterface\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n releaseDate(format: String, timeOffset: String): CustomDate\r\n endOfSupport(format: String, timeOffset: String): CustomDate\r\n endOfExtendedSupport(format: String, timeOffset: String): CustomDate\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n technopediaReleaseLevel(format: EnumFormat): TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable(format: EnumFormat): TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion(format: EnumFormat): TechnopediaIsMajorVersionEnum\r\n supportAlert(format: EnumFormat): SupportAlertEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate(format: String, timeOffset: String): CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate(format: String, timeOffset: String): CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate(format: String, timeOffset: String): CustomDate\r\n technopediaEndOfLifeRangeEndDate(format: String, timeOffset: String): CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate(format: String, timeOffset: String): CustomDate\r\n technopediaObsoleteRangeEndDate(format: String, timeOffset: String): CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite(format: EnumFormat): TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n technopediaCreateDate(format: String, timeOffset: String): CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate(format: String, timeOffset: String): CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl(format: StringFormat): String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus(format: EnumFormat): WorkflowStatusEnum\r\n workflowStatusFinancial(format: EnumFormat): WorkflowStatusFinancialEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n deployedTechnology(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnology]\r\n deployedTechnologyAggregatedValues(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnologyAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n type(filter: TypeFilter, orderBy: [TypeOrderBy]): [Type]\r\n typeAggregatedValues(filter: TypeFilter, orderBy: [TypeOrderBy]): [TypeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n technologyCorrespondent_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n softwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnology]\r\n softwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n risk_SoftwareTechnologyStackPart(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnology]\r\n risk_SoftwareTechnologyStackPartAggregatedValues(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [RiskAggregatedValues]\r\n softwareTechnology_VariantObject(filter: Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyOrderBy]): [Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnology]\r\n softwareTechnology_VariantObjectAggregatedValues(filter: Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n softwareTechnology_VariedObject(filter: Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyOrderBy]): [Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnology]\r\n softwareTechnology_VariedObjectAggregatedValues(filter: Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n technicalFunctionality(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyOrderBy]): [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnology]\r\n technicalFunctionalityAggregatedValues(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n link1VariationName(language: Languages): String\r\n}\r\n\r\ninput Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyFilter {\r\n and: [Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyFilter!]\r\n or: [Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyFilter!]\r\n link1VariationName: String\r\n link1VariationName_not: String\r\n link1VariationName_in: [String!]\r\n link1VariationName_not_in: [String!]\r\n link1VariationName_lt: String\r\n link1VariationName_lte: String\r\n link1VariationName_gt: String\r\n link1VariationName_gte: String\r\n link1VariationName_contains: String\r\n link1VariationName_not_contains: String\r\n link1VariationName_starts_with: String\r\n link1VariationName_not_starts_with: String\r\n link1VariationName_ends_with: String\r\n link1VariationName_not_ends_with: String\r\n link1VariationName_empty: Boolean\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 name_empty: Boolean\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 technologyCode_empty: Boolean\r\n companyStandard: CompanyStandardEnum\r\n companyStandard_not: CompanyStandardEnum\r\n companyStandard_in: [CompanyStandardEnum!]\r\n companyStandard_not_in: [CompanyStandardEnum!]\r\n companyStandard_empty: Boolean\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 bDNAIdentifier_empty: Boolean\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 technopediaReplacementID_empty: Boolean\r\n numberOfUsingApplications: CustomInt\r\n numberOfUsingApplications_not: CustomInt\r\n numberOfUsingApplications_in: [CustomInt!]\r\n numberOfUsingApplications_not_in: [CustomInt!]\r\n numberOfUsingApplications_lt: CustomInt\r\n numberOfUsingApplications_lte: CustomInt\r\n numberOfUsingApplications_gt: CustomInt\r\n numberOfUsingApplications_gte: CustomInt\r\n numberOfUsingApplications_empty: Boolean\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaToBeDeletedOn_not: CustomDate\r\n technopediaToBeDeletedOn_in: [CustomDate!]\r\n technopediaToBeDeletedOn_not_in: [CustomDate!]\r\n technopediaToBeDeletedOn_lt: CustomDate\r\n technopediaToBeDeletedOn_lte: CustomDate\r\n technopediaToBeDeletedOn_gt: CustomDate\r\n technopediaToBeDeletedOn_gte: CustomDate\r\n technopediaToBeDeletedOn_empty: Boolean\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_not: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_not_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_empty: Boolean\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_not: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_not_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n releaseDate: CustomDate\r\n releaseDate_not: CustomDate\r\n releaseDate_in: [CustomDate!]\r\n releaseDate_not_in: [CustomDate!]\r\n releaseDate_lt: CustomDate\r\n releaseDate_lte: CustomDate\r\n releaseDate_gt: CustomDate\r\n releaseDate_gte: CustomDate\r\n releaseDate_empty: Boolean\r\n endOfSupport: CustomDate\r\n endOfSupport_not: CustomDate\r\n endOfSupport_in: [CustomDate!]\r\n endOfSupport_not_in: [CustomDate!]\r\n endOfSupport_lt: CustomDate\r\n endOfSupport_lte: CustomDate\r\n endOfSupport_gt: CustomDate\r\n endOfSupport_gte: CustomDate\r\n endOfSupport_empty: Boolean\r\n endOfExtendedSupport: CustomDate\r\n endOfExtendedSupport_not: CustomDate\r\n endOfExtendedSupport_in: [CustomDate!]\r\n endOfExtendedSupport_not_in: [CustomDate!]\r\n endOfExtendedSupport_lt: CustomDate\r\n endOfExtendedSupport_lte: CustomDate\r\n endOfExtendedSupport_gt: CustomDate\r\n endOfExtendedSupport_gte: CustomDate\r\n endOfExtendedSupport_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaReleaseLevel_not: TechnopediaReleaseLevelEnum\r\n technopediaReleaseLevel_in: [TechnopediaReleaseLevelEnum!]\r\n technopediaReleaseLevel_not_in: [TechnopediaReleaseLevelEnum!]\r\n technopediaReleaseLevel_empty: Boolean\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 technopediaBrandFamily_empty: Boolean\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaIsLicensable_not: TechnopediaIsLicensableEnum\r\n technopediaIsLicensable_in: [TechnopediaIsLicensableEnum!]\r\n technopediaIsLicensable_not_in: [TechnopediaIsLicensableEnum!]\r\n technopediaIsLicensable_empty: Boolean\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 technopediaVersion_empty: Boolean\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 technopediaPatchLevel_empty: Boolean\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaIsMajorVersion_not: TechnopediaIsMajorVersionEnum\r\n technopediaIsMajorVersion_in: [TechnopediaIsMajorVersionEnum!]\r\n technopediaIsMajorVersion_not_in: [TechnopediaIsMajorVersionEnum!]\r\n technopediaIsMajorVersion_empty: Boolean\r\n supportAlert: SupportAlertEnum\r\n supportAlert_not: SupportAlertEnum\r\n supportAlert_in: [SupportAlertEnum!]\r\n supportAlert_not_in: [SupportAlertEnum!]\r\n supportAlert_empty: Boolean\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 technopediaEdition_empty: Boolean\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 technopediaVersionGroup_empty: Boolean\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 technopediaGeneralAvailabilityException_empty: Boolean\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_not: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeStartDate_not_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeStartDate_lt: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_lte: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_gt: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_gte: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_empty: Boolean\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_not: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeEndDate_not_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeEndDate_lt: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_lte: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_gt: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_gte: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_empty: Boolean\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 technopediaEndOfLifeException_empty: Boolean\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeStartDate_not: CustomDate\r\n technopediaEndOfLifeRangeStartDate_in: [CustomDate!]\r\n technopediaEndOfLifeRangeStartDate_not_in: [CustomDate!]\r\n technopediaEndOfLifeRangeStartDate_lt: CustomDate\r\n technopediaEndOfLifeRangeStartDate_lte: CustomDate\r\n technopediaEndOfLifeRangeStartDate_gt: CustomDate\r\n technopediaEndOfLifeRangeStartDate_gte: CustomDate\r\n technopediaEndOfLifeRangeStartDate_empty: Boolean\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate_not: CustomDate\r\n technopediaEndOfLifeRangeEndDate_in: [CustomDate!]\r\n technopediaEndOfLifeRangeEndDate_not_in: [CustomDate!]\r\n technopediaEndOfLifeRangeEndDate_lt: CustomDate\r\n technopediaEndOfLifeRangeEndDate_lte: CustomDate\r\n technopediaEndOfLifeRangeEndDate_gt: CustomDate\r\n technopediaEndOfLifeRangeEndDate_gte: CustomDate\r\n technopediaEndOfLifeRangeEndDate_empty: Boolean\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 technopediaEndOfLifeSupportLevel_empty: Boolean\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 technopediaObsoleteException_empty: Boolean\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeStartDate_not: CustomDate\r\n technopediaObsoleteRangeStartDate_in: [CustomDate!]\r\n technopediaObsoleteRangeStartDate_not_in: [CustomDate!]\r\n technopediaObsoleteRangeStartDate_lt: CustomDate\r\n technopediaObsoleteRangeStartDate_lte: CustomDate\r\n technopediaObsoleteRangeStartDate_gt: CustomDate\r\n technopediaObsoleteRangeStartDate_gte: CustomDate\r\n technopediaObsoleteRangeStartDate_empty: Boolean\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteRangeEndDate_not: CustomDate\r\n technopediaObsoleteRangeEndDate_in: [CustomDate!]\r\n technopediaObsoleteRangeEndDate_not_in: [CustomDate!]\r\n technopediaObsoleteRangeEndDate_lt: CustomDate\r\n technopediaObsoleteRangeEndDate_lte: CustomDate\r\n technopediaObsoleteRangeEndDate_gt: CustomDate\r\n technopediaObsoleteRangeEndDate_gte: CustomDate\r\n technopediaObsoleteRangeEndDate_empty: Boolean\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 technopediaObsoleteSupportLevel_empty: Boolean\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 technopediaSubVersion_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: 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 technopediaID_empty: Boolean\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 nameInTechnopedia_empty: Boolean\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n technopediaIsSuite_not: TechnopediaIsSuiteEnum\r\n technopediaIsSuite_in: [TechnopediaIsSuiteEnum!]\r\n technopediaIsSuite_not_in: [TechnopediaIsSuiteEnum!]\r\n technopediaIsSuite_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n technopediaCreateDate: CustomDate\r\n technopediaCreateDate_not: CustomDate\r\n technopediaCreateDate_in: [CustomDate!]\r\n technopediaCreateDate_not_in: [CustomDate!]\r\n technopediaCreateDate_lt: CustomDate\r\n technopediaCreateDate_lte: CustomDate\r\n technopediaCreateDate_gt: CustomDate\r\n technopediaCreateDate_gte: CustomDate\r\n technopediaCreateDate_empty: Boolean\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 technopediaDesupportedflag_empty: Boolean\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaLastModifiedDate_not: CustomDate\r\n technopediaLastModifiedDate_in: [CustomDate!]\r\n technopediaLastModifiedDate_not_in: [CustomDate!]\r\n technopediaLastModifiedDate_lt: CustomDate\r\n technopediaLastModifiedDate_lte: CustomDate\r\n technopediaLastModifiedDate_gt: CustomDate\r\n technopediaLastModifiedDate_gte: CustomDate\r\n technopediaLastModifiedDate_empty: Boolean\r\n technopediaEditionOrder: CustomInt\r\n technopediaEditionOrder_not: CustomInt\r\n technopediaEditionOrder_in: [CustomInt!]\r\n technopediaEditionOrder_not_in: [CustomInt!]\r\n technopediaEditionOrder_lt: CustomInt\r\n technopediaEditionOrder_lte: CustomInt\r\n technopediaEditionOrder_gt: CustomInt\r\n technopediaEditionOrder_gte: CustomInt\r\n technopediaEditionOrder_empty: Boolean\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 technopediaToBeDeletedFlag_empty: Boolean\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 technopediaType_empty: Boolean\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 technopediaUrl_empty: Boolean\r\n technopediaVersionOrder: CustomInt\r\n technopediaVersionOrder_not: CustomInt\r\n technopediaVersionOrder_in: [CustomInt!]\r\n technopediaVersionOrder_not_in: [CustomInt!]\r\n technopediaVersionOrder_lt: CustomInt\r\n technopediaVersionOrder_lte: CustomInt\r\n technopediaVersionOrder_gt: CustomInt\r\n technopediaVersionOrder_gte: CustomInt\r\n technopediaVersionOrder_empty: Boolean\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 technopediaOwner_empty: Boolean\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 technopediaProduct_empty: Boolean\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 technopediaRelease_empty: Boolean\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatus_not: WorkflowStatusEnum\r\n workflowStatus_in: [WorkflowStatusEnum!]\r\n workflowStatus_not_in: [WorkflowStatusEnum!]\r\n workflowStatus_empty: Boolean\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_not: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n deployedTechnology_some: [DeployedTechnologyFilter!]\r\n deployedTechnology_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n technologyCorrespondent_PersonSystem_some: [PersonSystemFilter!]\r\n technologyCorrespondent_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n risk_SoftwareTechnologyStackPart_some: [RiskFilter!]\r\n risk_SoftwareTechnologyStackPart_count: countFilter\r\n type_some: [TypeFilter!]\r\n type_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n softwareTechnology_VariantObject_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_VariantObject_count: countFilter\r\n softwareTechnology_VariedObject_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_VariedObject_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n technicalFunctionality_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_count: countFilter\r\n}\r\n\r\nenum Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyOrderBy {\r\n link1VariationName_ASC\r\n link1VariationName_DESC\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 workflowStatus_ASC\r\n workflowStatus_DESC\r\n workflowStatusFinancial_ASC\r\n workflowStatusFinancial_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnology implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n technologyCode: String\r\n companyStandard(format: EnumFormat): CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n numberOfUsingApplications: CustomInt\r\n technopediaToBeDeletedOn(format: String, timeOffset: String): CustomDate\r\n technopediaObjectDeletion(format: EnumFormat): TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason(format: EnumFormat): TechnopediaDeleteReasonEnum\r\n currentState: GraphQLObjectInterface\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n releaseDate(format: String, timeOffset: String): CustomDate\r\n endOfSupport(format: String, timeOffset: String): CustomDate\r\n endOfExtendedSupport(format: String, timeOffset: String): CustomDate\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n technopediaReleaseLevel(format: EnumFormat): TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable(format: EnumFormat): TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion(format: EnumFormat): TechnopediaIsMajorVersionEnum\r\n supportAlert(format: EnumFormat): SupportAlertEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate(format: String, timeOffset: String): CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate(format: String, timeOffset: String): CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate(format: String, timeOffset: String): CustomDate\r\n technopediaEndOfLifeRangeEndDate(format: String, timeOffset: String): CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate(format: String, timeOffset: String): CustomDate\r\n technopediaObsoleteRangeEndDate(format: String, timeOffset: String): CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite(format: EnumFormat): TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n technopediaCreateDate(format: String, timeOffset: String): CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate(format: String, timeOffset: String): CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl(format: StringFormat): String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus(format: EnumFormat): WorkflowStatusEnum\r\n workflowStatusFinancial(format: EnumFormat): WorkflowStatusFinancialEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n deployedTechnology(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnology]\r\n deployedTechnologyAggregatedValues(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnologyAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n type(filter: TypeFilter, orderBy: [TypeOrderBy]): [Type]\r\n typeAggregatedValues(filter: TypeFilter, orderBy: [TypeOrderBy]): [TypeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n technologyCorrespondent_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n softwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnology]\r\n softwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n risk_SoftwareTechnologyStackPart(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnology]\r\n risk_SoftwareTechnologyStackPartAggregatedValues(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [RiskAggregatedValues]\r\n softwareTechnology_VariantObject(filter: Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyOrderBy]): [Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnology]\r\n softwareTechnology_VariantObjectAggregatedValues(filter: Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n softwareTechnology_VariedObject(filter: Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyOrderBy]): [Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnology]\r\n softwareTechnology_VariedObjectAggregatedValues(filter: Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n technicalFunctionality(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyOrderBy]): [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnology]\r\n technicalFunctionalityAggregatedValues(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n link1VariationName(language: Languages): String\r\n}\r\n\r\ninput Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyFilter {\r\n and: [Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyFilter!]\r\n or: [Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyFilter!]\r\n link1VariationName: String\r\n link1VariationName_not: String\r\n link1VariationName_in: [String!]\r\n link1VariationName_not_in: [String!]\r\n link1VariationName_lt: String\r\n link1VariationName_lte: String\r\n link1VariationName_gt: String\r\n link1VariationName_gte: String\r\n link1VariationName_contains: String\r\n link1VariationName_not_contains: String\r\n link1VariationName_starts_with: String\r\n link1VariationName_not_starts_with: String\r\n link1VariationName_ends_with: String\r\n link1VariationName_not_ends_with: String\r\n link1VariationName_empty: Boolean\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 name_empty: Boolean\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 technologyCode_empty: Boolean\r\n companyStandard: CompanyStandardEnum\r\n companyStandard_not: CompanyStandardEnum\r\n companyStandard_in: [CompanyStandardEnum!]\r\n companyStandard_not_in: [CompanyStandardEnum!]\r\n companyStandard_empty: Boolean\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 bDNAIdentifier_empty: Boolean\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 technopediaReplacementID_empty: Boolean\r\n numberOfUsingApplications: CustomInt\r\n numberOfUsingApplications_not: CustomInt\r\n numberOfUsingApplications_in: [CustomInt!]\r\n numberOfUsingApplications_not_in: [CustomInt!]\r\n numberOfUsingApplications_lt: CustomInt\r\n numberOfUsingApplications_lte: CustomInt\r\n numberOfUsingApplications_gt: CustomInt\r\n numberOfUsingApplications_gte: CustomInt\r\n numberOfUsingApplications_empty: Boolean\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaToBeDeletedOn_not: CustomDate\r\n technopediaToBeDeletedOn_in: [CustomDate!]\r\n technopediaToBeDeletedOn_not_in: [CustomDate!]\r\n technopediaToBeDeletedOn_lt: CustomDate\r\n technopediaToBeDeletedOn_lte: CustomDate\r\n technopediaToBeDeletedOn_gt: CustomDate\r\n technopediaToBeDeletedOn_gte: CustomDate\r\n technopediaToBeDeletedOn_empty: Boolean\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_not: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_not_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_empty: Boolean\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_not: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_not_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n releaseDate: CustomDate\r\n releaseDate_not: CustomDate\r\n releaseDate_in: [CustomDate!]\r\n releaseDate_not_in: [CustomDate!]\r\n releaseDate_lt: CustomDate\r\n releaseDate_lte: CustomDate\r\n releaseDate_gt: CustomDate\r\n releaseDate_gte: CustomDate\r\n releaseDate_empty: Boolean\r\n endOfSupport: CustomDate\r\n endOfSupport_not: CustomDate\r\n endOfSupport_in: [CustomDate!]\r\n endOfSupport_not_in: [CustomDate!]\r\n endOfSupport_lt: CustomDate\r\n endOfSupport_lte: CustomDate\r\n endOfSupport_gt: CustomDate\r\n endOfSupport_gte: CustomDate\r\n endOfSupport_empty: Boolean\r\n endOfExtendedSupport: CustomDate\r\n endOfExtendedSupport_not: CustomDate\r\n endOfExtendedSupport_in: [CustomDate!]\r\n endOfExtendedSupport_not_in: [CustomDate!]\r\n endOfExtendedSupport_lt: CustomDate\r\n endOfExtendedSupport_lte: CustomDate\r\n endOfExtendedSupport_gt: CustomDate\r\n endOfExtendedSupport_gte: CustomDate\r\n endOfExtendedSupport_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaReleaseLevel_not: TechnopediaReleaseLevelEnum\r\n technopediaReleaseLevel_in: [TechnopediaReleaseLevelEnum!]\r\n technopediaReleaseLevel_not_in: [TechnopediaReleaseLevelEnum!]\r\n technopediaReleaseLevel_empty: Boolean\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 technopediaBrandFamily_empty: Boolean\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaIsLicensable_not: TechnopediaIsLicensableEnum\r\n technopediaIsLicensable_in: [TechnopediaIsLicensableEnum!]\r\n technopediaIsLicensable_not_in: [TechnopediaIsLicensableEnum!]\r\n technopediaIsLicensable_empty: Boolean\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 technopediaVersion_empty: Boolean\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 technopediaPatchLevel_empty: Boolean\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaIsMajorVersion_not: TechnopediaIsMajorVersionEnum\r\n technopediaIsMajorVersion_in: [TechnopediaIsMajorVersionEnum!]\r\n technopediaIsMajorVersion_not_in: [TechnopediaIsMajorVersionEnum!]\r\n technopediaIsMajorVersion_empty: Boolean\r\n supportAlert: SupportAlertEnum\r\n supportAlert_not: SupportAlertEnum\r\n supportAlert_in: [SupportAlertEnum!]\r\n supportAlert_not_in: [SupportAlertEnum!]\r\n supportAlert_empty: Boolean\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 technopediaEdition_empty: Boolean\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 technopediaVersionGroup_empty: Boolean\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 technopediaGeneralAvailabilityException_empty: Boolean\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_not: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeStartDate_not_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeStartDate_lt: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_lte: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_gt: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_gte: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_empty: Boolean\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_not: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeEndDate_not_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeEndDate_lt: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_lte: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_gt: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_gte: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_empty: Boolean\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 technopediaEndOfLifeException_empty: Boolean\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeStartDate_not: CustomDate\r\n technopediaEndOfLifeRangeStartDate_in: [CustomDate!]\r\n technopediaEndOfLifeRangeStartDate_not_in: [CustomDate!]\r\n technopediaEndOfLifeRangeStartDate_lt: CustomDate\r\n technopediaEndOfLifeRangeStartDate_lte: CustomDate\r\n technopediaEndOfLifeRangeStartDate_gt: CustomDate\r\n technopediaEndOfLifeRangeStartDate_gte: CustomDate\r\n technopediaEndOfLifeRangeStartDate_empty: Boolean\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate_not: CustomDate\r\n technopediaEndOfLifeRangeEndDate_in: [CustomDate!]\r\n technopediaEndOfLifeRangeEndDate_not_in: [CustomDate!]\r\n technopediaEndOfLifeRangeEndDate_lt: CustomDate\r\n technopediaEndOfLifeRangeEndDate_lte: CustomDate\r\n technopediaEndOfLifeRangeEndDate_gt: CustomDate\r\n technopediaEndOfLifeRangeEndDate_gte: CustomDate\r\n technopediaEndOfLifeRangeEndDate_empty: Boolean\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 technopediaEndOfLifeSupportLevel_empty: Boolean\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 technopediaObsoleteException_empty: Boolean\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeStartDate_not: CustomDate\r\n technopediaObsoleteRangeStartDate_in: [CustomDate!]\r\n technopediaObsoleteRangeStartDate_not_in: [CustomDate!]\r\n technopediaObsoleteRangeStartDate_lt: CustomDate\r\n technopediaObsoleteRangeStartDate_lte: CustomDate\r\n technopediaObsoleteRangeStartDate_gt: CustomDate\r\n technopediaObsoleteRangeStartDate_gte: CustomDate\r\n technopediaObsoleteRangeStartDate_empty: Boolean\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteRangeEndDate_not: CustomDate\r\n technopediaObsoleteRangeEndDate_in: [CustomDate!]\r\n technopediaObsoleteRangeEndDate_not_in: [CustomDate!]\r\n technopediaObsoleteRangeEndDate_lt: CustomDate\r\n technopediaObsoleteRangeEndDate_lte: CustomDate\r\n technopediaObsoleteRangeEndDate_gt: CustomDate\r\n technopediaObsoleteRangeEndDate_gte: CustomDate\r\n technopediaObsoleteRangeEndDate_empty: Boolean\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 technopediaObsoleteSupportLevel_empty: Boolean\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 technopediaSubVersion_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: 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 technopediaID_empty: Boolean\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 nameInTechnopedia_empty: Boolean\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n technopediaIsSuite_not: TechnopediaIsSuiteEnum\r\n technopediaIsSuite_in: [TechnopediaIsSuiteEnum!]\r\n technopediaIsSuite_not_in: [TechnopediaIsSuiteEnum!]\r\n technopediaIsSuite_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n technopediaCreateDate: CustomDate\r\n technopediaCreateDate_not: CustomDate\r\n technopediaCreateDate_in: [CustomDate!]\r\n technopediaCreateDate_not_in: [CustomDate!]\r\n technopediaCreateDate_lt: CustomDate\r\n technopediaCreateDate_lte: CustomDate\r\n technopediaCreateDate_gt: CustomDate\r\n technopediaCreateDate_gte: CustomDate\r\n technopediaCreateDate_empty: Boolean\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 technopediaDesupportedflag_empty: Boolean\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaLastModifiedDate_not: CustomDate\r\n technopediaLastModifiedDate_in: [CustomDate!]\r\n technopediaLastModifiedDate_not_in: [CustomDate!]\r\n technopediaLastModifiedDate_lt: CustomDate\r\n technopediaLastModifiedDate_lte: CustomDate\r\n technopediaLastModifiedDate_gt: CustomDate\r\n technopediaLastModifiedDate_gte: CustomDate\r\n technopediaLastModifiedDate_empty: Boolean\r\n technopediaEditionOrder: CustomInt\r\n technopediaEditionOrder_not: CustomInt\r\n technopediaEditionOrder_in: [CustomInt!]\r\n technopediaEditionOrder_not_in: [CustomInt!]\r\n technopediaEditionOrder_lt: CustomInt\r\n technopediaEditionOrder_lte: CustomInt\r\n technopediaEditionOrder_gt: CustomInt\r\n technopediaEditionOrder_gte: CustomInt\r\n technopediaEditionOrder_empty: Boolean\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 technopediaToBeDeletedFlag_empty: Boolean\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 technopediaType_empty: Boolean\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 technopediaUrl_empty: Boolean\r\n technopediaVersionOrder: CustomInt\r\n technopediaVersionOrder_not: CustomInt\r\n technopediaVersionOrder_in: [CustomInt!]\r\n technopediaVersionOrder_not_in: [CustomInt!]\r\n technopediaVersionOrder_lt: CustomInt\r\n technopediaVersionOrder_lte: CustomInt\r\n technopediaVersionOrder_gt: CustomInt\r\n technopediaVersionOrder_gte: CustomInt\r\n technopediaVersionOrder_empty: Boolean\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 technopediaOwner_empty: Boolean\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 technopediaProduct_empty: Boolean\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 technopediaRelease_empty: Boolean\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatus_not: WorkflowStatusEnum\r\n workflowStatus_in: [WorkflowStatusEnum!]\r\n workflowStatus_not_in: [WorkflowStatusEnum!]\r\n workflowStatus_empty: Boolean\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_not: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n deployedTechnology_some: [DeployedTechnologyFilter!]\r\n deployedTechnology_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n technologyCorrespondent_PersonSystem_some: [PersonSystemFilter!]\r\n technologyCorrespondent_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n risk_SoftwareTechnologyStackPart_some: [RiskFilter!]\r\n risk_SoftwareTechnologyStackPart_count: countFilter\r\n type_some: [TypeFilter!]\r\n type_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n softwareTechnology_VariantObject_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_VariantObject_count: countFilter\r\n softwareTechnology_VariedObject_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_VariedObject_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n technicalFunctionality_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_count: countFilter\r\n}\r\n\r\nenum Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyOrderBy {\r\n link1VariationName_ASC\r\n link1VariationName_DESC\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 workflowStatus_ASC\r\n workflowStatus_DESC\r\n workflowStatusFinancial_ASC\r\n workflowStatusFinancial_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_TechnicalFunctionality_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n capabilityEffectiveness(format: EnumFormat): CapabilityEffectivenessEnum\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n financialImpact(format: EnumFormat): FinancialImpactEnum\r\n capabilityEfficiency(format: EnumFormat): CapabilityEfficiencyEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n softwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFilter, orderBy: [Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityOrderBy]): [Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionality]\r\n softwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFilter, orderBy: [Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology(filter: Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFilter, orderBy: [Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityOrderBy]): [Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionality]\r\n softwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFilter, orderBy: [Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n technicalFunctionality_VariantObject(filter: Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionalityFilter, orderBy: [Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionalityOrderBy]): [Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionality]\r\n technicalFunctionality_VariantObjectAggregatedValues(filter: Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionalityFilter, orderBy: [Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionalityOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n technicalFunctionality_VariedObject(filter: Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionalityFilter, orderBy: [Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionalityOrderBy]): [Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionality]\r\n technicalFunctionality_VariedObjectAggregatedValues(filter: Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionalityFilter, orderBy: [Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionalityOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_TechnicalFunctionality_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n and: [Relationship_TechnicalFunctionality_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n or: [Relationship_TechnicalFunctionality_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_not: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_not_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n financialImpact: FinancialImpactEnum\r\n financialImpact_not: FinancialImpactEnum\r\n financialImpact_in: [FinancialImpactEnum!]\r\n financialImpact_not_in: [FinancialImpactEnum!]\r\n financialImpact_empty: Boolean\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n capabilityEfficiency_not: CapabilityEfficiencyEnum\r\n capabilityEfficiency_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_not_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n softwareTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_count: countFilter\r\n technicalFunctionality_VariantObject_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_VariantObject_count: countFilter\r\n technicalFunctionality_VariedObject_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_VariedObject_count: countFilter\r\n}\r\n\r\nenum Relationship_TechnicalFunctionality_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n capabilityEffectiveness_ASC\r\n capabilityEffectiveness_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n financialImpact_ASC\r\n financialImpact_DESC\r\n capabilityEfficiency_ASC\r\n capabilityEfficiency_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnology implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n capabilityEffectiveness(format: EnumFormat): CapabilityEffectivenessEnum\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n financialImpact(format: EnumFormat): FinancialImpactEnum\r\n capabilityEfficiency(format: EnumFormat): CapabilityEfficiencyEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n softwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFilter, orderBy: [Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityOrderBy]): [Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionality]\r\n softwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFilter, orderBy: [Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology(filter: Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFilter, orderBy: [Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityOrderBy]): [Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionality]\r\n softwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFilter, orderBy: [Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n technicalFunctionality_VariantObject(filter: Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionalityFilter, orderBy: [Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionalityOrderBy]): [Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionality]\r\n technicalFunctionality_VariantObjectAggregatedValues(filter: Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionalityFilter, orderBy: [Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionalityOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n technicalFunctionality_VariedObject(filter: Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionalityFilter, orderBy: [Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionalityOrderBy]): [Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionality]\r\n technicalFunctionality_VariedObjectAggregatedValues(filter: Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionalityFilter, orderBy: [Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionalityOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n link1CoverageRatio: CustomInt\r\n link1ComputedCoverageRatio: CustomInt\r\n link1ITARecommendationStatus: Boolean\r\n link1CompositeRealizationName: String\r\n link1RealizationQuality(format: EnumFormat): RealizationQualityEnum\r\n link1CapabilityFulfillmentMetaPictureIdentifier: GraphQLObjectInterface\r\n}\r\n\r\ninput Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyFilter {\r\n and: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyFilter!]\r\n or: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyFilter!]\r\n link1CoverageRatio: CustomInt\r\n link1CoverageRatio_not: CustomInt\r\n link1CoverageRatio_in: [CustomInt!]\r\n link1CoverageRatio_not_in: [CustomInt!]\r\n link1CoverageRatio_lt: CustomInt\r\n link1CoverageRatio_lte: CustomInt\r\n link1CoverageRatio_gt: CustomInt\r\n link1CoverageRatio_gte: CustomInt\r\n link1CoverageRatio_empty: Boolean\r\n link1ComputedCoverageRatio: CustomInt\r\n link1ComputedCoverageRatio_not: CustomInt\r\n link1ComputedCoverageRatio_in: [CustomInt!]\r\n link1ComputedCoverageRatio_not_in: [CustomInt!]\r\n link1ComputedCoverageRatio_lt: CustomInt\r\n link1ComputedCoverageRatio_lte: CustomInt\r\n link1ComputedCoverageRatio_gt: CustomInt\r\n link1ComputedCoverageRatio_gte: CustomInt\r\n link1ComputedCoverageRatio_empty: Boolean\r\n link1ITARecommendationStatus: Boolean\r\n link1ITARecommendationStatus_not: Boolean\r\n link1ITARecommendationStatus_empty: Boolean\r\n link1CompositeRealizationName: String\r\n link1CompositeRealizationName_not: String\r\n link1CompositeRealizationName_in: [String!]\r\n link1CompositeRealizationName_not_in: [String!]\r\n link1CompositeRealizationName_lt: String\r\n link1CompositeRealizationName_lte: String\r\n link1CompositeRealizationName_gt: String\r\n link1CompositeRealizationName_gte: String\r\n link1CompositeRealizationName_contains: String\r\n link1CompositeRealizationName_not_contains: String\r\n link1CompositeRealizationName_starts_with: String\r\n link1CompositeRealizationName_not_starts_with: String\r\n link1CompositeRealizationName_ends_with: String\r\n link1CompositeRealizationName_not_ends_with: String\r\n link1CompositeRealizationName_empty: Boolean\r\n link1RealizationQuality: RealizationQualityEnum\r\n link1RealizationQuality_not: RealizationQualityEnum\r\n link1RealizationQuality_in: [RealizationQualityEnum!]\r\n link1RealizationQuality_not_in: [RealizationQualityEnum!]\r\n link1RealizationQuality_empty: Boolean\r\n link1CapabilityFulfillmentMetaPictureIdentifier: String\r\n link1CapabilityFulfillmentMetaPictureIdentifier_not: String\r\n link1CapabilityFulfillmentMetaPictureIdentifier_in: [String!]\r\n link1CapabilityFulfillmentMetaPictureIdentifier_not_in: [String!]\r\n link1CapabilityFulfillmentMetaPictureIdentifier_empty: Boolean\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 name_empty: Boolean\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_not: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_not_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n financialImpact: FinancialImpactEnum\r\n financialImpact_not: FinancialImpactEnum\r\n financialImpact_in: [FinancialImpactEnum!]\r\n financialImpact_not_in: [FinancialImpactEnum!]\r\n financialImpact_empty: Boolean\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n capabilityEfficiency_not: CapabilityEfficiencyEnum\r\n capabilityEfficiency_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_not_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n softwareTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_count: countFilter\r\n technicalFunctionality_VariantObject_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_VariantObject_count: countFilter\r\n technicalFunctionality_VariedObject_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_VariedObject_count: countFilter\r\n}\r\n\r\nenum Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyOrderBy {\r\n link1CoverageRatio_ASC\r\n link1CoverageRatio_DESC\r\n link1ComputedCoverageRatio_ASC\r\n link1ComputedCoverageRatio_DESC\r\n link1ITARecommendationStatus_ASC\r\n link1ITARecommendationStatus_DESC\r\n link1CompositeRealizationName_ASC\r\n link1CompositeRealizationName_DESC\r\n link1RealizationQuality_ASC\r\n link1RealizationQuality_DESC\r\n link1CapabilityFulfillmentMetaPictureIdentifier_ASC\r\n link1CapabilityFulfillmentMetaPictureIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n capabilityEffectiveness_ASC\r\n capabilityEffectiveness_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n financialImpact_ASC\r\n financialImpact_DESC\r\n capabilityEfficiency_ASC\r\n capabilityEfficiency_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStack implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n capabilityEffectiveness(format: EnumFormat): CapabilityEffectivenessEnum\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n financialImpact(format: EnumFormat): FinancialImpactEnum\r\n capabilityEfficiency(format: EnumFormat): CapabilityEfficiencyEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n softwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFilter, orderBy: [Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityOrderBy]): [Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionality]\r\n softwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFilter, orderBy: [Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology(filter: Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFilter, orderBy: [Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityOrderBy]): [Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionality]\r\n softwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFilter, orderBy: [Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n technicalFunctionality_VariantObject(filter: Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionalityFilter, orderBy: [Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionalityOrderBy]): [Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionality]\r\n technicalFunctionality_VariantObjectAggregatedValues(filter: Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionalityFilter, orderBy: [Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionalityOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n technicalFunctionality_VariedObject(filter: Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionalityFilter, orderBy: [Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionalityOrderBy]): [Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionality]\r\n technicalFunctionality_VariedObjectAggregatedValues(filter: Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionalityFilter, orderBy: [Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionalityOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n link1CoverageRatio: CustomInt\r\n link1ComputedCoverageRatio: CustomInt\r\n link1ITARecommendationStatus: Boolean\r\n link1CompositeRealizationName: String\r\n link1RealizationQuality(format: EnumFormat): RealizationQualityEnum\r\n link1CapabilityFulfillmentMetaPictureIdentifier: GraphQLObjectInterface\r\n}\r\n\r\ninput Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackFilter {\r\n and: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackFilter!]\r\n or: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackFilter!]\r\n link1CoverageRatio: CustomInt\r\n link1CoverageRatio_not: CustomInt\r\n link1CoverageRatio_in: [CustomInt!]\r\n link1CoverageRatio_not_in: [CustomInt!]\r\n link1CoverageRatio_lt: CustomInt\r\n link1CoverageRatio_lte: CustomInt\r\n link1CoverageRatio_gt: CustomInt\r\n link1CoverageRatio_gte: CustomInt\r\n link1CoverageRatio_empty: Boolean\r\n link1ComputedCoverageRatio: CustomInt\r\n link1ComputedCoverageRatio_not: CustomInt\r\n link1ComputedCoverageRatio_in: [CustomInt!]\r\n link1ComputedCoverageRatio_not_in: [CustomInt!]\r\n link1ComputedCoverageRatio_lt: CustomInt\r\n link1ComputedCoverageRatio_lte: CustomInt\r\n link1ComputedCoverageRatio_gt: CustomInt\r\n link1ComputedCoverageRatio_gte: CustomInt\r\n link1ComputedCoverageRatio_empty: Boolean\r\n link1ITARecommendationStatus: Boolean\r\n link1ITARecommendationStatus_not: Boolean\r\n link1ITARecommendationStatus_empty: Boolean\r\n link1CompositeRealizationName: String\r\n link1CompositeRealizationName_not: String\r\n link1CompositeRealizationName_in: [String!]\r\n link1CompositeRealizationName_not_in: [String!]\r\n link1CompositeRealizationName_lt: String\r\n link1CompositeRealizationName_lte: String\r\n link1CompositeRealizationName_gt: String\r\n link1CompositeRealizationName_gte: String\r\n link1CompositeRealizationName_contains: String\r\n link1CompositeRealizationName_not_contains: String\r\n link1CompositeRealizationName_starts_with: String\r\n link1CompositeRealizationName_not_starts_with: String\r\n link1CompositeRealizationName_ends_with: String\r\n link1CompositeRealizationName_not_ends_with: String\r\n link1CompositeRealizationName_empty: Boolean\r\n link1RealizationQuality: RealizationQualityEnum\r\n link1RealizationQuality_not: RealizationQualityEnum\r\n link1RealizationQuality_in: [RealizationQualityEnum!]\r\n link1RealizationQuality_not_in: [RealizationQualityEnum!]\r\n link1RealizationQuality_empty: Boolean\r\n link1CapabilityFulfillmentMetaPictureIdentifier: String\r\n link1CapabilityFulfillmentMetaPictureIdentifier_not: String\r\n link1CapabilityFulfillmentMetaPictureIdentifier_in: [String!]\r\n link1CapabilityFulfillmentMetaPictureIdentifier_not_in: [String!]\r\n link1CapabilityFulfillmentMetaPictureIdentifier_empty: Boolean\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 name_empty: Boolean\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_not: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_not_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n financialImpact: FinancialImpactEnum\r\n financialImpact_not: FinancialImpactEnum\r\n financialImpact_in: [FinancialImpactEnum!]\r\n financialImpact_not_in: [FinancialImpactEnum!]\r\n financialImpact_empty: Boolean\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n capabilityEfficiency_not: CapabilityEfficiencyEnum\r\n capabilityEfficiency_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_not_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n softwareTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_count: countFilter\r\n technicalFunctionality_VariantObject_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_VariantObject_count: countFilter\r\n technicalFunctionality_VariedObject_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_VariedObject_count: countFilter\r\n}\r\n\r\nenum Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackOrderBy {\r\n link1CoverageRatio_ASC\r\n link1CoverageRatio_DESC\r\n link1ComputedCoverageRatio_ASC\r\n link1ComputedCoverageRatio_DESC\r\n link1ITARecommendationStatus_ASC\r\n link1ITARecommendationStatus_DESC\r\n link1CompositeRealizationName_ASC\r\n link1CompositeRealizationName_DESC\r\n link1RealizationQuality_ASC\r\n link1RealizationQuality_DESC\r\n link1CapabilityFulfillmentMetaPictureIdentifier_ASC\r\n link1CapabilityFulfillmentMetaPictureIdentifier_DESC\r\n name_ASC\r\n name_DESC\r\n capabilityEffectiveness_ASC\r\n capabilityEffectiveness_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n financialImpact_ASC\r\n financialImpact_DESC\r\n capabilityEfficiency_ASC\r\n capabilityEfficiency_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionality implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n capabilityEffectiveness(format: EnumFormat): CapabilityEffectivenessEnum\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n financialImpact(format: EnumFormat): FinancialImpactEnum\r\n capabilityEfficiency(format: EnumFormat): CapabilityEfficiencyEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n softwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFilter, orderBy: [Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityOrderBy]): [Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionality]\r\n softwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFilter, orderBy: [Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology(filter: Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFilter, orderBy: [Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityOrderBy]): [Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionality]\r\n softwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFilter, orderBy: [Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n technicalFunctionality_VariantObject(filter: Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionalityFilter, orderBy: [Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionalityOrderBy]): [Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionality]\r\n technicalFunctionality_VariantObjectAggregatedValues(filter: Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionalityFilter, orderBy: [Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionalityOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n technicalFunctionality_VariedObject(filter: Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionalityFilter, orderBy: [Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionalityOrderBy]): [Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionality]\r\n technicalFunctionality_VariedObjectAggregatedValues(filter: Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionalityFilter, orderBy: [Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionalityOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n link1VariationName(language: Languages): String\r\n}\r\n\r\ninput Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionalityFilter {\r\n and: [Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionalityFilter!]\r\n or: [Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionalityFilter!]\r\n link1VariationName: String\r\n link1VariationName_not: String\r\n link1VariationName_in: [String!]\r\n link1VariationName_not_in: [String!]\r\n link1VariationName_lt: String\r\n link1VariationName_lte: String\r\n link1VariationName_gt: String\r\n link1VariationName_gte: String\r\n link1VariationName_contains: String\r\n link1VariationName_not_contains: String\r\n link1VariationName_starts_with: String\r\n link1VariationName_not_starts_with: String\r\n link1VariationName_ends_with: String\r\n link1VariationName_not_ends_with: String\r\n link1VariationName_empty: Boolean\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 name_empty: Boolean\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_not: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_not_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n financialImpact: FinancialImpactEnum\r\n financialImpact_not: FinancialImpactEnum\r\n financialImpact_in: [FinancialImpactEnum!]\r\n financialImpact_not_in: [FinancialImpactEnum!]\r\n financialImpact_empty: Boolean\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n capabilityEfficiency_not: CapabilityEfficiencyEnum\r\n capabilityEfficiency_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_not_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n softwareTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_count: countFilter\r\n technicalFunctionality_VariantObject_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_VariantObject_count: countFilter\r\n technicalFunctionality_VariedObject_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_VariedObject_count: countFilter\r\n}\r\n\r\nenum Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionalityOrderBy {\r\n link1VariationName_ASC\r\n link1VariationName_DESC\r\n name_ASC\r\n name_DESC\r\n capabilityEffectiveness_ASC\r\n capabilityEffectiveness_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n financialImpact_ASC\r\n financialImpact_DESC\r\n capabilityEfficiency_ASC\r\n capabilityEfficiency_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionality implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n capabilityEffectiveness(format: EnumFormat): CapabilityEffectivenessEnum\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n financialImpact(format: EnumFormat): FinancialImpactEnum\r\n capabilityEfficiency(format: EnumFormat): CapabilityEfficiencyEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n softwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFilter, orderBy: [Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityOrderBy]): [Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionality]\r\n softwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFilter, orderBy: [Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology(filter: Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFilter, orderBy: [Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityOrderBy]): [Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionality]\r\n softwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFilter, orderBy: [Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n technicalFunctionality_VariantObject(filter: Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionalityFilter, orderBy: [Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionalityOrderBy]): [Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionality]\r\n technicalFunctionality_VariantObjectAggregatedValues(filter: Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionalityFilter, orderBy: [Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionalityOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n technicalFunctionality_VariedObject(filter: Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionalityFilter, orderBy: [Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionalityOrderBy]): [Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionality]\r\n technicalFunctionality_VariedObjectAggregatedValues(filter: Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionalityFilter, orderBy: [Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionalityOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n link1VariationName(language: Languages): String\r\n}\r\n\r\ninput Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionalityFilter {\r\n and: [Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionalityFilter!]\r\n or: [Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionalityFilter!]\r\n link1VariationName: String\r\n link1VariationName_not: String\r\n link1VariationName_in: [String!]\r\n link1VariationName_not_in: [String!]\r\n link1VariationName_lt: String\r\n link1VariationName_lte: String\r\n link1VariationName_gt: String\r\n link1VariationName_gte: String\r\n link1VariationName_contains: String\r\n link1VariationName_not_contains: String\r\n link1VariationName_starts_with: String\r\n link1VariationName_not_starts_with: String\r\n link1VariationName_ends_with: String\r\n link1VariationName_not_ends_with: String\r\n link1VariationName_empty: Boolean\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 name_empty: Boolean\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_not: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_not_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n financialImpact: FinancialImpactEnum\r\n financialImpact_not: FinancialImpactEnum\r\n financialImpact_in: [FinancialImpactEnum!]\r\n financialImpact_not_in: [FinancialImpactEnum!]\r\n financialImpact_empty: Boolean\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n capabilityEfficiency_not: CapabilityEfficiencyEnum\r\n capabilityEfficiency_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_not_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n softwareTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_count: countFilter\r\n technicalFunctionality_VariantObject_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_VariantObject_count: countFilter\r\n technicalFunctionality_VariedObject_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_VariedObject_count: countFilter\r\n}\r\n\r\nenum Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionalityOrderBy {\r\n link1VariationName_ASC\r\n link1VariationName_DESC\r\n name_ASC\r\n name_DESC\r\n capabilityEffectiveness_ASC\r\n capabilityEffectiveness_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n financialImpact_ASC\r\n financialImpact_DESC\r\n capabilityEfficiency_ASC\r\n capabilityEfficiency_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype Relationship_UsageContext_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentState: GraphQLObjectInterface\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n freezePastTimePeriod: Boolean\r\n deploymentContextMetaPictureIdentifier: GraphQLObjectInterface\r\n numberOfUsers: CustomInt\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n deployedTechnology_TechnologyDeployedObject(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnology]\r\n deployedTechnology_TechnologyDeployedObjectAggregatedValues(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnologyAggregatedValues]\r\n softwareInstallation_TechnologyDeploymentConsumer(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallation_TechnologyDeploymentConsumerAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n softwareInstallation_DeployedApplication(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallation_DeployedApplicationAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n orgUnit_DeploymentUser(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_DeploymentUserAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n functionality_DeploymentFinality(filter: FunctionalityFilter, orderBy: [FunctionalityOrderBy]): [Functionality]\r\n functionality_DeploymentFinalityAggregatedValues(filter: FunctionalityFilter, orderBy: [FunctionalityOrderBy]): [FunctionalityAggregatedValues]\r\n link1ResponsibilityAssignmentName: String\r\n}\r\n\r\ninput Relationship_UsageContext_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n and: [Relationship_UsageContext_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n or: [Relationship_UsageContext_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n link1ResponsibilityAssignmentName: String\r\n link1ResponsibilityAssignmentName_not: String\r\n link1ResponsibilityAssignmentName_in: [String!]\r\n link1ResponsibilityAssignmentName_not_in: [String!]\r\n link1ResponsibilityAssignmentName_lt: String\r\n link1ResponsibilityAssignmentName_lte: String\r\n link1ResponsibilityAssignmentName_gt: String\r\n link1ResponsibilityAssignmentName_gte: String\r\n link1ResponsibilityAssignmentName_contains: String\r\n link1ResponsibilityAssignmentName_not_contains: String\r\n link1ResponsibilityAssignmentName_starts_with: String\r\n link1ResponsibilityAssignmentName_not_starts_with: String\r\n link1ResponsibilityAssignmentName_ends_with: String\r\n link1ResponsibilityAssignmentName_not_ends_with: String\r\n link1ResponsibilityAssignmentName_empty: Boolean\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 name_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n deploymentContextMetaPictureIdentifier: String\r\n deploymentContextMetaPictureIdentifier_not: String\r\n deploymentContextMetaPictureIdentifier_in: [String!]\r\n deploymentContextMetaPictureIdentifier_not_in: [String!]\r\n deploymentContextMetaPictureIdentifier_empty: Boolean\r\n numberOfUsers: CustomInt\r\n numberOfUsers_not: CustomInt\r\n numberOfUsers_in: [CustomInt!]\r\n numberOfUsers_not_in: [CustomInt!]\r\n numberOfUsers_lt: CustomInt\r\n numberOfUsers_lte: CustomInt\r\n numberOfUsers_gt: CustomInt\r\n numberOfUsers_gte: CustomInt\r\n numberOfUsers_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n deployedTechnology_TechnologyDeployedObject_some: [DeployedTechnologyFilter!]\r\n deployedTechnology_TechnologyDeployedObject_count: countFilter\r\n softwareInstallation_TechnologyDeploymentConsumer_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_TechnologyDeploymentConsumer_count: countFilter\r\n softwareInstallation_DeployedApplication_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_DeployedApplication_count: countFilter\r\n orgUnit_DeploymentUser_some: [OrgUnitFilter!]\r\n orgUnit_DeploymentUser_count: countFilter\r\n functionality_DeploymentFinality_some: [FunctionalityFilter!]\r\n functionality_DeploymentFinality_count: countFilter\r\n}\r\n\r\nenum Relationship_UsageContext_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n link1ResponsibilityAssignmentName_ASC\r\n link1ResponsibilityAssignmentName_DESC\r\n name_ASC\r\n name_DESC\r\n currentState_ASC\r\n currentState_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype ResponsibilityAssignment implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n responsibilityAssignmentName: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n personSystem_AssignedPerson(filter: PersonSystemFilter, orderBy: [PersonSystemOrderBy]): [PersonSystem]\r\n personSystem_AssignedPersonAggregatedValues(filter: PersonSystemFilter, orderBy: [PersonSystemOrderBy]): [PersonSystemAggregatedValues]\r\n businessRole(filter: BusinessRoleFilter, orderBy: [BusinessRoleOrderBy]): [BusinessRole]\r\n businessRoleAggregatedValues(filter: BusinessRoleFilter, orderBy: [BusinessRoleOrderBy]): [BusinessRoleAggregatedValues]\r\n applicationDataArea_AssignedObject(filter: ApplicationDataAreaFilter, orderBy: [ApplicationDataAreaOrderBy]): [ApplicationDataArea]\r\n applicationDataArea_AssignedObjectAggregatedValues(filter: ApplicationDataAreaFilter, orderBy: [ApplicationDataAreaOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n entityDM_AssignedObject(filter: EntityDMFilter, orderBy: [EntityDMOrderBy]): [EntityDM]\r\n entityDM_AssignedObjectAggregatedValues(filter: EntityDMFilter, orderBy: [EntityDMOrderBy]): [EntityDMAggregatedValues]\r\n usageContext_AssignedObject(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContext]\r\n usageContext_AssignedObjectAggregatedValues(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContextAggregatedValues]\r\n softwareInstallation_AssignedObject(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallation_AssignedObjectAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n functionality_AssignedObject(filter: FunctionalityFilter, orderBy: [FunctionalityOrderBy]): [Functionality]\r\n functionality_AssignedObjectAggregatedValues(filter: FunctionalityFilter, orderBy: [FunctionalityOrderBy]): [FunctionalityAggregatedValues]\r\n content_AssignedObject(filter: ContentFilter, orderBy: [ContentOrderBy]): [Content]\r\n content_AssignedObjectAggregatedValues(filter: ContentFilter, orderBy: [ContentOrderBy]): [ContentAggregatedValues]\r\n softwareTechnologyStack_AssignedObject(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStack]\r\n softwareTechnologyStack_AssignedObjectAggregatedValues(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n technicalFunctionality_AssignedObject(filter: TechnicalFunctionalityFilter, orderBy: [TechnicalFunctionalityOrderBy]): [TechnicalFunctionality]\r\n technicalFunctionality_AssignedObjectAggregatedValues(filter: TechnicalFunctionalityFilter, orderBy: [TechnicalFunctionalityOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n portfolio_AssignedObject(filter: PortfolioFilter, orderBy: [PortfolioOrderBy]): [Portfolio]\r\n portfolio_AssignedObjectAggregatedValues(filter: PortfolioFilter, orderBy: [PortfolioOrderBy]): [PortfolioAggregatedValues]\r\n dataView_AssignedObject(filter: DataViewFilter, orderBy: [DataViewOrderBy]): [DataView]\r\n dataView_AssignedObjectAggregatedValues(filter: DataViewFilter, orderBy: [DataViewOrderBy]): [DataViewAggregatedValues]\r\n softwareTechnology_AssignedObject(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnology_AssignedObjectAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n risk_AssignedObject(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n risk_AssignedObjectAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n businessCapability_AssignedObject(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy]): [BusinessCapability]\r\n businessCapability_AssignedObjectAggregatedValues(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy]): [BusinessCapabilityAggregatedValues]\r\n class_AssignedObject(filter: ClassFilter, orderBy: [ClassOrderBy]): [Class]\r\n class_AssignedObjectAggregatedValues(filter: ClassFilter, orderBy: [ClassOrderBy]): [ClassAggregatedValues]\r\n application_AssignedObject(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_AssignedObjectAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_AssignedObject(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_AssignedObjectAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n site_AssignedObject(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n site_AssignedObjectAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n businessProcess_AssignedObject(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_AssignedObjectAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n}\r\n\r\ntype Risk implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n riskCode: String\r\n riskIdentificationMode(format: EnumFormat): RiskIdentificationModeEnum\r\n assessmentFreshness: CustomFloat\r\n impactERM(format: EnumFormat): ImpactERMEnum\r\n likelihoodERM(format: EnumFormat): LikelihoodERMEnum\r\n severity(format: EnumFormat): SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK(format: EnumFormat): LikelihoodCRKEnum\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n deployedTechnology(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnology]\r\n deployedTechnologyAggregatedValues(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnologyAggregatedValues]\r\n softwareInstallation(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallationAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n businessLine(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLine]\r\n businessLineAggregatedValues(filter: BusinessLineFilter, orderBy: [BusinessLineOrderBy]): [BusinessLineAggregatedValues]\r\n content(filter: ContentFilter, orderBy: [ContentOrderBy]): [Content]\r\n contentAggregatedValues(filter: ContentFilter, orderBy: [ContentOrderBy]): [ContentAggregatedValues]\r\n softwareTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n businessCapability(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy]): [BusinessCapability]\r\n businessCapabilityAggregatedValues(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy]): [BusinessCapabilityAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n site(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n siteAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n softwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskFilter, orderBy: [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskOrderBy]): [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_Risk]\r\n softwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskFilter, orderBy: [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology_SoftwareTechnologyStackPart(filter: Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskFilter, orderBy: [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskOrderBy]): [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_Risk]\r\n softwareTechnology_SoftwareTechnologyStackPartAggregatedValues(filter: Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskFilter, orderBy: [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_ElementAtRisk_ElementAtRiskRisk_RiskOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n}\r\n\r\ntype RiskAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n riskCode(function: AggregateFunctionType): CustomFloat\r\n riskIdentificationMode(function: AggregateFunctionType): CustomFloat\r\n assessmentFreshness(function: AggregateNumbersFunctionType): CustomFloat\r\n impactERM(function: AggregateFunctionType): CustomFloat\r\n likelihoodERM(function: AggregateFunctionType): CustomFloat\r\n severity(function: AggregateFunctionType): CustomFloat\r\n residualRiskComputingMode(function: AggregateFunctionType): CustomFloat\r\n likelihoodCRK(function: AggregateFunctionType): CustomFloat\r\n lastAssessmentDate(function: AggregateFunctionType): CustomFloat\r\n currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput RiskFilter {\r\n defaultField_a9734a99462a48f887eb033a299473dd: String\r\n and: [RiskFilter!]\r\n or: [RiskFilter!]\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 name_empty: Boolean\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 riskCode_empty: Boolean\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n riskIdentificationMode_not: RiskIdentificationModeEnum\r\n riskIdentificationMode_in: [RiskIdentificationModeEnum!]\r\n riskIdentificationMode_not_in: [RiskIdentificationModeEnum!]\r\n riskIdentificationMode_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n impactERM: ImpactERMEnum\r\n impactERM_not: ImpactERMEnum\r\n impactERM_in: [ImpactERMEnum!]\r\n impactERM_not_in: [ImpactERMEnum!]\r\n impactERM_empty: Boolean\r\n likelihoodERM: LikelihoodERMEnum\r\n likelihoodERM_not: LikelihoodERMEnum\r\n likelihoodERM_in: [LikelihoodERMEnum!]\r\n likelihoodERM_not_in: [LikelihoodERMEnum!]\r\n likelihoodERM_empty: Boolean\r\n severity: SeverityEnum\r\n severity_not: SeverityEnum\r\n severity_in: [SeverityEnum!]\r\n severity_not_in: [SeverityEnum!]\r\n severity_empty: Boolean\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 residualRiskComputingMode_empty: Boolean\r\n likelihoodCRK: LikelihoodCRKEnum\r\n likelihoodCRK_not: LikelihoodCRKEnum\r\n likelihoodCRK_in: [LikelihoodCRKEnum!]\r\n likelihoodCRK_not_in: [LikelihoodCRKEnum!]\r\n likelihoodCRK_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n deployedTechnology_some: [DeployedTechnologyFilter!]\r\n deployedTechnology_count: countFilter\r\n softwareInstallation_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_count: countFilter\r\n businessLine_some: [BusinessLineFilter!]\r\n businessLine_count: countFilter\r\n content_some: [ContentFilter!]\r\n content_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n softwareTechnology_SoftwareTechnologyStackPart_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_SoftwareTechnologyStackPart_count: countFilter\r\n softwareTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n site_some: [SiteFilter!]\r\n site_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n}\r\n\r\nenum RiskIdentificationModeEnum {\r\n IncidentDatabase\r\n Survey\r\n Workshop\r\n Audit\r\n}\r\n\r\nenum RiskOrderBy {\r\n name_ASC\r\n name_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum SLALevelEnum {\r\n Critical\r\n Serious\r\n Significant\r\n Minor\r\n}\r\n\r\ntype ServerDeployed implements GraphQLObjectInterface {\r\n currentState: GraphQLObjectInterface\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n freezePastTimePeriod: Boolean\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n deployedTechnology_DeployedObject(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnology]\r\n deployedTechnology_DeployedObjectAggregatedValues(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnologyAggregatedValues]\r\n softwareInstallation_DeployedObject(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallation_DeployedObjectAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n serverDeployed_DeployedObject(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployed]\r\n serverDeployed_DeployedObjectAggregatedValues(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployedAggregatedValues]\r\n serverDeployed_DeploymentSupport(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployed]\r\n serverDeployed_DeploymentSupportAggregatedValues(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployedAggregatedValues]\r\n site_DeploymentSupport(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n site_DeploymentSupportAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n}\r\n\r\ntype ServerDeployedAggregatedValues {\r\n currentState(function: AggregateFunctionType): CustomFloat\r\n expenses(function: AggregateNumbersFunctionType): CustomFloat\r\n capitalExpenses(function: AggregateNumbersFunctionType): CustomFloat\r\n operatingExpenses(function: AggregateNumbersFunctionType): CustomFloat\r\n beginLifeDate(function: AggregateFunctionType): CustomFloat\r\n endLifeDate(function: AggregateFunctionType): CustomFloat\r\n freezePastTimePeriod(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput ServerDeployedFilter {\r\n defaultField_06139e74aa9f49068ee39dab7554d50a: String\r\n and: [ServerDeployedFilter!]\r\n or: [ServerDeployedFilter!]\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 name_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n deployedTechnology_DeployedObject_some: [DeployedTechnologyFilter!]\r\n deployedTechnology_DeployedObject_count: countFilter\r\n softwareInstallation_DeployedObject_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_DeployedObject_count: countFilter\r\n serverDeployed_DeployedObject_some: [ServerDeployedFilter!]\r\n serverDeployed_DeployedObject_count: countFilter\r\n serverDeployed_DeploymentSupport_some: [ServerDeployedFilter!]\r\n serverDeployed_DeploymentSupport_count: countFilter\r\n site_DeploymentSupport_some: [SiteFilter!]\r\n site_DeploymentSupport_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n}\r\n\r\nenum ServerDeployedOrderBy {\r\n currentState_ASC\r\n currentState_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 isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum SeverityEnum {\r\n Strategic\r\n Critical\r\n Significant\r\n Insignificant\r\n}\r\n\r\nenum ShapesVersionEnum {\r\n FromHOPEXVOneRThree\r\n FromMEGATwoZeroZeroNine\r\n BeforeMEGAFive_Two\r\n FromMEGAFive_Two\r\n FromMEGATwoZeroZeroFive\r\n}\r\n\r\ntype Site implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n deployedTechnology_DeployedObject(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnology]\r\n deployedTechnology_DeployedObjectAggregatedValues(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnologyAggregatedValues]\r\n softwareInstallation_DeployedObject(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallation_DeployedObjectAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n serverDeployed_DeployedObject(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployed]\r\n serverDeployed_DeployedObjectAggregatedValues(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployedAggregatedValues]\r\n site_AggregationOf(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n site_AggregationOfAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n site_Component(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n site_ComponentAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n site_SubType(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n site_SubTypeAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n site_SuperType(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n site_SuperTypeAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n site_VariantObject(filter: Relationship_Site_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SiteFilter, orderBy: [Relationship_Site_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SiteOrderBy]): [Relationship_Site_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_Site]\r\n site_VariantObjectAggregatedValues(filter: Relationship_Site_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SiteFilter, orderBy: [Relationship_Site_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SiteOrderBy]): [SiteAggregatedValues]\r\n site_VariedObject(filter: Relationship_Site_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SiteFilter, orderBy: [Relationship_Site_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SiteOrderBy]): [Relationship_Site_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_Site]\r\n site_VariedObjectAggregatedValues(filter: Relationship_Site_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SiteFilter, orderBy: [Relationship_Site_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SiteOrderBy]): [SiteAggregatedValues]\r\n}\r\n\r\ntype SiteAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput SiteFilter {\r\n defaultField_2ca29be2058845d780f33f1fb81db3ea: String\r\n and: [SiteFilter!]\r\n or: [SiteFilter!]\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 name_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n deployedTechnology_DeployedObject_some: [DeployedTechnologyFilter!]\r\n deployedTechnology_DeployedObject_count: countFilter\r\n softwareInstallation_DeployedObject_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_DeployedObject_count: countFilter\r\n serverDeployed_DeployedObject_some: [ServerDeployedFilter!]\r\n serverDeployed_DeployedObject_count: countFilter\r\n site_VariantObject_some: [SiteFilter!]\r\n site_VariantObject_count: countFilter\r\n site_VariedObject_some: [SiteFilter!]\r\n site_VariedObject_count: countFilter\r\n site_AggregationOf_some: [SiteFilter!]\r\n site_AggregationOf_count: countFilter\r\n site_Component_some: [SiteFilter!]\r\n site_Component_count: countFilter\r\n site_SubType_some: [SiteFilter!]\r\n site_SubType_count: countFilter\r\n site_SuperType_some: [SiteFilter!]\r\n site_SuperType_count: countFilter\r\n}\r\n\r\nenum SiteOrderBy {\r\n name_ASC\r\n name_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum SoftwareAgilityEnum {\r\n High\r\n Medium\r\n Low\r\n}\r\n\r\nenum SoftwareAgilityQuartileCastEnum {\r\n QuartileOne\r\n QuartileTwo\r\n QuartileThree\r\n QuartileFour\r\n}\r\n\r\nenum SoftwareEleganceQuartileEnum {\r\n QuartileOne\r\n QuartileTwo\r\n QuartileThree\r\n QuartileFour\r\n}\r\n\r\nenum SoftwareEleganceThresholdsEnum {\r\n Low\r\n Medium\r\n High\r\n}\r\n\r\ntype SoftwareInstallation implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentState: GraphQLObjectInterface\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n applicationDeploymentCode: String\r\n assessmentFreshness: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n usageContext_TechnologyDeploymentContext(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContext]\r\n usageContext_TechnologyDeploymentContextAggregatedValues(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContextAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n serverDeployed_DeploymentSupport(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployed]\r\n serverDeployed_DeploymentSupportAggregatedValues(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployedAggregatedValues]\r\n site_DeploymentSupport(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n site_DeploymentSupportAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n usageContext_ApplicationDeploymentContext(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContext]\r\n usageContext_ApplicationDeploymentContextAggregatedValues(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContextAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n applicationOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwner]\r\n applicationOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalApplicationOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n iTOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwner]\r\n iTOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_ITOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n businessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwner]\r\n businessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_BusinessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareInstallation_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n}\r\n\r\ntype SoftwareInstallationAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n currentState(function: AggregateFunctionType): CustomFloat\r\n expenses(function: AggregateNumbersFunctionType): CustomFloat\r\n capitalExpenses(function: AggregateNumbersFunctionType): CustomFloat\r\n operatingExpenses(function: AggregateNumbersFunctionType): CustomFloat\r\n beginLifeDate(function: AggregateFunctionType): CustomFloat\r\n endLifeDate(function: AggregateFunctionType): CustomFloat\r\n applicationDeploymentCode(function: AggregateFunctionType): CustomFloat\r\n assessmentFreshness(function: AggregateNumbersFunctionType): CustomFloat\r\n freezePastTimePeriod(function: AggregateFunctionType): CustomFloat\r\n lastAssessmentDate(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput SoftwareInstallationFilter {\r\n defaultField_0e2d4bd6b30043b4bd588f7ff8c3c645: String\r\n and: [SoftwareInstallationFilter!]\r\n or: [SoftwareInstallationFilter!]\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 name_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\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 applicationDeploymentCode_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n usageContext_TechnologyDeploymentContext_some: [UsageContextFilter!]\r\n usageContext_TechnologyDeploymentContext_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n applicationOwner_PersonSystem_some: [PersonSystemFilter!]\r\n applicationOwner_PersonSystem_count: countFilter\r\n iTOwner_PersonSystem_some: [PersonSystemFilter!]\r\n iTOwner_PersonSystem_count: countFilter\r\n businessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n businessOwner_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n serverDeployed_DeploymentSupport_some: [ServerDeployedFilter!]\r\n serverDeployed_DeploymentSupport_count: countFilter\r\n site_DeploymentSupport_some: [SiteFilter!]\r\n site_DeploymentSupport_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n usageContext_ApplicationDeploymentContext_some: [UsageContextFilter!]\r\n usageContext_ApplicationDeploymentContext_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n}\r\n\r\nenum SoftwareInstallationOrderBy {\r\n name_ASC\r\n name_DESC\r\n currentState_ASC\r\n currentState_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum SoftwareResiliencyEnum {\r\n Medium\r\n High\r\n Low\r\n}\r\n\r\nenum SoftwareResiliencyQuartileEnum {\r\n QuartileOne\r\n QuartileTwo\r\n QuartileThree\r\n QuartileFour\r\n}\r\n\r\ntype SoftwareTechnology implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n technologyCode: String\r\n companyStandard(format: EnumFormat): CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n numberOfUsingApplications: CustomInt\r\n technopediaToBeDeletedOn(format: String, timeOffset: String): CustomDate\r\n technopediaObjectDeletion(format: EnumFormat): TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason(format: EnumFormat): TechnopediaDeleteReasonEnum\r\n currentState: GraphQLObjectInterface\r\n expenses: CustomFloat\r\n capitalExpenses: CustomFloat\r\n operatingExpenses: CustomFloat\r\n releaseDate(format: String, timeOffset: String): CustomDate\r\n endOfSupport(format: String, timeOffset: String): CustomDate\r\n endOfExtendedSupport(format: String, timeOffset: String): CustomDate\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n technopediaReleaseLevel(format: EnumFormat): TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable(format: EnumFormat): TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion(format: EnumFormat): TechnopediaIsMajorVersionEnum\r\n supportAlert(format: EnumFormat): SupportAlertEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate(format: String, timeOffset: String): CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate(format: String, timeOffset: String): CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate(format: String, timeOffset: String): CustomDate\r\n technopediaEndOfLifeRangeEndDate(format: String, timeOffset: String): CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate(format: String, timeOffset: String): CustomDate\r\n technopediaObsoleteRangeEndDate(format: String, timeOffset: String): CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite(format: EnumFormat): TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n technopediaCreateDate(format: String, timeOffset: String): CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate(format: String, timeOffset: String): CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl(format: StringFormat): String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus(format: EnumFormat): WorkflowStatusEnum\r\n workflowStatusFinancial(format: EnumFormat): WorkflowStatusFinancialEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n deployedTechnology(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnology]\r\n deployedTechnologyAggregatedValues(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnologyAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n type(filter: TypeFilter, orderBy: [TypeOrderBy]): [Type]\r\n typeAggregatedValues(filter: TypeFilter, orderBy: [TypeOrderBy]): [TypeAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n technologyCorrespondent_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [PersonSystemAggregatedValues]\r\n financialController_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialController]\r\n financialController_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnology_BusinessRole_BusinessRole_LocalFinancialControllerOrderBy]): [PersonSystemAggregatedValues]\r\n softwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnology]\r\n softwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnologyStack_OwnerSoftwareTechnologyStack_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n risk_SoftwareTechnologyStackPart(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnology]\r\n risk_SoftwareTechnologyStackPartAggregatedValues(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_ReferencingSoftwareTechnologyStackPart_SoftwareTechnologyStackPartReference_SoftwareTechnologyOrderBy]): [RiskAggregatedValues]\r\n softwareTechnology_VariantObject(filter: Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyOrderBy]): [Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnology]\r\n softwareTechnology_VariantObjectAggregatedValues(filter: Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n softwareTechnology_VariedObject(filter: Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyOrderBy]): [Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnology]\r\n softwareTechnology_VariedObjectAggregatedValues(filter: Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyFilter, orderBy: [Relationship_SoftwareTechnology_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n technicalFunctionality(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyOrderBy]): [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnology]\r\n technicalFunctionalityAggregatedValues(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n}\r\n\r\ntype SoftwareTechnologyAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n technologyCode(function: AggregateFunctionType): CustomFloat\r\n companyStandard(function: AggregateFunctionType): CustomFloat\r\n bDNAIdentifier(function: AggregateFunctionType): CustomFloat\r\n technopediaReplacementID(function: AggregateFunctionType): CustomFloat\r\n numberOfUsingApplications(function: AggregateNumbersFunctionType): CustomFloat\r\n technopediaToBeDeletedOn(function: AggregateFunctionType): CustomFloat\r\n technopediaObjectDeletion(function: AggregateFunctionType): CustomFloat\r\n technopediaDeleteReason(function: AggregateFunctionType): CustomFloat\r\n currentState(function: AggregateFunctionType): CustomFloat\r\n expenses(function: AggregateNumbersFunctionType): CustomFloat\r\n capitalExpenses(function: AggregateNumbersFunctionType): CustomFloat\r\n operatingExpenses(function: AggregateNumbersFunctionType): CustomFloat\r\n releaseDate(function: AggregateFunctionType): CustomFloat\r\n endOfSupport(function: AggregateFunctionType): CustomFloat\r\n endOfExtendedSupport(function: AggregateFunctionType): CustomFloat\r\n beginLifeDate(function: AggregateFunctionType): CustomFloat\r\n endLifeDate(function: AggregateFunctionType): CustomFloat\r\n technopediaReleaseLevel(function: AggregateFunctionType): CustomFloat\r\n technopediaBrandFamily(function: AggregateFunctionType): CustomFloat\r\n technopediaIsLicensable(function: AggregateFunctionType): CustomFloat\r\n technopediaVersion(function: AggregateFunctionType): CustomFloat\r\n technopediaPatchLevel(function: AggregateFunctionType): CustomFloat\r\n technopediaIsMajorVersion(function: AggregateFunctionType): CustomFloat\r\n supportAlert(function: AggregateFunctionType): CustomFloat\r\n technopediaEdition(function: AggregateFunctionType): CustomFloat\r\n technopediaVersionGroup(function: AggregateFunctionType): CustomFloat\r\n technopediaGeneralAvailabilityException(function: AggregateFunctionType): CustomFloat\r\n technopediaGeneralAvailabilityRangeStartDate(function: AggregateFunctionType): CustomFloat\r\n technopediaGeneralAvailabilityRangeEndDate(function: AggregateFunctionType): CustomFloat\r\n technopediaEndOfLifeException(function: AggregateFunctionType): CustomFloat\r\n technopediaEndOfLifeRangeStartDate(function: AggregateFunctionType): CustomFloat\r\n technopediaEndOfLifeRangeEndDate(function: AggregateFunctionType): CustomFloat\r\n technopediaEndOfLifeSupportLevel(function: AggregateFunctionType): CustomFloat\r\n technopediaObsoleteException(function: AggregateFunctionType): CustomFloat\r\n technopediaObsoleteRangeStartDate(function: AggregateFunctionType): CustomFloat\r\n technopediaObsoleteRangeEndDate(function: AggregateFunctionType): CustomFloat\r\n technopediaObsoleteSupportLevel(function: AggregateFunctionType): CustomFloat\r\n technopediaSubVersion(function: AggregateFunctionType): CustomFloat\r\n freezePastTimePeriod(function: AggregateFunctionType): CustomFloat\r\n technopediaID(function: AggregateFunctionType): CustomFloat\r\n nameInTechnopedia(function: AggregateFunctionType): CustomFloat\r\n technopediaIsSuite(function: AggregateFunctionType): CustomFloat\r\n currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n technopediaCreateDate(function: AggregateFunctionType): CustomFloat\r\n technopediaDesupportedflag(function: AggregateFunctionType): CustomFloat\r\n technopediaLastModifiedDate(function: AggregateFunctionType): CustomFloat\r\n technopediaEditionOrder(function: AggregateNumbersFunctionType): CustomFloat\r\n technopediaToBeDeletedFlag(function: AggregateFunctionType): CustomFloat\r\n technopediaType(function: AggregateFunctionType): CustomFloat\r\n technopediaUrl(function: AggregateFunctionType): CustomFloat\r\n technopediaVersionOrder(function: AggregateNumbersFunctionType): CustomFloat\r\n technopediaOwner(function: AggregateFunctionType): CustomFloat\r\n technopediaProduct(function: AggregateFunctionType): CustomFloat\r\n technopediaRelease(function: AggregateFunctionType): CustomFloat\r\n workflowStatus(function: AggregateFunctionType): CustomFloat\r\n workflowStatusFinancial(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput SoftwareTechnologyFilter {\r\n defaultField_3c326d5b33cd40afbf570c1388a784fe: String\r\n and: [SoftwareTechnologyFilter!]\r\n or: [SoftwareTechnologyFilter!]\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 name_empty: Boolean\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 technologyCode_empty: Boolean\r\n companyStandard: CompanyStandardEnum\r\n companyStandard_not: CompanyStandardEnum\r\n companyStandard_in: [CompanyStandardEnum!]\r\n companyStandard_not_in: [CompanyStandardEnum!]\r\n companyStandard_empty: Boolean\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 bDNAIdentifier_empty: Boolean\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 technopediaReplacementID_empty: Boolean\r\n numberOfUsingApplications: CustomInt\r\n numberOfUsingApplications_not: CustomInt\r\n numberOfUsingApplications_in: [CustomInt!]\r\n numberOfUsingApplications_not_in: [CustomInt!]\r\n numberOfUsingApplications_lt: CustomInt\r\n numberOfUsingApplications_lte: CustomInt\r\n numberOfUsingApplications_gt: CustomInt\r\n numberOfUsingApplications_gte: CustomInt\r\n numberOfUsingApplications_empty: Boolean\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaToBeDeletedOn_not: CustomDate\r\n technopediaToBeDeletedOn_in: [CustomDate!]\r\n technopediaToBeDeletedOn_not_in: [CustomDate!]\r\n technopediaToBeDeletedOn_lt: CustomDate\r\n technopediaToBeDeletedOn_lte: CustomDate\r\n technopediaToBeDeletedOn_gt: CustomDate\r\n technopediaToBeDeletedOn_gte: CustomDate\r\n technopediaToBeDeletedOn_empty: Boolean\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_not: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_not_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_empty: Boolean\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_not: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_not_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n expenses: CustomFloat\r\n expenses_not: CustomFloat\r\n expenses_in: [CustomFloat!]\r\n expenses_not_in: [CustomFloat!]\r\n expenses_lt: CustomFloat\r\n expenses_lte: CustomFloat\r\n expenses_gt: CustomFloat\r\n expenses_gte: CustomFloat\r\n expenses_empty: Boolean\r\n capitalExpenses: CustomFloat\r\n capitalExpenses_not: CustomFloat\r\n capitalExpenses_in: [CustomFloat!]\r\n capitalExpenses_not_in: [CustomFloat!]\r\n capitalExpenses_lt: CustomFloat\r\n capitalExpenses_lte: CustomFloat\r\n capitalExpenses_gt: CustomFloat\r\n capitalExpenses_gte: CustomFloat\r\n capitalExpenses_empty: Boolean\r\n operatingExpenses: CustomFloat\r\n operatingExpenses_not: CustomFloat\r\n operatingExpenses_in: [CustomFloat!]\r\n operatingExpenses_not_in: [CustomFloat!]\r\n operatingExpenses_lt: CustomFloat\r\n operatingExpenses_lte: CustomFloat\r\n operatingExpenses_gt: CustomFloat\r\n operatingExpenses_gte: CustomFloat\r\n operatingExpenses_empty: Boolean\r\n releaseDate: CustomDate\r\n releaseDate_not: CustomDate\r\n releaseDate_in: [CustomDate!]\r\n releaseDate_not_in: [CustomDate!]\r\n releaseDate_lt: CustomDate\r\n releaseDate_lte: CustomDate\r\n releaseDate_gt: CustomDate\r\n releaseDate_gte: CustomDate\r\n releaseDate_empty: Boolean\r\n endOfSupport: CustomDate\r\n endOfSupport_not: CustomDate\r\n endOfSupport_in: [CustomDate!]\r\n endOfSupport_not_in: [CustomDate!]\r\n endOfSupport_lt: CustomDate\r\n endOfSupport_lte: CustomDate\r\n endOfSupport_gt: CustomDate\r\n endOfSupport_gte: CustomDate\r\n endOfSupport_empty: Boolean\r\n endOfExtendedSupport: CustomDate\r\n endOfExtendedSupport_not: CustomDate\r\n endOfExtendedSupport_in: [CustomDate!]\r\n endOfExtendedSupport_not_in: [CustomDate!]\r\n endOfExtendedSupport_lt: CustomDate\r\n endOfExtendedSupport_lte: CustomDate\r\n endOfExtendedSupport_gt: CustomDate\r\n endOfExtendedSupport_gte: CustomDate\r\n endOfExtendedSupport_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaReleaseLevel_not: TechnopediaReleaseLevelEnum\r\n technopediaReleaseLevel_in: [TechnopediaReleaseLevelEnum!]\r\n technopediaReleaseLevel_not_in: [TechnopediaReleaseLevelEnum!]\r\n technopediaReleaseLevel_empty: Boolean\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 technopediaBrandFamily_empty: Boolean\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaIsLicensable_not: TechnopediaIsLicensableEnum\r\n technopediaIsLicensable_in: [TechnopediaIsLicensableEnum!]\r\n technopediaIsLicensable_not_in: [TechnopediaIsLicensableEnum!]\r\n technopediaIsLicensable_empty: Boolean\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 technopediaVersion_empty: Boolean\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 technopediaPatchLevel_empty: Boolean\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaIsMajorVersion_not: TechnopediaIsMajorVersionEnum\r\n technopediaIsMajorVersion_in: [TechnopediaIsMajorVersionEnum!]\r\n technopediaIsMajorVersion_not_in: [TechnopediaIsMajorVersionEnum!]\r\n technopediaIsMajorVersion_empty: Boolean\r\n supportAlert: SupportAlertEnum\r\n supportAlert_not: SupportAlertEnum\r\n supportAlert_in: [SupportAlertEnum!]\r\n supportAlert_not_in: [SupportAlertEnum!]\r\n supportAlert_empty: Boolean\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 technopediaEdition_empty: Boolean\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 technopediaVersionGroup_empty: Boolean\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 technopediaGeneralAvailabilityException_empty: Boolean\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_not: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeStartDate_not_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeStartDate_lt: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_lte: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_gt: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_gte: CustomDate\r\n technopediaGeneralAvailabilityRangeStartDate_empty: Boolean\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_not: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeEndDate_not_in: [CustomDate!]\r\n technopediaGeneralAvailabilityRangeEndDate_lt: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_lte: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_gt: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_gte: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate_empty: Boolean\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 technopediaEndOfLifeException_empty: Boolean\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeStartDate_not: CustomDate\r\n technopediaEndOfLifeRangeStartDate_in: [CustomDate!]\r\n technopediaEndOfLifeRangeStartDate_not_in: [CustomDate!]\r\n technopediaEndOfLifeRangeStartDate_lt: CustomDate\r\n technopediaEndOfLifeRangeStartDate_lte: CustomDate\r\n technopediaEndOfLifeRangeStartDate_gt: CustomDate\r\n technopediaEndOfLifeRangeStartDate_gte: CustomDate\r\n technopediaEndOfLifeRangeStartDate_empty: Boolean\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate_not: CustomDate\r\n technopediaEndOfLifeRangeEndDate_in: [CustomDate!]\r\n technopediaEndOfLifeRangeEndDate_not_in: [CustomDate!]\r\n technopediaEndOfLifeRangeEndDate_lt: CustomDate\r\n technopediaEndOfLifeRangeEndDate_lte: CustomDate\r\n technopediaEndOfLifeRangeEndDate_gt: CustomDate\r\n technopediaEndOfLifeRangeEndDate_gte: CustomDate\r\n technopediaEndOfLifeRangeEndDate_empty: Boolean\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 technopediaEndOfLifeSupportLevel_empty: Boolean\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 technopediaObsoleteException_empty: Boolean\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeStartDate_not: CustomDate\r\n technopediaObsoleteRangeStartDate_in: [CustomDate!]\r\n technopediaObsoleteRangeStartDate_not_in: [CustomDate!]\r\n technopediaObsoleteRangeStartDate_lt: CustomDate\r\n technopediaObsoleteRangeStartDate_lte: CustomDate\r\n technopediaObsoleteRangeStartDate_gt: CustomDate\r\n technopediaObsoleteRangeStartDate_gte: CustomDate\r\n technopediaObsoleteRangeStartDate_empty: Boolean\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteRangeEndDate_not: CustomDate\r\n technopediaObsoleteRangeEndDate_in: [CustomDate!]\r\n technopediaObsoleteRangeEndDate_not_in: [CustomDate!]\r\n technopediaObsoleteRangeEndDate_lt: CustomDate\r\n technopediaObsoleteRangeEndDate_lte: CustomDate\r\n technopediaObsoleteRangeEndDate_gt: CustomDate\r\n technopediaObsoleteRangeEndDate_gte: CustomDate\r\n technopediaObsoleteRangeEndDate_empty: Boolean\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 technopediaObsoleteSupportLevel_empty: Boolean\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 technopediaSubVersion_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: 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 technopediaID_empty: Boolean\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 nameInTechnopedia_empty: Boolean\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n technopediaIsSuite_not: TechnopediaIsSuiteEnum\r\n technopediaIsSuite_in: [TechnopediaIsSuiteEnum!]\r\n technopediaIsSuite_not_in: [TechnopediaIsSuiteEnum!]\r\n technopediaIsSuite_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n technopediaCreateDate: CustomDate\r\n technopediaCreateDate_not: CustomDate\r\n technopediaCreateDate_in: [CustomDate!]\r\n technopediaCreateDate_not_in: [CustomDate!]\r\n technopediaCreateDate_lt: CustomDate\r\n technopediaCreateDate_lte: CustomDate\r\n technopediaCreateDate_gt: CustomDate\r\n technopediaCreateDate_gte: CustomDate\r\n technopediaCreateDate_empty: Boolean\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 technopediaDesupportedflag_empty: Boolean\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaLastModifiedDate_not: CustomDate\r\n technopediaLastModifiedDate_in: [CustomDate!]\r\n technopediaLastModifiedDate_not_in: [CustomDate!]\r\n technopediaLastModifiedDate_lt: CustomDate\r\n technopediaLastModifiedDate_lte: CustomDate\r\n technopediaLastModifiedDate_gt: CustomDate\r\n technopediaLastModifiedDate_gte: CustomDate\r\n technopediaLastModifiedDate_empty: Boolean\r\n technopediaEditionOrder: CustomInt\r\n technopediaEditionOrder_not: CustomInt\r\n technopediaEditionOrder_in: [CustomInt!]\r\n technopediaEditionOrder_not_in: [CustomInt!]\r\n technopediaEditionOrder_lt: CustomInt\r\n technopediaEditionOrder_lte: CustomInt\r\n technopediaEditionOrder_gt: CustomInt\r\n technopediaEditionOrder_gte: CustomInt\r\n technopediaEditionOrder_empty: Boolean\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 technopediaToBeDeletedFlag_empty: Boolean\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 technopediaType_empty: Boolean\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 technopediaUrl_empty: Boolean\r\n technopediaVersionOrder: CustomInt\r\n technopediaVersionOrder_not: CustomInt\r\n technopediaVersionOrder_in: [CustomInt!]\r\n technopediaVersionOrder_not_in: [CustomInt!]\r\n technopediaVersionOrder_lt: CustomInt\r\n technopediaVersionOrder_lte: CustomInt\r\n technopediaVersionOrder_gt: CustomInt\r\n technopediaVersionOrder_gte: CustomInt\r\n technopediaVersionOrder_empty: Boolean\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 technopediaOwner_empty: Boolean\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 technopediaProduct_empty: Boolean\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 technopediaRelease_empty: Boolean\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatus_not: WorkflowStatusEnum\r\n workflowStatus_in: [WorkflowStatusEnum!]\r\n workflowStatus_not_in: [WorkflowStatusEnum!]\r\n workflowStatus_empty: Boolean\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_not: WorkflowStatusFinancialEnum\r\n workflowStatusFinancial_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_not_in: [WorkflowStatusFinancialEnum!]\r\n workflowStatusFinancial_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n deployedTechnology_some: [DeployedTechnologyFilter!]\r\n deployedTechnology_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n technologyCorrespondent_PersonSystem_some: [PersonSystemFilter!]\r\n technologyCorrespondent_PersonSystem_count: countFilter\r\n financialController_PersonSystem_some: [PersonSystemFilter!]\r\n financialController_PersonSystem_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n risk_SoftwareTechnologyStackPart_some: [RiskFilter!]\r\n risk_SoftwareTechnologyStackPart_count: countFilter\r\n type_some: [TypeFilter!]\r\n type_count: countFilter\r\n risk_some: [RiskFilter!]\r\n risk_count: countFilter\r\n softwareTechnology_VariantObject_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_VariantObject_count: countFilter\r\n softwareTechnology_VariedObject_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_VariedObject_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n technicalFunctionality_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_count: countFilter\r\n}\r\n\r\nenum SoftwareTechnologyOrderBy {\r\n name_ASC\r\n name_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 currentState_ASC\r\n currentState_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 currentWorkflowStatus_ASC\r\n currentWorkflowStatus_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 workflowStatus_ASC\r\n workflowStatus_DESC\r\n workflowStatusFinancial_ASC\r\n workflowStatusFinancial_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype SoftwareTechnologyStack implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentState: GraphQLObjectInterface\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n technologyCode: String\r\n supportAlertSoftwareTechnologyStack(format: EnumFormat): SupportAlertSoftwareTechnologyStackEnum\r\n companyStandardSoftwareTechnologyStack(format: EnumFormat): CompanyStandardSoftwareTechnologyStackEnum\r\n computedCompanyStandard(format: EnumFormat): ComputedCompanyStandardEnum\r\n freezePastTimePeriod: Boolean\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n technologyCorrespondent_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondent]\r\n technologyCorrespondent_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_SoftwareTechnologyStack_BusinessRole_BusinessRole_LocalTechnologyCorrespondentOrderBy]): [PersonSystemAggregatedValues]\r\n softwareTechnology(filter: Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStack]\r\n softwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnology_ReferencedSoftwareTechnology_SoftwareTechnologyStackPartReference_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n risk_SoftwareTechnologyStackPart(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStack]\r\n risk_SoftwareTechnologyStackPartAggregatedValues(filter: Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackFilter, orderBy: [Relationship_Risk_Risk_ElementAtRiskRisk_SoftwareTechnologyStackPart_SoftwareTechnologyStackPart_SoftwareTechnologyStackPartOwnership_SoftwareTechnologyStackOrderBy]): [RiskAggregatedValues]\r\n softwareTechnologyStack_VariantObject(filter: Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackOrderBy]): [Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStack]\r\n softwareTechnologyStack_VariantObjectAggregatedValues(filter: Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnologyStack_VariedObject(filter: Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackOrderBy]): [Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStack]\r\n softwareTechnologyStack_VariedObjectAggregatedValues(filter: Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackFilter, orderBy: [Relationship_SoftwareTechnologyStack_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n technicalFunctionality(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackOrderBy]): [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStack]\r\n technicalFunctionalityAggregatedValues(filter: Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackFilter, orderBy: [Relationship_TechnicalFunctionality_FullfilledTechnicalFunctionality_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFulfillment_OwnedTechnicalFunctionalityFulfillment_TechnicalArtifactFunctionalityFulfillment_SoftwareTechnologyStackOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n}\r\n\r\ntype SoftwareTechnologyStackAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n currentState(function: AggregateFunctionType): CustomFloat\r\n beginLifeDate(function: AggregateFunctionType): CustomFloat\r\n endLifeDate(function: AggregateFunctionType): CustomFloat\r\n technologyCode(function: AggregateFunctionType): CustomFloat\r\n supportAlertSoftwareTechnologyStack(function: AggregateFunctionType): CustomFloat\r\n companyStandardSoftwareTechnologyStack(function: AggregateFunctionType): CustomFloat\r\n computedCompanyStandard(function: AggregateFunctionType): CustomFloat\r\n freezePastTimePeriod(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput SoftwareTechnologyStackFilter {\r\n defaultField_9dc6027860934ffca3ce09817c59e80d: String\r\n and: [SoftwareTechnologyStackFilter!]\r\n or: [SoftwareTechnologyStackFilter!]\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 name_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\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 technologyCode_empty: Boolean\r\n supportAlertSoftwareTechnologyStack: SupportAlertSoftwareTechnologyStackEnum\r\n supportAlertSoftwareTechnologyStack_not: SupportAlertSoftwareTechnologyStackEnum\r\n supportAlertSoftwareTechnologyStack_in: [SupportAlertSoftwareTechnologyStackEnum!]\r\n supportAlertSoftwareTechnologyStack_not_in: [SupportAlertSoftwareTechnologyStackEnum!]\r\n supportAlertSoftwareTechnologyStack_empty: Boolean\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n companyStandardSoftwareTechnologyStack_not: CompanyStandardSoftwareTechnologyStackEnum\r\n companyStandardSoftwareTechnologyStack_in: [CompanyStandardSoftwareTechnologyStackEnum!]\r\n companyStandardSoftwareTechnologyStack_not_in: [CompanyStandardSoftwareTechnologyStackEnum!]\r\n companyStandardSoftwareTechnologyStack_empty: Boolean\r\n computedCompanyStandard: ComputedCompanyStandardEnum\r\n computedCompanyStandard_not: ComputedCompanyStandardEnum\r\n computedCompanyStandard_in: [ComputedCompanyStandardEnum!]\r\n computedCompanyStandard_not_in: [ComputedCompanyStandardEnum!]\r\n computedCompanyStandard_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n technologyCorrespondent_PersonSystem_some: [PersonSystemFilter!]\r\n technologyCorrespondent_PersonSystem_count: countFilter\r\n softwareTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_count: countFilter\r\n risk_SoftwareTechnologyStackPart_some: [RiskFilter!]\r\n risk_SoftwareTechnologyStackPart_count: countFilter\r\n softwareTechnologyStack_VariantObject_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_VariantObject_count: countFilter\r\n softwareTechnologyStack_VariedObject_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_VariedObject_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n technicalFunctionality_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_count: countFilter\r\n}\r\n\r\nenum SoftwareTechnologyStackOrderBy {\r\n name_ASC\r\n name_DESC\r\n currentState_ASC\r\n currentState_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\ntype SoftwareTechnologyStackPart implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n softwareTechnologyStack(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStack]\r\n softwareTechnologyStackAggregatedValues(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n}\r\n\r\nenum StateKindEnum {\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\ntype StateUML implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n uMLStateName(language: Languages): String\r\n isConcurrent(format: EnumFormat): IsConcurrentEnum\r\n stateKind(format: EnumFormat): StateKindEnum\r\n isLeaf(format: EnumFormat): IsLeafEnum\r\n bound: String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n costLine(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLine]\r\n costLineAggregatedValues(filter: CostLineFilter, orderBy: [CostLineOrderBy]): [CostLineAggregatedValues]\r\n}\r\n\r\ntype StateUMLAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n uMLStateName(function: AggregateFunctionType): CustomFloat\r\n isConcurrent(function: AggregateFunctionType): CustomFloat\r\n stateKind(function: AggregateFunctionType): CustomFloat\r\n isLeaf(function: AggregateFunctionType): CustomFloat\r\n bound(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput StateUMLFilter {\r\n defaultField_c05a974f496843c89d89385a53d64935: String\r\n and: [StateUMLFilter!]\r\n or: [StateUMLFilter!]\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 name_empty: Boolean\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 uMLStateName_empty: Boolean\r\n isConcurrent: IsConcurrentEnum\r\n isConcurrent_not: IsConcurrentEnum\r\n isConcurrent_in: [IsConcurrentEnum!]\r\n isConcurrent_not_in: [IsConcurrentEnum!]\r\n isConcurrent_empty: Boolean\r\n stateKind: StateKindEnum\r\n stateKind_not: StateKindEnum\r\n stateKind_in: [StateKindEnum!]\r\n stateKind_not_in: [StateKindEnum!]\r\n stateKind_empty: Boolean\r\n isLeaf: IsLeafEnum\r\n isLeaf_not: IsLeafEnum\r\n isLeaf_in: [IsLeafEnum!]\r\n isLeaf_not_in: [IsLeafEnum!]\r\n isLeaf_empty: Boolean\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 bound_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n costLine_some: [CostLineFilter!]\r\n costLine_count: countFilter\r\n}\r\n\r\nenum StateUMLOrderBy {\r\n name_ASC\r\n name_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum StatusLoginEnum {\r\n Active\r\n Inactive\r\n}\r\n\r\nenum StatusReviewEnum {\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 SupportAlertEnum {\r\n NA\r\n EarlyUsage\r\n LateUsage\r\n SupportedUsage\r\n UnsupportedUsage\r\n}\r\n\r\nenum SupportAlertSoftwareTechnologyStackEnum {\r\n NA\r\n EarlyUsage\r\n LateUsage\r\n SupportedUsage\r\n UnsupportedUsage\r\n}\r\n\r\nenum TechnicalEfficiencyAPMEnum {\r\n Good\r\n Medium\r\n Low\r\n Poor\r\n}\r\n\r\ntype TechnicalFunctionality implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n capabilityEffectiveness(format: EnumFormat): CapabilityEffectivenessEnum\r\n assessmentFreshness: CustomFloat\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n currentWorkflowStatus: GraphQLObjectInterface\r\n financialImpact(format: EnumFormat): FinancialImpactEnum\r\n capabilityEfficiency(format: EnumFormat): CapabilityEfficiencyEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n diagram: [Diagram]\r\n diagramAggregatedValues: [DiagramAggregatedValues]\r\n businessDocument_AttachedDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_AttachedDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocument_ReferredToDocument(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocument]\r\n businessDocument_ReferredToDocumentAggregatedValues(filter: BusinessDocumentFilter, orderBy: [BusinessDocumentOrderBy]): [BusinessDocumentAggregatedValues]\r\n businessDocumentVersion_AttachedDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_AttachedDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n businessDocumentVersion_ReferredToDocumentVersion(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersion]\r\n businessDocumentVersion_ReferredToDocumentVersionAggregatedValues(filter: BusinessDocumentVersionFilter, orderBy: [BusinessDocumentVersionOrderBy]): [BusinessDocumentVersionAggregatedValues]\r\n softwareTechnologyStack(filter: Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFilter, orderBy: [Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityOrderBy]): [Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionality]\r\n softwareTechnologyStackAggregatedValues(filter: Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFilter, orderBy: [Relationship_SoftwareTechnologyStack_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology(filter: Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFilter, orderBy: [Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityOrderBy]): [Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionality]\r\n softwareTechnologyAggregatedValues(filter: Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityFilter, orderBy: [Relationship_SoftwareTechnology_FulfillingTechnicalArtifact_TechnicalArtifactFunctionalityFulfillment_TechnicalFunctionalityFulfillment_TechnicalFunctionalityFulfillment_ITFunctionalityFulfillmentReference_TechnicalFunctionalityOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n technicalFunctionality_VariantObject(filter: Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionalityFilter, orderBy: [Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionalityOrderBy]): [Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionality]\r\n technicalFunctionality_VariantObjectAggregatedValues(filter: Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionalityFilter, orderBy: [Relationship_TechnicalFunctionality_VariantObject_Variation2Variant_Variation_VariedSideVariation_VariableObjectVariation_TechnicalFunctionalityOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n technicalFunctionality_VariedObject(filter: Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionalityFilter, orderBy: [Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionalityOrderBy]): [Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionality]\r\n technicalFunctionality_VariedObjectAggregatedValues(filter: Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionalityFilter, orderBy: [Relationship_TechnicalFunctionality_VariedObject_VariableObjectVariation_Variation_VariantSideVariation_Variation2Variant_TechnicalFunctionalityOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n}\r\n\r\ntype TechnicalFunctionalityAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n capabilityEffectiveness(function: AggregateFunctionType): CustomFloat\r\n assessmentFreshness(function: AggregateNumbersFunctionType): CustomFloat\r\n lastAssessmentDate(function: AggregateFunctionType): CustomFloat\r\n currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n financialImpact(function: AggregateFunctionType): CustomFloat\r\n capabilityEfficiency(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput TechnicalFunctionalityFilter {\r\n defaultField_7ac92ede40f24db996a2f775f893bd89: String\r\n and: [TechnicalFunctionalityFilter!]\r\n or: [TechnicalFunctionalityFilter!]\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 name_empty: Boolean\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_not: CapabilityEffectivenessEnum\r\n capabilityEffectiveness_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_not_in: [CapabilityEffectivenessEnum!]\r\n capabilityEffectiveness_empty: Boolean\r\n assessmentFreshness: CustomFloat\r\n assessmentFreshness_not: CustomFloat\r\n assessmentFreshness_in: [CustomFloat!]\r\n assessmentFreshness_not_in: [CustomFloat!]\r\n assessmentFreshness_lt: CustomFloat\r\n assessmentFreshness_lte: CustomFloat\r\n assessmentFreshness_gt: CustomFloat\r\n assessmentFreshness_gte: CustomFloat\r\n assessmentFreshness_empty: Boolean\r\n lastAssessmentDate: CustomDate\r\n lastAssessmentDate_not: CustomDate\r\n lastAssessmentDate_in: [CustomDate!]\r\n lastAssessmentDate_not_in: [CustomDate!]\r\n lastAssessmentDate_lt: CustomDate\r\n lastAssessmentDate_lte: CustomDate\r\n lastAssessmentDate_gt: CustomDate\r\n lastAssessmentDate_gte: CustomDate\r\n lastAssessmentDate_empty: Boolean\r\n currentWorkflowStatus: String\r\n currentWorkflowStatus_not: String\r\n currentWorkflowStatus_in: [String!]\r\n currentWorkflowStatus_not_in: [String!]\r\n currentWorkflowStatus_empty: Boolean\r\n financialImpact: FinancialImpactEnum\r\n financialImpact_not: FinancialImpactEnum\r\n financialImpact_in: [FinancialImpactEnum!]\r\n financialImpact_not_in: [FinancialImpactEnum!]\r\n financialImpact_empty: Boolean\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n capabilityEfficiency_not: CapabilityEfficiencyEnum\r\n capabilityEfficiency_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_not_in: [CapabilityEfficiencyEnum!]\r\n capabilityEfficiency_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n diagram_some: [DiagramFilter!]\r\n diagram_count: countFilter\r\n businessDocument_AttachedDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_AttachedDocument_count: countFilter\r\n businessDocument_ReferredToDocument_some: [BusinessDocumentFilter!]\r\n businessDocument_ReferredToDocument_count: countFilter\r\n businessDocumentVersion_AttachedDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_AttachedDocumentVersion_count: countFilter\r\n businessDocumentVersion_ReferredToDocumentVersion_some: [BusinessDocumentVersionFilter!]\r\n businessDocumentVersion_ReferredToDocumentVersion_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n softwareTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_count: countFilter\r\n technicalFunctionality_VariantObject_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_VariantObject_count: countFilter\r\n technicalFunctionality_VariedObject_some: [TechnicalFunctionalityFilter!]\r\n technicalFunctionality_VariedObject_count: countFilter\r\n}\r\n\r\ntype TechnicalFunctionalityFulfillment implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n coverageRatio: CustomInt\r\n computedCoverageRatio: CustomInt\r\n iTARecommendationStatus: Boolean\r\n assessmentFreshness: CustomFloat\r\n compositeRealizationName: String\r\n realizationQuality(format: EnumFormat): RealizationQualityEnum\r\n capabilityFulfillmentMetaPictureIdentifier: GraphQLObjectInterface\r\n lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n technicalFunctionality(filter: TechnicalFunctionalityFilter, orderBy: [TechnicalFunctionalityOrderBy]): [TechnicalFunctionality]\r\n technicalFunctionalityAggregatedValues(filter: TechnicalFunctionalityFilter, orderBy: [TechnicalFunctionalityOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n softwareTechnologyStack(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStack]\r\n softwareTechnologyStackAggregatedValues(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n}\r\n\r\nenum TechnicalFunctionalityOrderBy {\r\n name_ASC\r\n name_DESC\r\n capabilityEffectiveness_ASC\r\n capabilityEffectiveness_DESC\r\n assessmentFreshness_ASC\r\n assessmentFreshness_DESC\r\n lastAssessmentDate_ASC\r\n lastAssessmentDate_DESC\r\n currentWorkflowStatus_ASC\r\n currentWorkflowStatus_DESC\r\n financialImpact_ASC\r\n financialImpact_DESC\r\n capabilityEfficiency_ASC\r\n capabilityEfficiency_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum TechnologyComplianceEnum {\r\n Expected\r\n Accepted\r\n Prohibited\r\n Unknown\r\n}\r\n\r\nenum TechnopediaCategoryLevelEnum {\r\n CategoryGroup\r\n CategoryOne\r\n CategoryTwo\r\n}\r\n\r\nenum TechnopediaDeleteReasonEnum {\r\n Duplicate\r\n Inaccurate\r\n}\r\n\r\nenum TechnopediaIsLicensableEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum TechnopediaIsMajorVersionEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum TechnopediaIsSuiteEnum {\r\n Yes\r\n No\r\n}\r\n\r\nenum TechnopediaObjectDeletionEnum {\r\n Deleted\r\n ToBeDeleted\r\n}\r\n\r\nenum TechnopediaReleaseLevelEnum {\r\n Edition\r\n Product\r\n Version\r\n}\r\n\r\ntype TimePeriod implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n timedObjectType(format: EnumFormat): TimedObjectTypeEnum\r\n timePeriodName(language: Languages): String\r\n timePeriodUnit(format: EnumFormat): TimePeriodUnitEnum\r\n absoluteStartDate(format: String, timeOffset: String): CustomDate\r\n absoluteEndDate(format: String, timeOffset: String): CustomDate\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodEndDelay: CustomInt\r\n timePeriodComputedDuration: CustomInt\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n stateUML(filter: StateUMLFilter, orderBy: [StateUMLOrderBy]): [StateUML]\r\n stateUMLAggregatedValues(filter: StateUMLFilter, orderBy: [StateUMLOrderBy]): [StateUMLAggregatedValues]\r\n timePeriod_PreviousPeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriod_PreviousPeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n timePeriod_FollowingPeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriod_FollowingPeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n deployedTechnology(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnology]\r\n deployedTechnologyAggregatedValues(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnologyAggregatedValues]\r\n usagecontext(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContext]\r\n usagecontextAggregatedValues(filter: UsageContextFilter, orderBy: [UsageContextOrderBy]): [UsageContextAggregatedValues]\r\n softwareInstallation(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallationAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n serverDeployed(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployed]\r\n serverDeployedAggregatedValues(filter: ServerDeployedFilter, orderBy: [ServerDeployedOrderBy]): [ServerDeployedAggregatedValues]\r\n softwareTechnologyStack(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStack]\r\n softwareTechnologyStackAggregatedValues(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n softwareTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n businessCapability(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy]): [BusinessCapability]\r\n businessCapabilityAggregatedValues(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy]): [BusinessCapabilityAggregatedValues]\r\n initiative(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [Initiative]\r\n initiativeAggregatedValues(filter: InitiativeFilter, orderBy: [InitiativeOrderBy]): [InitiativeAggregatedValues]\r\n application(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n applicationAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n}\r\n\r\ntype TimePeriodAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n timedObjectType(function: AggregateFunctionType): CustomFloat\r\n timePeriodName(function: AggregateFunctionType): CustomFloat\r\n timePeriodUnit(function: AggregateFunctionType): CustomFloat\r\n absoluteStartDate(function: AggregateFunctionType): CustomFloat\r\n absoluteEndDate(function: AggregateFunctionType): CustomFloat\r\n cost(function: AggregateNumbersFunctionType): CustomFloat\r\n revenue(function: AggregateNumbersFunctionType): CustomFloat\r\n rOIPercentage(function: AggregateNumbersFunctionType): CustomFloat\r\n rOIRate(function: AggregateNumbersFunctionType): CustomFloat\r\n costRate(function: AggregateNumbersFunctionType): CustomFloat\r\n freezePastTimePeriod(function: AggregateFunctionType): CustomFloat\r\n timePeriodStartDelay(function: AggregateNumbersFunctionType): CustomFloat\r\n timePeriodEndDelay(function: AggregateNumbersFunctionType): CustomFloat\r\n timePeriodComputedDuration(function: AggregateNumbersFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput TimePeriodFilter {\r\n defaultField_e41425a9d36d4509b7d0d0335f0def84: String\r\n and: [TimePeriodFilter!]\r\n or: [TimePeriodFilter!]\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 name_empty: Boolean\r\n timedObjectType: TimedObjectTypeEnum\r\n timedObjectType_not: TimedObjectTypeEnum\r\n timedObjectType_in: [TimedObjectTypeEnum!]\r\n timedObjectType_not_in: [TimedObjectTypeEnum!]\r\n timedObjectType_empty: Boolean\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 timePeriodName_empty: Boolean\r\n timePeriodUnit: TimePeriodUnitEnum\r\n timePeriodUnit_not: TimePeriodUnitEnum\r\n timePeriodUnit_in: [TimePeriodUnitEnum!]\r\n timePeriodUnit_not_in: [TimePeriodUnitEnum!]\r\n timePeriodUnit_empty: Boolean\r\n absoluteStartDate: CustomDate\r\n absoluteStartDate_not: CustomDate\r\n absoluteStartDate_in: [CustomDate!]\r\n absoluteStartDate_not_in: [CustomDate!]\r\n absoluteStartDate_lt: CustomDate\r\n absoluteStartDate_lte: CustomDate\r\n absoluteStartDate_gt: CustomDate\r\n absoluteStartDate_gte: CustomDate\r\n absoluteStartDate_empty: Boolean\r\n absoluteEndDate: CustomDate\r\n absoluteEndDate_not: CustomDate\r\n absoluteEndDate_in: [CustomDate!]\r\n absoluteEndDate_not_in: [CustomDate!]\r\n absoluteEndDate_lt: CustomDate\r\n absoluteEndDate_lte: CustomDate\r\n absoluteEndDate_gt: CustomDate\r\n absoluteEndDate_gte: CustomDate\r\n absoluteEndDate_empty: Boolean\r\n cost: CustomFloat\r\n cost_not: CustomFloat\r\n cost_in: [CustomFloat!]\r\n cost_not_in: [CustomFloat!]\r\n cost_lt: CustomFloat\r\n cost_lte: CustomFloat\r\n cost_gt: CustomFloat\r\n cost_gte: CustomFloat\r\n cost_empty: Boolean\r\n revenue: CustomFloat\r\n revenue_not: CustomFloat\r\n revenue_in: [CustomFloat!]\r\n revenue_not_in: [CustomFloat!]\r\n revenue_lt: CustomFloat\r\n revenue_lte: CustomFloat\r\n revenue_gt: CustomFloat\r\n revenue_gte: CustomFloat\r\n revenue_empty: Boolean\r\n rOIPercentage: CustomFloat\r\n rOIPercentage_not: CustomFloat\r\n rOIPercentage_in: [CustomFloat!]\r\n rOIPercentage_not_in: [CustomFloat!]\r\n rOIPercentage_lt: CustomFloat\r\n rOIPercentage_lte: CustomFloat\r\n rOIPercentage_gt: CustomFloat\r\n rOIPercentage_gte: CustomFloat\r\n rOIPercentage_empty: Boolean\r\n rOIRate: CustomFloat\r\n rOIRate_not: CustomFloat\r\n rOIRate_in: [CustomFloat!]\r\n rOIRate_not_in: [CustomFloat!]\r\n rOIRate_lt: CustomFloat\r\n rOIRate_lte: CustomFloat\r\n rOIRate_gt: CustomFloat\r\n rOIRate_gte: CustomFloat\r\n rOIRate_empty: Boolean\r\n costRate: CustomFloat\r\n costRate_not: CustomFloat\r\n costRate_in: [CustomFloat!]\r\n costRate_not_in: [CustomFloat!]\r\n costRate_lt: CustomFloat\r\n costRate_lte: CustomFloat\r\n costRate_gt: CustomFloat\r\n costRate_gte: CustomFloat\r\n costRate_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodStartDelay_not: CustomInt\r\n timePeriodStartDelay_in: [CustomInt!]\r\n timePeriodStartDelay_not_in: [CustomInt!]\r\n timePeriodStartDelay_lt: CustomInt\r\n timePeriodStartDelay_lte: CustomInt\r\n timePeriodStartDelay_gt: CustomInt\r\n timePeriodStartDelay_gte: CustomInt\r\n timePeriodStartDelay_empty: Boolean\r\n timePeriodEndDelay: CustomInt\r\n timePeriodEndDelay_not: CustomInt\r\n timePeriodEndDelay_in: [CustomInt!]\r\n timePeriodEndDelay_not_in: [CustomInt!]\r\n timePeriodEndDelay_lt: CustomInt\r\n timePeriodEndDelay_lte: CustomInt\r\n timePeriodEndDelay_gt: CustomInt\r\n timePeriodEndDelay_gte: CustomInt\r\n timePeriodEndDelay_empty: Boolean\r\n timePeriodComputedDuration: CustomInt\r\n timePeriodComputedDuration_not: CustomInt\r\n timePeriodComputedDuration_in: [CustomInt!]\r\n timePeriodComputedDuration_not_in: [CustomInt!]\r\n timePeriodComputedDuration_lt: CustomInt\r\n timePeriodComputedDuration_lte: CustomInt\r\n timePeriodComputedDuration_gt: CustomInt\r\n timePeriodComputedDuration_gte: CustomInt\r\n timePeriodComputedDuration_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n stateUML_some: [StateUMLFilter!]\r\n stateUML_count: countFilter\r\n timePeriod_PreviousPeriod_some: [TimePeriodFilter!]\r\n timePeriod_PreviousPeriod_count: countFilter\r\n timePeriod_FollowingPeriod_some: [TimePeriodFilter!]\r\n timePeriod_FollowingPeriod_count: countFilter\r\n deployedTechnology_some: [DeployedTechnologyFilter!]\r\n deployedTechnology_count: countFilter\r\n usagecontext_some: [UsageContextFilter!]\r\n usagecontext_count: countFilter\r\n softwareInstallation_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_count: countFilter\r\n serverDeployed_some: [ServerDeployedFilter!]\r\n serverDeployed_count: countFilter\r\n softwareTechnologyStack_some: [SoftwareTechnologyStackFilter!]\r\n softwareTechnologyStack_count: countFilter\r\n softwareTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_count: countFilter\r\n businessCapability_some: [BusinessCapabilityFilter!]\r\n businessCapability_count: countFilter\r\n initiative_some: [InitiativeFilter!]\r\n initiative_count: countFilter\r\n application_some: [ApplicationFilter!]\r\n application_count: countFilter\r\n orgUnit_some: [OrgUnitFilter!]\r\n orgUnit_count: countFilter\r\n businessProcess_some: [BusinessProcessFilter!]\r\n businessProcess_count: countFilter\r\n}\r\n\r\nenum TimePeriodOrderBy {\r\n name_ASC\r\n name_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 timePeriodComputedDuration_ASC\r\n timePeriodComputedDuration_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum TimePeriodUnitEnum {\r\n Day\r\n Month\r\n Quarter\r\n Week\r\n Year\r\n}\r\n\r\nenum TimedObjectTypeEnum {\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\ntype Type implements GraphQLObjectInterface {\r\n technopediaObjectDeletion(format: EnumFormat): TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason(format: EnumFormat): TechnopediaDeleteReasonEnum\r\n technopediaToBeDeletedOn(format: String, timeOffset: String): CustomDate\r\n technopediaReplacementID: String\r\n gUIName(language: Languages): String\r\n bDNAIdentifier: String\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaCategoryLevel(format: EnumFormat): TechnopediaCategoryLevelEnum\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n name(language: Languages): String\r\n comment(format: StringFormat, language: Languages): String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n softwareTechnology(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnologyAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n}\r\n\r\ntype TypeAggregatedValues {\r\n technopediaObjectDeletion(function: AggregateFunctionType): CustomFloat\r\n technopediaDeleteReason(function: AggregateFunctionType): CustomFloat\r\n technopediaToBeDeletedOn(function: AggregateFunctionType): CustomFloat\r\n technopediaReplacementID(function: AggregateFunctionType): CustomFloat\r\n gUIName(function: AggregateFunctionType): CustomFloat\r\n bDNAIdentifier(function: AggregateFunctionType): CustomFloat\r\n technopediaID(function: AggregateFunctionType): CustomFloat\r\n nameInTechnopedia(function: AggregateFunctionType): CustomFloat\r\n technopediaCategoryLevel(function: AggregateFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n name(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput TypeFilter {\r\n defaultField_b299200f9bf547dcac72879e96977fc4: String\r\n and: [TypeFilter!]\r\n or: [TypeFilter!]\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_not: TechnopediaObjectDeletionEnum\r\n technopediaObjectDeletion_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_not_in: [TechnopediaObjectDeletionEnum!]\r\n technopediaObjectDeletion_empty: Boolean\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_not: TechnopediaDeleteReasonEnum\r\n technopediaDeleteReason_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_not_in: [TechnopediaDeleteReasonEnum!]\r\n technopediaDeleteReason_empty: Boolean\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaToBeDeletedOn_not: CustomDate\r\n technopediaToBeDeletedOn_in: [CustomDate!]\r\n technopediaToBeDeletedOn_not_in: [CustomDate!]\r\n technopediaToBeDeletedOn_lt: CustomDate\r\n technopediaToBeDeletedOn_lte: CustomDate\r\n technopediaToBeDeletedOn_gt: CustomDate\r\n technopediaToBeDeletedOn_gte: CustomDate\r\n technopediaToBeDeletedOn_empty: Boolean\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 technopediaReplacementID_empty: Boolean\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 gUIName_empty: Boolean\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 bDNAIdentifier_empty: 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 technopediaID_empty: Boolean\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 nameInTechnopedia_empty: Boolean\r\n technopediaCategoryLevel: TechnopediaCategoryLevelEnum\r\n technopediaCategoryLevel_not: TechnopediaCategoryLevelEnum\r\n technopediaCategoryLevel_in: [TechnopediaCategoryLevelEnum!]\r\n technopediaCategoryLevel_not_in: [TechnopediaCategoryLevelEnum!]\r\n technopediaCategoryLevel_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 name_empty: Boolean\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 comment_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n softwareTechnology_some: [SoftwareTechnologyFilter!]\r\n softwareTechnology_count: countFilter\r\n}\r\n\r\nenum TypeOrderBy {\r\n technopediaObjectDeletion_ASC\r\n technopediaObjectDeletion_DESC\r\n technopediaDeleteReason_ASC\r\n technopediaDeleteReason_DESC\r\n technopediaToBeDeletedOn_ASC\r\n technopediaToBeDeletedOn_DESC\r\n technopediaReplacementID_ASC\r\n technopediaReplacementID_DESC\r\n gUIName_ASC\r\n gUIName_DESC\r\n bDNAIdentifier_ASC\r\n bDNAIdentifier_DESC\r\n technopediaID_ASC\r\n technopediaID_DESC\r\n nameInTechnopedia_ASC\r\n nameInTechnopedia_DESC\r\n technopediaCategoryLevel_ASC\r\n technopediaCategoryLevel_DESC\r\n isWritable_ASC\r\n isWritable_DESC\r\n name_ASC\r\n name_DESC\r\n comment_ASC\r\n comment_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum UpdateFrequencyEnum {\r\n Bimonthly\r\n Quarterly\r\n HalfYearly\r\n Yearly\r\n}\r\n\r\ntype UsageContext implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n currentState: GraphQLObjectInterface\r\n beginLifeDate(format: String, timeOffset: String): CustomDate\r\n endLifeDate(format: String, timeOffset: String): CustomDate\r\n freezePastTimePeriod: Boolean\r\n deploymentContextMetaPictureIdentifier: GraphQLObjectInterface\r\n numberOfUsers: CustomInt\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n order: CustomInt\r\n linkComment(format: StringFormat, language: Languages): String\r\n linkCreationDate(format: String, timeOffset: String): CustomDate\r\n linkModificationDate(format: String, timeOffset: String): CustomDate\r\n linkCreator: GraphQLObjectInterface\r\n linkModifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n timePeriod(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriod]\r\n timePeriodAggregatedValues(filter: TimePeriodFilter, orderBy: [TimePeriodOrderBy]): [TimePeriodAggregatedValues]\r\n deployedTechnology_TechnologyDeployedObject(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnology]\r\n deployedTechnology_TechnologyDeployedObjectAggregatedValues(filter: DeployedTechnologyFilter, orderBy: [DeployedTechnologyOrderBy]): [DeployedTechnologyAggregatedValues]\r\n softwareInstallation_TechnologyDeploymentConsumer(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallation_TechnologyDeploymentConsumerAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n softwareInstallation_DeployedApplication(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallation]\r\n softwareInstallation_DeployedApplicationAggregatedValues(filter: SoftwareInstallationFilter, orderBy: [SoftwareInstallationOrderBy]): [SoftwareInstallationAggregatedValues]\r\n orgUnit_DeploymentUser(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_DeploymentUserAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n functionality_DeploymentFinality(filter: FunctionalityFilter, orderBy: [FunctionalityOrderBy]): [Functionality]\r\n functionality_DeploymentFinalityAggregatedValues(filter: FunctionalityFilter, orderBy: [FunctionalityOrderBy]): [FunctionalityAggregatedValues]\r\n}\r\n\r\ntype UsageContextAggregatedValues {\r\n name(function: AggregateFunctionType): CustomFloat\r\n currentState(function: AggregateFunctionType): CustomFloat\r\n beginLifeDate(function: AggregateFunctionType): CustomFloat\r\n endLifeDate(function: AggregateFunctionType): CustomFloat\r\n freezePastTimePeriod(function: AggregateFunctionType): CustomFloat\r\n deploymentContextMetaPictureIdentifier(function: AggregateFunctionType): CustomFloat\r\n numberOfUsers(function: AggregateNumbersFunctionType): CustomFloat\r\n isWritable(function: AggregateFunctionType): CustomFloat\r\n comment(function: AggregateFunctionType): CustomFloat\r\n externalId(function: AggregateFunctionType): CustomFloat\r\n id(function: AggregateFunctionType): CustomFloat\r\n hexaIdAbs(function: AggregateFunctionType): CustomFloat\r\n creationDate(function: AggregateFunctionType): CustomFloat\r\n modificationDate(function: AggregateFunctionType): CustomFloat\r\n creator(function: AggregateFunctionType): CustomFloat\r\n modifier(function: AggregateFunctionType): CustomFloat\r\n order(function: AggregateNumbersFunctionType): CustomFloat\r\n linkComment(function: AggregateFunctionType): CustomFloat\r\n linkCreationDate(function: AggregateFunctionType): CustomFloat\r\n linkModificationDate(function: AggregateFunctionType): CustomFloat\r\n linkCreator(function: AggregateFunctionType): CustomFloat\r\n linkModifier(function: AggregateFunctionType): CustomFloat\r\n}\r\n\r\ninput UsageContextFilter {\r\n defaultField_7f052adb9a4e4ff88804914a655634aa: String\r\n and: [UsageContextFilter!]\r\n or: [UsageContextFilter!]\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 name_empty: Boolean\r\n currentState: String\r\n currentState_not: String\r\n currentState_in: [String!]\r\n currentState_not_in: [String!]\r\n currentState_empty: Boolean\r\n beginLifeDate: CustomDate\r\n beginLifeDate_not: CustomDate\r\n beginLifeDate_in: [CustomDate!]\r\n beginLifeDate_not_in: [CustomDate!]\r\n beginLifeDate_lt: CustomDate\r\n beginLifeDate_lte: CustomDate\r\n beginLifeDate_gt: CustomDate\r\n beginLifeDate_gte: CustomDate\r\n beginLifeDate_empty: Boolean\r\n endLifeDate: CustomDate\r\n endLifeDate_not: CustomDate\r\n endLifeDate_in: [CustomDate!]\r\n endLifeDate_not_in: [CustomDate!]\r\n endLifeDate_lt: CustomDate\r\n endLifeDate_lte: CustomDate\r\n endLifeDate_gt: CustomDate\r\n endLifeDate_gte: CustomDate\r\n endLifeDate_empty: Boolean\r\n freezePastTimePeriod: Boolean\r\n freezePastTimePeriod_not: Boolean\r\n freezePastTimePeriod_empty: Boolean\r\n deploymentContextMetaPictureIdentifier: String\r\n deploymentContextMetaPictureIdentifier_not: String\r\n deploymentContextMetaPictureIdentifier_in: [String!]\r\n deploymentContextMetaPictureIdentifier_not_in: [String!]\r\n deploymentContextMetaPictureIdentifier_empty: Boolean\r\n numberOfUsers: CustomInt\r\n numberOfUsers_not: CustomInt\r\n numberOfUsers_in: [CustomInt!]\r\n numberOfUsers_not_in: [CustomInt!]\r\n numberOfUsers_lt: CustomInt\r\n numberOfUsers_lte: CustomInt\r\n numberOfUsers_gt: CustomInt\r\n numberOfUsers_gte: CustomInt\r\n numberOfUsers_empty: Boolean\r\n isWritable: IsWritableEnum\r\n isWritable_not: IsWritableEnum\r\n isWritable_in: [IsWritableEnum!]\r\n isWritable_not_in: [IsWritableEnum!]\r\n isWritable_empty: Boolean\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 comment_empty: Boolean\r\n externalId: String\r\n externalId_not: String\r\n externalId_in: [String!]\r\n externalId_not_in: [String!]\r\n externalId_lt: String\r\n externalId_lte: String\r\n externalId_gt: String\r\n externalId_gte: String\r\n externalId_contains: String\r\n externalId_not_contains: String\r\n externalId_starts_with: String\r\n externalId_not_starts_with: String\r\n externalId_ends_with: String\r\n externalId_not_ends_with: String\r\n externalId_empty: Boolean\r\n id: String\r\n id_not: String\r\n id_in: [String!]\r\n id_not_in: [String!]\r\n id_empty: 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 hexaIdAbs_empty: Boolean\r\n creationDate: CustomDate\r\n creationDate_not: CustomDate\r\n creationDate_in: [CustomDate!]\r\n creationDate_not_in: [CustomDate!]\r\n creationDate_lt: CustomDate\r\n creationDate_lte: CustomDate\r\n creationDate_gt: CustomDate\r\n creationDate_gte: CustomDate\r\n creationDate_empty: Boolean\r\n modificationDate: CustomDate\r\n modificationDate_not: CustomDate\r\n modificationDate_in: [CustomDate!]\r\n modificationDate_not_in: [CustomDate!]\r\n modificationDate_lt: CustomDate\r\n modificationDate_lte: CustomDate\r\n modificationDate_gt: CustomDate\r\n modificationDate_gte: CustomDate\r\n modificationDate_empty: Boolean\r\n creator: String\r\n creator_not: String\r\n creator_in: [String!]\r\n creator_not_in: [String!]\r\n creator_empty: Boolean\r\n modifier: String\r\n modifier_not: String\r\n modifier_in: [String!]\r\n modifier_not_in: [String!]\r\n modifier_empty: Boolean\r\n order: CustomInt\r\n order_not: CustomInt\r\n order_in: [CustomInt!]\r\n order_not_in: [CustomInt!]\r\n order_lt: CustomInt\r\n order_lte: CustomInt\r\n order_gt: CustomInt\r\n order_gte: CustomInt\r\n order_empty: Boolean\r\n linkComment: String\r\n linkComment_not: String\r\n linkComment_in: [String!]\r\n linkComment_not_in: [String!]\r\n linkComment_lt: String\r\n linkComment_lte: String\r\n linkComment_gt: String\r\n linkComment_gte: String\r\n linkComment_contains: String\r\n linkComment_not_contains: String\r\n linkComment_starts_with: String\r\n linkComment_not_starts_with: String\r\n linkComment_ends_with: String\r\n linkComment_not_ends_with: String\r\n linkComment_empty: Boolean\r\n linkCreationDate: CustomDate\r\n linkCreationDate_not: CustomDate\r\n linkCreationDate_in: [CustomDate!]\r\n linkCreationDate_not_in: [CustomDate!]\r\n linkCreationDate_lt: CustomDate\r\n linkCreationDate_lte: CustomDate\r\n linkCreationDate_gt: CustomDate\r\n linkCreationDate_gte: CustomDate\r\n linkCreationDate_empty: Boolean\r\n linkModificationDate: CustomDate\r\n linkModificationDate_not: CustomDate\r\n linkModificationDate_in: [CustomDate!]\r\n linkModificationDate_not_in: [CustomDate!]\r\n linkModificationDate_lt: CustomDate\r\n linkModificationDate_lte: CustomDate\r\n linkModificationDate_gt: CustomDate\r\n linkModificationDate_gte: CustomDate\r\n linkModificationDate_empty: Boolean\r\n linkCreator: String\r\n linkCreator_not: String\r\n linkCreator_in: [String!]\r\n linkCreator_not_in: [String!]\r\n linkCreator_empty: Boolean\r\n linkModifier: String\r\n linkModifier_not: String\r\n linkModifier_in: [String!]\r\n linkModifier_not_in: [String!]\r\n linkModifier_empty: Boolean\r\n timePeriod_some: [TimePeriodFilter!]\r\n timePeriod_count: countFilter\r\n deployedTechnology_TechnologyDeployedObject_some: [DeployedTechnologyFilter!]\r\n deployedTechnology_TechnologyDeployedObject_count: countFilter\r\n softwareInstallation_TechnologyDeploymentConsumer_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_TechnologyDeploymentConsumer_count: countFilter\r\n softwareInstallation_DeployedApplication_some: [SoftwareInstallationFilter!]\r\n softwareInstallation_DeployedApplication_count: countFilter\r\n orgUnit_DeploymentUser_some: [OrgUnitFilter!]\r\n orgUnit_DeploymentUser_count: countFilter\r\n functionality_DeploymentFinality_some: [FunctionalityFilter!]\r\n functionality_DeploymentFinality_count: countFilter\r\n}\r\n\r\nenum UsageContextOrderBy {\r\n name_ASC\r\n name_DESC\r\n currentState_ASC\r\n currentState_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 isWritable_ASC\r\n isWritable_DESC\r\n comment_ASC\r\n comment_DESC\r\n externalId_ASC\r\n externalId_DESC\r\n id_ASC\r\n id_DESC\r\n hexaIdAbs_ASC\r\n hexaIdAbs_DESC\r\n creationDate_ASC\r\n creationDate_DESC\r\n modificationDate_ASC\r\n modificationDate_DESC\r\n creator_ASC\r\n creator_DESC\r\n modifier_ASC\r\n modifier_DESC\r\n order_ASC\r\n order_DESC\r\n linkComment_ASC\r\n linkComment_DESC\r\n linkCreationDate_ASC\r\n linkCreationDate_DESC\r\n linkModificationDate_ASC\r\n linkModificationDate_DESC\r\n linkCreator_ASC\r\n linkCreator_DESC\r\n linkModifier_ASC\r\n linkModifier_DESC\r\n}\r\n\r\nenum ValidPersonEnum {\r\n Valid\r\n Incomplete\r\n Invalid\r\n}\r\n\r\ntype Variation implements GraphQLObjectInterface {\r\n name(language: Languages, nameSpace: nameSpace): String\r\n variationName(language: Languages): String\r\n isWritable(format: EnumFormat): IsWritableEnum\r\n comment(format: StringFormat, language: Languages): String\r\n externalId: String\r\n id: String\r\n hexaIdAbs: String\r\n creationDate(format: String, timeOffset: String): CustomDate\r\n modificationDate(format: String, timeOffset: String): CustomDate\r\n creator: GraphQLObjectInterface\r\n modifier: GraphQLObjectInterface\r\n customField(id: String!, language: Languages, format: Formats): String\r\n customRelationship(relationId: String!, first: Int, after: String, last: Int, before: String, skip: Int): [GraphQLObjectInterface]\r\n applicationDataArea_VariedObject(filter: ApplicationDataAreaFilter, orderBy: [ApplicationDataAreaOrderBy]): [ApplicationDataArea]\r\n applicationDataArea_VariedObjectAggregatedValues(filter: ApplicationDataAreaFilter, orderBy: [ApplicationDataAreaOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n entityDM_VariedObject(filter: EntityDMFilter, orderBy: [EntityDMOrderBy]): [EntityDM]\r\n entityDM_VariedObjectAggregatedValues(filter: EntityDMFilter, orderBy: [EntityDMOrderBy]): [EntityDMAggregatedValues]\r\n functionality_VariedObject(filter: FunctionalityFilter, orderBy: [FunctionalityOrderBy]): [Functionality]\r\n functionality_VariedObjectAggregatedValues(filter: FunctionalityFilter, orderBy: [FunctionalityOrderBy]): [FunctionalityAggregatedValues]\r\n content_VariedObject(filter: ContentFilter, orderBy: [ContentOrderBy]): [Content]\r\n content_VariedObjectAggregatedValues(filter: ContentFilter, orderBy: [ContentOrderBy]): [ContentAggregatedValues]\r\n softwareTechnologyStack_VariedObject(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStack]\r\n softwareTechnologyStack_VariedObjectAggregatedValues(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n technicalFunctionality_VariedObject(filter: TechnicalFunctionalityFilter, orderBy: [TechnicalFunctionalityOrderBy]): [TechnicalFunctionality]\r\n technicalFunctionality_VariedObjectAggregatedValues(filter: TechnicalFunctionalityFilter, orderBy: [TechnicalFunctionalityOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n dataView_VariedObject(filter: DataViewFilter, orderBy: [DataViewOrderBy]): [DataView]\r\n dataView_VariedObjectAggregatedValues(filter: DataViewFilter, orderBy: [DataViewOrderBy]): [DataViewAggregatedValues]\r\n softwareTechnology_VariedObject(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnology_VariedObjectAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n businessCapability_VariedObject(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy]): [BusinessCapability]\r\n businessCapability_VariedObjectAggregatedValues(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy]): [BusinessCapabilityAggregatedValues]\r\n class_VariedObject(filter: ClassFilter, orderBy: [ClassOrderBy]): [Class]\r\n class_VariedObjectAggregatedValues(filter: ClassFilter, orderBy: [ClassOrderBy]): [ClassAggregatedValues]\r\n application_VariedObject(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_VariedObjectAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_VariedObject(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_VariedObjectAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n site_VariedObject(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n site_VariedObjectAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n businessProcess_VariedObject(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_VariedObjectAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n applicationDataArea_VariantObject(filter: ApplicationDataAreaFilter, orderBy: [ApplicationDataAreaOrderBy]): [ApplicationDataArea]\r\n applicationDataArea_VariantObjectAggregatedValues(filter: ApplicationDataAreaFilter, orderBy: [ApplicationDataAreaOrderBy]): [ApplicationDataAreaAggregatedValues]\r\n entityDM_VariantObject(filter: EntityDMFilter, orderBy: [EntityDMOrderBy]): [EntityDM]\r\n entityDM_VariantObjectAggregatedValues(filter: EntityDMFilter, orderBy: [EntityDMOrderBy]): [EntityDMAggregatedValues]\r\n functionality_VariantObject(filter: FunctionalityFilter, orderBy: [FunctionalityOrderBy]): [Functionality]\r\n functionality_VariantObjectAggregatedValues(filter: FunctionalityFilter, orderBy: [FunctionalityOrderBy]): [FunctionalityAggregatedValues]\r\n content_VariantObject(filter: ContentFilter, orderBy: [ContentOrderBy]): [Content]\r\n content_VariantObjectAggregatedValues(filter: ContentFilter, orderBy: [ContentOrderBy]): [ContentAggregatedValues]\r\n softwareTechnologyStack_VariantObject(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStack]\r\n softwareTechnologyStack_VariantObjectAggregatedValues(filter: SoftwareTechnologyStackFilter, orderBy: [SoftwareTechnologyStackOrderBy]): [SoftwareTechnologyStackAggregatedValues]\r\n technicalFunctionality_VariantObject(filter: TechnicalFunctionalityFilter, orderBy: [TechnicalFunctionalityOrderBy]): [TechnicalFunctionality]\r\n technicalFunctionality_VariantObjectAggregatedValues(filter: TechnicalFunctionalityFilter, orderBy: [TechnicalFunctionalityOrderBy]): [TechnicalFunctionalityAggregatedValues]\r\n dataView_VariantObject(filter: DataViewFilter, orderBy: [DataViewOrderBy]): [DataView]\r\n dataView_VariantObjectAggregatedValues(filter: DataViewFilter, orderBy: [DataViewOrderBy]): [DataViewAggregatedValues]\r\n softwareTechnology_VariantObject(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnology]\r\n softwareTechnology_VariantObjectAggregatedValues(filter: SoftwareTechnologyFilter, orderBy: [SoftwareTechnologyOrderBy]): [SoftwareTechnologyAggregatedValues]\r\n businessCapability_VariantObject(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy]): [BusinessCapability]\r\n businessCapability_VariantObjectAggregatedValues(filter: BusinessCapabilityFilter, orderBy: [BusinessCapabilityOrderBy]): [BusinessCapabilityAggregatedValues]\r\n class_VariantObject(filter: ClassFilter, orderBy: [ClassOrderBy]): [Class]\r\n class_VariantObjectAggregatedValues(filter: ClassFilter, orderBy: [ClassOrderBy]): [ClassAggregatedValues]\r\n application_VariantObject(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [Application]\r\n application_VariantObjectAggregatedValues(filter: ApplicationFilter, orderBy: [ApplicationOrderBy]): [ApplicationAggregatedValues]\r\n orgUnit_VariantObject(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n orgUnit_VariantObjectAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n site_VariantObject(filter: SiteFilter, orderBy: [SiteOrderBy]): [Site]\r\n site_VariantObjectAggregatedValues(filter: SiteFilter, orderBy: [SiteOrderBy]): [SiteAggregatedValues]\r\n businessProcess_VariantObject(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n businessProcess_VariantObjectAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n}\r\n\r\nenum WorkRecoveryTimeWRTEnum {\r\n Critical\r\n Serious\r\n Significant\r\n Minor\r\n}\r\n\r\nenum WorkflowStatusEnum {\r\n StudyInProgress\r\n TechnologyEvaluated\r\n}\r\n\r\nenum WorkflowStatusFinancialEnum {\r\n UpdateInProgress\r\n ApprovalInProgress\r\n UpdateValidated\r\n}\r\n\r\nenum WorkflowStatusITAndBusinessDataEnum {\r\n UpdateInProgress\r\n ApprovalInProgress\r\n UpdateValidated\r\n}\r\n\r\ninput _InputCollectionAction1 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1]\r\n}\r\n\r\ninput _InputCollectionAction10 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement10]\r\n}\r\n\r\ninput _InputCollectionAction100 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement100]\r\n}\r\n\r\ninput _InputCollectionAction1000 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1000]\r\n}\r\n\r\ninput _InputCollectionAction1001 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1001]\r\n}\r\n\r\ninput _InputCollectionAction1002 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1002]\r\n}\r\n\r\ninput _InputCollectionAction1003 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1003]\r\n}\r\n\r\ninput _InputCollectionAction1004 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1004]\r\n}\r\n\r\ninput _InputCollectionAction1005 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1005]\r\n}\r\n\r\ninput _InputCollectionAction1006 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1006]\r\n}\r\n\r\ninput _InputCollectionAction1007 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1007]\r\n}\r\n\r\ninput _InputCollectionAction1008 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1008]\r\n}\r\n\r\ninput _InputCollectionAction1009 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1009]\r\n}\r\n\r\ninput _InputCollectionAction101 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement101]\r\n}\r\n\r\ninput _InputCollectionAction1010 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1010]\r\n}\r\n\r\ninput _InputCollectionAction1011 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1011]\r\n}\r\n\r\ninput _InputCollectionAction1012 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1012]\r\n}\r\n\r\ninput _InputCollectionAction1013 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1013]\r\n}\r\n\r\ninput _InputCollectionAction1014 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1014]\r\n}\r\n\r\ninput _InputCollectionAction1015 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1015]\r\n}\r\n\r\ninput _InputCollectionAction1016 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1016]\r\n}\r\n\r\ninput _InputCollectionAction1017 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1017]\r\n}\r\n\r\ninput _InputCollectionAction1018 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1018]\r\n}\r\n\r\ninput _InputCollectionAction1019 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1019]\r\n}\r\n\r\ninput _InputCollectionAction102 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement102]\r\n}\r\n\r\ninput _InputCollectionAction1020 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1020]\r\n}\r\n\r\ninput _InputCollectionAction1021 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1021]\r\n}\r\n\r\ninput _InputCollectionAction1022 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1022]\r\n}\r\n\r\ninput _InputCollectionAction1023 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1023]\r\n}\r\n\r\ninput _InputCollectionAction1024 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1024]\r\n}\r\n\r\ninput _InputCollectionAction1025 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1025]\r\n}\r\n\r\ninput _InputCollectionAction1026 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1026]\r\n}\r\n\r\ninput _InputCollectionAction1027 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1027]\r\n}\r\n\r\ninput _InputCollectionAction1028 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1028]\r\n}\r\n\r\ninput _InputCollectionAction1029 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1029]\r\n}\r\n\r\ninput _InputCollectionAction103 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement103]\r\n}\r\n\r\ninput _InputCollectionAction1030 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1030]\r\n}\r\n\r\ninput _InputCollectionAction1031 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1031]\r\n}\r\n\r\ninput _InputCollectionAction1032 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1032]\r\n}\r\n\r\ninput _InputCollectionAction1033 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1033]\r\n}\r\n\r\ninput _InputCollectionAction1034 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1034]\r\n}\r\n\r\ninput _InputCollectionAction1035 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1035]\r\n}\r\n\r\ninput _InputCollectionAction1036 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1036]\r\n}\r\n\r\ninput _InputCollectionAction1037 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1037]\r\n}\r\n\r\ninput _InputCollectionAction1038 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1038]\r\n}\r\n\r\ninput _InputCollectionAction1039 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1039]\r\n}\r\n\r\ninput _InputCollectionAction104 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement104]\r\n}\r\n\r\ninput _InputCollectionAction1040 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1040]\r\n}\r\n\r\ninput _InputCollectionAction1041 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1041]\r\n}\r\n\r\ninput _InputCollectionAction1042 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1042]\r\n}\r\n\r\ninput _InputCollectionAction1043 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1043]\r\n}\r\n\r\ninput _InputCollectionAction1044 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1044]\r\n}\r\n\r\ninput _InputCollectionAction1045 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1045]\r\n}\r\n\r\ninput _InputCollectionAction1046 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1046]\r\n}\r\n\r\ninput _InputCollectionAction1047 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1047]\r\n}\r\n\r\ninput _InputCollectionAction1048 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1048]\r\n}\r\n\r\ninput _InputCollectionAction1049 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1049]\r\n}\r\n\r\ninput _InputCollectionAction105 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement105]\r\n}\r\n\r\ninput _InputCollectionAction1050 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1050]\r\n}\r\n\r\ninput _InputCollectionAction1051 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1051]\r\n}\r\n\r\ninput _InputCollectionAction1052 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1052]\r\n}\r\n\r\ninput _InputCollectionAction1053 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1053]\r\n}\r\n\r\ninput _InputCollectionAction1054 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1054]\r\n}\r\n\r\ninput _InputCollectionAction1055 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1055]\r\n}\r\n\r\ninput _InputCollectionAction1056 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1056]\r\n}\r\n\r\ninput _InputCollectionAction1057 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1057]\r\n}\r\n\r\ninput _InputCollectionAction1058 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1058]\r\n}\r\n\r\ninput _InputCollectionAction1059 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1059]\r\n}\r\n\r\ninput _InputCollectionAction106 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement106]\r\n}\r\n\r\ninput _InputCollectionAction1060 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1060]\r\n}\r\n\r\ninput _InputCollectionAction1061 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1061]\r\n}\r\n\r\ninput _InputCollectionAction1062 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement1062]\r\n}\r\n\r\ninput _InputCollectionAction107 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement107]\r\n}\r\n\r\ninput _InputCollectionAction108 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement108]\r\n}\r\n\r\ninput _InputCollectionAction109 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement109]\r\n}\r\n\r\ninput _InputCollectionAction11 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement11]\r\n}\r\n\r\ninput _InputCollectionAction110 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement110]\r\n}\r\n\r\ninput _InputCollectionAction111 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement111]\r\n}\r\n\r\ninput _InputCollectionAction112 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement112]\r\n}\r\n\r\ninput _InputCollectionAction113 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement113]\r\n}\r\n\r\ninput _InputCollectionAction114 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement114]\r\n}\r\n\r\ninput _InputCollectionAction115 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement115]\r\n}\r\n\r\ninput _InputCollectionAction116 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement116]\r\n}\r\n\r\ninput _InputCollectionAction117 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement117]\r\n}\r\n\r\ninput _InputCollectionAction118 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement118]\r\n}\r\n\r\ninput _InputCollectionAction119 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement119]\r\n}\r\n\r\ninput _InputCollectionAction12 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement12]\r\n}\r\n\r\ninput _InputCollectionAction120 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement120]\r\n}\r\n\r\ninput _InputCollectionAction121 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement121]\r\n}\r\n\r\ninput _InputCollectionAction122 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement122]\r\n}\r\n\r\ninput _InputCollectionAction123 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement123]\r\n}\r\n\r\ninput _InputCollectionAction124 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement124]\r\n}\r\n\r\ninput _InputCollectionAction125 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement125]\r\n}\r\n\r\ninput _InputCollectionAction126 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement126]\r\n}\r\n\r\ninput _InputCollectionAction127 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement127]\r\n}\r\n\r\ninput _InputCollectionAction128 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement128]\r\n}\r\n\r\ninput _InputCollectionAction129 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement129]\r\n}\r\n\r\ninput _InputCollectionAction13 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement13]\r\n}\r\n\r\ninput _InputCollectionAction130 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement130]\r\n}\r\n\r\ninput _InputCollectionAction131 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement131]\r\n}\r\n\r\ninput _InputCollectionAction132 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement132]\r\n}\r\n\r\ninput _InputCollectionAction133 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement133]\r\n}\r\n\r\ninput _InputCollectionAction134 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement134]\r\n}\r\n\r\ninput _InputCollectionAction135 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement135]\r\n}\r\n\r\ninput _InputCollectionAction136 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement136]\r\n}\r\n\r\ninput _InputCollectionAction137 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement137]\r\n}\r\n\r\ninput _InputCollectionAction138 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement138]\r\n}\r\n\r\ninput _InputCollectionAction139 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement139]\r\n}\r\n\r\ninput _InputCollectionAction14 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement14]\r\n}\r\n\r\ninput _InputCollectionAction140 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement140]\r\n}\r\n\r\ninput _InputCollectionAction141 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement141]\r\n}\r\n\r\ninput _InputCollectionAction142 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement142]\r\n}\r\n\r\ninput _InputCollectionAction143 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement143]\r\n}\r\n\r\ninput _InputCollectionAction144 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement144]\r\n}\r\n\r\ninput _InputCollectionAction145 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement145]\r\n}\r\n\r\ninput _InputCollectionAction146 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement146]\r\n}\r\n\r\ninput _InputCollectionAction147 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement147]\r\n}\r\n\r\ninput _InputCollectionAction148 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement148]\r\n}\r\n\r\ninput _InputCollectionAction149 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement149]\r\n}\r\n\r\ninput _InputCollectionAction15 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement15]\r\n}\r\n\r\ninput _InputCollectionAction150 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement150]\r\n}\r\n\r\ninput _InputCollectionAction151 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement151]\r\n}\r\n\r\ninput _InputCollectionAction152 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement152]\r\n}\r\n\r\ninput _InputCollectionAction153 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement153]\r\n}\r\n\r\ninput _InputCollectionAction154 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement154]\r\n}\r\n\r\ninput _InputCollectionAction155 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement155]\r\n}\r\n\r\ninput _InputCollectionAction156 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement156]\r\n}\r\n\r\ninput _InputCollectionAction157 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement157]\r\n}\r\n\r\ninput _InputCollectionAction158 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement158]\r\n}\r\n\r\ninput _InputCollectionAction159 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement159]\r\n}\r\n\r\ninput _InputCollectionAction16 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement16]\r\n}\r\n\r\ninput _InputCollectionAction160 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement160]\r\n}\r\n\r\ninput _InputCollectionAction161 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement161]\r\n}\r\n\r\ninput _InputCollectionAction162 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement162]\r\n}\r\n\r\ninput _InputCollectionAction163 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement163]\r\n}\r\n\r\ninput _InputCollectionAction164 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement164]\r\n}\r\n\r\ninput _InputCollectionAction165 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement165]\r\n}\r\n\r\ninput _InputCollectionAction166 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement166]\r\n}\r\n\r\ninput _InputCollectionAction167 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement167]\r\n}\r\n\r\ninput _InputCollectionAction168 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement168]\r\n}\r\n\r\ninput _InputCollectionAction169 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement169]\r\n}\r\n\r\ninput _InputCollectionAction17 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement17]\r\n}\r\n\r\ninput _InputCollectionAction170 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement170]\r\n}\r\n\r\ninput _InputCollectionAction171 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement171]\r\n}\r\n\r\ninput _InputCollectionAction172 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement172]\r\n}\r\n\r\ninput _InputCollectionAction173 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement173]\r\n}\r\n\r\ninput _InputCollectionAction174 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement174]\r\n}\r\n\r\ninput _InputCollectionAction175 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement175]\r\n}\r\n\r\ninput _InputCollectionAction176 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement176]\r\n}\r\n\r\ninput _InputCollectionAction177 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement177]\r\n}\r\n\r\ninput _InputCollectionAction178 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement178]\r\n}\r\n\r\ninput _InputCollectionAction179 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement179]\r\n}\r\n\r\ninput _InputCollectionAction18 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement18]\r\n}\r\n\r\ninput _InputCollectionAction180 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement180]\r\n}\r\n\r\ninput _InputCollectionAction181 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement181]\r\n}\r\n\r\ninput _InputCollectionAction182 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement182]\r\n}\r\n\r\ninput _InputCollectionAction183 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement183]\r\n}\r\n\r\ninput _InputCollectionAction184 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement184]\r\n}\r\n\r\ninput _InputCollectionAction185 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement185]\r\n}\r\n\r\ninput _InputCollectionAction186 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement186]\r\n}\r\n\r\ninput _InputCollectionAction187 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement187]\r\n}\r\n\r\ninput _InputCollectionAction188 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement188]\r\n}\r\n\r\ninput _InputCollectionAction189 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement189]\r\n}\r\n\r\ninput _InputCollectionAction19 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement19]\r\n}\r\n\r\ninput _InputCollectionAction190 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement190]\r\n}\r\n\r\ninput _InputCollectionAction191 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement191]\r\n}\r\n\r\ninput _InputCollectionAction192 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement192]\r\n}\r\n\r\ninput _InputCollectionAction193 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement193]\r\n}\r\n\r\ninput _InputCollectionAction194 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement194]\r\n}\r\n\r\ninput _InputCollectionAction195 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement195]\r\n}\r\n\r\ninput _InputCollectionAction196 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement196]\r\n}\r\n\r\ninput _InputCollectionAction197 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement197]\r\n}\r\n\r\ninput _InputCollectionAction198 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement198]\r\n}\r\n\r\ninput _InputCollectionAction199 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement199]\r\n}\r\n\r\ninput _InputCollectionAction2 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement2]\r\n}\r\n\r\ninput _InputCollectionAction20 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement20]\r\n}\r\n\r\ninput _InputCollectionAction200 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement200]\r\n}\r\n\r\ninput _InputCollectionAction201 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement201]\r\n}\r\n\r\ninput _InputCollectionAction202 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement202]\r\n}\r\n\r\ninput _InputCollectionAction203 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement203]\r\n}\r\n\r\ninput _InputCollectionAction204 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement204]\r\n}\r\n\r\ninput _InputCollectionAction205 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement205]\r\n}\r\n\r\ninput _InputCollectionAction206 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement206]\r\n}\r\n\r\ninput _InputCollectionAction207 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement207]\r\n}\r\n\r\ninput _InputCollectionAction208 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement208]\r\n}\r\n\r\ninput _InputCollectionAction209 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement209]\r\n}\r\n\r\ninput _InputCollectionAction21 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement21]\r\n}\r\n\r\ninput _InputCollectionAction210 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement210]\r\n}\r\n\r\ninput _InputCollectionAction211 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement211]\r\n}\r\n\r\ninput _InputCollectionAction212 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement212]\r\n}\r\n\r\ninput _InputCollectionAction213 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement213]\r\n}\r\n\r\ninput _InputCollectionAction214 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement214]\r\n}\r\n\r\ninput _InputCollectionAction215 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement215]\r\n}\r\n\r\ninput _InputCollectionAction216 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement216]\r\n}\r\n\r\ninput _InputCollectionAction217 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement217]\r\n}\r\n\r\ninput _InputCollectionAction218 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement218]\r\n}\r\n\r\ninput _InputCollectionAction219 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement219]\r\n}\r\n\r\ninput _InputCollectionAction22 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement22]\r\n}\r\n\r\ninput _InputCollectionAction220 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement220]\r\n}\r\n\r\ninput _InputCollectionAction221 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement221]\r\n}\r\n\r\ninput _InputCollectionAction222 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement222]\r\n}\r\n\r\ninput _InputCollectionAction223 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement223]\r\n}\r\n\r\ninput _InputCollectionAction224 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement224]\r\n}\r\n\r\ninput _InputCollectionAction225 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement225]\r\n}\r\n\r\ninput _InputCollectionAction226 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement226]\r\n}\r\n\r\ninput _InputCollectionAction227 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement227]\r\n}\r\n\r\ninput _InputCollectionAction228 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement228]\r\n}\r\n\r\ninput _InputCollectionAction229 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement229]\r\n}\r\n\r\ninput _InputCollectionAction23 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement23]\r\n}\r\n\r\ninput _InputCollectionAction230 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement230]\r\n}\r\n\r\ninput _InputCollectionAction231 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement231]\r\n}\r\n\r\ninput _InputCollectionAction232 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement232]\r\n}\r\n\r\ninput _InputCollectionAction233 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement233]\r\n}\r\n\r\ninput _InputCollectionAction234 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement234]\r\n}\r\n\r\ninput _InputCollectionAction235 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement235]\r\n}\r\n\r\ninput _InputCollectionAction236 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement236]\r\n}\r\n\r\ninput _InputCollectionAction237 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement237]\r\n}\r\n\r\ninput _InputCollectionAction238 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement238]\r\n}\r\n\r\ninput _InputCollectionAction239 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement239]\r\n}\r\n\r\ninput _InputCollectionAction24 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement24]\r\n}\r\n\r\ninput _InputCollectionAction240 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement240]\r\n}\r\n\r\ninput _InputCollectionAction241 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement241]\r\n}\r\n\r\ninput _InputCollectionAction242 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement242]\r\n}\r\n\r\ninput _InputCollectionAction243 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement243]\r\n}\r\n\r\ninput _InputCollectionAction244 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement244]\r\n}\r\n\r\ninput _InputCollectionAction245 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement245]\r\n}\r\n\r\ninput _InputCollectionAction246 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement246]\r\n}\r\n\r\ninput _InputCollectionAction247 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement247]\r\n}\r\n\r\ninput _InputCollectionAction248 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement248]\r\n}\r\n\r\ninput _InputCollectionAction249 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement249]\r\n}\r\n\r\ninput _InputCollectionAction25 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement25]\r\n}\r\n\r\ninput _InputCollectionAction250 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement250]\r\n}\r\n\r\ninput _InputCollectionAction251 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement251]\r\n}\r\n\r\ninput _InputCollectionAction252 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement252]\r\n}\r\n\r\ninput _InputCollectionAction253 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement253]\r\n}\r\n\r\ninput _InputCollectionAction254 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement254]\r\n}\r\n\r\ninput _InputCollectionAction255 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement255]\r\n}\r\n\r\ninput _InputCollectionAction256 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement256]\r\n}\r\n\r\ninput _InputCollectionAction257 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement257]\r\n}\r\n\r\ninput _InputCollectionAction258 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement258]\r\n}\r\n\r\ninput _InputCollectionAction259 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement259]\r\n}\r\n\r\ninput _InputCollectionAction26 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement26]\r\n}\r\n\r\ninput _InputCollectionAction260 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement260]\r\n}\r\n\r\ninput _InputCollectionAction261 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement261]\r\n}\r\n\r\ninput _InputCollectionAction262 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement262]\r\n}\r\n\r\ninput _InputCollectionAction263 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement263]\r\n}\r\n\r\ninput _InputCollectionAction264 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement264]\r\n}\r\n\r\ninput _InputCollectionAction265 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement265]\r\n}\r\n\r\ninput _InputCollectionAction266 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement266]\r\n}\r\n\r\ninput _InputCollectionAction267 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement267]\r\n}\r\n\r\ninput _InputCollectionAction268 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement268]\r\n}\r\n\r\ninput _InputCollectionAction269 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement269]\r\n}\r\n\r\ninput _InputCollectionAction27 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement27]\r\n}\r\n\r\ninput _InputCollectionAction270 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement270]\r\n}\r\n\r\ninput _InputCollectionAction271 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement271]\r\n}\r\n\r\ninput _InputCollectionAction272 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement272]\r\n}\r\n\r\ninput _InputCollectionAction273 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement273]\r\n}\r\n\r\ninput _InputCollectionAction274 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement274]\r\n}\r\n\r\ninput _InputCollectionAction275 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement275]\r\n}\r\n\r\ninput _InputCollectionAction276 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement276]\r\n}\r\n\r\ninput _InputCollectionAction277 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement277]\r\n}\r\n\r\ninput _InputCollectionAction278 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement278]\r\n}\r\n\r\ninput _InputCollectionAction279 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement279]\r\n}\r\n\r\ninput _InputCollectionAction28 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement28]\r\n}\r\n\r\ninput _InputCollectionAction280 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement280]\r\n}\r\n\r\ninput _InputCollectionAction281 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement281]\r\n}\r\n\r\ninput _InputCollectionAction282 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement282]\r\n}\r\n\r\ninput _InputCollectionAction283 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement283]\r\n}\r\n\r\ninput _InputCollectionAction284 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement284]\r\n}\r\n\r\ninput _InputCollectionAction285 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement285]\r\n}\r\n\r\ninput _InputCollectionAction286 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement286]\r\n}\r\n\r\ninput _InputCollectionAction287 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement287]\r\n}\r\n\r\ninput _InputCollectionAction288 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement288]\r\n}\r\n\r\ninput _InputCollectionAction289 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement289]\r\n}\r\n\r\ninput _InputCollectionAction29 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement29]\r\n}\r\n\r\ninput _InputCollectionAction290 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement290]\r\n}\r\n\r\ninput _InputCollectionAction291 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement291]\r\n}\r\n\r\ninput _InputCollectionAction292 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement292]\r\n}\r\n\r\ninput _InputCollectionAction293 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement293]\r\n}\r\n\r\ninput _InputCollectionAction294 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement294]\r\n}\r\n\r\ninput _InputCollectionAction295 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement295]\r\n}\r\n\r\ninput _InputCollectionAction296 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement296]\r\n}\r\n\r\ninput _InputCollectionAction297 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement297]\r\n}\r\n\r\ninput _InputCollectionAction298 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement298]\r\n}\r\n\r\ninput _InputCollectionAction299 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement299]\r\n}\r\n\r\ninput _InputCollectionAction3 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement3]\r\n}\r\n\r\ninput _InputCollectionAction30 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement30]\r\n}\r\n\r\ninput _InputCollectionAction300 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement300]\r\n}\r\n\r\ninput _InputCollectionAction301 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement301]\r\n}\r\n\r\ninput _InputCollectionAction302 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement302]\r\n}\r\n\r\ninput _InputCollectionAction303 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement303]\r\n}\r\n\r\ninput _InputCollectionAction304 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement304]\r\n}\r\n\r\ninput _InputCollectionAction305 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement305]\r\n}\r\n\r\ninput _InputCollectionAction306 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement306]\r\n}\r\n\r\ninput _InputCollectionAction307 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement307]\r\n}\r\n\r\ninput _InputCollectionAction308 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement308]\r\n}\r\n\r\ninput _InputCollectionAction309 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement309]\r\n}\r\n\r\ninput _InputCollectionAction31 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement31]\r\n}\r\n\r\ninput _InputCollectionAction310 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement310]\r\n}\r\n\r\ninput _InputCollectionAction311 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement311]\r\n}\r\n\r\ninput _InputCollectionAction312 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement312]\r\n}\r\n\r\ninput _InputCollectionAction313 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement313]\r\n}\r\n\r\ninput _InputCollectionAction314 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement314]\r\n}\r\n\r\ninput _InputCollectionAction315 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement315]\r\n}\r\n\r\ninput _InputCollectionAction316 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement316]\r\n}\r\n\r\ninput _InputCollectionAction317 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement317]\r\n}\r\n\r\ninput _InputCollectionAction318 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement318]\r\n}\r\n\r\ninput _InputCollectionAction319 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement319]\r\n}\r\n\r\ninput _InputCollectionAction32 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement32]\r\n}\r\n\r\ninput _InputCollectionAction320 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement320]\r\n}\r\n\r\ninput _InputCollectionAction321 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement321]\r\n}\r\n\r\ninput _InputCollectionAction322 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement322]\r\n}\r\n\r\ninput _InputCollectionAction323 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement323]\r\n}\r\n\r\ninput _InputCollectionAction324 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement324]\r\n}\r\n\r\ninput _InputCollectionAction325 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement325]\r\n}\r\n\r\ninput _InputCollectionAction326 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement326]\r\n}\r\n\r\ninput _InputCollectionAction327 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement327]\r\n}\r\n\r\ninput _InputCollectionAction328 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement328]\r\n}\r\n\r\ninput _InputCollectionAction329 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement329]\r\n}\r\n\r\ninput _InputCollectionAction33 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement33]\r\n}\r\n\r\ninput _InputCollectionAction330 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement330]\r\n}\r\n\r\ninput _InputCollectionAction331 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement331]\r\n}\r\n\r\ninput _InputCollectionAction332 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement332]\r\n}\r\n\r\ninput _InputCollectionAction333 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement333]\r\n}\r\n\r\ninput _InputCollectionAction334 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement334]\r\n}\r\n\r\ninput _InputCollectionAction335 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement335]\r\n}\r\n\r\ninput _InputCollectionAction336 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement336]\r\n}\r\n\r\ninput _InputCollectionAction337 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement337]\r\n}\r\n\r\ninput _InputCollectionAction338 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement338]\r\n}\r\n\r\ninput _InputCollectionAction339 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement339]\r\n}\r\n\r\ninput _InputCollectionAction34 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement34]\r\n}\r\n\r\ninput _InputCollectionAction340 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement340]\r\n}\r\n\r\ninput _InputCollectionAction341 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement341]\r\n}\r\n\r\ninput _InputCollectionAction342 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement342]\r\n}\r\n\r\ninput _InputCollectionAction343 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement343]\r\n}\r\n\r\ninput _InputCollectionAction344 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement344]\r\n}\r\n\r\ninput _InputCollectionAction345 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement345]\r\n}\r\n\r\ninput _InputCollectionAction346 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement346]\r\n}\r\n\r\ninput _InputCollectionAction347 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement347]\r\n}\r\n\r\ninput _InputCollectionAction348 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement348]\r\n}\r\n\r\ninput _InputCollectionAction349 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement349]\r\n}\r\n\r\ninput _InputCollectionAction35 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement35]\r\n}\r\n\r\ninput _InputCollectionAction350 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement350]\r\n}\r\n\r\ninput _InputCollectionAction351 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement351]\r\n}\r\n\r\ninput _InputCollectionAction352 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement352]\r\n}\r\n\r\ninput _InputCollectionAction353 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement353]\r\n}\r\n\r\ninput _InputCollectionAction354 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement354]\r\n}\r\n\r\ninput _InputCollectionAction355 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement355]\r\n}\r\n\r\ninput _InputCollectionAction356 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement356]\r\n}\r\n\r\ninput _InputCollectionAction357 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement357]\r\n}\r\n\r\ninput _InputCollectionAction358 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement358]\r\n}\r\n\r\ninput _InputCollectionAction359 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement359]\r\n}\r\n\r\ninput _InputCollectionAction36 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement36]\r\n}\r\n\r\ninput _InputCollectionAction360 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement360]\r\n}\r\n\r\ninput _InputCollectionAction361 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement361]\r\n}\r\n\r\ninput _InputCollectionAction362 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement362]\r\n}\r\n\r\ninput _InputCollectionAction363 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement363]\r\n}\r\n\r\ninput _InputCollectionAction364 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement364]\r\n}\r\n\r\ninput _InputCollectionAction365 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement365]\r\n}\r\n\r\ninput _InputCollectionAction366 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement366]\r\n}\r\n\r\ninput _InputCollectionAction367 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement367]\r\n}\r\n\r\ninput _InputCollectionAction368 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement368]\r\n}\r\n\r\ninput _InputCollectionAction369 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement369]\r\n}\r\n\r\ninput _InputCollectionAction37 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement37]\r\n}\r\n\r\ninput _InputCollectionAction370 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement370]\r\n}\r\n\r\ninput _InputCollectionAction371 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement371]\r\n}\r\n\r\ninput _InputCollectionAction372 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement372]\r\n}\r\n\r\ninput _InputCollectionAction373 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement373]\r\n}\r\n\r\ninput _InputCollectionAction374 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement374]\r\n}\r\n\r\ninput _InputCollectionAction375 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement375]\r\n}\r\n\r\ninput _InputCollectionAction376 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement376]\r\n}\r\n\r\ninput _InputCollectionAction377 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement377]\r\n}\r\n\r\ninput _InputCollectionAction378 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement378]\r\n}\r\n\r\ninput _InputCollectionAction379 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement379]\r\n}\r\n\r\ninput _InputCollectionAction38 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement38]\r\n}\r\n\r\ninput _InputCollectionAction380 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement380]\r\n}\r\n\r\ninput _InputCollectionAction381 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement381]\r\n}\r\n\r\ninput _InputCollectionAction382 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement382]\r\n}\r\n\r\ninput _InputCollectionAction383 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement383]\r\n}\r\n\r\ninput _InputCollectionAction384 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement384]\r\n}\r\n\r\ninput _InputCollectionAction385 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement385]\r\n}\r\n\r\ninput _InputCollectionAction386 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement386]\r\n}\r\n\r\ninput _InputCollectionAction387 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement387]\r\n}\r\n\r\ninput _InputCollectionAction388 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement388]\r\n}\r\n\r\ninput _InputCollectionAction389 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement389]\r\n}\r\n\r\ninput _InputCollectionAction39 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement39]\r\n}\r\n\r\ninput _InputCollectionAction390 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement390]\r\n}\r\n\r\ninput _InputCollectionAction391 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement391]\r\n}\r\n\r\ninput _InputCollectionAction392 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement392]\r\n}\r\n\r\ninput _InputCollectionAction393 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement393]\r\n}\r\n\r\ninput _InputCollectionAction394 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement394]\r\n}\r\n\r\ninput _InputCollectionAction395 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement395]\r\n}\r\n\r\ninput _InputCollectionAction396 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement396]\r\n}\r\n\r\ninput _InputCollectionAction397 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement397]\r\n}\r\n\r\ninput _InputCollectionAction398 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement398]\r\n}\r\n\r\ninput _InputCollectionAction399 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement399]\r\n}\r\n\r\ninput _InputCollectionAction4 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement4]\r\n}\r\n\r\ninput _InputCollectionAction40 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement40]\r\n}\r\n\r\ninput _InputCollectionAction400 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement400]\r\n}\r\n\r\ninput _InputCollectionAction401 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement401]\r\n}\r\n\r\ninput _InputCollectionAction402 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement402]\r\n}\r\n\r\ninput _InputCollectionAction403 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement403]\r\n}\r\n\r\ninput _InputCollectionAction404 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement404]\r\n}\r\n\r\ninput _InputCollectionAction405 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement405]\r\n}\r\n\r\ninput _InputCollectionAction406 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement406]\r\n}\r\n\r\ninput _InputCollectionAction407 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement407]\r\n}\r\n\r\ninput _InputCollectionAction408 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement408]\r\n}\r\n\r\ninput _InputCollectionAction409 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement409]\r\n}\r\n\r\ninput _InputCollectionAction41 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement41]\r\n}\r\n\r\ninput _InputCollectionAction410 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement410]\r\n}\r\n\r\ninput _InputCollectionAction411 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement411]\r\n}\r\n\r\ninput _InputCollectionAction412 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement412]\r\n}\r\n\r\ninput _InputCollectionAction413 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement413]\r\n}\r\n\r\ninput _InputCollectionAction414 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement414]\r\n}\r\n\r\ninput _InputCollectionAction415 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement415]\r\n}\r\n\r\ninput _InputCollectionAction416 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement416]\r\n}\r\n\r\ninput _InputCollectionAction417 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement417]\r\n}\r\n\r\ninput _InputCollectionAction418 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement418]\r\n}\r\n\r\ninput _InputCollectionAction419 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement419]\r\n}\r\n\r\ninput _InputCollectionAction42 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement42]\r\n}\r\n\r\ninput _InputCollectionAction420 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement420]\r\n}\r\n\r\ninput _InputCollectionAction421 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement421]\r\n}\r\n\r\ninput _InputCollectionAction422 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement422]\r\n}\r\n\r\ninput _InputCollectionAction423 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement423]\r\n}\r\n\r\ninput _InputCollectionAction424 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement424]\r\n}\r\n\r\ninput _InputCollectionAction425 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement425]\r\n}\r\n\r\ninput _InputCollectionAction426 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement426]\r\n}\r\n\r\ninput _InputCollectionAction427 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement427]\r\n}\r\n\r\ninput _InputCollectionAction428 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement428]\r\n}\r\n\r\ninput _InputCollectionAction429 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement429]\r\n}\r\n\r\ninput _InputCollectionAction43 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement43]\r\n}\r\n\r\ninput _InputCollectionAction430 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement430]\r\n}\r\n\r\ninput _InputCollectionAction431 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement431]\r\n}\r\n\r\ninput _InputCollectionAction432 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement432]\r\n}\r\n\r\ninput _InputCollectionAction433 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement433]\r\n}\r\n\r\ninput _InputCollectionAction434 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement434]\r\n}\r\n\r\ninput _InputCollectionAction435 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement435]\r\n}\r\n\r\ninput _InputCollectionAction436 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement436]\r\n}\r\n\r\ninput _InputCollectionAction437 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement437]\r\n}\r\n\r\ninput _InputCollectionAction438 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement438]\r\n}\r\n\r\ninput _InputCollectionAction439 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement439]\r\n}\r\n\r\ninput _InputCollectionAction44 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement44]\r\n}\r\n\r\ninput _InputCollectionAction440 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement440]\r\n}\r\n\r\ninput _InputCollectionAction441 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement441]\r\n}\r\n\r\ninput _InputCollectionAction442 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement442]\r\n}\r\n\r\ninput _InputCollectionAction443 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement443]\r\n}\r\n\r\ninput _InputCollectionAction444 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement444]\r\n}\r\n\r\ninput _InputCollectionAction445 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement445]\r\n}\r\n\r\ninput _InputCollectionAction446 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement446]\r\n}\r\n\r\ninput _InputCollectionAction447 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement447]\r\n}\r\n\r\ninput _InputCollectionAction448 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement448]\r\n}\r\n\r\ninput _InputCollectionAction449 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement449]\r\n}\r\n\r\ninput _InputCollectionAction45 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement45]\r\n}\r\n\r\ninput _InputCollectionAction450 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement450]\r\n}\r\n\r\ninput _InputCollectionAction451 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement451]\r\n}\r\n\r\ninput _InputCollectionAction452 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement452]\r\n}\r\n\r\ninput _InputCollectionAction453 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement453]\r\n}\r\n\r\ninput _InputCollectionAction454 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement454]\r\n}\r\n\r\ninput _InputCollectionAction455 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement455]\r\n}\r\n\r\ninput _InputCollectionAction456 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement456]\r\n}\r\n\r\ninput _InputCollectionAction457 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement457]\r\n}\r\n\r\ninput _InputCollectionAction458 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement458]\r\n}\r\n\r\ninput _InputCollectionAction459 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement459]\r\n}\r\n\r\ninput _InputCollectionAction46 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement46]\r\n}\r\n\r\ninput _InputCollectionAction460 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement460]\r\n}\r\n\r\ninput _InputCollectionAction461 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement461]\r\n}\r\n\r\ninput _InputCollectionAction462 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement462]\r\n}\r\n\r\ninput _InputCollectionAction463 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement463]\r\n}\r\n\r\ninput _InputCollectionAction464 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement464]\r\n}\r\n\r\ninput _InputCollectionAction465 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement465]\r\n}\r\n\r\ninput _InputCollectionAction466 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement466]\r\n}\r\n\r\ninput _InputCollectionAction467 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement467]\r\n}\r\n\r\ninput _InputCollectionAction468 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement468]\r\n}\r\n\r\ninput _InputCollectionAction469 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement469]\r\n}\r\n\r\ninput _InputCollectionAction47 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement47]\r\n}\r\n\r\ninput _InputCollectionAction470 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement470]\r\n}\r\n\r\ninput _InputCollectionAction471 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement471]\r\n}\r\n\r\ninput _InputCollectionAction472 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement472]\r\n}\r\n\r\ninput _InputCollectionAction473 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement473]\r\n}\r\n\r\ninput _InputCollectionAction474 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement474]\r\n}\r\n\r\ninput _InputCollectionAction475 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement475]\r\n}\r\n\r\ninput _InputCollectionAction476 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement476]\r\n}\r\n\r\ninput _InputCollectionAction477 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement477]\r\n}\r\n\r\ninput _InputCollectionAction478 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement478]\r\n}\r\n\r\ninput _InputCollectionAction479 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement479]\r\n}\r\n\r\ninput _InputCollectionAction48 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement48]\r\n}\r\n\r\ninput _InputCollectionAction480 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement480]\r\n}\r\n\r\ninput _InputCollectionAction481 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement481]\r\n}\r\n\r\ninput _InputCollectionAction482 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement482]\r\n}\r\n\r\ninput _InputCollectionAction483 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement483]\r\n}\r\n\r\ninput _InputCollectionAction484 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement484]\r\n}\r\n\r\ninput _InputCollectionAction485 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement485]\r\n}\r\n\r\ninput _InputCollectionAction486 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement486]\r\n}\r\n\r\ninput _InputCollectionAction487 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement487]\r\n}\r\n\r\ninput _InputCollectionAction488 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement488]\r\n}\r\n\r\ninput _InputCollectionAction489 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement489]\r\n}\r\n\r\ninput _InputCollectionAction49 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement49]\r\n}\r\n\r\ninput _InputCollectionAction490 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement490]\r\n}\r\n\r\ninput _InputCollectionAction491 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement491]\r\n}\r\n\r\ninput _InputCollectionAction492 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement492]\r\n}\r\n\r\ninput _InputCollectionAction493 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement493]\r\n}\r\n\r\ninput _InputCollectionAction494 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement494]\r\n}\r\n\r\ninput _InputCollectionAction495 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement495]\r\n}\r\n\r\ninput _InputCollectionAction496 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement496]\r\n}\r\n\r\ninput _InputCollectionAction497 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement497]\r\n}\r\n\r\ninput _InputCollectionAction498 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement498]\r\n}\r\n\r\ninput _InputCollectionAction499 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement499]\r\n}\r\n\r\ninput _InputCollectionAction5 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement5]\r\n}\r\n\r\ninput _InputCollectionAction50 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement50]\r\n}\r\n\r\ninput _InputCollectionAction500 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement500]\r\n}\r\n\r\ninput _InputCollectionAction501 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement501]\r\n}\r\n\r\ninput _InputCollectionAction502 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement502]\r\n}\r\n\r\ninput _InputCollectionAction503 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement503]\r\n}\r\n\r\ninput _InputCollectionAction504 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement504]\r\n}\r\n\r\ninput _InputCollectionAction505 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement505]\r\n}\r\n\r\ninput _InputCollectionAction506 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement506]\r\n}\r\n\r\ninput _InputCollectionAction507 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement507]\r\n}\r\n\r\ninput _InputCollectionAction508 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement508]\r\n}\r\n\r\ninput _InputCollectionAction509 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement509]\r\n}\r\n\r\ninput _InputCollectionAction51 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement51]\r\n}\r\n\r\ninput _InputCollectionAction510 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement510]\r\n}\r\n\r\ninput _InputCollectionAction511 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement511]\r\n}\r\n\r\ninput _InputCollectionAction512 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement512]\r\n}\r\n\r\ninput _InputCollectionAction513 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement513]\r\n}\r\n\r\ninput _InputCollectionAction514 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement514]\r\n}\r\n\r\ninput _InputCollectionAction515 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement515]\r\n}\r\n\r\ninput _InputCollectionAction516 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement516]\r\n}\r\n\r\ninput _InputCollectionAction517 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement517]\r\n}\r\n\r\ninput _InputCollectionAction518 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement518]\r\n}\r\n\r\ninput _InputCollectionAction519 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement519]\r\n}\r\n\r\ninput _InputCollectionAction52 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement52]\r\n}\r\n\r\ninput _InputCollectionAction520 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement520]\r\n}\r\n\r\ninput _InputCollectionAction521 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement521]\r\n}\r\n\r\ninput _InputCollectionAction522 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement522]\r\n}\r\n\r\ninput _InputCollectionAction523 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement523]\r\n}\r\n\r\ninput _InputCollectionAction524 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement524]\r\n}\r\n\r\ninput _InputCollectionAction525 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement525]\r\n}\r\n\r\ninput _InputCollectionAction526 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement526]\r\n}\r\n\r\ninput _InputCollectionAction527 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement527]\r\n}\r\n\r\ninput _InputCollectionAction528 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement528]\r\n}\r\n\r\ninput _InputCollectionAction529 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement529]\r\n}\r\n\r\ninput _InputCollectionAction53 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement53]\r\n}\r\n\r\ninput _InputCollectionAction530 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement530]\r\n}\r\n\r\ninput _InputCollectionAction531 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement531]\r\n}\r\n\r\ninput _InputCollectionAction532 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement532]\r\n}\r\n\r\ninput _InputCollectionAction533 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement533]\r\n}\r\n\r\ninput _InputCollectionAction534 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement534]\r\n}\r\n\r\ninput _InputCollectionAction535 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement535]\r\n}\r\n\r\ninput _InputCollectionAction536 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement536]\r\n}\r\n\r\ninput _InputCollectionAction537 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement537]\r\n}\r\n\r\ninput _InputCollectionAction538 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement538]\r\n}\r\n\r\ninput _InputCollectionAction539 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement539]\r\n}\r\n\r\ninput _InputCollectionAction54 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement54]\r\n}\r\n\r\ninput _InputCollectionAction540 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement540]\r\n}\r\n\r\ninput _InputCollectionAction541 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement541]\r\n}\r\n\r\ninput _InputCollectionAction542 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement542]\r\n}\r\n\r\ninput _InputCollectionAction543 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement543]\r\n}\r\n\r\ninput _InputCollectionAction544 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement544]\r\n}\r\n\r\ninput _InputCollectionAction545 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement545]\r\n}\r\n\r\ninput _InputCollectionAction546 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement546]\r\n}\r\n\r\ninput _InputCollectionAction547 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement547]\r\n}\r\n\r\ninput _InputCollectionAction548 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement548]\r\n}\r\n\r\ninput _InputCollectionAction549 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement549]\r\n}\r\n\r\ninput _InputCollectionAction55 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement55]\r\n}\r\n\r\ninput _InputCollectionAction550 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement550]\r\n}\r\n\r\ninput _InputCollectionAction551 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement551]\r\n}\r\n\r\ninput _InputCollectionAction552 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement552]\r\n}\r\n\r\ninput _InputCollectionAction553 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement553]\r\n}\r\n\r\ninput _InputCollectionAction554 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement554]\r\n}\r\n\r\ninput _InputCollectionAction555 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement555]\r\n}\r\n\r\ninput _InputCollectionAction556 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement556]\r\n}\r\n\r\ninput _InputCollectionAction557 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement557]\r\n}\r\n\r\ninput _InputCollectionAction558 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement558]\r\n}\r\n\r\ninput _InputCollectionAction559 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement559]\r\n}\r\n\r\ninput _InputCollectionAction56 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement56]\r\n}\r\n\r\ninput _InputCollectionAction560 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement560]\r\n}\r\n\r\ninput _InputCollectionAction561 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement561]\r\n}\r\n\r\ninput _InputCollectionAction562 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement562]\r\n}\r\n\r\ninput _InputCollectionAction563 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement563]\r\n}\r\n\r\ninput _InputCollectionAction564 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement564]\r\n}\r\n\r\ninput _InputCollectionAction565 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement565]\r\n}\r\n\r\ninput _InputCollectionAction566 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement566]\r\n}\r\n\r\ninput _InputCollectionAction567 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement567]\r\n}\r\n\r\ninput _InputCollectionAction568 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement568]\r\n}\r\n\r\ninput _InputCollectionAction569 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement569]\r\n}\r\n\r\ninput _InputCollectionAction57 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement57]\r\n}\r\n\r\ninput _InputCollectionAction570 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement570]\r\n}\r\n\r\ninput _InputCollectionAction571 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement571]\r\n}\r\n\r\ninput _InputCollectionAction572 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement572]\r\n}\r\n\r\ninput _InputCollectionAction573 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement573]\r\n}\r\n\r\ninput _InputCollectionAction574 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement574]\r\n}\r\n\r\ninput _InputCollectionAction575 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement575]\r\n}\r\n\r\ninput _InputCollectionAction576 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement576]\r\n}\r\n\r\ninput _InputCollectionAction577 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement577]\r\n}\r\n\r\ninput _InputCollectionAction578 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement578]\r\n}\r\n\r\ninput _InputCollectionAction579 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement579]\r\n}\r\n\r\ninput _InputCollectionAction58 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement58]\r\n}\r\n\r\ninput _InputCollectionAction580 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement580]\r\n}\r\n\r\ninput _InputCollectionAction581 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement581]\r\n}\r\n\r\ninput _InputCollectionAction582 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement582]\r\n}\r\n\r\ninput _InputCollectionAction583 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement583]\r\n}\r\n\r\ninput _InputCollectionAction584 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement584]\r\n}\r\n\r\ninput _InputCollectionAction585 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement585]\r\n}\r\n\r\ninput _InputCollectionAction586 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement586]\r\n}\r\n\r\ninput _InputCollectionAction587 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement587]\r\n}\r\n\r\ninput _InputCollectionAction588 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement588]\r\n}\r\n\r\ninput _InputCollectionAction589 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement589]\r\n}\r\n\r\ninput _InputCollectionAction59 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement59]\r\n}\r\n\r\ninput _InputCollectionAction590 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement590]\r\n}\r\n\r\ninput _InputCollectionAction591 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement591]\r\n}\r\n\r\ninput _InputCollectionAction592 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement592]\r\n}\r\n\r\ninput _InputCollectionAction593 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement593]\r\n}\r\n\r\ninput _InputCollectionAction594 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement594]\r\n}\r\n\r\ninput _InputCollectionAction595 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement595]\r\n}\r\n\r\ninput _InputCollectionAction596 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement596]\r\n}\r\n\r\ninput _InputCollectionAction597 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement597]\r\n}\r\n\r\ninput _InputCollectionAction598 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement598]\r\n}\r\n\r\ninput _InputCollectionAction599 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement599]\r\n}\r\n\r\ninput _InputCollectionAction6 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement6]\r\n}\r\n\r\ninput _InputCollectionAction60 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement60]\r\n}\r\n\r\ninput _InputCollectionAction600 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement600]\r\n}\r\n\r\ninput _InputCollectionAction601 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement601]\r\n}\r\n\r\ninput _InputCollectionAction602 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement602]\r\n}\r\n\r\ninput _InputCollectionAction603 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement603]\r\n}\r\n\r\ninput _InputCollectionAction604 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement604]\r\n}\r\n\r\ninput _InputCollectionAction605 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement605]\r\n}\r\n\r\ninput _InputCollectionAction606 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement606]\r\n}\r\n\r\ninput _InputCollectionAction607 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement607]\r\n}\r\n\r\ninput _InputCollectionAction608 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement608]\r\n}\r\n\r\ninput _InputCollectionAction609 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement609]\r\n}\r\n\r\ninput _InputCollectionAction61 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement61]\r\n}\r\n\r\ninput _InputCollectionAction610 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement610]\r\n}\r\n\r\ninput _InputCollectionAction611 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement611]\r\n}\r\n\r\ninput _InputCollectionAction612 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement612]\r\n}\r\n\r\ninput _InputCollectionAction613 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement613]\r\n}\r\n\r\ninput _InputCollectionAction614 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement614]\r\n}\r\n\r\ninput _InputCollectionAction615 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement615]\r\n}\r\n\r\ninput _InputCollectionAction616 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement616]\r\n}\r\n\r\ninput _InputCollectionAction617 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement617]\r\n}\r\n\r\ninput _InputCollectionAction618 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement618]\r\n}\r\n\r\ninput _InputCollectionAction619 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement619]\r\n}\r\n\r\ninput _InputCollectionAction62 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement62]\r\n}\r\n\r\ninput _InputCollectionAction620 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement620]\r\n}\r\n\r\ninput _InputCollectionAction621 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement621]\r\n}\r\n\r\ninput _InputCollectionAction622 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement622]\r\n}\r\n\r\ninput _InputCollectionAction623 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement623]\r\n}\r\n\r\ninput _InputCollectionAction624 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement624]\r\n}\r\n\r\ninput _InputCollectionAction625 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement625]\r\n}\r\n\r\ninput _InputCollectionAction626 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement626]\r\n}\r\n\r\ninput _InputCollectionAction627 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement627]\r\n}\r\n\r\ninput _InputCollectionAction628 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement628]\r\n}\r\n\r\ninput _InputCollectionAction629 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement629]\r\n}\r\n\r\ninput _InputCollectionAction63 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement63]\r\n}\r\n\r\ninput _InputCollectionAction630 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement630]\r\n}\r\n\r\ninput _InputCollectionAction631 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement631]\r\n}\r\n\r\ninput _InputCollectionAction632 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement632]\r\n}\r\n\r\ninput _InputCollectionAction633 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement633]\r\n}\r\n\r\ninput _InputCollectionAction634 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement634]\r\n}\r\n\r\ninput _InputCollectionAction635 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement635]\r\n}\r\n\r\ninput _InputCollectionAction636 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement636]\r\n}\r\n\r\ninput _InputCollectionAction637 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement637]\r\n}\r\n\r\ninput _InputCollectionAction638 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement638]\r\n}\r\n\r\ninput _InputCollectionAction639 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement639]\r\n}\r\n\r\ninput _InputCollectionAction64 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement64]\r\n}\r\n\r\ninput _InputCollectionAction640 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement640]\r\n}\r\n\r\ninput _InputCollectionAction641 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement641]\r\n}\r\n\r\ninput _InputCollectionAction642 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement642]\r\n}\r\n\r\ninput _InputCollectionAction643 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement643]\r\n}\r\n\r\ninput _InputCollectionAction644 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement644]\r\n}\r\n\r\ninput _InputCollectionAction645 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement645]\r\n}\r\n\r\ninput _InputCollectionAction646 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement646]\r\n}\r\n\r\ninput _InputCollectionAction647 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement647]\r\n}\r\n\r\ninput _InputCollectionAction648 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement648]\r\n}\r\n\r\ninput _InputCollectionAction649 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement649]\r\n}\r\n\r\ninput _InputCollectionAction65 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement65]\r\n}\r\n\r\ninput _InputCollectionAction650 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement650]\r\n}\r\n\r\ninput _InputCollectionAction651 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement651]\r\n}\r\n\r\ninput _InputCollectionAction652 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement652]\r\n}\r\n\r\ninput _InputCollectionAction653 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement653]\r\n}\r\n\r\ninput _InputCollectionAction654 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement654]\r\n}\r\n\r\ninput _InputCollectionAction655 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement655]\r\n}\r\n\r\ninput _InputCollectionAction656 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement656]\r\n}\r\n\r\ninput _InputCollectionAction657 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement657]\r\n}\r\n\r\ninput _InputCollectionAction658 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement658]\r\n}\r\n\r\ninput _InputCollectionAction659 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement659]\r\n}\r\n\r\ninput _InputCollectionAction66 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement66]\r\n}\r\n\r\ninput _InputCollectionAction660 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement660]\r\n}\r\n\r\ninput _InputCollectionAction661 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement661]\r\n}\r\n\r\ninput _InputCollectionAction662 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement662]\r\n}\r\n\r\ninput _InputCollectionAction663 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement663]\r\n}\r\n\r\ninput _InputCollectionAction664 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement664]\r\n}\r\n\r\ninput _InputCollectionAction665 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement665]\r\n}\r\n\r\ninput _InputCollectionAction666 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement666]\r\n}\r\n\r\ninput _InputCollectionAction667 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement667]\r\n}\r\n\r\ninput _InputCollectionAction668 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement668]\r\n}\r\n\r\ninput _InputCollectionAction669 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement669]\r\n}\r\n\r\ninput _InputCollectionAction67 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement67]\r\n}\r\n\r\ninput _InputCollectionAction670 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement670]\r\n}\r\n\r\ninput _InputCollectionAction671 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement671]\r\n}\r\n\r\ninput _InputCollectionAction672 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement672]\r\n}\r\n\r\ninput _InputCollectionAction673 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement673]\r\n}\r\n\r\ninput _InputCollectionAction674 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement674]\r\n}\r\n\r\ninput _InputCollectionAction675 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement675]\r\n}\r\n\r\ninput _InputCollectionAction676 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement676]\r\n}\r\n\r\ninput _InputCollectionAction677 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement677]\r\n}\r\n\r\ninput _InputCollectionAction678 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement678]\r\n}\r\n\r\ninput _InputCollectionAction679 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement679]\r\n}\r\n\r\ninput _InputCollectionAction68 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement68]\r\n}\r\n\r\ninput _InputCollectionAction680 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement680]\r\n}\r\n\r\ninput _InputCollectionAction681 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement681]\r\n}\r\n\r\ninput _InputCollectionAction682 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement682]\r\n}\r\n\r\ninput _InputCollectionAction683 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement683]\r\n}\r\n\r\ninput _InputCollectionAction684 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement684]\r\n}\r\n\r\ninput _InputCollectionAction685 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement685]\r\n}\r\n\r\ninput _InputCollectionAction686 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement686]\r\n}\r\n\r\ninput _InputCollectionAction687 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement687]\r\n}\r\n\r\ninput _InputCollectionAction688 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement688]\r\n}\r\n\r\ninput _InputCollectionAction689 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement689]\r\n}\r\n\r\ninput _InputCollectionAction69 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement69]\r\n}\r\n\r\ninput _InputCollectionAction690 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement690]\r\n}\r\n\r\ninput _InputCollectionAction691 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement691]\r\n}\r\n\r\ninput _InputCollectionAction692 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement692]\r\n}\r\n\r\ninput _InputCollectionAction693 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement693]\r\n}\r\n\r\ninput _InputCollectionAction694 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement694]\r\n}\r\n\r\ninput _InputCollectionAction695 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement695]\r\n}\r\n\r\ninput _InputCollectionAction696 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement696]\r\n}\r\n\r\ninput _InputCollectionAction697 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement697]\r\n}\r\n\r\ninput _InputCollectionAction698 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement698]\r\n}\r\n\r\ninput _InputCollectionAction699 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement699]\r\n}\r\n\r\ninput _InputCollectionAction7 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement7]\r\n}\r\n\r\ninput _InputCollectionAction70 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement70]\r\n}\r\n\r\ninput _InputCollectionAction700 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement700]\r\n}\r\n\r\ninput _InputCollectionAction701 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement701]\r\n}\r\n\r\ninput _InputCollectionAction702 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement702]\r\n}\r\n\r\ninput _InputCollectionAction703 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement703]\r\n}\r\n\r\ninput _InputCollectionAction704 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement704]\r\n}\r\n\r\ninput _InputCollectionAction705 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement705]\r\n}\r\n\r\ninput _InputCollectionAction706 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement706]\r\n}\r\n\r\ninput _InputCollectionAction707 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement707]\r\n}\r\n\r\ninput _InputCollectionAction708 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement708]\r\n}\r\n\r\ninput _InputCollectionAction709 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement709]\r\n}\r\n\r\ninput _InputCollectionAction71 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement71]\r\n}\r\n\r\ninput _InputCollectionAction710 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement710]\r\n}\r\n\r\ninput _InputCollectionAction711 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement711]\r\n}\r\n\r\ninput _InputCollectionAction712 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement712]\r\n}\r\n\r\ninput _InputCollectionAction713 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement713]\r\n}\r\n\r\ninput _InputCollectionAction714 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement714]\r\n}\r\n\r\ninput _InputCollectionAction715 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement715]\r\n}\r\n\r\ninput _InputCollectionAction716 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement716]\r\n}\r\n\r\ninput _InputCollectionAction717 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement717]\r\n}\r\n\r\ninput _InputCollectionAction718 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement718]\r\n}\r\n\r\ninput _InputCollectionAction719 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement719]\r\n}\r\n\r\ninput _InputCollectionAction72 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement72]\r\n}\r\n\r\ninput _InputCollectionAction720 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement720]\r\n}\r\n\r\ninput _InputCollectionAction721 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement721]\r\n}\r\n\r\ninput _InputCollectionAction722 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement722]\r\n}\r\n\r\ninput _InputCollectionAction723 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement723]\r\n}\r\n\r\ninput _InputCollectionAction724 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement724]\r\n}\r\n\r\ninput _InputCollectionAction725 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement725]\r\n}\r\n\r\ninput _InputCollectionAction726 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement726]\r\n}\r\n\r\ninput _InputCollectionAction727 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement727]\r\n}\r\n\r\ninput _InputCollectionAction728 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement728]\r\n}\r\n\r\ninput _InputCollectionAction729 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement729]\r\n}\r\n\r\ninput _InputCollectionAction73 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement73]\r\n}\r\n\r\ninput _InputCollectionAction730 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement730]\r\n}\r\n\r\ninput _InputCollectionAction731 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement731]\r\n}\r\n\r\ninput _InputCollectionAction732 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement732]\r\n}\r\n\r\ninput _InputCollectionAction733 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement733]\r\n}\r\n\r\ninput _InputCollectionAction734 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement734]\r\n}\r\n\r\ninput _InputCollectionAction735 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement735]\r\n}\r\n\r\ninput _InputCollectionAction736 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement736]\r\n}\r\n\r\ninput _InputCollectionAction737 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement737]\r\n}\r\n\r\ninput _InputCollectionAction738 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement738]\r\n}\r\n\r\ninput _InputCollectionAction739 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement739]\r\n}\r\n\r\ninput _InputCollectionAction74 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement74]\r\n}\r\n\r\ninput _InputCollectionAction740 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement740]\r\n}\r\n\r\ninput _InputCollectionAction741 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement741]\r\n}\r\n\r\ninput _InputCollectionAction742 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement742]\r\n}\r\n\r\ninput _InputCollectionAction743 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement743]\r\n}\r\n\r\ninput _InputCollectionAction744 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement744]\r\n}\r\n\r\ninput _InputCollectionAction745 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement745]\r\n}\r\n\r\ninput _InputCollectionAction746 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement746]\r\n}\r\n\r\ninput _InputCollectionAction747 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement747]\r\n}\r\n\r\ninput _InputCollectionAction748 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement748]\r\n}\r\n\r\ninput _InputCollectionAction749 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement749]\r\n}\r\n\r\ninput _InputCollectionAction75 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement75]\r\n}\r\n\r\ninput _InputCollectionAction750 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement750]\r\n}\r\n\r\ninput _InputCollectionAction751 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement751]\r\n}\r\n\r\ninput _InputCollectionAction752 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement752]\r\n}\r\n\r\ninput _InputCollectionAction753 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement753]\r\n}\r\n\r\ninput _InputCollectionAction754 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement754]\r\n}\r\n\r\ninput _InputCollectionAction755 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement755]\r\n}\r\n\r\ninput _InputCollectionAction756 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement756]\r\n}\r\n\r\ninput _InputCollectionAction757 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement757]\r\n}\r\n\r\ninput _InputCollectionAction758 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement758]\r\n}\r\n\r\ninput _InputCollectionAction759 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement759]\r\n}\r\n\r\ninput _InputCollectionAction76 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement76]\r\n}\r\n\r\ninput _InputCollectionAction760 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement760]\r\n}\r\n\r\ninput _InputCollectionAction761 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement761]\r\n}\r\n\r\ninput _InputCollectionAction762 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement762]\r\n}\r\n\r\ninput _InputCollectionAction763 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement763]\r\n}\r\n\r\ninput _InputCollectionAction764 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement764]\r\n}\r\n\r\ninput _InputCollectionAction765 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement765]\r\n}\r\n\r\ninput _InputCollectionAction766 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement766]\r\n}\r\n\r\ninput _InputCollectionAction767 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement767]\r\n}\r\n\r\ninput _InputCollectionAction768 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement768]\r\n}\r\n\r\ninput _InputCollectionAction769 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement769]\r\n}\r\n\r\ninput _InputCollectionAction77 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement77]\r\n}\r\n\r\ninput _InputCollectionAction770 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement770]\r\n}\r\n\r\ninput _InputCollectionAction771 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement771]\r\n}\r\n\r\ninput _InputCollectionAction772 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement772]\r\n}\r\n\r\ninput _InputCollectionAction773 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement773]\r\n}\r\n\r\ninput _InputCollectionAction774 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement774]\r\n}\r\n\r\ninput _InputCollectionAction775 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement775]\r\n}\r\n\r\ninput _InputCollectionAction776 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement776]\r\n}\r\n\r\ninput _InputCollectionAction777 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement777]\r\n}\r\n\r\ninput _InputCollectionAction778 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement778]\r\n}\r\n\r\ninput _InputCollectionAction779 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement779]\r\n}\r\n\r\ninput _InputCollectionAction78 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement78]\r\n}\r\n\r\ninput _InputCollectionAction780 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement780]\r\n}\r\n\r\ninput _InputCollectionAction781 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement781]\r\n}\r\n\r\ninput _InputCollectionAction782 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement782]\r\n}\r\n\r\ninput _InputCollectionAction783 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement783]\r\n}\r\n\r\ninput _InputCollectionAction784 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement784]\r\n}\r\n\r\ninput _InputCollectionAction785 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement785]\r\n}\r\n\r\ninput _InputCollectionAction786 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement786]\r\n}\r\n\r\ninput _InputCollectionAction787 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement787]\r\n}\r\n\r\ninput _InputCollectionAction788 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement788]\r\n}\r\n\r\ninput _InputCollectionAction789 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement789]\r\n}\r\n\r\ninput _InputCollectionAction79 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement79]\r\n}\r\n\r\ninput _InputCollectionAction790 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement790]\r\n}\r\n\r\ninput _InputCollectionAction791 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement791]\r\n}\r\n\r\ninput _InputCollectionAction792 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement792]\r\n}\r\n\r\ninput _InputCollectionAction793 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement793]\r\n}\r\n\r\ninput _InputCollectionAction794 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement794]\r\n}\r\n\r\ninput _InputCollectionAction795 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement795]\r\n}\r\n\r\ninput _InputCollectionAction796 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement796]\r\n}\r\n\r\ninput _InputCollectionAction797 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement797]\r\n}\r\n\r\ninput _InputCollectionAction798 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement798]\r\n}\r\n\r\ninput _InputCollectionAction799 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement799]\r\n}\r\n\r\ninput _InputCollectionAction8 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement8]\r\n}\r\n\r\ninput _InputCollectionAction80 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement80]\r\n}\r\n\r\ninput _InputCollectionAction800 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement800]\r\n}\r\n\r\ninput _InputCollectionAction801 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement801]\r\n}\r\n\r\ninput _InputCollectionAction802 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement802]\r\n}\r\n\r\ninput _InputCollectionAction803 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement803]\r\n}\r\n\r\ninput _InputCollectionAction804 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement804]\r\n}\r\n\r\ninput _InputCollectionAction805 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement805]\r\n}\r\n\r\ninput _InputCollectionAction806 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement806]\r\n}\r\n\r\ninput _InputCollectionAction807 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement807]\r\n}\r\n\r\ninput _InputCollectionAction808 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement808]\r\n}\r\n\r\ninput _InputCollectionAction809 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement809]\r\n}\r\n\r\ninput _InputCollectionAction81 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement81]\r\n}\r\n\r\ninput _InputCollectionAction810 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement810]\r\n}\r\n\r\ninput _InputCollectionAction811 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement811]\r\n}\r\n\r\ninput _InputCollectionAction812 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement812]\r\n}\r\n\r\ninput _InputCollectionAction813 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement813]\r\n}\r\n\r\ninput _InputCollectionAction814 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement814]\r\n}\r\n\r\ninput _InputCollectionAction815 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement815]\r\n}\r\n\r\ninput _InputCollectionAction816 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement816]\r\n}\r\n\r\ninput _InputCollectionAction817 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement817]\r\n}\r\n\r\ninput _InputCollectionAction818 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement818]\r\n}\r\n\r\ninput _InputCollectionAction819 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement819]\r\n}\r\n\r\ninput _InputCollectionAction82 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement82]\r\n}\r\n\r\ninput _InputCollectionAction820 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement820]\r\n}\r\n\r\ninput _InputCollectionAction821 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement821]\r\n}\r\n\r\ninput _InputCollectionAction822 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement822]\r\n}\r\n\r\ninput _InputCollectionAction823 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement823]\r\n}\r\n\r\ninput _InputCollectionAction824 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement824]\r\n}\r\n\r\ninput _InputCollectionAction825 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement825]\r\n}\r\n\r\ninput _InputCollectionAction826 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement826]\r\n}\r\n\r\ninput _InputCollectionAction827 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement827]\r\n}\r\n\r\ninput _InputCollectionAction828 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement828]\r\n}\r\n\r\ninput _InputCollectionAction829 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement829]\r\n}\r\n\r\ninput _InputCollectionAction83 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement83]\r\n}\r\n\r\ninput _InputCollectionAction830 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement830]\r\n}\r\n\r\ninput _InputCollectionAction831 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement831]\r\n}\r\n\r\ninput _InputCollectionAction832 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement832]\r\n}\r\n\r\ninput _InputCollectionAction833 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement833]\r\n}\r\n\r\ninput _InputCollectionAction834 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement834]\r\n}\r\n\r\ninput _InputCollectionAction835 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement835]\r\n}\r\n\r\ninput _InputCollectionAction836 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement836]\r\n}\r\n\r\ninput _InputCollectionAction837 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement837]\r\n}\r\n\r\ninput _InputCollectionAction838 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement838]\r\n}\r\n\r\ninput _InputCollectionAction839 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement839]\r\n}\r\n\r\ninput _InputCollectionAction84 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement84]\r\n}\r\n\r\ninput _InputCollectionAction840 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement840]\r\n}\r\n\r\ninput _InputCollectionAction841 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement841]\r\n}\r\n\r\ninput _InputCollectionAction842 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement842]\r\n}\r\n\r\ninput _InputCollectionAction843 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement843]\r\n}\r\n\r\ninput _InputCollectionAction844 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement844]\r\n}\r\n\r\ninput _InputCollectionAction845 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement845]\r\n}\r\n\r\ninput _InputCollectionAction846 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement846]\r\n}\r\n\r\ninput _InputCollectionAction847 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement847]\r\n}\r\n\r\ninput _InputCollectionAction848 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement848]\r\n}\r\n\r\ninput _InputCollectionAction849 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement849]\r\n}\r\n\r\ninput _InputCollectionAction85 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement85]\r\n}\r\n\r\ninput _InputCollectionAction850 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement850]\r\n}\r\n\r\ninput _InputCollectionAction851 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement851]\r\n}\r\n\r\ninput _InputCollectionAction852 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement852]\r\n}\r\n\r\ninput _InputCollectionAction853 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement853]\r\n}\r\n\r\ninput _InputCollectionAction854 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement854]\r\n}\r\n\r\ninput _InputCollectionAction855 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement855]\r\n}\r\n\r\ninput _InputCollectionAction856 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement856]\r\n}\r\n\r\ninput _InputCollectionAction857 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement857]\r\n}\r\n\r\ninput _InputCollectionAction858 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement858]\r\n}\r\n\r\ninput _InputCollectionAction859 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement859]\r\n}\r\n\r\ninput _InputCollectionAction86 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement86]\r\n}\r\n\r\ninput _InputCollectionAction860 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement860]\r\n}\r\n\r\ninput _InputCollectionAction861 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement861]\r\n}\r\n\r\ninput _InputCollectionAction862 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement862]\r\n}\r\n\r\ninput _InputCollectionAction863 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement863]\r\n}\r\n\r\ninput _InputCollectionAction864 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement864]\r\n}\r\n\r\ninput _InputCollectionAction865 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement865]\r\n}\r\n\r\ninput _InputCollectionAction866 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement866]\r\n}\r\n\r\ninput _InputCollectionAction867 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement867]\r\n}\r\n\r\ninput _InputCollectionAction868 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement868]\r\n}\r\n\r\ninput _InputCollectionAction869 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement869]\r\n}\r\n\r\ninput _InputCollectionAction87 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement87]\r\n}\r\n\r\ninput _InputCollectionAction870 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement870]\r\n}\r\n\r\ninput _InputCollectionAction871 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement871]\r\n}\r\n\r\ninput _InputCollectionAction872 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement872]\r\n}\r\n\r\ninput _InputCollectionAction873 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement873]\r\n}\r\n\r\ninput _InputCollectionAction874 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement874]\r\n}\r\n\r\ninput _InputCollectionAction875 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement875]\r\n}\r\n\r\ninput _InputCollectionAction876 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement876]\r\n}\r\n\r\ninput _InputCollectionAction877 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement877]\r\n}\r\n\r\ninput _InputCollectionAction878 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement878]\r\n}\r\n\r\ninput _InputCollectionAction879 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement879]\r\n}\r\n\r\ninput _InputCollectionAction88 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement88]\r\n}\r\n\r\ninput _InputCollectionAction880 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement880]\r\n}\r\n\r\ninput _InputCollectionAction881 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement881]\r\n}\r\n\r\ninput _InputCollectionAction882 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement882]\r\n}\r\n\r\ninput _InputCollectionAction883 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement883]\r\n}\r\n\r\ninput _InputCollectionAction884 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement884]\r\n}\r\n\r\ninput _InputCollectionAction885 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement885]\r\n}\r\n\r\ninput _InputCollectionAction886 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement886]\r\n}\r\n\r\ninput _InputCollectionAction887 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement887]\r\n}\r\n\r\ninput _InputCollectionAction888 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement888]\r\n}\r\n\r\ninput _InputCollectionAction889 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement889]\r\n}\r\n\r\ninput _InputCollectionAction89 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement89]\r\n}\r\n\r\ninput _InputCollectionAction890 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement890]\r\n}\r\n\r\ninput _InputCollectionAction891 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement891]\r\n}\r\n\r\ninput _InputCollectionAction892 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement892]\r\n}\r\n\r\ninput _InputCollectionAction893 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement893]\r\n}\r\n\r\ninput _InputCollectionAction894 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement894]\r\n}\r\n\r\ninput _InputCollectionAction895 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement895]\r\n}\r\n\r\ninput _InputCollectionAction896 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement896]\r\n}\r\n\r\ninput _InputCollectionAction897 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement897]\r\n}\r\n\r\ninput _InputCollectionAction898 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement898]\r\n}\r\n\r\ninput _InputCollectionAction899 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement899]\r\n}\r\n\r\ninput _InputCollectionAction9 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement9]\r\n}\r\n\r\ninput _InputCollectionAction90 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement90]\r\n}\r\n\r\ninput _InputCollectionAction900 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement900]\r\n}\r\n\r\ninput _InputCollectionAction901 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement901]\r\n}\r\n\r\ninput _InputCollectionAction902 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement902]\r\n}\r\n\r\ninput _InputCollectionAction903 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement903]\r\n}\r\n\r\ninput _InputCollectionAction904 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement904]\r\n}\r\n\r\ninput _InputCollectionAction905 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement905]\r\n}\r\n\r\ninput _InputCollectionAction906 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement906]\r\n}\r\n\r\ninput _InputCollectionAction907 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement907]\r\n}\r\n\r\ninput _InputCollectionAction908 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement908]\r\n}\r\n\r\ninput _InputCollectionAction909 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement909]\r\n}\r\n\r\ninput _InputCollectionAction91 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement91]\r\n}\r\n\r\ninput _InputCollectionAction910 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement910]\r\n}\r\n\r\ninput _InputCollectionAction911 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement911]\r\n}\r\n\r\ninput _InputCollectionAction912 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement912]\r\n}\r\n\r\ninput _InputCollectionAction913 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement913]\r\n}\r\n\r\ninput _InputCollectionAction914 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement914]\r\n}\r\n\r\ninput _InputCollectionAction915 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement915]\r\n}\r\n\r\ninput _InputCollectionAction916 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement916]\r\n}\r\n\r\ninput _InputCollectionAction917 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement917]\r\n}\r\n\r\ninput _InputCollectionAction918 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement918]\r\n}\r\n\r\ninput _InputCollectionAction919 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement919]\r\n}\r\n\r\ninput _InputCollectionAction92 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement92]\r\n}\r\n\r\ninput _InputCollectionAction920 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement920]\r\n}\r\n\r\ninput _InputCollectionAction921 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement921]\r\n}\r\n\r\ninput _InputCollectionAction922 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement922]\r\n}\r\n\r\ninput _InputCollectionAction923 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement923]\r\n}\r\n\r\ninput _InputCollectionAction924 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement924]\r\n}\r\n\r\ninput _InputCollectionAction925 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement925]\r\n}\r\n\r\ninput _InputCollectionAction926 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement926]\r\n}\r\n\r\ninput _InputCollectionAction927 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement927]\r\n}\r\n\r\ninput _InputCollectionAction928 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement928]\r\n}\r\n\r\ninput _InputCollectionAction929 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement929]\r\n}\r\n\r\ninput _InputCollectionAction93 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement93]\r\n}\r\n\r\ninput _InputCollectionAction930 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement930]\r\n}\r\n\r\ninput _InputCollectionAction931 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement931]\r\n}\r\n\r\ninput _InputCollectionAction932 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement932]\r\n}\r\n\r\ninput _InputCollectionAction933 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement933]\r\n}\r\n\r\ninput _InputCollectionAction934 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement934]\r\n}\r\n\r\ninput _InputCollectionAction935 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement935]\r\n}\r\n\r\ninput _InputCollectionAction936 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement936]\r\n}\r\n\r\ninput _InputCollectionAction937 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement937]\r\n}\r\n\r\ninput _InputCollectionAction938 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement938]\r\n}\r\n\r\ninput _InputCollectionAction939 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement939]\r\n}\r\n\r\ninput _InputCollectionAction94 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement94]\r\n}\r\n\r\ninput _InputCollectionAction940 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement940]\r\n}\r\n\r\ninput _InputCollectionAction941 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement941]\r\n}\r\n\r\ninput _InputCollectionAction942 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement942]\r\n}\r\n\r\ninput _InputCollectionAction943 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement943]\r\n}\r\n\r\ninput _InputCollectionAction944 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement944]\r\n}\r\n\r\ninput _InputCollectionAction945 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement945]\r\n}\r\n\r\ninput _InputCollectionAction946 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement946]\r\n}\r\n\r\ninput _InputCollectionAction947 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement947]\r\n}\r\n\r\ninput _InputCollectionAction948 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement948]\r\n}\r\n\r\ninput _InputCollectionAction949 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement949]\r\n}\r\n\r\ninput _InputCollectionAction95 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement95]\r\n}\r\n\r\ninput _InputCollectionAction950 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement950]\r\n}\r\n\r\ninput _InputCollectionAction951 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement951]\r\n}\r\n\r\ninput _InputCollectionAction952 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement952]\r\n}\r\n\r\ninput _InputCollectionAction953 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement953]\r\n}\r\n\r\ninput _InputCollectionAction954 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement954]\r\n}\r\n\r\ninput _InputCollectionAction955 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement955]\r\n}\r\n\r\ninput _InputCollectionAction956 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement956]\r\n}\r\n\r\ninput _InputCollectionAction957 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement957]\r\n}\r\n\r\ninput _InputCollectionAction958 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement958]\r\n}\r\n\r\ninput _InputCollectionAction959 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement959]\r\n}\r\n\r\ninput _InputCollectionAction96 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement96]\r\n}\r\n\r\ninput _InputCollectionAction960 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement960]\r\n}\r\n\r\ninput _InputCollectionAction961 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement961]\r\n}\r\n\r\ninput _InputCollectionAction962 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement962]\r\n}\r\n\r\ninput _InputCollectionAction963 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement963]\r\n}\r\n\r\ninput _InputCollectionAction964 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement964]\r\n}\r\n\r\ninput _InputCollectionAction965 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement965]\r\n}\r\n\r\ninput _InputCollectionAction966 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement966]\r\n}\r\n\r\ninput _InputCollectionAction967 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement967]\r\n}\r\n\r\ninput _InputCollectionAction968 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement968]\r\n}\r\n\r\ninput _InputCollectionAction969 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement969]\r\n}\r\n\r\ninput _InputCollectionAction97 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement97]\r\n}\r\n\r\ninput _InputCollectionAction970 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement970]\r\n}\r\n\r\ninput _InputCollectionAction971 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement971]\r\n}\r\n\r\ninput _InputCollectionAction972 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement972]\r\n}\r\n\r\ninput _InputCollectionAction973 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement973]\r\n}\r\n\r\ninput _InputCollectionAction974 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement974]\r\n}\r\n\r\ninput _InputCollectionAction975 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement975]\r\n}\r\n\r\ninput _InputCollectionAction976 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement976]\r\n}\r\n\r\ninput _InputCollectionAction977 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement977]\r\n}\r\n\r\ninput _InputCollectionAction978 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement978]\r\n}\r\n\r\ninput _InputCollectionAction979 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement979]\r\n}\r\n\r\ninput _InputCollectionAction98 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement98]\r\n}\r\n\r\ninput _InputCollectionAction980 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement980]\r\n}\r\n\r\ninput _InputCollectionAction981 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement981]\r\n}\r\n\r\ninput _InputCollectionAction982 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement982]\r\n}\r\n\r\ninput _InputCollectionAction983 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement983]\r\n}\r\n\r\ninput _InputCollectionAction984 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement984]\r\n}\r\n\r\ninput _InputCollectionAction985 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement985]\r\n}\r\n\r\ninput _InputCollectionAction986 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement986]\r\n}\r\n\r\ninput _InputCollectionAction987 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement987]\r\n}\r\n\r\ninput _InputCollectionAction988 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement988]\r\n}\r\n\r\ninput _InputCollectionAction989 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement989]\r\n}\r\n\r\ninput _InputCollectionAction99 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement99]\r\n}\r\n\r\ninput _InputCollectionAction990 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement990]\r\n}\r\n\r\ninput _InputCollectionAction991 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement991]\r\n}\r\n\r\ninput _InputCollectionAction992 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement992]\r\n}\r\n\r\ninput _InputCollectionAction993 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement993]\r\n}\r\n\r\ninput _InputCollectionAction994 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement994]\r\n}\r\n\r\ninput _InputCollectionAction995 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement995]\r\n}\r\n\r\ninput _InputCollectionAction996 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement996]\r\n}\r\n\r\ninput _InputCollectionAction997 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement997]\r\n}\r\n\r\ninput _InputCollectionAction998 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement998]\r\n}\r\n\r\ninput _InputCollectionAction999 {\r\n action: _InputCollectionActionEnum\r\n list: [_defaultActionElement999]\r\n}\r\n\r\nenum _InputCollectionActionEnum {\r\n ADD\r\n REMOVE\r\n REPLACE_ALL\r\n}\r\n\r\ninput _InputCustomRelationChild {\r\n id: String!\r\n customFields: [CustomFieldInput]\r\n}\r\n\r\ninput _InputCustomRelationship {\r\n action: _InputCollectionActionEnum!\r\n relationId: String!\r\n list: [_InputCustomRelationChild]!\r\n}\r\n\r\ninput _defaultActionElement1 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n languageCharacteristics: String\r\n languageCode: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement10 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement100 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement1000 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1001 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1002 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1003 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1004 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1005 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1006 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1007 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n globalApplicationFlowMapForITPM: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1008 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1009 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement101 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1010 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1011 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1012 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n globalApplicationFlowMapForITPM: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1013 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1014 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1015 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1016 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n contentType: ContentTypeEnum\r\n contentName: String\r\n flowType: FlowTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1017 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1018 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1019 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement102 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n abstract: AbstractEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1020 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1021 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1022 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1023 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n globalApplicationFlowMapForITPM: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1024 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1025 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1026 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1027 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1028 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n globalApplicationFlowMapForITPM: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1029 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement103 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n freezePastTimePeriod: Boolean\r\n deploymentContextMetaPictureIdentifier: String\r\n numberOfUsers: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1030 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1031 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1032 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n contentType: ContentTypeEnum\r\n contentName: String\r\n flowType: FlowTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1033 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1034 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n functionalityType: FunctionalityTypeEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1035 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1036 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n functionalityType: FunctionalityTypeEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1037 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n timedObjectType: TimedObjectTypeEnum\r\n timePeriodName: String\r\n timePeriodUnit: TimePeriodUnitEnum\r\n absoluteStartDate: CustomDate\r\n absoluteEndDate: CustomDate\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodEndDelay: CustomInt\r\n timePeriodComputedDuration: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1038 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1039 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement104 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1040 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1041 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1042 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1043 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n decision: DecisionEnum\r\n motivationOfTheDecision: String\r\n initiativeMetaPictureIdentifier: String\r\n freezePastTimePeriod: Boolean\r\n natureOfTransformation: NatureOfTransformationEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1044 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1045 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1046 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1047 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1048 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1049 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n costContributionKeyBusinessProcess: CustomFloat\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement105 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n functionalityType: FunctionalityTypeEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1050 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n timedObjectType: TimedObjectTypeEnum\r\n timePeriodName: String\r\n timePeriodUnit: TimePeriodUnitEnum\r\n absoluteStartDate: CustomDate\r\n absoluteEndDate: CustomDate\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodEndDelay: CustomInt\r\n timePeriodComputedDuration: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1051 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1052 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1053 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1054 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1055 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1056 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n decision: DecisionEnum\r\n motivationOfTheDecision: String\r\n initiativeMetaPictureIdentifier: String\r\n freezePastTimePeriod: Boolean\r\n natureOfTransformation: NatureOfTransformationEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1057 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1058 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1059 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement106 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n contentType: ContentTypeEnum\r\n contentName: String\r\n flowType: FlowTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1060 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1061 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement1062 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n costContributionKeyBusinessProcess: CustomFloat\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement107 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement108 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement109 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n studyStartDate: CustomDate\r\n studyEndDate: CustomDate\r\n portfolioType: PortfolioTypeEnum\r\n lastUpdate: CustomDate\r\n updateFrequency: UpdateFrequencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement11 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n studyStartDate: CustomDate\r\n studyEndDate: CustomDate\r\n portfolioType: PortfolioTypeEnum\r\n lastUpdate: CustomDate\r\n updateFrequency: UpdateFrequencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement110 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement111 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement112 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement113 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement114 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n classMetaClassIdAbs: String\r\n abstract: AbstractEnum\r\n isRoot: IsRootEnum\r\n isLeaf: IsLeafEnum\r\n persistence: PersistenceEnum\r\n isActive: IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification: ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant: String\r\n codeNamePrefix: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement115 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement116 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement117 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement118 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement119 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement12 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n studyStartDate: CustomDate\r\n studyEndDate: CustomDate\r\n portfolioType: PortfolioTypeEnum\r\n lastUpdate: CustomDate\r\n updateFrequency: UpdateFrequencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement120 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement121 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement122 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n globalApplicationFlowMapForITPM: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement123 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement124 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement125 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement126 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n globalApplicationFlowMapForITPM: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement127 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement128 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement129 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement13 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n studyStartDate: CustomDate\r\n studyEndDate: CustomDate\r\n portfolioType: PortfolioTypeEnum\r\n lastUpdate: CustomDate\r\n updateFrequency: UpdateFrequencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement130 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement131 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement132 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement133 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement134 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1DataCreation: Boolean\r\n link1DataRead: Boolean\r\n link1DataUpdate: Boolean\r\n link1DataDeletion: Boolean\r\n name: String\r\n abstract: AbstractEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement135 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1DataCreation: Boolean\r\n link1DataRead: Boolean\r\n link1DataUpdate: Boolean\r\n link1DataDeletion: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement136 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1DataCreation: Boolean\r\n link1DataRead: Boolean\r\n link1DataUpdate: Boolean\r\n link1DataDeletion: Boolean\r\n name: String\r\n classMetaClassIdAbs: String\r\n abstract: AbstractEnum\r\n isRoot: IsRootEnum\r\n isLeaf: IsLeafEnum\r\n persistence: PersistenceEnum\r\n isActive: IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification: ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant: String\r\n codeNamePrefix: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement137 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement138 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement139 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement14 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement140 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement141 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement142 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement143 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement144 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement145 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1DataCreation: Boolean\r\n link1DataRead: Boolean\r\n link1DataUpdate: Boolean\r\n link1DataDeletion: Boolean\r\n name: String\r\n abstract: AbstractEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement146 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1DataCreation: Boolean\r\n link1DataRead: Boolean\r\n link1DataUpdate: Boolean\r\n link1DataDeletion: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement147 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1DataCreation: Boolean\r\n link1DataRead: Boolean\r\n link1DataUpdate: Boolean\r\n link1DataDeletion: Boolean\r\n name: String\r\n classMetaClassIdAbs: String\r\n abstract: AbstractEnum\r\n isRoot: IsRootEnum\r\n isLeaf: IsLeafEnum\r\n persistence: PersistenceEnum\r\n isActive: IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification: ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant: String\r\n codeNamePrefix: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement148 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement149 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement15 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement150 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement151 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement152 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement153 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement154 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement155 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement156 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n abstract: AbstractEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement157 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n abstract: AbstractEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement158 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1DataCreation: Boolean\r\n link1DataRead: Boolean\r\n link1DataUpdate: Boolean\r\n link1DataDeletion: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement159 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement16 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement160 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement161 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement162 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement163 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement164 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n abstract: AbstractEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement165 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n abstract: AbstractEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement166 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1DataCreation: Boolean\r\n link1DataRead: Boolean\r\n link1DataUpdate: Boolean\r\n link1DataDeletion: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement167 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n timedObjectType: TimedObjectTypeEnum\r\n timePeriodName: String\r\n timePeriodUnit: TimePeriodUnitEnum\r\n absoluteStartDate: CustomDate\r\n absoluteEndDate: CustomDate\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodEndDelay: CustomInt\r\n timePeriodComputedDuration: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement168 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement169 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n freezePastTimePeriod: Boolean\r\n deploymentContextMetaPictureIdentifier: String\r\n numberOfUsers: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement17 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement170 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n decision: DecisionEnum\r\n motivationOfTheDecision: String\r\n initiativeMetaPictureIdentifier: String\r\n freezePastTimePeriod: Boolean\r\n natureOfTransformation: NatureOfTransformationEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement171 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement172 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement173 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement174 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n expenseBeginDate: CustomDate\r\n costNature: CostNatureEnum\r\n costType: CostTypeEnum\r\n periodicCost: CustomFloat\r\n periodicity: PeriodicityEnum\r\n upDownAmount: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement175 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n timedObjectType: TimedObjectTypeEnum\r\n timePeriodName: String\r\n timePeriodUnit: TimePeriodUnitEnum\r\n absoluteStartDate: CustomDate\r\n absoluteEndDate: CustomDate\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodEndDelay: CustomInt\r\n timePeriodComputedDuration: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement176 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement177 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n freezePastTimePeriod: Boolean\r\n deploymentContextMetaPictureIdentifier: String\r\n numberOfUsers: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement178 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n decision: DecisionEnum\r\n motivationOfTheDecision: String\r\n initiativeMetaPictureIdentifier: String\r\n freezePastTimePeriod: Boolean\r\n natureOfTransformation: NatureOfTransformationEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement179 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement18 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement180 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement181 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement182 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n expenseBeginDate: CustomDate\r\n costNature: CostNatureEnum\r\n costType: CostTypeEnum\r\n periodicCost: CustomFloat\r\n periodicity: PeriodicityEnum\r\n upDownAmount: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement183 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n timedObjectType: TimedObjectTypeEnum\r\n timePeriodName: String\r\n timePeriodUnit: TimePeriodUnitEnum\r\n absoluteStartDate: CustomDate\r\n absoluteEndDate: CustomDate\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodEndDelay: CustomInt\r\n timePeriodComputedDuration: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement184 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement185 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement186 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement187 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement188 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n functionalityType: FunctionalityTypeEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement189 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n timedObjectType: TimedObjectTypeEnum\r\n timePeriodName: String\r\n timePeriodUnit: TimePeriodUnitEnum\r\n absoluteStartDate: CustomDate\r\n absoluteEndDate: CustomDate\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodEndDelay: CustomInt\r\n timePeriodComputedDuration: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement19 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement190 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement191 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement192 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement193 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement194 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n functionalityType: FunctionalityTypeEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement195 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n timedObjectType: TimedObjectTypeEnum\r\n timePeriodName: String\r\n timePeriodUnit: TimePeriodUnitEnum\r\n absoluteStartDate: CustomDate\r\n absoluteEndDate: CustomDate\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodEndDelay: CustomInt\r\n timePeriodComputedDuration: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement196 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n freezePastTimePeriod: Boolean\r\n deploymentContextMetaPictureIdentifier: String\r\n numberOfUsers: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement197 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n decision: DecisionEnum\r\n motivationOfTheDecision: String\r\n initiativeMetaPictureIdentifier: String\r\n freezePastTimePeriod: Boolean\r\n natureOfTransformation: NatureOfTransformationEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement198 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement199 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement2 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n languageCharacteristics: String\r\n languageCode: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement20 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement200 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement201 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement202 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement203 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement204 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement205 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n expenseBeginDate: CustomDate\r\n costNature: CostNatureEnum\r\n costType: CostTypeEnum\r\n periodicCost: CustomFloat\r\n periodicity: PeriodicityEnum\r\n upDownAmount: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement206 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n freezePastTimePeriod: Boolean\r\n deploymentContextMetaPictureIdentifier: String\r\n numberOfUsers: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement207 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement208 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n timedObjectType: TimedObjectTypeEnum\r\n timePeriodName: String\r\n timePeriodUnit: TimePeriodUnitEnum\r\n absoluteStartDate: CustomDate\r\n absoluteEndDate: CustomDate\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodEndDelay: CustomInt\r\n timePeriodComputedDuration: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement209 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n freezePastTimePeriod: Boolean\r\n deploymentContextMetaPictureIdentifier: String\r\n numberOfUsers: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement21 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement210 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n decision: DecisionEnum\r\n motivationOfTheDecision: String\r\n initiativeMetaPictureIdentifier: String\r\n freezePastTimePeriod: Boolean\r\n natureOfTransformation: NatureOfTransformationEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement211 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement212 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement213 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement214 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement215 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement216 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement217 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement218 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n expenseBeginDate: CustomDate\r\n costNature: CostNatureEnum\r\n costType: CostTypeEnum\r\n periodicCost: CustomFloat\r\n periodicity: PeriodicityEnum\r\n upDownAmount: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement219 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n freezePastTimePeriod: Boolean\r\n deploymentContextMetaPictureIdentifier: String\r\n numberOfUsers: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement22 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n userCode: String\r\n commandLine: String\r\n statusLogin: StatusLoginEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement220 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement221 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n expenseBeginDate: CustomDate\r\n costNature: CostNatureEnum\r\n costType: CostTypeEnum\r\n periodicCost: CustomFloat\r\n periodicity: PeriodicityEnum\r\n upDownAmount: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement222 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n expenseBeginDate: CustomDate\r\n costNature: CostNatureEnum\r\n costType: CostTypeEnum\r\n periodicCost: CustomFloat\r\n periodicity: PeriodicityEnum\r\n upDownAmount: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement223 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement224 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement225 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement226 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement227 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n decision: DecisionEnum\r\n motivationOfTheDecision: String\r\n initiativeMetaPictureIdentifier: String\r\n freezePastTimePeriod: Boolean\r\n natureOfTransformation: NatureOfTransformationEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement228 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement229 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n uMLStateName: String\r\n isConcurrent: IsConcurrentEnum\r\n stateKind: StateKindEnum\r\n isLeaf: IsLeafEnum\r\n bound: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement23 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement230 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n expenseDate: CustomDate\r\n expenseAmount: CustomFloat\r\n computedCostType: ComputedCostTypeEnum\r\n computedCostNature: ComputedCostNatureEnum\r\n computedState: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement231 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement232 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement233 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement234 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement235 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement236 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n decision: DecisionEnum\r\n motivationOfTheDecision: String\r\n initiativeMetaPictureIdentifier: String\r\n freezePastTimePeriod: Boolean\r\n natureOfTransformation: NatureOfTransformationEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement237 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement238 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n uMLStateName: String\r\n isConcurrent: IsConcurrentEnum\r\n stateKind: StateKindEnum\r\n isLeaf: IsLeafEnum\r\n bound: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement239 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n expenseDate: CustomDate\r\n expenseAmount: CustomFloat\r\n computedCostType: ComputedCostTypeEnum\r\n computedCostNature: ComputedCostNatureEnum\r\n computedState: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement24 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement240 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement241 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n expenseBeginDate: CustomDate\r\n costNature: CostNatureEnum\r\n costType: CostTypeEnum\r\n periodicCost: CustomFloat\r\n periodicity: PeriodicityEnum\r\n upDownAmount: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement242 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n expenseBeginDate: CustomDate\r\n costNature: CostNatureEnum\r\n costType: CostTypeEnum\r\n periodicCost: CustomFloat\r\n periodicity: PeriodicityEnum\r\n upDownAmount: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement243 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement244 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n abstract: AbstractEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement245 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n functionalityType: FunctionalityTypeEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement246 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n contentType: ContentTypeEnum\r\n contentName: String\r\n flowType: FlowTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement247 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement248 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement249 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement25 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement250 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement251 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement252 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n classMetaClassIdAbs: String\r\n abstract: AbstractEnum\r\n isRoot: IsRootEnum\r\n isLeaf: IsLeafEnum\r\n persistence: PersistenceEnum\r\n isActive: IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification: ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant: String\r\n codeNamePrefix: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement253 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement254 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement255 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement256 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement257 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement258 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n abstract: AbstractEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement259 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n functionalityType: FunctionalityTypeEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement26 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement260 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n contentType: ContentTypeEnum\r\n contentName: String\r\n flowType: FlowTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement261 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement262 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement263 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement264 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement265 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement266 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n classMetaClassIdAbs: String\r\n abstract: AbstractEnum\r\n isRoot: IsRootEnum\r\n isLeaf: IsLeafEnum\r\n persistence: PersistenceEnum\r\n isActive: IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification: ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant: String\r\n codeNamePrefix: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement267 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement268 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement269 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement27 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement270 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement271 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement272 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n abstract: AbstractEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement273 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n functionalityType: FunctionalityTypeEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement274 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n contentType: ContentTypeEnum\r\n contentName: String\r\n flowType: FlowTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement275 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement276 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement277 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement278 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement279 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement28 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n studyStartDate: CustomDate\r\n studyEndDate: CustomDate\r\n portfolioType: PortfolioTypeEnum\r\n lastUpdate: CustomDate\r\n updateFrequency: UpdateFrequencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement280 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n classMetaClassIdAbs: String\r\n abstract: AbstractEnum\r\n isRoot: IsRootEnum\r\n isLeaf: IsLeafEnum\r\n persistence: PersistenceEnum\r\n isActive: IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification: ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant: String\r\n codeNamePrefix: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement281 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement282 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement283 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement284 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement285 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement286 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n abstract: AbstractEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement287 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n functionalityType: FunctionalityTypeEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement288 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n contentType: ContentTypeEnum\r\n contentName: String\r\n flowType: FlowTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement289 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement29 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n studyStartDate: CustomDate\r\n studyEndDate: CustomDate\r\n portfolioType: PortfolioTypeEnum\r\n lastUpdate: CustomDate\r\n updateFrequency: UpdateFrequencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement290 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement291 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement292 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement293 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement294 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n classMetaClassIdAbs: String\r\n abstract: AbstractEnum\r\n isRoot: IsRootEnum\r\n isLeaf: IsLeafEnum\r\n persistence: PersistenceEnum\r\n isActive: IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification: ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant: String\r\n codeNamePrefix: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement295 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement296 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement297 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement298 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement299 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement3 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n languageCharacteristics: String\r\n languageCode: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement30 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n studyStartDate: CustomDate\r\n studyEndDate: CustomDate\r\n portfolioType: PortfolioTypeEnum\r\n lastUpdate: CustomDate\r\n updateFrequency: UpdateFrequencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement300 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement301 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement302 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement303 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement304 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n functionalityType: FunctionalityTypeEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement305 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n functionalityType: FunctionalityTypeEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement306 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1CoverageRatio: CustomInt\r\n link1ITARecommendationStatus: Boolean\r\n link1CompositeRealizationName: String\r\n link1RealizationQuality: RealizationQualityEnum\r\n link1CapabilityFulfillmentMetaPictureIdentifier: String\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement307 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n freezePastTimePeriod: Boolean\r\n deploymentContextMetaPictureIdentifier: String\r\n numberOfUsers: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement308 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement309 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement31 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement310 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement311 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement312 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement313 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n functionalityType: FunctionalityTypeEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement314 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n functionalityType: FunctionalityTypeEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement315 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1CoverageRatio: CustomInt\r\n link1ITARecommendationStatus: Boolean\r\n link1CompositeRealizationName: String\r\n link1RealizationQuality: RealizationQualityEnum\r\n link1CapabilityFulfillmentMetaPictureIdentifier: String\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement316 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n freezePastTimePeriod: Boolean\r\n deploymentContextMetaPictureIdentifier: String\r\n numberOfUsers: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement317 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement318 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n abstract: AbstractEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement319 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement32 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement320 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n classMetaClassIdAbs: String\r\n abstract: AbstractEnum\r\n isRoot: IsRootEnum\r\n isLeaf: IsLeafEnum\r\n persistence: PersistenceEnum\r\n isActive: IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification: ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant: String\r\n codeNamePrefix: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement321 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement322 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n abstract: AbstractEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement323 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement324 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n classMetaClassIdAbs: String\r\n abstract: AbstractEnum\r\n isRoot: IsRootEnum\r\n isLeaf: IsLeafEnum\r\n persistence: PersistenceEnum\r\n isActive: IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification: ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant: String\r\n codeNamePrefix: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement325 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement326 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement327 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement328 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement329 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement33 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement330 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement331 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement332 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement333 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement334 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement335 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n cASTHighlightID: CustomInt\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement336 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n cASTHighlightID: CustomInt\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement337 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n costContributionKey: CustomFloat\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement338 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement339 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement34 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement340 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement341 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement342 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement343 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement344 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n cASTHighlightID: CustomInt\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement345 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n cASTHighlightID: CustomInt\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement346 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n costContributionKey: CustomFloat\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement347 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement348 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n studyStartDate: CustomDate\r\n studyEndDate: CustomDate\r\n portfolioType: PortfolioTypeEnum\r\n lastUpdate: CustomDate\r\n updateFrequency: UpdateFrequencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement349 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement35 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement350 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n studyStartDate: CustomDate\r\n studyEndDate: CustomDate\r\n portfolioType: PortfolioTypeEnum\r\n lastUpdate: CustomDate\r\n updateFrequency: UpdateFrequencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement351 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n timedObjectType: TimedObjectTypeEnum\r\n timePeriodName: String\r\n timePeriodUnit: TimePeriodUnitEnum\r\n absoluteStartDate: CustomDate\r\n absoluteEndDate: CustomDate\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodEndDelay: CustomInt\r\n timePeriodComputedDuration: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement352 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n decision: DecisionEnum\r\n motivationOfTheDecision: String\r\n initiativeMetaPictureIdentifier: String\r\n freezePastTimePeriod: Boolean\r\n natureOfTransformation: NatureOfTransformationEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement353 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement354 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement355 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement356 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement357 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement358 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n expenseBeginDate: CustomDate\r\n costNature: CostNatureEnum\r\n costType: CostTypeEnum\r\n periodicCost: CustomFloat\r\n periodicity: PeriodicityEnum\r\n upDownAmount: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement359 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n timedObjectType: TimedObjectTypeEnum\r\n timePeriodName: String\r\n timePeriodUnit: TimePeriodUnitEnum\r\n absoluteStartDate: CustomDate\r\n absoluteEndDate: CustomDate\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodEndDelay: CustomInt\r\n timePeriodComputedDuration: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement36 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement360 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n decision: DecisionEnum\r\n motivationOfTheDecision: String\r\n initiativeMetaPictureIdentifier: String\r\n freezePastTimePeriod: Boolean\r\n natureOfTransformation: NatureOfTransformationEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement361 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement362 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement363 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement364 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement365 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement366 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n expenseBeginDate: CustomDate\r\n costNature: CostNatureEnum\r\n costType: CostTypeEnum\r\n periodicCost: CustomFloat\r\n periodicity: PeriodicityEnum\r\n upDownAmount: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement367 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement368 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement369 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement37 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement370 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement371 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement372 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement373 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n contentType: ContentTypeEnum\r\n contentName: String\r\n flowType: FlowTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement374 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n contentType: ContentTypeEnum\r\n contentName: String\r\n flowType: FlowTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement375 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement376 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement377 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement378 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement379 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement38 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement380 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement381 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement382 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n contentType: ContentTypeEnum\r\n contentName: String\r\n flowType: FlowTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement383 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n contentType: ContentTypeEnum\r\n contentName: String\r\n flowType: FlowTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement384 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement385 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement386 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement387 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement388 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement389 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement39 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement390 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement391 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n timedObjectType: TimedObjectTypeEnum\r\n timePeriodName: String\r\n timePeriodUnit: TimePeriodUnitEnum\r\n absoluteStartDate: CustomDate\r\n absoluteEndDate: CustomDate\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodEndDelay: CustomInt\r\n timePeriodComputedDuration: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement392 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement393 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement394 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement395 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement396 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement397 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement398 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement399 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement4 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n languageCharacteristics: String\r\n languageCode: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement40 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement400 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement401 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement402 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement403 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1CoverageRatio: CustomInt\r\n link1ITARecommendationStatus: Boolean\r\n link1CompositeRealizationName: String\r\n link1RealizationQuality: RealizationQualityEnum\r\n link1CapabilityFulfillmentMetaPictureIdentifier: String\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement404 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n timedObjectType: TimedObjectTypeEnum\r\n timePeriodName: String\r\n timePeriodUnit: TimePeriodUnitEnum\r\n absoluteStartDate: CustomDate\r\n absoluteEndDate: CustomDate\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodEndDelay: CustomInt\r\n timePeriodComputedDuration: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement405 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement406 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement407 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement408 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement409 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement41 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement410 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement411 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement412 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement413 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement414 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement415 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement416 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1CoverageRatio: CustomInt\r\n link1ITARecommendationStatus: Boolean\r\n link1CompositeRealizationName: String\r\n link1RealizationQuality: RealizationQualityEnum\r\n link1CapabilityFulfillmentMetaPictureIdentifier: String\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement417 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement418 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement419 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement42 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n businessRoleMultiplicity: BusinessRoleMultiplicityEnum\r\n metaAttributeType: MetaAttributeTypeEnum\r\n metaAttributeLength: CustomInt\r\n metaAttributeFormat: MetaAttributeFormatEnum\r\n abbreviation: String\r\n defaultInternalValue: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n refersText: String\r\n businessRoleStatus: BusinessRoleStatusEnum\r\n proposeAllUsers: Boolean\r\n businessRoleDisplay: BusinessRoleDisplayEnum\r\n gUIName: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement420 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement421 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement422 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement423 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement424 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement425 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement426 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement427 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement428 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1CoverageRatio: CustomInt\r\n link1ITARecommendationStatus: Boolean\r\n link1CompositeRealizationName: String\r\n link1RealizationQuality: RealizationQualityEnum\r\n link1CapabilityFulfillmentMetaPictureIdentifier: String\r\n link1LastAssessmentDate: CustomDate\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement429 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1CoverageRatio: CustomInt\r\n link1ITARecommendationStatus: Boolean\r\n link1CompositeRealizationName: String\r\n link1RealizationQuality: RealizationQualityEnum\r\n link1CapabilityFulfillmentMetaPictureIdentifier: String\r\n link1LastAssessmentDate: CustomDate\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement43 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement430 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement431 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement432 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement433 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement434 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement435 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement436 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement437 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1CoverageRatio: CustomInt\r\n link1ITARecommendationStatus: Boolean\r\n link1CompositeRealizationName: String\r\n link1RealizationQuality: RealizationQualityEnum\r\n link1CapabilityFulfillmentMetaPictureIdentifier: String\r\n link1LastAssessmentDate: CustomDate\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement438 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1CoverageRatio: CustomInt\r\n link1ITARecommendationStatus: Boolean\r\n link1CompositeRealizationName: String\r\n link1RealizationQuality: RealizationQualityEnum\r\n link1CapabilityFulfillmentMetaPictureIdentifier: String\r\n link1LastAssessmentDate: CustomDate\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement439 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement44 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n abstract: AbstractEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement440 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement441 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement442 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement443 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement444 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement445 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement446 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement447 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n studyStartDate: CustomDate\r\n studyEndDate: CustomDate\r\n portfolioType: PortfolioTypeEnum\r\n lastUpdate: CustomDate\r\n updateFrequency: UpdateFrequencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement448 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n decision: DecisionEnum\r\n motivationOfTheDecision: String\r\n initiativeMetaPictureIdentifier: String\r\n freezePastTimePeriod: Boolean\r\n natureOfTransformation: NatureOfTransformationEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement449 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n studyStartDate: CustomDate\r\n studyEndDate: CustomDate\r\n portfolioType: PortfolioTypeEnum\r\n lastUpdate: CustomDate\r\n updateFrequency: UpdateFrequencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement45 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n freezePastTimePeriod: Boolean\r\n deploymentContextMetaPictureIdentifier: String\r\n numberOfUsers: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement450 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement451 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement452 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement453 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement454 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n castToken: String\r\n cASTHighlightID: CustomInt\r\n closingDateCast: CustomDate\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement455 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n studyStartDate: CustomDate\r\n studyEndDate: CustomDate\r\n portfolioType: PortfolioTypeEnum\r\n lastUpdate: CustomDate\r\n updateFrequency: UpdateFrequencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement456 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n decision: DecisionEnum\r\n motivationOfTheDecision: String\r\n initiativeMetaPictureIdentifier: String\r\n freezePastTimePeriod: Boolean\r\n natureOfTransformation: NatureOfTransformationEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement457 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n studyStartDate: CustomDate\r\n studyEndDate: CustomDate\r\n portfolioType: PortfolioTypeEnum\r\n lastUpdate: CustomDate\r\n updateFrequency: UpdateFrequencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement458 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement459 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement46 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement460 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement461 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement462 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n castToken: String\r\n cASTHighlightID: CustomInt\r\n closingDateCast: CustomDate\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement463 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement464 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement465 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement466 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement467 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement468 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement469 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement47 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n functionalityType: FunctionalityTypeEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement470 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1DataCreation: Boolean\r\n link1DataRead: Boolean\r\n link1DataUpdate: Boolean\r\n link1DataDeletion: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement471 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement472 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement473 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement474 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement475 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement476 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement477 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement478 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1DataCreation: Boolean\r\n link1DataRead: Boolean\r\n link1DataUpdate: Boolean\r\n link1DataDeletion: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement479 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n timedObjectType: TimedObjectTypeEnum\r\n timePeriodName: String\r\n timePeriodUnit: TimePeriodUnitEnum\r\n absoluteStartDate: CustomDate\r\n absoluteEndDate: CustomDate\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodEndDelay: CustomInt\r\n timePeriodComputedDuration: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement48 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n contentType: ContentTypeEnum\r\n contentName: String\r\n flowType: FlowTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement480 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement481 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement482 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement483 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement484 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement485 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement486 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n decision: DecisionEnum\r\n motivationOfTheDecision: String\r\n initiativeMetaPictureIdentifier: String\r\n freezePastTimePeriod: Boolean\r\n natureOfTransformation: NatureOfTransformationEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement487 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement488 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement489 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement49 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement490 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement491 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement492 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaReplacementID: String\r\n gUIName: String\r\n bDNAIdentifier: String\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaCategoryLevel: TechnopediaCategoryLevelEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement493 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement494 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement495 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement496 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n expenseBeginDate: CustomDate\r\n costNature: CostNatureEnum\r\n costType: CostTypeEnum\r\n periodicCost: CustomFloat\r\n periodicity: PeriodicityEnum\r\n upDownAmount: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement497 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement498 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1CoverageRatio: CustomInt\r\n link1ITARecommendationStatus: Boolean\r\n link1CompositeRealizationName: String\r\n link1RealizationQuality: RealizationQualityEnum\r\n link1CapabilityFulfillmentMetaPictureIdentifier: String\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement499 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n timedObjectType: TimedObjectTypeEnum\r\n timePeriodName: String\r\n timePeriodUnit: TimePeriodUnitEnum\r\n absoluteStartDate: CustomDate\r\n absoluteEndDate: CustomDate\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodEndDelay: CustomInt\r\n timePeriodComputedDuration: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement5 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n userCode: String\r\n commandLine: String\r\n statusLogin: StatusLoginEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement50 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement500 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement501 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement502 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement503 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement504 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement505 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement506 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n decision: DecisionEnum\r\n motivationOfTheDecision: String\r\n initiativeMetaPictureIdentifier: String\r\n freezePastTimePeriod: Boolean\r\n natureOfTransformation: NatureOfTransformationEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement507 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement508 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement509 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement51 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n studyStartDate: CustomDate\r\n studyEndDate: CustomDate\r\n portfolioType: PortfolioTypeEnum\r\n lastUpdate: CustomDate\r\n updateFrequency: UpdateFrequencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement510 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement511 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement512 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaReplacementID: String\r\n gUIName: String\r\n bDNAIdentifier: String\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaCategoryLevel: TechnopediaCategoryLevelEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement513 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement514 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement515 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement516 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n expenseBeginDate: CustomDate\r\n costNature: CostNatureEnum\r\n costType: CostTypeEnum\r\n periodicCost: CustomFloat\r\n periodicity: PeriodicityEnum\r\n upDownAmount: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement517 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement518 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1CoverageRatio: CustomInt\r\n link1ITARecommendationStatus: Boolean\r\n link1CompositeRealizationName: String\r\n link1RealizationQuality: RealizationQualityEnum\r\n link1CapabilityFulfillmentMetaPictureIdentifier: String\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement519 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement52 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement520 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement521 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement522 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement523 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement524 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement525 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement526 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n cASTHighlightID: CustomInt\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement527 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n contentType: ContentTypeEnum\r\n contentName: String\r\n flowType: FlowTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement528 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement529 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement53 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement530 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement531 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement532 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement533 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement534 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement535 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement536 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement537 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement538 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement539 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement54 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement540 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement541 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement542 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement543 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n cASTHighlightID: CustomInt\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement544 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n contentType: ContentTypeEnum\r\n contentName: String\r\n flowType: FlowTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement545 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement546 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement547 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement548 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement549 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement55 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement550 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement551 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement552 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement553 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement554 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement555 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement556 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement557 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement558 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement559 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n timedObjectType: TimedObjectTypeEnum\r\n timePeriodName: String\r\n timePeriodUnit: TimePeriodUnitEnum\r\n absoluteStartDate: CustomDate\r\n absoluteEndDate: CustomDate\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodEndDelay: CustomInt\r\n timePeriodComputedDuration: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement56 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n classMetaClassIdAbs: String\r\n abstract: AbstractEnum\r\n isRoot: IsRootEnum\r\n isLeaf: IsLeafEnum\r\n persistence: PersistenceEnum\r\n isActive: IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification: ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant: String\r\n codeNamePrefix: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement560 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement561 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement562 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement563 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement564 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement565 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n decision: DecisionEnum\r\n motivationOfTheDecision: String\r\n initiativeMetaPictureIdentifier: String\r\n freezePastTimePeriod: Boolean\r\n natureOfTransformation: NatureOfTransformationEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement566 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement567 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1CoverageRatio: CustomInt\r\n link1ITARecommendationStatus: Boolean\r\n link1CompositeRealizationName: String\r\n link1RealizationQuality: RealizationQualityEnum\r\n link1CapabilityFulfillmentMetaPictureIdentifier: String\r\n link1CostContributionKeyRealization: CustomFloat\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement568 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1CoverageRatio: CustomInt\r\n link1ITARecommendationStatus: Boolean\r\n link1CompositeRealizationName: String\r\n link1RealizationQuality: RealizationQualityEnum\r\n link1CapabilityFulfillmentMetaPictureIdentifier: String\r\n link1CostContributionKeyRealization: CustomFloat\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement569 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement57 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement570 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement571 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n timedObjectType: TimedObjectTypeEnum\r\n timePeriodName: String\r\n timePeriodUnit: TimePeriodUnitEnum\r\n absoluteStartDate: CustomDate\r\n absoluteEndDate: CustomDate\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodEndDelay: CustomInt\r\n timePeriodComputedDuration: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement572 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement573 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement574 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement575 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement576 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement577 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n decision: DecisionEnum\r\n motivationOfTheDecision: String\r\n initiativeMetaPictureIdentifier: String\r\n freezePastTimePeriod: Boolean\r\n natureOfTransformation: NatureOfTransformationEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement578 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement579 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1CoverageRatio: CustomInt\r\n link1ITARecommendationStatus: Boolean\r\n link1CompositeRealizationName: String\r\n link1RealizationQuality: RealizationQualityEnum\r\n link1CapabilityFulfillmentMetaPictureIdentifier: String\r\n link1CostContributionKeyRealization: CustomFloat\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement58 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement580 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1CoverageRatio: CustomInt\r\n link1ITARecommendationStatus: Boolean\r\n link1CompositeRealizationName: String\r\n link1RealizationQuality: RealizationQualityEnum\r\n link1CapabilityFulfillmentMetaPictureIdentifier: String\r\n link1CostContributionKeyRealization: CustomFloat\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement581 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement582 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement583 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement584 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n abstract: AbstractEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement585 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n functionalityType: FunctionalityTypeEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement586 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n cASTHighlightID: CustomInt\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement587 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n contentType: ContentTypeEnum\r\n contentName: String\r\n flowType: FlowTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement588 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement589 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement59 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement590 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement591 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement592 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement593 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement594 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n globalApplicationFlowMapForITPM: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement595 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n classMetaClassIdAbs: String\r\n abstract: AbstractEnum\r\n isRoot: IsRootEnum\r\n isLeaf: IsLeafEnum\r\n persistence: PersistenceEnum\r\n isActive: IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification: ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant: String\r\n codeNamePrefix: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement596 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement597 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement598 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement599 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement6 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement60 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement600 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement601 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement602 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n abstract: AbstractEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement603 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n functionalityType: FunctionalityTypeEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement604 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n cASTHighlightID: CustomInt\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement605 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n contentType: ContentTypeEnum\r\n contentName: String\r\n flowType: FlowTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement606 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement607 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement608 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement609 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement61 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement610 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement611 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement612 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n globalApplicationFlowMapForITPM: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement613 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n classMetaClassIdAbs: String\r\n abstract: AbstractEnum\r\n isRoot: IsRootEnum\r\n isLeaf: IsLeafEnum\r\n persistence: PersistenceEnum\r\n isActive: IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification: ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant: String\r\n codeNamePrefix: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement614 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement615 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement616 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement617 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement618 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement619 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement62 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n businessRoleMultiplicity: BusinessRoleMultiplicityEnum\r\n metaAttributeType: MetaAttributeTypeEnum\r\n metaAttributeLength: CustomInt\r\n metaAttributeFormat: MetaAttributeFormatEnum\r\n abbreviation: String\r\n defaultInternalValue: String\r\n extendedProperties: ExtendedPropertiesEnum\r\n defaultMetaTextFormat: DefaultMetaTextFormatEnum\r\n refersText: String\r\n businessRoleStatus: BusinessRoleStatusEnum\r\n proposeAllUsers: Boolean\r\n businessRoleDisplay: BusinessRoleDisplayEnum\r\n gUIName: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement620 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n ciphered: Boolean\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement621 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement622 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement623 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n abstract: AbstractEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement624 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n functionalityType: FunctionalityTypeEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement625 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n cASTHighlightID: CustomInt\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement626 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n contentType: ContentTypeEnum\r\n contentName: String\r\n flowType: FlowTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement627 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement628 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement629 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement63 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement630 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement631 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement632 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement633 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n globalApplicationFlowMapForITPM: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement634 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n classMetaClassIdAbs: String\r\n abstract: AbstractEnum\r\n isRoot: IsRootEnum\r\n isLeaf: IsLeafEnum\r\n persistence: PersistenceEnum\r\n isActive: IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification: ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant: String\r\n codeNamePrefix: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement635 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement636 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement637 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement638 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement639 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement64 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n abstract: AbstractEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement640 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement641 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n abstract: AbstractEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement642 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n functionalityType: FunctionalityTypeEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement643 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n cASTHighlightID: CustomInt\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement644 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n contentType: ContentTypeEnum\r\n contentName: String\r\n flowType: FlowTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement645 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement646 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement647 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement648 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement649 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement65 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n freezePastTimePeriod: Boolean\r\n deploymentContextMetaPictureIdentifier: String\r\n numberOfUsers: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement650 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement651 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n globalApplicationFlowMapForITPM: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement652 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n classMetaClassIdAbs: String\r\n abstract: AbstractEnum\r\n isRoot: IsRootEnum\r\n isLeaf: IsLeafEnum\r\n persistence: PersistenceEnum\r\n isActive: IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification: ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant: String\r\n codeNamePrefix: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement653 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement654 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement655 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement656 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement657 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement658 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement659 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n ciphered: Boolean\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement66 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement660 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement661 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n timedObjectType: TimedObjectTypeEnum\r\n timePeriodName: String\r\n timePeriodUnit: TimePeriodUnitEnum\r\n absoluteStartDate: CustomDate\r\n absoluteEndDate: CustomDate\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodEndDelay: CustomInt\r\n timePeriodComputedDuration: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement662 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n studyStartDate: CustomDate\r\n studyEndDate: CustomDate\r\n portfolioType: PortfolioTypeEnum\r\n lastUpdate: CustomDate\r\n updateFrequency: UpdateFrequencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement663 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement664 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement665 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement666 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement667 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement668 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement669 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement67 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n functionalityType: FunctionalityTypeEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement670 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement671 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n expenseBeginDate: CustomDate\r\n costNature: CostNatureEnum\r\n costType: CostTypeEnum\r\n periodicCost: CustomFloat\r\n periodicity: PeriodicityEnum\r\n upDownAmount: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement672 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n timedObjectType: TimedObjectTypeEnum\r\n timePeriodName: String\r\n timePeriodUnit: TimePeriodUnitEnum\r\n absoluteStartDate: CustomDate\r\n absoluteEndDate: CustomDate\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodEndDelay: CustomInt\r\n timePeriodComputedDuration: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement673 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n studyStartDate: CustomDate\r\n studyEndDate: CustomDate\r\n portfolioType: PortfolioTypeEnum\r\n lastUpdate: CustomDate\r\n updateFrequency: UpdateFrequencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement674 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement675 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement676 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement677 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement678 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement679 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement68 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n contentType: ContentTypeEnum\r\n contentName: String\r\n flowType: FlowTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement680 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement681 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement682 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n expenseBeginDate: CustomDate\r\n costNature: CostNatureEnum\r\n costType: CostTypeEnum\r\n periodicCost: CustomFloat\r\n periodicity: PeriodicityEnum\r\n upDownAmount: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement683 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement684 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement685 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement686 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement687 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement688 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement689 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement69 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement690 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement691 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement692 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement693 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement694 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement695 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement696 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement697 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement698 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement699 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n uMLStateName: String\r\n isConcurrent: IsConcurrentEnum\r\n stateKind: StateKindEnum\r\n isLeaf: IsLeafEnum\r\n bound: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement7 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement70 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement700 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n timedObjectType: TimedObjectTypeEnum\r\n timePeriodName: String\r\n timePeriodUnit: TimePeriodUnitEnum\r\n absoluteStartDate: CustomDate\r\n absoluteEndDate: CustomDate\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodEndDelay: CustomInt\r\n timePeriodComputedDuration: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement701 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n timedObjectType: TimedObjectTypeEnum\r\n timePeriodName: String\r\n timePeriodUnit: TimePeriodUnitEnum\r\n absoluteStartDate: CustomDate\r\n absoluteEndDate: CustomDate\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodEndDelay: CustomInt\r\n timePeriodComputedDuration: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement702 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement703 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n freezePastTimePeriod: Boolean\r\n deploymentContextMetaPictureIdentifier: String\r\n numberOfUsers: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement704 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement705 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement706 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement707 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement708 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement709 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n decision: DecisionEnum\r\n motivationOfTheDecision: String\r\n initiativeMetaPictureIdentifier: String\r\n freezePastTimePeriod: Boolean\r\n natureOfTransformation: NatureOfTransformationEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement71 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n studyStartDate: CustomDate\r\n studyEndDate: CustomDate\r\n portfolioType: PortfolioTypeEnum\r\n lastUpdate: CustomDate\r\n updateFrequency: UpdateFrequencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement710 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement711 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement712 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement713 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n uMLStateName: String\r\n isConcurrent: IsConcurrentEnum\r\n stateKind: StateKindEnum\r\n isLeaf: IsLeafEnum\r\n bound: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement714 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n timedObjectType: TimedObjectTypeEnum\r\n timePeriodName: String\r\n timePeriodUnit: TimePeriodUnitEnum\r\n absoluteStartDate: CustomDate\r\n absoluteEndDate: CustomDate\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodEndDelay: CustomInt\r\n timePeriodComputedDuration: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement715 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n timedObjectType: TimedObjectTypeEnum\r\n timePeriodName: String\r\n timePeriodUnit: TimePeriodUnitEnum\r\n absoluteStartDate: CustomDate\r\n absoluteEndDate: CustomDate\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodEndDelay: CustomInt\r\n timePeriodComputedDuration: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement716 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement717 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n freezePastTimePeriod: Boolean\r\n deploymentContextMetaPictureIdentifier: String\r\n numberOfUsers: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement718 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement719 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement72 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement720 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement721 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement722 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement723 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n decision: DecisionEnum\r\n motivationOfTheDecision: String\r\n initiativeMetaPictureIdentifier: String\r\n freezePastTimePeriod: Boolean\r\n natureOfTransformation: NatureOfTransformationEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement724 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement725 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement726 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement727 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement728 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement729 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement73 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement730 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement731 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement732 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement733 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement734 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n classMetaClassIdAbs: String\r\n abstract: AbstractEnum\r\n isRoot: IsRootEnum\r\n isLeaf: IsLeafEnum\r\n persistence: PersistenceEnum\r\n isActive: IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification: ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant: String\r\n codeNamePrefix: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement735 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n classMetaClassIdAbs: String\r\n abstract: AbstractEnum\r\n isRoot: IsRootEnum\r\n isLeaf: IsLeafEnum\r\n persistence: PersistenceEnum\r\n isActive: IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification: ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant: String\r\n codeNamePrefix: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement736 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1DataCreation: Boolean\r\n link1DataRead: Boolean\r\n link1DataUpdate: Boolean\r\n link1DataDeletion: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement737 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement738 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement739 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement74 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement740 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement741 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement742 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n classMetaClassIdAbs: String\r\n abstract: AbstractEnum\r\n isRoot: IsRootEnum\r\n isLeaf: IsLeafEnum\r\n persistence: PersistenceEnum\r\n isActive: IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification: ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant: String\r\n codeNamePrefix: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement743 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n classMetaClassIdAbs: String\r\n abstract: AbstractEnum\r\n isRoot: IsRootEnum\r\n isLeaf: IsLeafEnum\r\n persistence: PersistenceEnum\r\n isActive: IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification: ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant: String\r\n codeNamePrefix: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement744 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1DataCreation: Boolean\r\n link1DataRead: Boolean\r\n link1DataUpdate: Boolean\r\n link1DataDeletion: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement745 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement746 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n timedObjectType: TimedObjectTypeEnum\r\n timePeriodName: String\r\n timePeriodUnit: TimePeriodUnitEnum\r\n absoluteStartDate: CustomDate\r\n absoluteEndDate: CustomDate\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodEndDelay: CustomInt\r\n timePeriodComputedDuration: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement747 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n expenseBeginDate: CustomDate\r\n costNature: CostNatureEnum\r\n costType: CostTypeEnum\r\n periodicCost: CustomFloat\r\n periodicity: PeriodicityEnum\r\n upDownAmount: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement748 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement749 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n timedObjectType: TimedObjectTypeEnum\r\n timePeriodName: String\r\n timePeriodUnit: TimePeriodUnitEnum\r\n absoluteStartDate: CustomDate\r\n absoluteEndDate: CustomDate\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodEndDelay: CustomInt\r\n timePeriodComputedDuration: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement75 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement750 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n expenseBeginDate: CustomDate\r\n costNature: CostNatureEnum\r\n costType: CostTypeEnum\r\n periodicCost: CustomFloat\r\n periodicity: PeriodicityEnum\r\n upDownAmount: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement751 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement752 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement753 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement754 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement755 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement756 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement757 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n ciphered: Boolean\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement758 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement759 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement76 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n classMetaClassIdAbs: String\r\n abstract: AbstractEnum\r\n isRoot: IsRootEnum\r\n isLeaf: IsLeafEnum\r\n persistence: PersistenceEnum\r\n isActive: IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification: ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant: String\r\n codeNamePrefix: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement760 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement761 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n ciphered: Boolean\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement762 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement763 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement764 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n abstract: AbstractEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement765 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n functionalityType: FunctionalityTypeEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement766 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n cASTHighlightID: CustomInt\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement767 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n contentType: ContentTypeEnum\r\n contentName: String\r\n flowType: FlowTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement768 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement769 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement77 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement770 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement771 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement772 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement773 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement774 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n globalApplicationFlowMapForITPM: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement775 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n classMetaClassIdAbs: String\r\n abstract: AbstractEnum\r\n isRoot: IsRootEnum\r\n isLeaf: IsLeafEnum\r\n persistence: PersistenceEnum\r\n isActive: IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification: ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant: String\r\n codeNamePrefix: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement776 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement777 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement778 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement779 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement78 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement780 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement781 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement782 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n abstract: AbstractEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement783 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n functionalityType: FunctionalityTypeEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement784 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n cASTHighlightID: CustomInt\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement785 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n contentType: ContentTypeEnum\r\n contentName: String\r\n flowType: FlowTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement786 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement787 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement788 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement789 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement79 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement790 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement791 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement792 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n globalApplicationFlowMapForITPM: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement793 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n classMetaClassIdAbs: String\r\n abstract: AbstractEnum\r\n isRoot: IsRootEnum\r\n isLeaf: IsLeafEnum\r\n persistence: PersistenceEnum\r\n isActive: IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification: ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant: String\r\n codeNamePrefix: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement794 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement795 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement796 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement797 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement798 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement799 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement8 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement80 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement800 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement801 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n abstract: AbstractEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement802 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n functionalityType: FunctionalityTypeEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement803 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n cASTHighlightID: CustomInt\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement804 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n contentType: ContentTypeEnum\r\n contentName: String\r\n flowType: FlowTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement805 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement806 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement807 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement808 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement809 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement81 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement810 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement811 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n globalApplicationFlowMapForITPM: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement812 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n classMetaClassIdAbs: String\r\n abstract: AbstractEnum\r\n isRoot: IsRootEnum\r\n isLeaf: IsLeafEnum\r\n persistence: PersistenceEnum\r\n isActive: IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification: ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant: String\r\n codeNamePrefix: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement813 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement814 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement815 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement816 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement817 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement818 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement819 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n abstract: AbstractEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement82 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement820 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n functionalityType: FunctionalityTypeEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement821 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n cASTHighlightID: CustomInt\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement822 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n contentType: ContentTypeEnum\r\n contentName: String\r\n flowType: FlowTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement823 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement824 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement825 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement826 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement827 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement828 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement829 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n globalApplicationFlowMapForITPM: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement83 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n abstract: AbstractEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement830 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n classMetaClassIdAbs: String\r\n abstract: AbstractEnum\r\n isRoot: IsRootEnum\r\n isLeaf: IsLeafEnum\r\n persistence: PersistenceEnum\r\n isActive: IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification: ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant: String\r\n codeNamePrefix: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement831 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement832 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement833 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement834 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement835 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement836 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement837 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement838 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n abstract: AbstractEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement839 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n functionalityType: FunctionalityTypeEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement84 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n freezePastTimePeriod: Boolean\r\n deploymentContextMetaPictureIdentifier: String\r\n numberOfUsers: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement840 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n cASTHighlightID: CustomInt\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement841 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n contentType: ContentTypeEnum\r\n contentName: String\r\n flowType: FlowTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement842 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement843 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement844 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n studyStartDate: CustomDate\r\n studyEndDate: CustomDate\r\n portfolioType: PortfolioTypeEnum\r\n lastUpdate: CustomDate\r\n updateFrequency: UpdateFrequencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement845 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement846 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement847 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement848 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement849 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n globalApplicationFlowMapForITPM: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement85 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement850 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n classMetaClassIdAbs: String\r\n abstract: AbstractEnum\r\n isRoot: IsRootEnum\r\n isLeaf: IsLeafEnum\r\n persistence: PersistenceEnum\r\n isActive: IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification: ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant: String\r\n codeNamePrefix: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement851 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n uMLStateName: String\r\n isConcurrent: IsConcurrentEnum\r\n stateKind: StateKindEnum\r\n isLeaf: IsLeafEnum\r\n bound: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement852 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement853 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement854 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement855 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement856 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement857 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n nature: NatureEnum\r\n wizardImageFilename: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement858 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement859 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n abstract: AbstractEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement86 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n functionalityType: FunctionalityTypeEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement860 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n functionalityType: FunctionalityTypeEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement861 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n cASTHighlightID: CustomInt\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement862 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n contentType: ContentTypeEnum\r\n contentName: String\r\n flowType: FlowTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement863 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement864 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement865 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n studyStartDate: CustomDate\r\n studyEndDate: CustomDate\r\n portfolioType: PortfolioTypeEnum\r\n lastUpdate: CustomDate\r\n updateFrequency: UpdateFrequencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement866 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement867 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement868 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement869 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement87 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n contentType: ContentTypeEnum\r\n contentName: String\r\n flowType: FlowTypeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement870 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n globalApplicationFlowMapForITPM: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement871 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n classMetaClassIdAbs: String\r\n abstract: AbstractEnum\r\n isRoot: IsRootEnum\r\n isLeaf: IsLeafEnum\r\n persistence: PersistenceEnum\r\n isActive: IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification: ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant: String\r\n codeNamePrefix: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement872 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n uMLStateName: String\r\n isConcurrent: IsConcurrentEnum\r\n stateKind: StateKindEnum\r\n isLeaf: IsLeafEnum\r\n bound: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement873 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement874 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement875 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement876 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement877 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement878 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n nature: NatureEnum\r\n wizardImageFilename: String\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement879 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n timedObjectType: TimedObjectTypeEnum\r\n timePeriodName: String\r\n timePeriodUnit: TimePeriodUnitEnum\r\n absoluteStartDate: CustomDate\r\n absoluteEndDate: CustomDate\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodEndDelay: CustomInt\r\n timePeriodComputedDuration: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement88 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement880 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement881 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement882 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement883 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement884 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement885 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n decision: DecisionEnum\r\n motivationOfTheDecision: String\r\n initiativeMetaPictureIdentifier: String\r\n freezePastTimePeriod: Boolean\r\n natureOfTransformation: NatureOfTransformationEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement886 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement887 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement888 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement889 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement89 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement890 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement891 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement892 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement893 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n globalApplicationFlowMapForITPM: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement894 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement895 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement896 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n castToken: String\r\n cASTHighlightID: CustomInt\r\n closingDateCast: CustomDate\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement897 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement898 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement899 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement9 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement90 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n studyStartDate: CustomDate\r\n studyEndDate: CustomDate\r\n portfolioType: PortfolioTypeEnum\r\n lastUpdate: CustomDate\r\n updateFrequency: UpdateFrequencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement900 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement901 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n expenseBeginDate: CustomDate\r\n costNature: CostNatureEnum\r\n costType: CostTypeEnum\r\n periodicCost: CustomFloat\r\n periodicity: PeriodicityEnum\r\n upDownAmount: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement902 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1CoverageRatio: CustomInt\r\n link1ITARecommendationStatus: Boolean\r\n link1CompositeRealizationName: String\r\n link1RealizationQuality: RealizationQualityEnum\r\n link1CapabilityFulfillmentMetaPictureIdentifier: String\r\n link1CostContributionKeyRealization: CustomFloat\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement903 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n costContributionKey: CustomFloat\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n cASTHighlightID: CustomInt\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement904 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1CoverageRatio: CustomInt\r\n link1ITARecommendationStatus: Boolean\r\n link1CompositeRealizationName: String\r\n link1RealizationQuality: RealizationQualityEnum\r\n link1CapabilityFulfillmentMetaPictureIdentifier: String\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n functionalityType: FunctionalityTypeEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement905 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement906 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement907 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement908 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n costContributionKeyBusinessProcess: CustomFloat\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement909 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n timedObjectType: TimedObjectTypeEnum\r\n timePeriodName: String\r\n timePeriodUnit: TimePeriodUnitEnum\r\n absoluteStartDate: CustomDate\r\n absoluteEndDate: CustomDate\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodEndDelay: CustomInt\r\n timePeriodComputedDuration: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement91 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement910 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement911 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement912 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement913 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement914 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement915 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n decision: DecisionEnum\r\n motivationOfTheDecision: String\r\n initiativeMetaPictureIdentifier: String\r\n freezePastTimePeriod: Boolean\r\n natureOfTransformation: NatureOfTransformationEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement916 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement917 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement918 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement919 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement92 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement920 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement921 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement922 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement923 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n globalApplicationFlowMapForITPM: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement924 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement925 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement926 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n castToken: String\r\n cASTHighlightID: CustomInt\r\n closingDateCast: CustomDate\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement927 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement928 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement929 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement93 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement930 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement931 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n expenseBeginDate: CustomDate\r\n costNature: CostNatureEnum\r\n costType: CostTypeEnum\r\n periodicCost: CustomFloat\r\n periodicity: PeriodicityEnum\r\n upDownAmount: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement932 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1CoverageRatio: CustomInt\r\n link1ITARecommendationStatus: Boolean\r\n link1CompositeRealizationName: String\r\n link1RealizationQuality: RealizationQualityEnum\r\n link1CapabilityFulfillmentMetaPictureIdentifier: String\r\n link1CostContributionKeyRealization: CustomFloat\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement933 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n costContributionKey: CustomFloat\r\n name: String\r\n customerSatisfaction: CustomerSatisfactionEnum\r\n businessLineCode: String\r\n cASTHighlightID: CustomInt\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement934 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1CoverageRatio: CustomInt\r\n link1ITARecommendationStatus: Boolean\r\n link1CompositeRealizationName: String\r\n link1RealizationQuality: RealizationQualityEnum\r\n link1CapabilityFulfillmentMetaPictureIdentifier: String\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n functionalityType: FunctionalityTypeEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement935 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandardSoftwareTechnologyStack: CompanyStandardSoftwareTechnologyStackEnum\r\n freezePastTimePeriod: Boolean\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement936 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement937 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement938 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n costContributionKeyBusinessProcess: CustomFloat\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement939 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n timedObjectType: TimedObjectTypeEnum\r\n timePeriodName: String\r\n timePeriodUnit: TimePeriodUnitEnum\r\n absoluteStartDate: CustomDate\r\n absoluteEndDate: CustomDate\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodEndDelay: CustomInt\r\n timePeriodComputedDuration: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement94 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement940 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement941 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement942 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement943 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement944 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement945 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n decision: DecisionEnum\r\n motivationOfTheDecision: String\r\n initiativeMetaPictureIdentifier: String\r\n freezePastTimePeriod: Boolean\r\n natureOfTransformation: NatureOfTransformationEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement946 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement947 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement948 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement949 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement95 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n classMetaClassIdAbs: String\r\n abstract: AbstractEnum\r\n isRoot: IsRootEnum\r\n isLeaf: IsLeafEnum\r\n persistence: PersistenceEnum\r\n isActive: IsActiveEnum\r\n templateParameters: String\r\n expressionType: String\r\n classIdentification: ClassIdentificationEnum\r\n decimal: String\r\n length: String\r\n invariant: String\r\n codeNamePrefix: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement950 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement951 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1CoverageRatio: CustomInt\r\n link1ITARecommendationStatus: Boolean\r\n link1CompositeRealizationName: String\r\n link1RealizationQuality: RealizationQualityEnum\r\n link1CapabilityFulfillmentMetaPictureIdentifier: String\r\n link1CostContributionKeyRealization: CustomFloat\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement952 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement953 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement954 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n freezePastTimePeriod: Boolean\r\n deploymentContextMetaPictureIdentifier: String\r\n numberOfUsers: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement955 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n timedObjectType: TimedObjectTypeEnum\r\n timePeriodName: String\r\n timePeriodUnit: TimePeriodUnitEnum\r\n absoluteStartDate: CustomDate\r\n absoluteEndDate: CustomDate\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n timePeriodStartDelay: CustomInt\r\n timePeriodEndDelay: CustomInt\r\n timePeriodComputedDuration: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement956 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement957 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement958 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement959 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement96 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n applicationCode: String\r\n cloudComputing: CloudComputingEnum\r\n versionNumber: String\r\n requiredMemorySize: String\r\n applicationStereotype: ApplicationStereotypeEnum\r\n applicationType: ApplicationTypeEnum\r\n cASTHighlightID: CustomInt\r\n businessValueAPM: BusinessValueAPMEnum\r\n functionalSupportAPM: FunctionalSupportAPMEnum\r\n technicalEfficiencyAPM: TechnicalEfficiencyAPMEnum\r\n closingDateCast: CustomDate\r\n softwareResiliencyScoreCASTHighligh: CustomFloat\r\n softwareAgilityScore: CustomFloat\r\n softwareEleganceScoreCASTHighligh: CustomFloat\r\n cloudReadyScoreCASTHighlight: CustomFloat\r\n cloudReadyScanCASTHighlight: CustomFloat\r\n technicalDebtCast: CustomFloat\r\n numberOfLinesOfCodeCast: CustomInt\r\n numberOfFilesCast: CustomInt\r\n backFiredFunctionPointsCASTHighlight: CustomFloat\r\n softwareResiliencyQuartile: SoftwareResiliencyQuartileEnum\r\n workflowStatusITAndBusinessData: WorkflowStatusITAndBusinessDataEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n softwareAgilityQuartileCast: SoftwareAgilityQuartileCastEnum\r\n softwareEleganceQuartile: SoftwareEleganceQuartileEnum\r\n detailsCast: String\r\n statusReview: StatusReviewEnum\r\n consent: ConsentEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n gDPRContentOfNotice: GDPRContentOfNoticeEnum\r\n freezePastTimePeriod: Boolean\r\n recoveryPointObjectiveRPO: RecoveryPointObjectiveRPOEnum\r\n recoveryTimeObjectiveRTO: RecoveryTimeObjectiveRTOEnum\r\n lastAssessmentDate: CustomDate\r\n workRecoveryTimeWRT: WorkRecoveryTimeWRTEnum\r\n sLALevel: SLALevelEnum\r\n applicationValidationDate: CustomDate\r\n currentWorkflowStatus: String\r\n applicationTemplate: ApplicationTemplateEnum\r\n deploymentDate: CustomDate\r\n operatingApplicationDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement960 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement961 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n decision: DecisionEnum\r\n motivationOfTheDecision: String\r\n initiativeMetaPictureIdentifier: String\r\n freezePastTimePeriod: Boolean\r\n natureOfTransformation: NatureOfTransformationEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement962 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: 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 dataLanguageCode: Languages\r\n phoneNumber: String\r\n cASTHighlightID: CustomInt\r\n initials: String\r\n validPerson: ValidPersonEnum\r\n name: String\r\n comment: String\r\n}\r\n\r\ninput _defaultActionElement963 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n technologyCode: String\r\n companyStandard: CompanyStandardEnum\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n releaseDate: CustomDate\r\n endOfSupport: CustomDate\r\n endOfExtendedSupport: CustomDate\r\n technopediaReleaseLevel: TechnopediaReleaseLevelEnum\r\n technopediaBrandFamily: String\r\n technopediaIsLicensable: TechnopediaIsLicensableEnum\r\n technopediaVersion: String\r\n technopediaPatchLevel: String\r\n technopediaIsMajorVersion: TechnopediaIsMajorVersionEnum\r\n technopediaEdition: String\r\n technopediaVersionGroup: String\r\n technopediaGeneralAvailabilityException: String\r\n technopediaGeneralAvailabilityRangeStartDate: CustomDate\r\n technopediaGeneralAvailabilityRangeEndDate: CustomDate\r\n technopediaEndOfLifeException: String\r\n technopediaEndOfLifeRangeStartDate: CustomDate\r\n technopediaEndOfLifeRangeEndDate: CustomDate\r\n technopediaEndOfLifeSupportLevel: String\r\n technopediaObsoleteException: String\r\n technopediaObsoleteRangeStartDate: CustomDate\r\n technopediaObsoleteRangeEndDate: CustomDate\r\n technopediaObsoleteSupportLevel: String\r\n technopediaSubVersion: String\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n nameInTechnopedia: String\r\n technopediaIsSuite: TechnopediaIsSuiteEnum\r\n currentWorkflowStatus: String\r\n technopediaCreateDate: CustomDate\r\n technopediaDesupportedflag: String\r\n technopediaLastModifiedDate: CustomDate\r\n technopediaEditionOrder: CustomInt\r\n technopediaToBeDeletedFlag: String\r\n technopediaType: String\r\n technopediaUrl: String\r\n technopediaVersionOrder: CustomInt\r\n technopediaOwner: String\r\n technopediaProduct: String\r\n technopediaRelease: String\r\n workflowStatus: WorkflowStatusEnum\r\n workflowStatusFinancial: WorkflowStatusFinancialEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement964 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement965 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement966 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement967 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1CoverageRatio: CustomInt\r\n link1ITARecommendationStatus: Boolean\r\n link1CompositeRealizationName: String\r\n link1RealizationQuality: RealizationQualityEnum\r\n link1CapabilityFulfillmentMetaPictureIdentifier: String\r\n link1CostContributionKeyRealization: CustomFloat\r\n name: String\r\n capabilityEffectiveness: CapabilityEffectivenessEnum\r\n cost: CustomFloat\r\n revenue: CustomFloat\r\n rOIPercentage: CustomFloat\r\n rOIRate: CustomFloat\r\n costRate: CustomFloat\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n financialImpact: FinancialImpactEnum\r\n capabilityEfficiency: CapabilityEfficiencyEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement968 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement969 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement97 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n bDNAIdentifier: String\r\n technopediaReplacementID: String\r\n internalExternal: InternalExternalEnum\r\n technopediaToBeDeletedOn: CustomDate\r\n technopediaObjectDeletion: TechnopediaObjectDeletionEnum\r\n orgUnitType: OrgUnitTypeEnum\r\n technopediaDeleteReason: TechnopediaDeleteReasonEnum\r\n freezePastTimePeriod: Boolean\r\n technopediaID: String\r\n lastAssessmentDate: CustomDate\r\n nameInTechnopedia: String\r\n currentWorkflowStatus: String\r\n email: String\r\n orgUnitStatus: OrgUnitStatusEnum\r\n vendorCode: String\r\n companyStandard: CompanyStandardEnum\r\n technopediaStreet: String\r\n technopediaCity: String\r\n technopediaState: String\r\n technopediaZip: String\r\n technopediaCountry: String\r\n technopediaTier: CustomInt\r\n technopediaLegal: String\r\n technopediaProfitsPerYear: String\r\n technopediaProfitsDate: CustomDate\r\n technopediaDateAcquired: CustomDate\r\n technopediaEmployees: CustomInt\r\n technopediaEmployeesDate: CustomDate\r\n technopediaFiscalEndDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement970 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n freezePastTimePeriod: Boolean\r\n deploymentContextMetaPictureIdentifier: String\r\n numberOfUsers: CustomInt\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement971 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement972 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement973 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement974 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement975 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement976 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement977 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement978 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement979 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement98 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement980 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement981 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement982 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement983 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement984 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement985 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement986 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n nature: NatureEnum\r\n diagramWithAutomaticLoading: Boolean\r\n diagramAvailability: DiagramAvailabilityEnum\r\n shapesVersion: ShapesVersionEnum\r\n editionMode: EditionModeEnum\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement987 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement988 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n isCiphered: Boolean\r\n gDPRDocumentID: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement989 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement99 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1ResponsibilityAssignmentName: String\r\n name: String\r\n triggeredByEvent: Boolean\r\n businessProcessCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement990 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n fileExtension: String\r\n businessDocumentVersionName: String\r\n documentVersion: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement991 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n riskCode: String\r\n riskIdentificationMode: RiskIdentificationModeEnum\r\n impactERM: ImpactERMEnum\r\n likelihoodERM: LikelihoodERMEnum\r\n severity: SeverityEnum\r\n residualRiskComputingMode: String\r\n likelihoodCRK: LikelihoodCRKEnum\r\n lastAssessmentDate: CustomDate\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement992 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement993 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n applicationDeploymentCode: String\r\n freezePastTimePeriod: Boolean\r\n lastAssessmentDate: CustomDate\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement994 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n freezePastTimePeriod: Boolean\r\n name: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement995 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement996 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n link1VariationName: String\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement997 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement998 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput _defaultActionElement999 {\r\n order: Int\r\n linkComment: String\r\n id: String\r\n idType: IdType\r\n creationMode: creationMode\r\n name: String\r\n currentWorkflowStatus: String\r\n comment: String\r\n externalId: String\r\n}\r\n\r\ninput countFilter {\r\n count: Int\r\n count_not: Int\r\n count_lt: Int\r\n count_lte: Int\r\n count_gt: Int\r\n count_gte: Int\r\n}\r\n\r\nenum creationMode {\r\n RAW\r\n BUSINESS\r\n}\r\n\r\ninput currentContext {\r\n language: Languages!\r\n}\r\n\r\nenum nameSpace {\r\n LOCAL\r\n SHORT\r\n LONG\r\n}\r\n\r\ninput searchAllFilter {\r\n text: String\r\n minRange: Int\r\n maxRange: Int\r\n}\r\n\r\nenum searchAllOrderBy {\r\n ranking_ASC\r\n ranking_DESC\r\n name_ASC\r\n name_DESC\r\n objectTypeName_ASC\r\n objectTypeName_DESC\r\n}\r\n"