HOPEX - SDL Schema - Audit

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

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

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\ntype ActionActionPlan implements GraphQLObjectInterface {\r\n  actionProgress(format: EnumFormat): ActionProgressEnum\r\n  deliverablesact(format: StringFormat): String\r\n  plannedBeginDate(format: String, timeOffset: String): CustomDate\r\n  plannedEndDate(format: String, timeOffset: String): CustomDate\r\n  realBeginDate(format: String, timeOffset: String): CustomDate\r\n  realEndDate(format: String, timeOffset: String): CustomDate\r\n  statusact(format: EnumFormat): StatusactEnum\r\n  currentWorkflowStatus: GraphQLObjectInterface\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  audit_OwnerAudit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  audit_OwnerAuditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\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  actionPlan_OwnerActionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n  actionPlan_OwnerActionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n  recommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  actionOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n}\r\n\r\ntype ActionActionPlanAggregatedValues {\r\n  actionProgress(function: AggregateFunctionType): CustomFloat\r\n  deliverablesact(function: AggregateFunctionType): CustomFloat\r\n  plannedBeginDate(function: AggregateFunctionType): CustomFloat\r\n  plannedEndDate(function: AggregateFunctionType): CustomFloat\r\n  realBeginDate(function: AggregateFunctionType): CustomFloat\r\n  realEndDate(function: AggregateFunctionType): CustomFloat\r\n  statusact(function: AggregateFunctionType): CustomFloat\r\n  currentWorkflowStatus(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 ActionActionPlanFilter {\r\n  defaultField_0a5be13d4781451383126b586725e275: String\r\n  and: [ActionActionPlanFilter!]\r\n  or: [ActionActionPlanFilter!]\r\n  actionProgress: ActionProgressEnum\r\n  actionProgress_not: ActionProgressEnum\r\n  actionProgress_in: [ActionProgressEnum!]\r\n  actionProgress_not_in: [ActionProgressEnum!]\r\n  actionProgress_empty: Boolean\r\n  deliverablesact: String\r\n  deliverablesact_not: String\r\n  deliverablesact_in: [String!]\r\n  deliverablesact_not_in: [String!]\r\n  deliverablesact_lt: String\r\n  deliverablesact_lte: String\r\n  deliverablesact_gt: String\r\n  deliverablesact_gte: String\r\n  deliverablesact_contains: String\r\n  deliverablesact_not_contains: String\r\n  deliverablesact_starts_with: String\r\n  deliverablesact_not_starts_with: String\r\n  deliverablesact_ends_with: String\r\n  deliverablesact_not_ends_with: String\r\n  deliverablesact_empty: Boolean\r\n  plannedBeginDate: CustomDate\r\n  plannedBeginDate_not: CustomDate\r\n  plannedBeginDate_in: [CustomDate!]\r\n  plannedBeginDate_not_in: [CustomDate!]\r\n  plannedBeginDate_lt: CustomDate\r\n  plannedBeginDate_lte: CustomDate\r\n  plannedBeginDate_gt: CustomDate\r\n  plannedBeginDate_gte: CustomDate\r\n  plannedBeginDate_empty: Boolean\r\n  plannedEndDate: CustomDate\r\n  plannedEndDate_not: CustomDate\r\n  plannedEndDate_in: [CustomDate!]\r\n  plannedEndDate_not_in: [CustomDate!]\r\n  plannedEndDate_lt: CustomDate\r\n  plannedEndDate_lte: CustomDate\r\n  plannedEndDate_gt: CustomDate\r\n  plannedEndDate_gte: CustomDate\r\n  plannedEndDate_empty: Boolean\r\n  realBeginDate: CustomDate\r\n  realBeginDate_not: CustomDate\r\n  realBeginDate_in: [CustomDate!]\r\n  realBeginDate_not_in: [CustomDate!]\r\n  realBeginDate_lt: CustomDate\r\n  realBeginDate_lte: CustomDate\r\n  realBeginDate_gt: CustomDate\r\n  realBeginDate_gte: CustomDate\r\n  realBeginDate_empty: Boolean\r\n  realEndDate: CustomDate\r\n  realEndDate_not: CustomDate\r\n  realEndDate_in: [CustomDate!]\r\n  realEndDate_not_in: [CustomDate!]\r\n  realEndDate_lt: CustomDate\r\n  realEndDate_lte: CustomDate\r\n  realEndDate_gt: CustomDate\r\n  realEndDate_gte: CustomDate\r\n  realEndDate_empty: Boolean\r\n  statusact: StatusactEnum\r\n  statusact_not: StatusactEnum\r\n  statusact_in: [StatusactEnum!]\r\n  statusact_not_in: [StatusactEnum!]\r\n  statusact_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  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_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  audit_OwnerAudit_some: [AuditFilter!]\r\n  audit_OwnerAudit_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  actionOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  actionOwner_PersonSystem_count: countFilter\r\n  actionPlan_OwnerActionPlan_some: [ActionPlanFilter!]\r\n  actionPlan_OwnerActionPlan_count: countFilter\r\n  recommendation_some: [RecommendationFilter!]\r\n  recommendation_count: countFilter\r\n}\r\n\r\nenum ActionActionPlanOrderBy {\r\n  actionProgress_ASC\r\n  actionProgress_DESC\r\n  deliverablesact_ASC\r\n  deliverablesact_DESC\r\n  plannedBeginDate_ASC\r\n  plannedBeginDate_DESC\r\n  plannedEndDate_ASC\r\n  plannedEndDate_DESC\r\n  realBeginDate_ASC\r\n  realBeginDate_DESC\r\n  realEndDate_ASC\r\n  realEndDate_DESC\r\n  statusact_ASC\r\n  statusact_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_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 ActionPlan implements GraphQLObjectInterface {\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment(format: StringFormat): String\r\n  successful(format: EnumFormat): SuccessfulEnum\r\n  realCost: CustomFloat\r\n  forecastCost: CustomFloat\r\n  forecastCostManDays: CustomInt\r\n  realCostManDays: CustomInt\r\n  actionPlanCategory(format: EnumFormat): ActionPlanCategoryEnum\r\n  actionPlanStatus(format: EnumFormat): ActionPlanStatusEnum\r\n  means(format: StringFormat): String\r\n  organizationalLevel(format: EnumFormat): OrganizationalLevelEnum\r\n  actionPlanOrigin(format: EnumFormat): ActionPlanOriginEnum\r\n  keySuccessFactor(format: StringFormat): String\r\n  successfullComments(format: StringFormat): String\r\n  plannedBeginDate(format: String, timeOffset: String): CustomDate\r\n  plannedEndDate(format: String, timeOffset: String): CustomDate\r\n  realBeginDate(format: String, timeOffset: String): CustomDate\r\n  realEndDate(format: String, timeOffset: String): CustomDate\r\n  actionPlanPriority(format: EnumFormat): ActionPlanPriorityEnum\r\n  delay(format: EnumFormat): DelayEnum\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  actionPlanNature(format: EnumFormat): ActionPlanNatureEnum\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  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  actionActionPlan_OwnedAction(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n  actionActionPlan_OwnedActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n  progressUpdate(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy]): [ProgressUpdate]\r\n  progressUpdateAggregatedValues(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy]): [ProgressUpdateAggregatedValues]\r\n  actionPlanOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n  actionPlanResponsible_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [PersonSystemAggregatedValues]\r\n  actionPlanApprover_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [PersonSystemAggregatedValues]\r\n}\r\n\r\ntype ActionPlanAggregatedValues {\r\n  lastProgressPercentage(function: AggregateNumbersFunctionType): CustomFloat\r\n  lastProgressComment(function: AggregateFunctionType): CustomFloat\r\n  successful(function: AggregateFunctionType): CustomFloat\r\n  realCost(function: AggregateNumbersFunctionType): CustomFloat\r\n  forecastCost(function: AggregateNumbersFunctionType): CustomFloat\r\n  forecastCostManDays(function: AggregateNumbersFunctionType): CustomFloat\r\n  realCostManDays(function: AggregateNumbersFunctionType): CustomFloat\r\n  actionPlanCategory(function: AggregateFunctionType): CustomFloat\r\n  actionPlanStatus(function: AggregateFunctionType): CustomFloat\r\n  means(function: AggregateFunctionType): CustomFloat\r\n  organizationalLevel(function: AggregateFunctionType): CustomFloat\r\n  actionPlanOrigin(function: AggregateFunctionType): CustomFloat\r\n  keySuccessFactor(function: AggregateFunctionType): CustomFloat\r\n  successfullComments(function: AggregateFunctionType): CustomFloat\r\n  plannedBeginDate(function: AggregateFunctionType): CustomFloat\r\n  plannedEndDate(function: AggregateFunctionType): CustomFloat\r\n  realBeginDate(function: AggregateFunctionType): CustomFloat\r\n  realEndDate(function: AggregateFunctionType): CustomFloat\r\n  actionPlanPriority(function: AggregateFunctionType): CustomFloat\r\n  delay(function: AggregateFunctionType): CustomFloat\r\n  currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n  actionPlanNature(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\nenum ActionPlanCategoryEnum {\r\n  Generic\r\n  AuditRecommandation\r\n  ControlPerformanceImprovement\r\n  ControlRelevanceImprovement\r\n  ImpactReducing\r\n  EventLikelihoodReducing\r\n  ITImprovement\r\n  KRIThresholdLimits\r\n  ObjectiveManagement\r\n  ProcessImprovement\r\n  ProjectManagement\r\n  RFCManagement\r\n  RiskImpactReducing\r\n  RiskLikelihoodReducing\r\n}\r\n\r\ninput ActionPlanFilter {\r\n  defaultField_5634e1b850934988912ef696728695be: String\r\n  and: [ActionPlanFilter!]\r\n  or: [ActionPlanFilter!]\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressPercentage_not: CustomInt\r\n  lastProgressPercentage_in: [CustomInt!]\r\n  lastProgressPercentage_not_in: [CustomInt!]\r\n  lastProgressPercentage_lt: CustomInt\r\n  lastProgressPercentage_lte: CustomInt\r\n  lastProgressPercentage_gt: CustomInt\r\n  lastProgressPercentage_gte: CustomInt\r\n  lastProgressPercentage_empty: Boolean\r\n  lastProgressComment: String\r\n  lastProgressComment_not: String\r\n  lastProgressComment_in: [String!]\r\n  lastProgressComment_not_in: [String!]\r\n  lastProgressComment_lt: String\r\n  lastProgressComment_lte: String\r\n  lastProgressComment_gt: String\r\n  lastProgressComment_gte: String\r\n  lastProgressComment_contains: String\r\n  lastProgressComment_not_contains: String\r\n  lastProgressComment_starts_with: String\r\n  lastProgressComment_not_starts_with: String\r\n  lastProgressComment_ends_with: String\r\n  lastProgressComment_not_ends_with: String\r\n  lastProgressComment_empty: Boolean\r\n  successful: SuccessfulEnum\r\n  successful_not: SuccessfulEnum\r\n  successful_in: [SuccessfulEnum!]\r\n  successful_not_in: [SuccessfulEnum!]\r\n  successful_empty: Boolean\r\n  realCost: CustomFloat\r\n  realCost_not: CustomFloat\r\n  realCost_in: [CustomFloat!]\r\n  realCost_not_in: [CustomFloat!]\r\n  realCost_lt: CustomFloat\r\n  realCost_lte: CustomFloat\r\n  realCost_gt: CustomFloat\r\n  realCost_gte: CustomFloat\r\n  realCost_empty: Boolean\r\n  forecastCost: CustomFloat\r\n  forecastCost_not: CustomFloat\r\n  forecastCost_in: [CustomFloat!]\r\n  forecastCost_not_in: [CustomFloat!]\r\n  forecastCost_lt: CustomFloat\r\n  forecastCost_lte: CustomFloat\r\n  forecastCost_gt: CustomFloat\r\n  forecastCost_gte: CustomFloat\r\n  forecastCost_empty: Boolean\r\n  forecastCostManDays: CustomInt\r\n  forecastCostManDays_not: CustomInt\r\n  forecastCostManDays_in: [CustomInt!]\r\n  forecastCostManDays_not_in: [CustomInt!]\r\n  forecastCostManDays_lt: CustomInt\r\n  forecastCostManDays_lte: CustomInt\r\n  forecastCostManDays_gt: CustomInt\r\n  forecastCostManDays_gte: CustomInt\r\n  forecastCostManDays_empty: Boolean\r\n  realCostManDays: CustomInt\r\n  realCostManDays_not: CustomInt\r\n  realCostManDays_in: [CustomInt!]\r\n  realCostManDays_not_in: [CustomInt!]\r\n  realCostManDays_lt: CustomInt\r\n  realCostManDays_lte: CustomInt\r\n  realCostManDays_gt: CustomInt\r\n  realCostManDays_gte: CustomInt\r\n  realCostManDays_empty: Boolean\r\n  actionPlanCategory: ActionPlanCategoryEnum\r\n  actionPlanCategory_not: ActionPlanCategoryEnum\r\n  actionPlanCategory_in: [ActionPlanCategoryEnum!]\r\n  actionPlanCategory_not_in: [ActionPlanCategoryEnum!]\r\n  actionPlanCategory_empty: Boolean\r\n  actionPlanStatus: ActionPlanStatusEnum\r\n  actionPlanStatus_not: ActionPlanStatusEnum\r\n  actionPlanStatus_in: [ActionPlanStatusEnum!]\r\n  actionPlanStatus_not_in: [ActionPlanStatusEnum!]\r\n  actionPlanStatus_empty: Boolean\r\n  means: String\r\n  means_not: String\r\n  means_in: [String!]\r\n  means_not_in: [String!]\r\n  means_lt: String\r\n  means_lte: String\r\n  means_gt: String\r\n  means_gte: String\r\n  means_contains: String\r\n  means_not_contains: String\r\n  means_starts_with: String\r\n  means_not_starts_with: String\r\n  means_ends_with: String\r\n  means_not_ends_with: String\r\n  means_empty: Boolean\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  organizationalLevel_not: OrganizationalLevelEnum\r\n  organizationalLevel_in: [OrganizationalLevelEnum!]\r\n  organizationalLevel_not_in: [OrganizationalLevelEnum!]\r\n  organizationalLevel_empty: Boolean\r\n  actionPlanOrigin: ActionPlanOriginEnum\r\n  actionPlanOrigin_not: ActionPlanOriginEnum\r\n  actionPlanOrigin_in: [ActionPlanOriginEnum!]\r\n  actionPlanOrigin_not_in: [ActionPlanOriginEnum!]\r\n  actionPlanOrigin_empty: Boolean\r\n  keySuccessFactor: String\r\n  keySuccessFactor_not: String\r\n  keySuccessFactor_in: [String!]\r\n  keySuccessFactor_not_in: [String!]\r\n  keySuccessFactor_lt: String\r\n  keySuccessFactor_lte: String\r\n  keySuccessFactor_gt: String\r\n  keySuccessFactor_gte: String\r\n  keySuccessFactor_contains: String\r\n  keySuccessFactor_not_contains: String\r\n  keySuccessFactor_starts_with: String\r\n  keySuccessFactor_not_starts_with: String\r\n  keySuccessFactor_ends_with: String\r\n  keySuccessFactor_not_ends_with: String\r\n  keySuccessFactor_empty: Boolean\r\n  successfullComments: String\r\n  successfullComments_not: String\r\n  successfullComments_in: [String!]\r\n  successfullComments_not_in: [String!]\r\n  successfullComments_lt: String\r\n  successfullComments_lte: String\r\n  successfullComments_gt: String\r\n  successfullComments_gte: String\r\n  successfullComments_contains: String\r\n  successfullComments_not_contains: String\r\n  successfullComments_starts_with: String\r\n  successfullComments_not_starts_with: String\r\n  successfullComments_ends_with: String\r\n  successfullComments_not_ends_with: String\r\n  successfullComments_empty: Boolean\r\n  plannedBeginDate: CustomDate\r\n  plannedBeginDate_not: CustomDate\r\n  plannedBeginDate_in: [CustomDate!]\r\n  plannedBeginDate_not_in: [CustomDate!]\r\n  plannedBeginDate_lt: CustomDate\r\n  plannedBeginDate_lte: CustomDate\r\n  plannedBeginDate_gt: CustomDate\r\n  plannedBeginDate_gte: CustomDate\r\n  plannedBeginDate_empty: Boolean\r\n  plannedEndDate: CustomDate\r\n  plannedEndDate_not: CustomDate\r\n  plannedEndDate_in: [CustomDate!]\r\n  plannedEndDate_not_in: [CustomDate!]\r\n  plannedEndDate_lt: CustomDate\r\n  plannedEndDate_lte: CustomDate\r\n  plannedEndDate_gt: CustomDate\r\n  plannedEndDate_gte: CustomDate\r\n  plannedEndDate_empty: Boolean\r\n  realBeginDate: CustomDate\r\n  realBeginDate_not: CustomDate\r\n  realBeginDate_in: [CustomDate!]\r\n  realBeginDate_not_in: [CustomDate!]\r\n  realBeginDate_lt: CustomDate\r\n  realBeginDate_lte: CustomDate\r\n  realBeginDate_gt: CustomDate\r\n  realBeginDate_gte: CustomDate\r\n  realBeginDate_empty: Boolean\r\n  realEndDate: CustomDate\r\n  realEndDate_not: CustomDate\r\n  realEndDate_in: [CustomDate!]\r\n  realEndDate_not_in: [CustomDate!]\r\n  realEndDate_lt: CustomDate\r\n  realEndDate_lte: CustomDate\r\n  realEndDate_gt: CustomDate\r\n  realEndDate_gte: CustomDate\r\n  realEndDate_empty: Boolean\r\n  actionPlanPriority: ActionPlanPriorityEnum\r\n  actionPlanPriority_not: ActionPlanPriorityEnum\r\n  actionPlanPriority_in: [ActionPlanPriorityEnum!]\r\n  actionPlanPriority_not_in: [ActionPlanPriorityEnum!]\r\n  actionPlanPriority_empty: Boolean\r\n  delay: DelayEnum\r\n  delay_not: DelayEnum\r\n  delay_in: [DelayEnum!]\r\n  delay_not_in: [DelayEnum!]\r\n  delay_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  actionPlanNature: ActionPlanNatureEnum\r\n  actionPlanNature_not: ActionPlanNatureEnum\r\n  actionPlanNature_in: [ActionPlanNatureEnum!]\r\n  actionPlanNature_not_in: [ActionPlanNatureEnum!]\r\n  actionPlanNature_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  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  actionPlanOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  actionPlanOwner_PersonSystem_count: countFilter\r\n  actionPlanResponsible_PersonSystem_some: [PersonSystemFilter!]\r\n  actionPlanResponsible_PersonSystem_count: countFilter\r\n  actionPlanApprover_PersonSystem_some: [PersonSystemFilter!]\r\n  actionPlanApprover_PersonSystem_count: countFilter\r\n  actionActionPlan_OwnedAction_some: [ActionActionPlanFilter!]\r\n  actionActionPlan_OwnedAction_count: countFilter\r\n  progressUpdate_some: [ProgressUpdateFilter!]\r\n  progressUpdate_count: countFilter\r\n}\r\n\r\nenum ActionPlanNatureEnum {\r\n  Corrective\r\n  Preventive\r\n}\r\n\r\nenum ActionPlanOrderBy {\r\n  lastProgressPercentage_ASC\r\n  lastProgressPercentage_DESC\r\n  lastProgressComment_ASC\r\n  lastProgressComment_DESC\r\n  successful_ASC\r\n  successful_DESC\r\n  realCost_ASC\r\n  realCost_DESC\r\n  forecastCost_ASC\r\n  forecastCost_DESC\r\n  forecastCostManDays_ASC\r\n  forecastCostManDays_DESC\r\n  realCostManDays_ASC\r\n  realCostManDays_DESC\r\n  actionPlanCategory_ASC\r\n  actionPlanCategory_DESC\r\n  actionPlanStatus_ASC\r\n  actionPlanStatus_DESC\r\n  means_ASC\r\n  means_DESC\r\n  organizationalLevel_ASC\r\n  organizationalLevel_DESC\r\n  actionPlanOrigin_ASC\r\n  actionPlanOrigin_DESC\r\n  keySuccessFactor_ASC\r\n  keySuccessFactor_DESC\r\n  successfullComments_ASC\r\n  successfullComments_DESC\r\n  plannedBeginDate_ASC\r\n  plannedBeginDate_DESC\r\n  plannedEndDate_ASC\r\n  plannedEndDate_DESC\r\n  realBeginDate_ASC\r\n  realBeginDate_DESC\r\n  realEndDate_ASC\r\n  realEndDate_DESC\r\n  actionPlanPriority_ASC\r\n  actionPlanPriority_DESC\r\n  delay_ASC\r\n  delay_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  actionPlanNature_ASC\r\n  actionPlanNature_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 ActionPlanOriginEnum {\r\n  Audit\r\n  Compliance\r\n  Event\r\n  Risk\r\n  RFC\r\n  Other\r\n}\r\n\r\nenum ActionPlanPriorityEnum {\r\n  High\r\n  Critical\r\n  Medium\r\n  Low\r\n}\r\n\r\nenum ActionPlanStatusEnum {\r\n  Rejected\r\n  ToBeSubmitted\r\n  ToBeStarted\r\n  ToBeValidated\r\n  Cancelled\r\n  Closed\r\n  InProgress\r\n  ToBeSent\r\n  Completed\r\n  ToBeReviewed\r\n}\r\n\r\nenum ActionProgressEnum {\r\n  InProgress\r\n  Completed\r\n}\r\n\r\nenum ActivityStatusEnum {\r\n  Created\r\n  ToBeReviewed\r\n  ToBeValidated\r\n  Validated\r\n  Closed\r\n}\r\n\r\nenum AdHocEnum {\r\n  Yes\r\n  No\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 AnswerAudit implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  weighting: CustomInt\r\n  deficient: Boolean\r\n  selected: Boolean\r\n  description(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  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  questionAudit_Question(filter: QuestionAuditFilter, orderBy: [QuestionAuditOrderBy]): [QuestionAudit]\r\n  questionAudit_QuestionAggregatedValues(filter: QuestionAuditFilter, orderBy: [QuestionAuditOrderBy]): [QuestionAuditAggregatedValues]\r\n}\r\n\r\ntype AnswerAuditAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  weighting(function: AggregateNumbersFunctionType): CustomFloat\r\n  deficient(function: AggregateFunctionType): CustomFloat\r\n  selected(function: AggregateFunctionType): CustomFloat\r\n  description(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 AnswerAuditFilter {\r\n  defaultField_9416dd28d5254c5895bf358ba4e2028d: String\r\n  and: [AnswerAuditFilter!]\r\n  or: [AnswerAuditFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_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  weighting: CustomInt\r\n  weighting_not: CustomInt\r\n  weighting_in: [CustomInt!]\r\n  weighting_not_in: [CustomInt!]\r\n  weighting_lt: CustomInt\r\n  weighting_lte: CustomInt\r\n  weighting_gt: CustomInt\r\n  weighting_gte: CustomInt\r\n  weighting_empty: Boolean\r\n  deficient: Boolean\r\n  deficient_not: Boolean\r\n  deficient_empty: Boolean\r\n  selected: Boolean\r\n  selected_not: Boolean\r\n  selected_empty: Boolean\r\n  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  description_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  questionAudit_Question_some: [QuestionAuditFilter!]\r\n  questionAudit_Question_count: countFilter\r\n}\r\n\r\nenum AnswerAuditOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  weighting_ASC\r\n  weighting_DESC\r\n  deficient_ASC\r\n  deficient_DESC\r\n  selected_ASC\r\n  selected_DESC\r\n  description_ASC\r\n  description_DESC\r\n  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 Audit implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  description(language: Languages): String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC(format: StringFormat, language: Languages): String\r\n  missionCategory(format: EnumFormat): MissionCategoryEnum\r\n  missionStatus(format: EnumFormat): MissionStatusEnum\r\n  justificationGRC(format: StringFormat, language: Languages): String\r\n  missionOrigin(format: EnumFormat): MissionOriginEnum\r\n  missionPriority(format: EnumFormat): MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation(format: EnumFormat): MissionEvaluationEnum\r\n  missionPlannedBeginDate(format: String, timeOffset: String): CustomDate\r\n  missionPlannedEndDate(format: String, timeOffset: String): CustomDate\r\n  missionEffectiveBeginDate(format: String, timeOffset: String): CustomDate\r\n  missionEffectiveEndDate(format: String, timeOffset: String): CustomDate\r\n  keyWeaknesses(format: StringFormat, language: Languages): String\r\n  keyStrengths(format: StringFormat, language: Languages): String\r\n  plannedClosingReview(format: String, timeOffset: String): CustomDate\r\n  effectiveClosingReview(format: String, timeOffset: String): CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline(format: EnumFormat): OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  gRCAudit(format: StringFormat): 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  actionActionPlan_OwnedAction(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n  actionActionPlan_OwnedActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\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  auditActivity(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivityAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\r\n  auditTheme(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditTheme]\r\n  auditThemeAggregatedValues(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditThemeAggregatedValues]\r\n  recommendation_FollowUpRecommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendation_FollowUpRecommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  recommendation_OwnedRecommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendation_OwnedRecommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  plan_AuditPlan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  plan_AuditPlanAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n  businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n  organizationalProcess(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcessAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n  orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n  riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n  requirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n  requirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n  otherParticipantInAudit_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [PersonSystemAggregatedValues]\r\n  auditee_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_Auditee]\r\n  auditee_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeOrderBy]): [PersonSystemAggregatedValues]\r\n  auditorInAudit_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [PersonSystemAggregatedValues]\r\n  leadAuditor_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [PersonSystemAggregatedValues]\r\n  mainAuditee_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [PersonSystemAggregatedValues]\r\n  timeSheet(filter: Relationship_TimeSheet_TimeSheet_Imputation_AuditFilter, orderBy: [Relationship_TimeSheet_TimeSheet_Imputation_AuditOrderBy]): [Relationship_TimeSheet_TimeSheet_Imputation_Audit]\r\n  timeSheetAggregatedValues(filter: Relationship_TimeSheet_TimeSheet_Imputation_AuditFilter, orderBy: [Relationship_TimeSheet_TimeSheet_Imputation_AuditOrderBy]): [TimeSheetAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_AuditSkills_AuditFilter, orderBy: [Relationship_Skill_Skill_AuditSkills_AuditOrderBy]): [Relationship_Skill_Skill_AuditSkills_Audit]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_AuditSkills_AuditFilter, orderBy: [Relationship_Skill_Skill_AuditSkills_AuditOrderBy]): [SkillAggregatedValues]\r\n}\r\n\r\ntype AuditActivity implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  beginDate(format: String, timeOffset: String): CustomDate\r\n  activityEndDate(format: String, timeOffset: String): CustomDate\r\n  estimatedWorkloadHours: CustomFloat\r\n  description(language: Languages): String\r\n  activityStatus(format: EnumFormat): ActivityStatusEnum\r\n  activityEffectiveWorkloadHours: CustomFloat\r\n  offline(format: EnumFormat): OfflineEnum\r\n  computedActivityEffectiveWorkloadHours: CustomFloat\r\n  currentOfflineUpdateDate(format: String, timeOffset: String): CustomDate\r\n  previousOfflineUpdateDate(format: String, timeOffset: String): CustomDate\r\n  currentOnlineUpdateDate(format: String, timeOffset: String): CustomDate\r\n  previousOnlineUpdateDate(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  audit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  auditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  auditTheme_ActivityTheme(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditTheme]\r\n  auditTheme_ActivityThemeAggregatedValues(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditThemeAggregatedValues]\r\n  finding_ActivityFinding(filter: FindingFilter, orderBy: [FindingOrderBy]): [Finding]\r\n  finding_ActivityFindingAggregatedValues(filter: FindingFilter, orderBy: [FindingOrderBy]): [FindingAggregatedValues]\r\n  workPaper_ActivityWorkPaper(filter: WorkPaperFilter, orderBy: [WorkPaperOrderBy]): [WorkPaper]\r\n  workPaper_ActivityWorkPaperAggregatedValues(filter: WorkPaperFilter, orderBy: [WorkPaperOrderBy]): [WorkPaperAggregatedValues]\r\n  risk_Scope(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n  risk_ScopeAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n  orgUnit_Scope(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n  orgUnit_ScopeAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcess_Scope(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcess_ScopeAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  businessProcess_Scope(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n  businessProcess_ScopeAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n  activityOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_AuditActivity_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_AuditActivity_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_AuditActivity_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_AuditActivity_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_AuditActivity_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n}\r\n\r\ntype AuditActivityAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  beginDate(function: AggregateFunctionType): CustomFloat\r\n  activityEndDate(function: AggregateFunctionType): CustomFloat\r\n  estimatedWorkloadHours(function: AggregateNumbersFunctionType): CustomFloat\r\n  description(function: AggregateFunctionType): CustomFloat\r\n  activityStatus(function: AggregateFunctionType): CustomFloat\r\n  activityEffectiveWorkloadHours(function: AggregateNumbersFunctionType): CustomFloat\r\n  offline(function: AggregateFunctionType): CustomFloat\r\n  computedActivityEffectiveWorkloadHours(function: AggregateNumbersFunctionType): CustomFloat\r\n  currentOfflineUpdateDate(function: AggregateFunctionType): CustomFloat\r\n  previousOfflineUpdateDate(function: AggregateFunctionType): CustomFloat\r\n  currentOnlineUpdateDate(function: AggregateFunctionType): CustomFloat\r\n  previousOnlineUpdateDate(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 AuditActivityFilter {\r\n  defaultField_8e0a63c561e14d119475aeabc5e3df41: String\r\n  and: [AuditActivityFilter!]\r\n  or: [AuditActivityFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_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  beginDate: CustomDate\r\n  beginDate_not: CustomDate\r\n  beginDate_in: [CustomDate!]\r\n  beginDate_not_in: [CustomDate!]\r\n  beginDate_lt: CustomDate\r\n  beginDate_lte: CustomDate\r\n  beginDate_gt: CustomDate\r\n  beginDate_gte: CustomDate\r\n  beginDate_empty: Boolean\r\n  activityEndDate: CustomDate\r\n  activityEndDate_not: CustomDate\r\n  activityEndDate_in: [CustomDate!]\r\n  activityEndDate_not_in: [CustomDate!]\r\n  activityEndDate_lt: CustomDate\r\n  activityEndDate_lte: CustomDate\r\n  activityEndDate_gt: CustomDate\r\n  activityEndDate_gte: CustomDate\r\n  activityEndDate_empty: Boolean\r\n  estimatedWorkloadHours: CustomFloat\r\n  estimatedWorkloadHours_not: CustomFloat\r\n  estimatedWorkloadHours_in: [CustomFloat!]\r\n  estimatedWorkloadHours_not_in: [CustomFloat!]\r\n  estimatedWorkloadHours_lt: CustomFloat\r\n  estimatedWorkloadHours_lte: CustomFloat\r\n  estimatedWorkloadHours_gt: CustomFloat\r\n  estimatedWorkloadHours_gte: CustomFloat\r\n  estimatedWorkloadHours_empty: Boolean\r\n  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  description_empty: Boolean\r\n  activityStatus: ActivityStatusEnum\r\n  activityStatus_not: ActivityStatusEnum\r\n  activityStatus_in: [ActivityStatusEnum!]\r\n  activityStatus_not_in: [ActivityStatusEnum!]\r\n  activityStatus_empty: Boolean\r\n  activityEffectiveWorkloadHours: CustomFloat\r\n  activityEffectiveWorkloadHours_not: CustomFloat\r\n  activityEffectiveWorkloadHours_in: [CustomFloat!]\r\n  activityEffectiveWorkloadHours_not_in: [CustomFloat!]\r\n  activityEffectiveWorkloadHours_lt: CustomFloat\r\n  activityEffectiveWorkloadHours_lte: CustomFloat\r\n  activityEffectiveWorkloadHours_gt: CustomFloat\r\n  activityEffectiveWorkloadHours_gte: CustomFloat\r\n  activityEffectiveWorkloadHours_empty: Boolean\r\n  offline: OfflineEnum\r\n  offline_not: OfflineEnum\r\n  offline_in: [OfflineEnum!]\r\n  offline_not_in: [OfflineEnum!]\r\n  offline_empty: Boolean\r\n  computedActivityEffectiveWorkloadHours: CustomFloat\r\n  computedActivityEffectiveWorkloadHours_not: CustomFloat\r\n  computedActivityEffectiveWorkloadHours_in: [CustomFloat!]\r\n  computedActivityEffectiveWorkloadHours_not_in: [CustomFloat!]\r\n  computedActivityEffectiveWorkloadHours_lt: CustomFloat\r\n  computedActivityEffectiveWorkloadHours_lte: CustomFloat\r\n  computedActivityEffectiveWorkloadHours_gt: CustomFloat\r\n  computedActivityEffectiveWorkloadHours_gte: CustomFloat\r\n  computedActivityEffectiveWorkloadHours_empty: Boolean\r\n  currentOfflineUpdateDate: CustomDate\r\n  currentOfflineUpdateDate_not: CustomDate\r\n  currentOfflineUpdateDate_in: [CustomDate!]\r\n  currentOfflineUpdateDate_not_in: [CustomDate!]\r\n  currentOfflineUpdateDate_lt: CustomDate\r\n  currentOfflineUpdateDate_lte: CustomDate\r\n  currentOfflineUpdateDate_gt: CustomDate\r\n  currentOfflineUpdateDate_gte: CustomDate\r\n  currentOfflineUpdateDate_empty: Boolean\r\n  previousOfflineUpdateDate: CustomDate\r\n  previousOfflineUpdateDate_not: CustomDate\r\n  previousOfflineUpdateDate_in: [CustomDate!]\r\n  previousOfflineUpdateDate_not_in: [CustomDate!]\r\n  previousOfflineUpdateDate_lt: CustomDate\r\n  previousOfflineUpdateDate_lte: CustomDate\r\n  previousOfflineUpdateDate_gt: CustomDate\r\n  previousOfflineUpdateDate_gte: CustomDate\r\n  previousOfflineUpdateDate_empty: Boolean\r\n  currentOnlineUpdateDate: CustomDate\r\n  currentOnlineUpdateDate_not: CustomDate\r\n  currentOnlineUpdateDate_in: [CustomDate!]\r\n  currentOnlineUpdateDate_not_in: [CustomDate!]\r\n  currentOnlineUpdateDate_lt: CustomDate\r\n  currentOnlineUpdateDate_lte: CustomDate\r\n  currentOnlineUpdateDate_gt: CustomDate\r\n  currentOnlineUpdateDate_gte: CustomDate\r\n  currentOnlineUpdateDate_empty: Boolean\r\n  previousOnlineUpdateDate: CustomDate\r\n  previousOnlineUpdateDate_not: CustomDate\r\n  previousOnlineUpdateDate_in: [CustomDate!]\r\n  previousOnlineUpdateDate_not_in: [CustomDate!]\r\n  previousOnlineUpdateDate_lt: CustomDate\r\n  previousOnlineUpdateDate_lte: CustomDate\r\n  previousOnlineUpdateDate_gt: CustomDate\r\n  previousOnlineUpdateDate_gte: CustomDate\r\n  previousOnlineUpdateDate_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  audit_some: [AuditFilter!]\r\n  audit_count: countFilter\r\n  auditTheme_ActivityTheme_some: [AuditThemeFilter!]\r\n  auditTheme_ActivityTheme_count: countFilter\r\n  finding_ActivityFinding_some: [FindingFilter!]\r\n  finding_ActivityFinding_count: countFilter\r\n  workPaper_ActivityWorkPaper_some: [WorkPaperFilter!]\r\n  workPaper_ActivityWorkPaper_count: countFilter\r\n  activityOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  activityOwner_PersonSystem_count: countFilter\r\n  risk_Scope_some: [RiskFilter!]\r\n  risk_Scope_count: countFilter\r\n  orgUnit_Scope_some: [OrgUnitFilter!]\r\n  orgUnit_Scope_count: countFilter\r\n  organizationalProcess_Scope_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_Scope_count: countFilter\r\n  businessProcess_Scope_some: [BusinessProcessFilter!]\r\n  businessProcess_Scope_count: countFilter\r\n}\r\n\r\nenum AuditActivityOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  beginDate_ASC\r\n  beginDate_DESC\r\n  activityEndDate_ASC\r\n  activityEndDate_DESC\r\n  estimatedWorkloadHours_ASC\r\n  estimatedWorkloadHours_DESC\r\n  description_ASC\r\n  description_DESC\r\n  activityStatus_ASC\r\n  activityStatus_DESC\r\n  activityEffectiveWorkloadHours_ASC\r\n  activityEffectiveWorkloadHours_DESC\r\n  offline_ASC\r\n  offline_DESC\r\n  computedActivityEffectiveWorkloadHours_ASC\r\n  computedActivityEffectiveWorkloadHours_DESC\r\n  currentOfflineUpdateDate_ASC\r\n  currentOfflineUpdateDate_DESC\r\n  previousOfflineUpdateDate_ASC\r\n  previousOfflineUpdateDate_DESC\r\n  currentOnlineUpdateDate_ASC\r\n  currentOnlineUpdateDate_DESC\r\n  previousOnlineUpdateDate_ASC\r\n  previousOnlineUpdateDate_DESC\r\n  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 AuditAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  description(function: AggregateFunctionType): CustomFloat\r\n  missionCode(function: AggregateFunctionType): CustomFloat\r\n  includedInTheInitialPlan(function: AggregateFunctionType): CustomFloat\r\n  objectiveGRC(function: AggregateFunctionType): CustomFloat\r\n  missionCategory(function: AggregateFunctionType): CustomFloat\r\n  missionStatus(function: AggregateFunctionType): CustomFloat\r\n  justificationGRC(function: AggregateFunctionType): CustomFloat\r\n  missionOrigin(function: AggregateFunctionType): CustomFloat\r\n  missionPriority(function: AggregateFunctionType): CustomFloat\r\n  estimatedDurationDays(function: AggregateNumbersFunctionType): CustomFloat\r\n  estimatedNumberOfResources(function: AggregateNumbersFunctionType): CustomFloat\r\n  estimatedWorkloadHours(function: AggregateNumbersFunctionType): CustomFloat\r\n  effectiveWorkloadHours(function: AggregateNumbersFunctionType): CustomFloat\r\n  numberOfStaffedResources(function: AggregateFunctionType): CustomFloat\r\n  missionEvaluation(function: AggregateFunctionType): CustomFloat\r\n  missionPlannedBeginDate(function: AggregateFunctionType): CustomFloat\r\n  missionPlannedEndDate(function: AggregateFunctionType): CustomFloat\r\n  missionEffectiveBeginDate(function: AggregateFunctionType): CustomFloat\r\n  missionEffectiveEndDate(function: AggregateFunctionType): CustomFloat\r\n  keyWeaknesses(function: AggregateFunctionType): CustomFloat\r\n  keyStrengths(function: AggregateFunctionType): CustomFloat\r\n  plannedClosingReview(function: AggregateFunctionType): CustomFloat\r\n  effectiveClosingReview(function: AggregateFunctionType): CustomFloat\r\n  computedHoursManDayRate(function: AggregateNumbersFunctionType): CustomFloat\r\n  computedEffectiveWorkloadMD(function: AggregateNumbersFunctionType): CustomFloat\r\n  computedEstimatedWorkloadMD(function: AggregateNumbersFunctionType): CustomFloat\r\n  followupAudit(function: AggregateFunctionType): CustomFloat\r\n  offline(function: AggregateFunctionType): CustomFloat\r\n  yearOfTheFollowUpAudit(function: AggregateFunctionType): CustomFloat\r\n  currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n  gRCAudit(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 AuditFilter {\r\n  defaultField_1f47653934c340c7b01d7c4f3ef4f6b7: String\r\n  and: [AuditFilter!]\r\n  or: [AuditFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_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  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  description_empty: Boolean\r\n  missionCode: String\r\n  missionCode_not: String\r\n  missionCode_in: [String!]\r\n  missionCode_not_in: [String!]\r\n  missionCode_lt: String\r\n  missionCode_lte: String\r\n  missionCode_gt: String\r\n  missionCode_gte: String\r\n  missionCode_contains: String\r\n  missionCode_not_contains: String\r\n  missionCode_starts_with: String\r\n  missionCode_not_starts_with: String\r\n  missionCode_ends_with: String\r\n  missionCode_not_ends_with: String\r\n  missionCode_empty: Boolean\r\n  includedInTheInitialPlan: Boolean\r\n  includedInTheInitialPlan_not: Boolean\r\n  includedInTheInitialPlan_empty: Boolean\r\n  objectiveGRC: String\r\n  objectiveGRC_not: String\r\n  objectiveGRC_in: [String!]\r\n  objectiveGRC_not_in: [String!]\r\n  objectiveGRC_lt: String\r\n  objectiveGRC_lte: String\r\n  objectiveGRC_gt: String\r\n  objectiveGRC_gte: String\r\n  objectiveGRC_contains: String\r\n  objectiveGRC_not_contains: String\r\n  objectiveGRC_starts_with: String\r\n  objectiveGRC_not_starts_with: String\r\n  objectiveGRC_ends_with: String\r\n  objectiveGRC_not_ends_with: String\r\n  objectiveGRC_empty: Boolean\r\n  missionCategory: MissionCategoryEnum\r\n  missionCategory_not: MissionCategoryEnum\r\n  missionCategory_in: [MissionCategoryEnum!]\r\n  missionCategory_not_in: [MissionCategoryEnum!]\r\n  missionCategory_empty: Boolean\r\n  missionStatus: MissionStatusEnum\r\n  missionStatus_not: MissionStatusEnum\r\n  missionStatus_in: [MissionStatusEnum!]\r\n  missionStatus_not_in: [MissionStatusEnum!]\r\n  missionStatus_empty: Boolean\r\n  justificationGRC: String\r\n  justificationGRC_not: String\r\n  justificationGRC_in: [String!]\r\n  justificationGRC_not_in: [String!]\r\n  justificationGRC_lt: String\r\n  justificationGRC_lte: String\r\n  justificationGRC_gt: String\r\n  justificationGRC_gte: String\r\n  justificationGRC_contains: String\r\n  justificationGRC_not_contains: String\r\n  justificationGRC_starts_with: String\r\n  justificationGRC_not_starts_with: String\r\n  justificationGRC_ends_with: String\r\n  justificationGRC_not_ends_with: String\r\n  justificationGRC_empty: Boolean\r\n  missionOrigin: MissionOriginEnum\r\n  missionOrigin_not: MissionOriginEnum\r\n  missionOrigin_in: [MissionOriginEnum!]\r\n  missionOrigin_not_in: [MissionOriginEnum!]\r\n  missionOrigin_empty: Boolean\r\n  missionPriority: MissionPriorityEnum\r\n  missionPriority_not: MissionPriorityEnum\r\n  missionPriority_in: [MissionPriorityEnum!]\r\n  missionPriority_not_in: [MissionPriorityEnum!]\r\n  missionPriority_empty: Boolean\r\n  estimatedDurationDays: CustomInt\r\n  estimatedDurationDays_not: CustomInt\r\n  estimatedDurationDays_in: [CustomInt!]\r\n  estimatedDurationDays_not_in: [CustomInt!]\r\n  estimatedDurationDays_lt: CustomInt\r\n  estimatedDurationDays_lte: CustomInt\r\n  estimatedDurationDays_gt: CustomInt\r\n  estimatedDurationDays_gte: CustomInt\r\n  estimatedDurationDays_empty: Boolean\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedNumberOfResources_not: CustomFloat\r\n  estimatedNumberOfResources_in: [CustomFloat!]\r\n  estimatedNumberOfResources_not_in: [CustomFloat!]\r\n  estimatedNumberOfResources_lt: CustomFloat\r\n  estimatedNumberOfResources_lte: CustomFloat\r\n  estimatedNumberOfResources_gt: CustomFloat\r\n  estimatedNumberOfResources_gte: CustomFloat\r\n  estimatedNumberOfResources_empty: Boolean\r\n  estimatedWorkloadHours: CustomFloat\r\n  estimatedWorkloadHours_not: CustomFloat\r\n  estimatedWorkloadHours_in: [CustomFloat!]\r\n  estimatedWorkloadHours_not_in: [CustomFloat!]\r\n  estimatedWorkloadHours_lt: CustomFloat\r\n  estimatedWorkloadHours_lte: CustomFloat\r\n  estimatedWorkloadHours_gt: CustomFloat\r\n  estimatedWorkloadHours_gte: CustomFloat\r\n  estimatedWorkloadHours_empty: Boolean\r\n  effectiveWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours_not: CustomFloat\r\n  effectiveWorkloadHours_in: [CustomFloat!]\r\n  effectiveWorkloadHours_not_in: [CustomFloat!]\r\n  effectiveWorkloadHours_lt: CustomFloat\r\n  effectiveWorkloadHours_lte: CustomFloat\r\n  effectiveWorkloadHours_gt: CustomFloat\r\n  effectiveWorkloadHours_gte: CustomFloat\r\n  effectiveWorkloadHours_empty: Boolean\r\n  numberOfStaffedResources: String\r\n  numberOfStaffedResources_not: String\r\n  numberOfStaffedResources_in: [String!]\r\n  numberOfStaffedResources_not_in: [String!]\r\n  numberOfStaffedResources_lt: String\r\n  numberOfStaffedResources_lte: String\r\n  numberOfStaffedResources_gt: String\r\n  numberOfStaffedResources_gte: String\r\n  numberOfStaffedResources_contains: String\r\n  numberOfStaffedResources_not_contains: String\r\n  numberOfStaffedResources_starts_with: String\r\n  numberOfStaffedResources_not_starts_with: String\r\n  numberOfStaffedResources_ends_with: String\r\n  numberOfStaffedResources_not_ends_with: String\r\n  numberOfStaffedResources_empty: Boolean\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionEvaluation_not: MissionEvaluationEnum\r\n  missionEvaluation_in: [MissionEvaluationEnum!]\r\n  missionEvaluation_not_in: [MissionEvaluationEnum!]\r\n  missionEvaluation_empty: Boolean\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedBeginDate_not: CustomDate\r\n  missionPlannedBeginDate_in: [CustomDate!]\r\n  missionPlannedBeginDate_not_in: [CustomDate!]\r\n  missionPlannedBeginDate_lt: CustomDate\r\n  missionPlannedBeginDate_lte: CustomDate\r\n  missionPlannedBeginDate_gt: CustomDate\r\n  missionPlannedBeginDate_gte: CustomDate\r\n  missionPlannedBeginDate_empty: Boolean\r\n  missionPlannedEndDate: CustomDate\r\n  missionPlannedEndDate_not: CustomDate\r\n  missionPlannedEndDate_in: [CustomDate!]\r\n  missionPlannedEndDate_not_in: [CustomDate!]\r\n  missionPlannedEndDate_lt: CustomDate\r\n  missionPlannedEndDate_lte: CustomDate\r\n  missionPlannedEndDate_gt: CustomDate\r\n  missionPlannedEndDate_gte: CustomDate\r\n  missionPlannedEndDate_empty: Boolean\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveBeginDate_not: CustomDate\r\n  missionEffectiveBeginDate_in: [CustomDate!]\r\n  missionEffectiveBeginDate_not_in: [CustomDate!]\r\n  missionEffectiveBeginDate_lt: CustomDate\r\n  missionEffectiveBeginDate_lte: CustomDate\r\n  missionEffectiveBeginDate_gt: CustomDate\r\n  missionEffectiveBeginDate_gte: CustomDate\r\n  missionEffectiveBeginDate_empty: Boolean\r\n  missionEffectiveEndDate: CustomDate\r\n  missionEffectiveEndDate_not: CustomDate\r\n  missionEffectiveEndDate_in: [CustomDate!]\r\n  missionEffectiveEndDate_not_in: [CustomDate!]\r\n  missionEffectiveEndDate_lt: CustomDate\r\n  missionEffectiveEndDate_lte: CustomDate\r\n  missionEffectiveEndDate_gt: CustomDate\r\n  missionEffectiveEndDate_gte: CustomDate\r\n  missionEffectiveEndDate_empty: Boolean\r\n  keyWeaknesses: String\r\n  keyWeaknesses_not: String\r\n  keyWeaknesses_in: [String!]\r\n  keyWeaknesses_not_in: [String!]\r\n  keyWeaknesses_lt: String\r\n  keyWeaknesses_lte: String\r\n  keyWeaknesses_gt: String\r\n  keyWeaknesses_gte: String\r\n  keyWeaknesses_contains: String\r\n  keyWeaknesses_not_contains: String\r\n  keyWeaknesses_starts_with: String\r\n  keyWeaknesses_not_starts_with: String\r\n  keyWeaknesses_ends_with: String\r\n  keyWeaknesses_not_ends_with: String\r\n  keyWeaknesses_empty: Boolean\r\n  keyStrengths: String\r\n  keyStrengths_not: String\r\n  keyStrengths_in: [String!]\r\n  keyStrengths_not_in: [String!]\r\n  keyStrengths_lt: String\r\n  keyStrengths_lte: String\r\n  keyStrengths_gt: String\r\n  keyStrengths_gte: String\r\n  keyStrengths_contains: String\r\n  keyStrengths_not_contains: String\r\n  keyStrengths_starts_with: String\r\n  keyStrengths_not_starts_with: String\r\n  keyStrengths_ends_with: String\r\n  keyStrengths_not_ends_with: String\r\n  keyStrengths_empty: Boolean\r\n  plannedClosingReview: CustomDate\r\n  plannedClosingReview_not: CustomDate\r\n  plannedClosingReview_in: [CustomDate!]\r\n  plannedClosingReview_not_in: [CustomDate!]\r\n  plannedClosingReview_lt: CustomDate\r\n  plannedClosingReview_lte: CustomDate\r\n  plannedClosingReview_gt: CustomDate\r\n  plannedClosingReview_gte: CustomDate\r\n  plannedClosingReview_empty: Boolean\r\n  effectiveClosingReview: CustomDate\r\n  effectiveClosingReview_not: CustomDate\r\n  effectiveClosingReview_in: [CustomDate!]\r\n  effectiveClosingReview_not_in: [CustomDate!]\r\n  effectiveClosingReview_lt: CustomDate\r\n  effectiveClosingReview_lte: CustomDate\r\n  effectiveClosingReview_gt: CustomDate\r\n  effectiveClosingReview_gte: CustomDate\r\n  effectiveClosingReview_empty: Boolean\r\n  computedHoursManDayRate: CustomInt\r\n  computedHoursManDayRate_not: CustomInt\r\n  computedHoursManDayRate_in: [CustomInt!]\r\n  computedHoursManDayRate_not_in: [CustomInt!]\r\n  computedHoursManDayRate_lt: CustomInt\r\n  computedHoursManDayRate_lte: CustomInt\r\n  computedHoursManDayRate_gt: CustomInt\r\n  computedHoursManDayRate_gte: CustomInt\r\n  computedHoursManDayRate_empty: Boolean\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEffectiveWorkloadMD_not: CustomFloat\r\n  computedEffectiveWorkloadMD_in: [CustomFloat!]\r\n  computedEffectiveWorkloadMD_not_in: [CustomFloat!]\r\n  computedEffectiveWorkloadMD_lt: CustomFloat\r\n  computedEffectiveWorkloadMD_lte: CustomFloat\r\n  computedEffectiveWorkloadMD_gt: CustomFloat\r\n  computedEffectiveWorkloadMD_gte: CustomFloat\r\n  computedEffectiveWorkloadMD_empty: Boolean\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD_not: CustomFloat\r\n  computedEstimatedWorkloadMD_in: [CustomFloat!]\r\n  computedEstimatedWorkloadMD_not_in: [CustomFloat!]\r\n  computedEstimatedWorkloadMD_lt: CustomFloat\r\n  computedEstimatedWorkloadMD_lte: CustomFloat\r\n  computedEstimatedWorkloadMD_gt: CustomFloat\r\n  computedEstimatedWorkloadMD_gte: CustomFloat\r\n  computedEstimatedWorkloadMD_empty: Boolean\r\n  followupAudit: Boolean\r\n  followupAudit_not: Boolean\r\n  followupAudit_empty: Boolean\r\n  offline: OfflineEnum\r\n  offline_not: OfflineEnum\r\n  offline_in: [OfflineEnum!]\r\n  offline_not_in: [OfflineEnum!]\r\n  offline_empty: Boolean\r\n  yearOfTheFollowUpAudit: String\r\n  yearOfTheFollowUpAudit_not: String\r\n  yearOfTheFollowUpAudit_in: [String!]\r\n  yearOfTheFollowUpAudit_not_in: [String!]\r\n  yearOfTheFollowUpAudit_lt: String\r\n  yearOfTheFollowUpAudit_lte: String\r\n  yearOfTheFollowUpAudit_gt: String\r\n  yearOfTheFollowUpAudit_gte: String\r\n  yearOfTheFollowUpAudit_contains: String\r\n  yearOfTheFollowUpAudit_not_contains: String\r\n  yearOfTheFollowUpAudit_starts_with: String\r\n  yearOfTheFollowUpAudit_not_starts_with: String\r\n  yearOfTheFollowUpAudit_ends_with: String\r\n  yearOfTheFollowUpAudit_not_ends_with: String\r\n  yearOfTheFollowUpAudit_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  gRCAudit: String\r\n  gRCAudit_not: String\r\n  gRCAudit_in: [String!]\r\n  gRCAudit_not_in: [String!]\r\n  gRCAudit_lt: String\r\n  gRCAudit_lte: String\r\n  gRCAudit_gt: String\r\n  gRCAudit_gte: String\r\n  gRCAudit_contains: String\r\n  gRCAudit_not_contains: String\r\n  gRCAudit_starts_with: String\r\n  gRCAudit_not_starts_with: String\r\n  gRCAudit_ends_with: String\r\n  gRCAudit_not_ends_with: String\r\n  gRCAudit_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  actionActionPlan_OwnedAction_some: [ActionActionPlanFilter!]\r\n  actionActionPlan_OwnedAction_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  auditActivity_some: [AuditActivityFilter!]\r\n  auditActivity_count: countFilter\r\n  auditTheme_some: [AuditThemeFilter!]\r\n  auditTheme_count: countFilter\r\n  otherParticipantInAudit_PersonSystem_some: [PersonSystemFilter!]\r\n  otherParticipantInAudit_PersonSystem_count: countFilter\r\n  auditee_PersonSystem_some: [PersonSystemFilter!]\r\n  auditee_PersonSystem_count: countFilter\r\n  auditorInAudit_PersonSystem_some: [PersonSystemFilter!]\r\n  auditorInAudit_PersonSystem_count: countFilter\r\n  leadAuditor_PersonSystem_some: [PersonSystemFilter!]\r\n  leadAuditor_PersonSystem_count: countFilter\r\n  mainAuditee_PersonSystem_some: [PersonSystemFilter!]\r\n  mainAuditee_PersonSystem_count: countFilter\r\n  recommendation_FollowUpRecommendation_some: [RecommendationFilter!]\r\n  recommendation_FollowUpRecommendation_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  recommendation_OwnedRecommendation_some: [RecommendationFilter!]\r\n  recommendation_OwnedRecommendation_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n  plan_AuditPlan_some: [PlanFilter!]\r\n  plan_AuditPlan_count: countFilter\r\n  businessProcess_some: [BusinessProcessFilter!]\r\n  businessProcess_count: countFilter\r\n  organizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_count: countFilter\r\n  orgUnit_some: [OrgUnitFilter!]\r\n  orgUnit_count: countFilter\r\n  risk_some: [RiskFilter!]\r\n  risk_count: countFilter\r\n  requirement_some: [RequirementFilter!]\r\n  requirement_count: countFilter\r\n}\r\n\r\nenum AuditOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  description_ASC\r\n  description_DESC\r\n  missionCode_ASC\r\n  missionCode_DESC\r\n  includedInTheInitialPlan_ASC\r\n  includedInTheInitialPlan_DESC\r\n  objectiveGRC_ASC\r\n  objectiveGRC_DESC\r\n  missionCategory_ASC\r\n  missionCategory_DESC\r\n  missionStatus_ASC\r\n  missionStatus_DESC\r\n  justificationGRC_ASC\r\n  justificationGRC_DESC\r\n  missionOrigin_ASC\r\n  missionOrigin_DESC\r\n  missionPriority_ASC\r\n  missionPriority_DESC\r\n  estimatedDurationDays_ASC\r\n  estimatedDurationDays_DESC\r\n  estimatedNumberOfResources_ASC\r\n  estimatedNumberOfResources_DESC\r\n  estimatedWorkloadHours_ASC\r\n  estimatedWorkloadHours_DESC\r\n  effectiveWorkloadHours_ASC\r\n  effectiveWorkloadHours_DESC\r\n  numberOfStaffedResources_ASC\r\n  numberOfStaffedResources_DESC\r\n  missionEvaluation_ASC\r\n  missionEvaluation_DESC\r\n  missionPlannedBeginDate_ASC\r\n  missionPlannedBeginDate_DESC\r\n  missionPlannedEndDate_ASC\r\n  missionPlannedEndDate_DESC\r\n  missionEffectiveBeginDate_ASC\r\n  missionEffectiveBeginDate_DESC\r\n  missionEffectiveEndDate_ASC\r\n  missionEffectiveEndDate_DESC\r\n  keyWeaknesses_ASC\r\n  keyWeaknesses_DESC\r\n  keyStrengths_ASC\r\n  keyStrengths_DESC\r\n  plannedClosingReview_ASC\r\n  plannedClosingReview_DESC\r\n  effectiveClosingReview_ASC\r\n  effectiveClosingReview_DESC\r\n  computedHoursManDayRate_ASC\r\n  computedHoursManDayRate_DESC\r\n  computedEffectiveWorkloadMD_ASC\r\n  computedEffectiveWorkloadMD_DESC\r\n  computedEstimatedWorkloadMD_ASC\r\n  computedEstimatedWorkloadMD_DESC\r\n  followupAudit_ASC\r\n  followupAudit_DESC\r\n  offline_ASC\r\n  offline_DESC\r\n  yearOfTheFollowUpAudit_ASC\r\n  yearOfTheFollowUpAudit_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  gRCAudit_ASC\r\n  gRCAudit_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 AuditTheme implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  description(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  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  audit_ThemeAudit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  audit_ThemeAuditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  auditTheme_Parent(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditTheme]\r\n  auditTheme_ParentAggregatedValues(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditThemeAggregatedValues]\r\n  auditTheme_ChildAuditTheme(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditTheme]\r\n  auditTheme_ChildAuditThemeAggregatedValues(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditThemeAggregatedValues]\r\n  auditActivity_ActivityWithTheme(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivity_ActivityWithThemeAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\r\n  organizationalProcess_AuditThemeScope(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcess_AuditThemeScopeAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  businessProcess_AuditThemeScope(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n  businessProcess_AuditThemeScopeAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n}\r\n\r\ntype AuditThemeAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  description(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 AuditThemeFilter {\r\n  defaultField_38e91a44b5604d9c9a397417c8b873ea: String\r\n  and: [AuditThemeFilter!]\r\n  or: [AuditThemeFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_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  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  description_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  audit_ThemeAudit_some: [AuditFilter!]\r\n  audit_ThemeAudit_count: countFilter\r\n  auditTheme_Parent_some: [AuditThemeFilter!]\r\n  auditTheme_Parent_count: countFilter\r\n  auditTheme_ChildAuditTheme_some: [AuditThemeFilter!]\r\n  auditTheme_ChildAuditTheme_count: countFilter\r\n  auditActivity_ActivityWithTheme_some: [AuditActivityFilter!]\r\n  auditActivity_ActivityWithTheme_count: countFilter\r\n  organizationalProcess_AuditThemeScope_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_AuditThemeScope_count: countFilter\r\n  businessProcess_AuditThemeScope_some: [BusinessProcessFilter!]\r\n  businessProcess_AuditThemeScope_count: countFilter\r\n}\r\n\r\nenum AuditThemeOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  description_ASC\r\n  description_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  workPaper_DocumentedObject(filter: WorkPaperFilter, orderBy: [WorkPaperOrderBy]): [WorkPaper]\r\n  workPaper_DocumentedObjectAggregatedValues(filter: WorkPaperFilter, orderBy: [WorkPaperOrderBy]): [WorkPaperAggregatedValues]\r\n  audit_DocumentedObject(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  audit_DocumentedObjectAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  recommendation_DocumentedObject(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendation_DocumentedObjectAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  finding_DocumentedObject(filter: FindingFilter, orderBy: [FindingOrderBy]): [Finding]\r\n  finding_DocumentedObjectAggregatedValues(filter: FindingFilter, orderBy: [FindingOrderBy]): [FindingAggregatedValues]\r\n  actionPlan_DocumentedObject(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n  actionPlan_DocumentedObjectAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n  skill_DocumentedObject(filter: SkillFilter, orderBy: [SkillOrderBy]): [Skill]\r\n  skill_DocumentedObjectAggregatedValues(filter: SkillFilter, orderBy: [SkillOrderBy]): [SkillAggregatedValues]\r\n  actionActionPlan_DocumentedObject(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n  actionActionPlan_DocumentedObjectAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n  risk_DocumentedObject(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n  risk_DocumentedObjectAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n  control_DocumentedObject(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n  control_DocumentedObjectAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n  orgUnit_DocumentedObject(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n  orgUnit_DocumentedObjectAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcess_DocumentedObject(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcess_DocumentedObjectAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  skillType_DocumentedObject(filter: SkillTypeFilter, orderBy: [SkillTypeOrderBy]): [SkillType]\r\n  skillType_DocumentedObjectAggregatedValues(filter: SkillTypeFilter, orderBy: [SkillTypeOrderBy]): [SkillTypeAggregatedValues]\r\n  requirement_DocumentedObject(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n  requirement_DocumentedObjectAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n  businessProcess_DocumentedObject(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n  businessProcess_DocumentedObjectAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n  workPaper_Object(filter: WorkPaperFilter, orderBy: [WorkPaperOrderBy]): [WorkPaper]\r\n  workPaper_ObjectAggregatedValues(filter: WorkPaperFilter, orderBy: [WorkPaperOrderBy]): [WorkPaperAggregatedValues]\r\n  audit_Object(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  audit_ObjectAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  recommendation_Object(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendation_ObjectAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  finding_Object(filter: FindingFilter, orderBy: [FindingOrderBy]): [Finding]\r\n  finding_ObjectAggregatedValues(filter: FindingFilter, orderBy: [FindingOrderBy]): [FindingAggregatedValues]\r\n  actionPlan_Object(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n  actionPlan_ObjectAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n  skill_Object(filter: SkillFilter, orderBy: [SkillOrderBy]): [Skill]\r\n  skill_ObjectAggregatedValues(filter: SkillFilter, orderBy: [SkillOrderBy]): [SkillAggregatedValues]\r\n  actionActionPlan_Object(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n  actionActionPlan_ObjectAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n  risk_Object(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n  risk_ObjectAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n  control_Object(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n  control_ObjectAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n  orgUnit_Object(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n  orgUnit_ObjectAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcess_Object(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcess_ObjectAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  skillType_Object(filter: SkillTypeFilter, orderBy: [SkillTypeOrderBy]): [SkillType]\r\n  skillType_ObjectAggregatedValues(filter: SkillTypeFilter, orderBy: [SkillTypeOrderBy]): [SkillTypeAggregatedValues]\r\n  requirement_Object(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n  requirement_ObjectAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\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_94e536f5acb9407bb6859dc8fe46a714: 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  workPaper_DocumentedObject_some: [WorkPaperFilter!]\r\n  workPaper_DocumentedObject_count: countFilter\r\n  audit_DocumentedObject_some: [AuditFilter!]\r\n  audit_DocumentedObject_count: countFilter\r\n  recommendation_DocumentedObject_some: [RecommendationFilter!]\r\n  recommendation_DocumentedObject_count: countFilter\r\n  finding_DocumentedObject_some: [FindingFilter!]\r\n  finding_DocumentedObject_count: countFilter\r\n  actionPlan_DocumentedObject_some: [ActionPlanFilter!]\r\n  actionPlan_DocumentedObject_count: countFilter\r\n  skill_DocumentedObject_some: [SkillFilter!]\r\n  skill_DocumentedObject_count: countFilter\r\n  actionActionPlan_DocumentedObject_some: [ActionActionPlanFilter!]\r\n  actionActionPlan_DocumentedObject_count: countFilter\r\n  risk_DocumentedObject_some: [RiskFilter!]\r\n  risk_DocumentedObject_count: countFilter\r\n  control_DocumentedObject_some: [ControlFilter!]\r\n  control_DocumentedObject_count: countFilter\r\n  orgUnit_DocumentedObject_some: [OrgUnitFilter!]\r\n  orgUnit_DocumentedObject_count: countFilter\r\n  organizationalProcess_DocumentedObject_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_DocumentedObject_count: countFilter\r\n  skillType_DocumentedObject_some: [SkillTypeFilter!]\r\n  skillType_DocumentedObject_count: countFilter\r\n  requirement_DocumentedObject_some: [RequirementFilter!]\r\n  requirement_DocumentedObject_count: countFilter\r\n  businessProcess_DocumentedObject_some: [BusinessProcessFilter!]\r\n  businessProcess_DocumentedObject_count: countFilter\r\n  workPaper_Object_some: [WorkPaperFilter!]\r\n  workPaper_Object_count: countFilter\r\n  audit_Object_some: [AuditFilter!]\r\n  audit_Object_count: countFilter\r\n  recommendation_Object_some: [RecommendationFilter!]\r\n  recommendation_Object_count: countFilter\r\n  finding_Object_some: [FindingFilter!]\r\n  finding_Object_count: countFilter\r\n  actionPlan_Object_some: [ActionPlanFilter!]\r\n  actionPlan_Object_count: countFilter\r\n  skill_Object_some: [SkillFilter!]\r\n  skill_Object_count: countFilter\r\n  actionActionPlan_Object_some: [ActionActionPlanFilter!]\r\n  actionActionPlan_Object_count: countFilter\r\n  risk_Object_some: [RiskFilter!]\r\n  risk_Object_count: countFilter\r\n  control_Object_some: [ControlFilter!]\r\n  control_Object_count: countFilter\r\n  orgUnit_Object_some: [OrgUnitFilter!]\r\n  orgUnit_Object_count: countFilter\r\n  organizationalProcess_Object_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_Object_count: countFilter\r\n  skillType_Object_some: [SkillTypeFilter!]\r\n  skillType_Object_count: countFilter\r\n  requirement_Object_some: [RequirementFilter!]\r\n  requirement_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_8c9158178fc7471da8f383aa2fc4d97d: 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  workPaper_DocumentedObject(filter: WorkPaperFilter, orderBy: [WorkPaperOrderBy]): [WorkPaper]\r\n  workPaper_DocumentedObjectAggregatedValues(filter: WorkPaperFilter, orderBy: [WorkPaperOrderBy]): [WorkPaperAggregatedValues]\r\n  audit_DocumentedObject(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  audit_DocumentedObjectAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  recommendation_DocumentedObject(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendation_DocumentedObjectAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  finding_DocumentedObject(filter: FindingFilter, orderBy: [FindingOrderBy]): [Finding]\r\n  finding_DocumentedObjectAggregatedValues(filter: FindingFilter, orderBy: [FindingOrderBy]): [FindingAggregatedValues]\r\n  actionPlan_DocumentedObject(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n  actionPlan_DocumentedObjectAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n  skill_DocumentedObject(filter: SkillFilter, orderBy: [SkillOrderBy]): [Skill]\r\n  skill_DocumentedObjectAggregatedValues(filter: SkillFilter, orderBy: [SkillOrderBy]): [SkillAggregatedValues]\r\n  actionActionPlan_DocumentedObject(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n  actionActionPlan_DocumentedObjectAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n  risk_DocumentedObject(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n  risk_DocumentedObjectAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n  control_DocumentedObject(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n  control_DocumentedObjectAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n  orgUnit_DocumentedObject(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n  orgUnit_DocumentedObjectAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcess_DocumentedObject(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcess_DocumentedObjectAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  skillType_DocumentedObject(filter: SkillTypeFilter, orderBy: [SkillTypeOrderBy]): [SkillType]\r\n  skillType_DocumentedObjectAggregatedValues(filter: SkillTypeFilter, orderBy: [SkillTypeOrderBy]): [SkillTypeAggregatedValues]\r\n  requirement_DocumentedObject(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n  requirement_DocumentedObjectAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n  businessProcess_DocumentedObject(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n  businessProcess_DocumentedObjectAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n  workPaper_Object(filter: WorkPaperFilter, orderBy: [WorkPaperOrderBy]): [WorkPaper]\r\n  workPaper_ObjectAggregatedValues(filter: WorkPaperFilter, orderBy: [WorkPaperOrderBy]): [WorkPaperAggregatedValues]\r\n  audit_Object(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  audit_ObjectAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  recommendation_Object(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendation_ObjectAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  finding_Object(filter: FindingFilter, orderBy: [FindingOrderBy]): [Finding]\r\n  finding_ObjectAggregatedValues(filter: FindingFilter, orderBy: [FindingOrderBy]): [FindingAggregatedValues]\r\n  actionPlan_Object(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n  actionPlan_ObjectAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n  skill_Object(filter: SkillFilter, orderBy: [SkillOrderBy]): [Skill]\r\n  skill_ObjectAggregatedValues(filter: SkillFilter, orderBy: [SkillOrderBy]): [SkillAggregatedValues]\r\n  actionActionPlan_Object(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n  actionActionPlan_ObjectAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n  risk_Object(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n  risk_ObjectAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n  control_Object(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n  control_ObjectAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n  orgUnit_Object(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n  orgUnit_ObjectAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcess_Object(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcess_ObjectAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  skillType_Object(filter: SkillTypeFilter, orderBy: [SkillTypeOrderBy]): [SkillType]\r\n  skillType_ObjectAggregatedValues(filter: SkillTypeFilter, orderBy: [SkillTypeOrderBy]): [SkillTypeAggregatedValues]\r\n  requirement_Object(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n  requirement_ObjectAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\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_c574566d39494577b8b2166c38398f04: 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  workPaper_DocumentedObject_some: [WorkPaperFilter!]\r\n  workPaper_DocumentedObject_count: countFilter\r\n  audit_DocumentedObject_some: [AuditFilter!]\r\n  audit_DocumentedObject_count: countFilter\r\n  recommendation_DocumentedObject_some: [RecommendationFilter!]\r\n  recommendation_DocumentedObject_count: countFilter\r\n  finding_DocumentedObject_some: [FindingFilter!]\r\n  finding_DocumentedObject_count: countFilter\r\n  actionPlan_DocumentedObject_some: [ActionPlanFilter!]\r\n  actionPlan_DocumentedObject_count: countFilter\r\n  skill_DocumentedObject_some: [SkillFilter!]\r\n  skill_DocumentedObject_count: countFilter\r\n  actionActionPlan_DocumentedObject_some: [ActionActionPlanFilter!]\r\n  actionActionPlan_DocumentedObject_count: countFilter\r\n  risk_DocumentedObject_some: [RiskFilter!]\r\n  risk_DocumentedObject_count: countFilter\r\n  control_DocumentedObject_some: [ControlFilter!]\r\n  control_DocumentedObject_count: countFilter\r\n  orgUnit_DocumentedObject_some: [OrgUnitFilter!]\r\n  orgUnit_DocumentedObject_count: countFilter\r\n  organizationalProcess_DocumentedObject_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_DocumentedObject_count: countFilter\r\n  skillType_DocumentedObject_some: [SkillTypeFilter!]\r\n  skillType_DocumentedObject_count: countFilter\r\n  requirement_DocumentedObject_some: [RequirementFilter!]\r\n  requirement_DocumentedObject_count: countFilter\r\n  businessProcess_DocumentedObject_some: [BusinessProcessFilter!]\r\n  businessProcess_DocumentedObject_count: countFilter\r\n  workPaper_Object_some: [WorkPaperFilter!]\r\n  workPaper_Object_count: countFilter\r\n  audit_Object_some: [AuditFilter!]\r\n  audit_Object_count: countFilter\r\n  recommendation_Object_some: [RecommendationFilter!]\r\n  recommendation_Object_count: countFilter\r\n  finding_Object_some: [FindingFilter!]\r\n  finding_Object_count: countFilter\r\n  actionPlan_Object_some: [ActionPlanFilter!]\r\n  actionPlan_Object_count: countFilter\r\n  skill_Object_some: [SkillFilter!]\r\n  skill_Object_count: countFilter\r\n  actionActionPlan_Object_some: [ActionActionPlanFilter!]\r\n  actionActionPlan_Object_count: countFilter\r\n  risk_Object_some: [RiskFilter!]\r\n  risk_Object_count: countFilter\r\n  control_Object_some: [ControlFilter!]\r\n  control_Object_count: countFilter\r\n  orgUnit_Object_some: [OrgUnitFilter!]\r\n  orgUnit_Object_count: countFilter\r\n  organizationalProcess_Object_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_Object_count: countFilter\r\n  skillType_Object_some: [SkillTypeFilter!]\r\n  skillType_Object_count: countFilter\r\n  requirement_Object_some: [RequirementFilter!]\r\n  requirement_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 BusinessProcess implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  beginLifeDate(format: String, timeOffset: String): CustomDate\r\n  endLifeDate(format: String, timeOffset: String): CustomDate\r\n  outputLogic(format: EnumFormat): OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction(format: EnumFormat): TransactionEnum\r\n  loop(format: EnumFormat): LoopEnum\r\n  adHoc(format: EnumFormat): AdHocEnum\r\n  multiple(format: EnumFormat): MultipleEnum\r\n  compensation(format: EnumFormat): CompensationEnum\r\n  loopCondition: String\r\n  assessmentFreshness: CustomFloat\r\n  lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n  businessProcessStatus(format: EnumFormat): BusinessProcessStatusEnum\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  inputLogic(format: EnumFormat): InputLogicEnum\r\n  executionBA(format: EnumFormat): ExecutionBAEnum\r\n  designBA(format: EnumFormat): DesignBAEnum\r\n  knowledgeBA(format: EnumFormat): KnowledgeBAEnum\r\n  iTSupportBA(format: EnumFormat): ITSupportBAEnum\r\n  performanceBA(format: EnumFormat): PerformanceBAEnum\r\n  efficiencyBA(format: EnumFormat): EfficiencyBAEnum\r\n  businessValueBA(format: EnumFormat): BusinessValueBAEnum\r\n  riskBA(format: EnumFormat): RiskBAEnum\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  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  questionGroup(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroup]\r\n  questionGroupAggregatedValues(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroupAggregatedValues]\r\n  auditActivity_Activity(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivity_ActivityAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\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  auditTheme(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditTheme]\r\n  auditThemeAggregatedValues(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditThemeAggregatedValues]\r\n  recommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  plan_AuditPlan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  plan_AuditPlanAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  audit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  auditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  businessProcessDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n  businessProcessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n}\r\n\r\ntype BusinessProcessAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  beginLifeDate(function: AggregateFunctionType): CustomFloat\r\n  endLifeDate(function: AggregateFunctionType): CustomFloat\r\n  outputLogic(function: AggregateFunctionType): CustomFloat\r\n  triggeredByEvent(function: AggregateFunctionType): CustomFloat\r\n  businessProcessType(function: AggregateFunctionType): CustomFloat\r\n  businessProcessCode(function: AggregateFunctionType): CustomFloat\r\n  transaction(function: AggregateFunctionType): CustomFloat\r\n  loop(function: AggregateFunctionType): CustomFloat\r\n  adHoc(function: AggregateFunctionType): CustomFloat\r\n  multiple(function: AggregateFunctionType): CustomFloat\r\n  compensation(function: AggregateFunctionType): CustomFloat\r\n  loopCondition(function: AggregateFunctionType): CustomFloat\r\n  assessmentFreshness(function: AggregateNumbersFunctionType): CustomFloat\r\n  lastAssessmentDate(function: AggregateFunctionType): CustomFloat\r\n  businessProcessStatus(function: AggregateFunctionType): CustomFloat\r\n  currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n  inputLogic(function: AggregateFunctionType): CustomFloat\r\n  executionBA(function: AggregateFunctionType): CustomFloat\r\n  designBA(function: AggregateFunctionType): CustomFloat\r\n  knowledgeBA(function: AggregateFunctionType): CustomFloat\r\n  iTSupportBA(function: AggregateFunctionType): CustomFloat\r\n  performanceBA(function: AggregateFunctionType): CustomFloat\r\n  efficiencyBA(function: AggregateFunctionType): CustomFloat\r\n  businessValueBA(function: AggregateFunctionType): CustomFloat\r\n  riskBA(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_07f0303bfaa241fabfed102f68ff5b35: 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  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  outputLogic: OutputLogicEnum\r\n  outputLogic_not: OutputLogicEnum\r\n  outputLogic_in: [OutputLogicEnum!]\r\n  outputLogic_not_in: [OutputLogicEnum!]\r\n  outputLogic_empty: Boolean\r\n  triggeredByEvent: Boolean\r\n  triggeredByEvent_not: Boolean\r\n  triggeredByEvent_empty: Boolean\r\n  businessProcessType: String\r\n  businessProcessType_not: String\r\n  businessProcessType_in: [String!]\r\n  businessProcessType_not_in: [String!]\r\n  businessProcessType_lt: String\r\n  businessProcessType_lte: String\r\n  businessProcessType_gt: String\r\n  businessProcessType_gte: String\r\n  businessProcessType_contains: String\r\n  businessProcessType_not_contains: String\r\n  businessProcessType_starts_with: String\r\n  businessProcessType_not_starts_with: String\r\n  businessProcessType_ends_with: String\r\n  businessProcessType_not_ends_with: String\r\n  businessProcessType_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  transaction: TransactionEnum\r\n  transaction_not: TransactionEnum\r\n  transaction_in: [TransactionEnum!]\r\n  transaction_not_in: [TransactionEnum!]\r\n  transaction_empty: Boolean\r\n  loop: LoopEnum\r\n  loop_not: LoopEnum\r\n  loop_in: [LoopEnum!]\r\n  loop_not_in: [LoopEnum!]\r\n  loop_empty: Boolean\r\n  adHoc: AdHocEnum\r\n  adHoc_not: AdHocEnum\r\n  adHoc_in: [AdHocEnum!]\r\n  adHoc_not_in: [AdHocEnum!]\r\n  adHoc_empty: Boolean\r\n  multiple: MultipleEnum\r\n  multiple_not: MultipleEnum\r\n  multiple_in: [MultipleEnum!]\r\n  multiple_not_in: [MultipleEnum!]\r\n  multiple_empty: Boolean\r\n  compensation: CompensationEnum\r\n  compensation_not: CompensationEnum\r\n  compensation_in: [CompensationEnum!]\r\n  compensation_not_in: [CompensationEnum!]\r\n  compensation_empty: Boolean\r\n  loopCondition: String\r\n  loopCondition_not: String\r\n  loopCondition_in: [String!]\r\n  loopCondition_not_in: [String!]\r\n  loopCondition_lt: String\r\n  loopCondition_lte: String\r\n  loopCondition_gt: String\r\n  loopCondition_gte: String\r\n  loopCondition_contains: String\r\n  loopCondition_not_contains: String\r\n  loopCondition_starts_with: String\r\n  loopCondition_not_starts_with: String\r\n  loopCondition_ends_with: String\r\n  loopCondition_not_ends_with: String\r\n  loopCondition_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  businessProcessStatus: BusinessProcessStatusEnum\r\n  businessProcessStatus_not: BusinessProcessStatusEnum\r\n  businessProcessStatus_in: [BusinessProcessStatusEnum!]\r\n  businessProcessStatus_not_in: [BusinessProcessStatusEnum!]\r\n  businessProcessStatus_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  inputLogic: InputLogicEnum\r\n  inputLogic_not: InputLogicEnum\r\n  inputLogic_in: [InputLogicEnum!]\r\n  inputLogic_not_in: [InputLogicEnum!]\r\n  inputLogic_empty: Boolean\r\n  executionBA: ExecutionBAEnum\r\n  executionBA_not: ExecutionBAEnum\r\n  executionBA_in: [ExecutionBAEnum!]\r\n  executionBA_not_in: [ExecutionBAEnum!]\r\n  executionBA_empty: Boolean\r\n  designBA: DesignBAEnum\r\n  designBA_not: DesignBAEnum\r\n  designBA_in: [DesignBAEnum!]\r\n  designBA_not_in: [DesignBAEnum!]\r\n  designBA_empty: Boolean\r\n  knowledgeBA: KnowledgeBAEnum\r\n  knowledgeBA_not: KnowledgeBAEnum\r\n  knowledgeBA_in: [KnowledgeBAEnum!]\r\n  knowledgeBA_not_in: [KnowledgeBAEnum!]\r\n  knowledgeBA_empty: Boolean\r\n  iTSupportBA: ITSupportBAEnum\r\n  iTSupportBA_not: ITSupportBAEnum\r\n  iTSupportBA_in: [ITSupportBAEnum!]\r\n  iTSupportBA_not_in: [ITSupportBAEnum!]\r\n  iTSupportBA_empty: Boolean\r\n  performanceBA: PerformanceBAEnum\r\n  performanceBA_not: PerformanceBAEnum\r\n  performanceBA_in: [PerformanceBAEnum!]\r\n  performanceBA_not_in: [PerformanceBAEnum!]\r\n  performanceBA_empty: Boolean\r\n  efficiencyBA: EfficiencyBAEnum\r\n  efficiencyBA_not: EfficiencyBAEnum\r\n  efficiencyBA_in: [EfficiencyBAEnum!]\r\n  efficiencyBA_not_in: [EfficiencyBAEnum!]\r\n  efficiencyBA_empty: Boolean\r\n  businessValueBA: BusinessValueBAEnum\r\n  businessValueBA_not: BusinessValueBAEnum\r\n  businessValueBA_in: [BusinessValueBAEnum!]\r\n  businessValueBA_not_in: [BusinessValueBAEnum!]\r\n  businessValueBA_empty: Boolean\r\n  riskBA: RiskBAEnum\r\n  riskBA_not: RiskBAEnum\r\n  riskBA_in: [RiskBAEnum!]\r\n  riskBA_not_in: [RiskBAEnum!]\r\n  riskBA_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  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  businessProcessDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n  businessProcessDesigner_PersonSystem_count: countFilter\r\n  businessProcessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  businessProcessOwner_PersonSystem_count: countFilter\r\n  questionGroup_some: [QuestionGroupFilter!]\r\n  questionGroup_count: countFilter\r\n  auditActivity_Activity_some: [AuditActivityFilter!]\r\n  auditActivity_Activity_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  auditTheme_some: [AuditThemeFilter!]\r\n  auditTheme_count: countFilter\r\n  recommendation_some: [RecommendationFilter!]\r\n  recommendation_count: countFilter\r\n  plan_AuditPlan_some: [PlanFilter!]\r\n  plan_AuditPlan_count: countFilter\r\n  audit_some: [AuditFilter!]\r\n  audit_count: countFilter\r\n}\r\n\r\nenum BusinessProcessOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  beginLifeDate_ASC\r\n  beginLifeDate_DESC\r\n  endLifeDate_ASC\r\n  endLifeDate_DESC\r\n  outputLogic_ASC\r\n  outputLogic_DESC\r\n  triggeredByEvent_ASC\r\n  triggeredByEvent_DESC\r\n  businessProcessType_ASC\r\n  businessProcessType_DESC\r\n  businessProcessCode_ASC\r\n  businessProcessCode_DESC\r\n  transaction_ASC\r\n  transaction_DESC\r\n  loop_ASC\r\n  loop_DESC\r\n  adHoc_ASC\r\n  adHoc_DESC\r\n  multiple_ASC\r\n  multiple_DESC\r\n  compensation_ASC\r\n  compensation_DESC\r\n  loopCondition_ASC\r\n  loopCondition_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  businessProcessStatus_ASC\r\n  businessProcessStatus_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  inputLogic_ASC\r\n  inputLogic_DESC\r\n  executionBA_ASC\r\n  executionBA_DESC\r\n  designBA_ASC\r\n  designBA_DESC\r\n  knowledgeBA_ASC\r\n  knowledgeBA_DESC\r\n  iTSupportBA_ASC\r\n  iTSupportBA_DESC\r\n  performanceBA_ASC\r\n  performanceBA_DESC\r\n  efficiencyBA_ASC\r\n  efficiencyBA_DESC\r\n  businessValueBA_ASC\r\n  businessValueBA_DESC\r\n  riskBA_ASC\r\n  riskBA_DESC\r\n  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 BusinessProcessStatusEnum {\r\n  UpdateInProgress\r\n  ValidationInProgress\r\n  Validated\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  audit_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n  audit_AssignedObject_ResponsibilityAssignment_PersonAssignmentAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [AuditAggregatedValues]\r\n  auditActivity_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n  auditActivity_AssignedObject_ResponsibilityAssignment_PersonAssignmentAggregatedValues(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendation_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n  recommendation_AssignedObject_ResponsibilityAssignment_PersonAssignmentAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n  actionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignmentAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [ActionPlanAggregatedValues]\r\n  actionActionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n  actionActionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignmentAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [ActionActionPlanAggregatedValues]\r\n  vacation_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n  vacation_AssignedObject_ResponsibilityAssignment_PersonAssignmentAggregatedValues(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [VacationAggregatedValues]\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  control_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n  control_AssignedObject_ResponsibilityAssignment_PersonAssignmentAggregatedValues(filter: Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [ControlAggregatedValues]\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  organizationalProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n  organizationalProcess_AssignedObject_ResponsibilityAssignment_PersonAssignmentAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirement_AssignedObject_ResponsibilityAssignment_PersonAssignment(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole]\r\n  requirement_AssignedObject_ResponsibilityAssignment_PersonAssignmentAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy]): [RequirementAggregatedValues]\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  audit_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [AuditFilter!]\r\n  audit_AssignedObject_ResponsibilityAssignment_PersonAssignment_count: countFilter\r\n  auditActivity_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [AuditActivityFilter!]\r\n  auditActivity_AssignedObject_ResponsibilityAssignment_PersonAssignment_count: countFilter\r\n  recommendation_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [RecommendationFilter!]\r\n  recommendation_AssignedObject_ResponsibilityAssignment_PersonAssignment_count: countFilter\r\n  actionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [ActionPlanFilter!]\r\n  actionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignment_count: countFilter\r\n  actionActionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [ActionActionPlanFilter!]\r\n  actionActionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignment_count: countFilter\r\n  vacation_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [VacationFilter!]\r\n  vacation_AssignedObject_ResponsibilityAssignment_PersonAssignment_count: countFilter\r\n  risk_some: [RiskFilter!]\r\n  risk_count: countFilter\r\n  control_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [ControlFilter!]\r\n  control_AssignedObject_ResponsibilityAssignment_PersonAssignment_count: countFilter\r\n  orgUnit_some: [OrgUnitFilter!]\r\n  orgUnit_count: countFilter\r\n  organizationalProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment_count: countFilter\r\n  requirement_AssignedObject_ResponsibilityAssignment_PersonAssignment_some: [RequirementFilter!]\r\n  requirement_AssignedObject_ResponsibilityAssignment_PersonAssignment_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 BusinessValueBAEnum {\r\n  NA\r\n  VeryLow\r\n  Low\r\n  Medium\r\n  High\r\n  VeryHigh\r\n}\r\n\r\nenum CompensationEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum ComplianceTestTypeEnum {\r\n  Design\r\n  Execution\r\n  IndirectIndicator\r\n  DesignAndExecution\r\n}\r\n\r\ntype Control implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  controlCode: String\r\n  controlLevel(format: EnumFormat): ControlLevelEnum\r\n  controlNature(format: EnumFormat): ControlNatureEnum\r\n  controlExecutionMethod(format: EnumFormat): ControlExecutionMethodEnum\r\n  controlStatus(format: EnumFormat): ControlStatusEnum\r\n  testingFrequency(format: EnumFormat): TestingFrequencyEnum\r\n  testingMethod(format: EnumFormat): TestingMethodEnum\r\n  testingPopulationSize: CustomInt\r\n  executionMode(format: EnumFormat): ExecutionModeEnum\r\n  testingSampleSize: CustomInt\r\n  testingProcedure(format: StringFormat): String\r\n  executionProcedure(format: StringFormat): String\r\n  controlKey: Boolean\r\n  controlFrequency(format: EnumFormat): ControlFrequencyEnum\r\n  customFrequency: String\r\n  controlObjective(format: StringFormat, language: Languages): String\r\n  controlExecutionValueIC(format: EnumFormat): ControlExecutionValueICEnum\r\n  operationalCost: String\r\n  controlDesignIC(format: EnumFormat): ControlDesignICEnum\r\n  controlEffectivenessIC(format: EnumFormat): ControlEffectivenessICEnum\r\n  controlLevelIC(format: EnumFormat): ControlLevelICEnum\r\n  controlDesignERM(format: EnumFormat): ControlDesignERMEnum\r\n  controlEfficiencyERM(format: EnumFormat): ControlEfficiencyERMEnum\r\n  controlLevelERM(format: EnumFormat): ControlLevelERMEnum\r\n  assessmentFreshness: CustomFloat\r\n  organizationalLevel(format: EnumFormat): OrganizationalLevelEnum\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  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  questionGroup(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroup]\r\n  questionGroupAggregatedValues(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroupAggregatedValues]\r\n  risk_ControlledRisk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n  risk_ControlledRiskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n}\r\n\r\ntype ControlAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  controlCode(function: AggregateFunctionType): CustomFloat\r\n  controlLevel(function: AggregateFunctionType): CustomFloat\r\n  controlNature(function: AggregateFunctionType): CustomFloat\r\n  controlExecutionMethod(function: AggregateFunctionType): CustomFloat\r\n  controlStatus(function: AggregateFunctionType): CustomFloat\r\n  testingFrequency(function: AggregateFunctionType): CustomFloat\r\n  testingMethod(function: AggregateFunctionType): CustomFloat\r\n  testingPopulationSize(function: AggregateNumbersFunctionType): CustomFloat\r\n  executionMode(function: AggregateFunctionType): CustomFloat\r\n  testingSampleSize(function: AggregateNumbersFunctionType): CustomFloat\r\n  testingProcedure(function: AggregateFunctionType): CustomFloat\r\n  executionProcedure(function: AggregateFunctionType): CustomFloat\r\n  controlKey(function: AggregateFunctionType): CustomFloat\r\n  controlFrequency(function: AggregateFunctionType): CustomFloat\r\n  customFrequency(function: AggregateFunctionType): CustomFloat\r\n  controlObjective(function: AggregateFunctionType): CustomFloat\r\n  controlExecutionValueIC(function: AggregateFunctionType): CustomFloat\r\n  operationalCost(function: AggregateFunctionType): CustomFloat\r\n  controlDesignIC(function: AggregateFunctionType): CustomFloat\r\n  controlEffectivenessIC(function: AggregateFunctionType): CustomFloat\r\n  controlLevelIC(function: AggregateFunctionType): CustomFloat\r\n  controlDesignERM(function: AggregateFunctionType): CustomFloat\r\n  controlEfficiencyERM(function: AggregateFunctionType): CustomFloat\r\n  controlLevelERM(function: AggregateFunctionType): CustomFloat\r\n  assessmentFreshness(function: AggregateNumbersFunctionType): CustomFloat\r\n  organizationalLevel(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\nenum ControlDesignERMEnum {\r\n  VeryStrong\r\n  Strong\r\n  Medium\r\n  Weak\r\n  VeryWeak\r\n}\r\n\r\nenum ControlDesignICEnum {\r\n  Adequate\r\n  Inadequate\r\n}\r\n\r\nenum ControlEffectivenessERMEnum {\r\n  VeryStrong\r\n  Strong\r\n  Medium\r\n  Weak\r\n  VeryWeak\r\n}\r\n\r\nenum ControlEffectivenessICEnum {\r\n  Effective\r\n  Ineffective\r\n}\r\n\r\nenum ControlEfficiencyERMEnum {\r\n  VeryStrong\r\n  Strong\r\n  Medium\r\n  Weak\r\n  VeryWeak\r\n}\r\n\r\nenum ControlExecutionMethodEnum {\r\n  Exhaustive\r\n  BySample\r\n}\r\n\r\nenum ControlExecutionValueICEnum {\r\n  NO\r\n  OK\r\n}\r\n\r\ninput ControlFilter {\r\n  defaultField_c954b7bb087a4ea5b93be887dcd09b69: String\r\n  and: [ControlFilter!]\r\n  or: [ControlFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_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  controlCode: String\r\n  controlCode_not: String\r\n  controlCode_in: [String!]\r\n  controlCode_not_in: [String!]\r\n  controlCode_lt: String\r\n  controlCode_lte: String\r\n  controlCode_gt: String\r\n  controlCode_gte: String\r\n  controlCode_contains: String\r\n  controlCode_not_contains: String\r\n  controlCode_starts_with: String\r\n  controlCode_not_starts_with: String\r\n  controlCode_ends_with: String\r\n  controlCode_not_ends_with: String\r\n  controlCode_empty: Boolean\r\n  controlLevel: ControlLevelEnum\r\n  controlLevel_not: ControlLevelEnum\r\n  controlLevel_in: [ControlLevelEnum!]\r\n  controlLevel_not_in: [ControlLevelEnum!]\r\n  controlLevel_empty: Boolean\r\n  controlNature: ControlNatureEnum\r\n  controlNature_not: ControlNatureEnum\r\n  controlNature_in: [ControlNatureEnum!]\r\n  controlNature_not_in: [ControlNatureEnum!]\r\n  controlNature_empty: Boolean\r\n  controlExecutionMethod: ControlExecutionMethodEnum\r\n  controlExecutionMethod_not: ControlExecutionMethodEnum\r\n  controlExecutionMethod_in: [ControlExecutionMethodEnum!]\r\n  controlExecutionMethod_not_in: [ControlExecutionMethodEnum!]\r\n  controlExecutionMethod_empty: Boolean\r\n  controlStatus: ControlStatusEnum\r\n  controlStatus_not: ControlStatusEnum\r\n  controlStatus_in: [ControlStatusEnum!]\r\n  controlStatus_not_in: [ControlStatusEnum!]\r\n  controlStatus_empty: Boolean\r\n  testingFrequency: TestingFrequencyEnum\r\n  testingFrequency_not: TestingFrequencyEnum\r\n  testingFrequency_in: [TestingFrequencyEnum!]\r\n  testingFrequency_not_in: [TestingFrequencyEnum!]\r\n  testingFrequency_empty: Boolean\r\n  testingMethod: TestingMethodEnum\r\n  testingMethod_not: TestingMethodEnum\r\n  testingMethod_in: [TestingMethodEnum!]\r\n  testingMethod_not_in: [TestingMethodEnum!]\r\n  testingMethod_empty: Boolean\r\n  testingPopulationSize: CustomInt\r\n  testingPopulationSize_not: CustomInt\r\n  testingPopulationSize_in: [CustomInt!]\r\n  testingPopulationSize_not_in: [CustomInt!]\r\n  testingPopulationSize_lt: CustomInt\r\n  testingPopulationSize_lte: CustomInt\r\n  testingPopulationSize_gt: CustomInt\r\n  testingPopulationSize_gte: CustomInt\r\n  testingPopulationSize_empty: Boolean\r\n  executionMode: ExecutionModeEnum\r\n  executionMode_not: ExecutionModeEnum\r\n  executionMode_in: [ExecutionModeEnum!]\r\n  executionMode_not_in: [ExecutionModeEnum!]\r\n  executionMode_empty: Boolean\r\n  testingSampleSize: CustomInt\r\n  testingSampleSize_not: CustomInt\r\n  testingSampleSize_in: [CustomInt!]\r\n  testingSampleSize_not_in: [CustomInt!]\r\n  testingSampleSize_lt: CustomInt\r\n  testingSampleSize_lte: CustomInt\r\n  testingSampleSize_gt: CustomInt\r\n  testingSampleSize_gte: CustomInt\r\n  testingSampleSize_empty: Boolean\r\n  testingProcedure: String\r\n  testingProcedure_not: String\r\n  testingProcedure_in: [String!]\r\n  testingProcedure_not_in: [String!]\r\n  testingProcedure_lt: String\r\n  testingProcedure_lte: String\r\n  testingProcedure_gt: String\r\n  testingProcedure_gte: String\r\n  testingProcedure_contains: String\r\n  testingProcedure_not_contains: String\r\n  testingProcedure_starts_with: String\r\n  testingProcedure_not_starts_with: String\r\n  testingProcedure_ends_with: String\r\n  testingProcedure_not_ends_with: String\r\n  testingProcedure_empty: Boolean\r\n  executionProcedure: String\r\n  executionProcedure_not: String\r\n  executionProcedure_in: [String!]\r\n  executionProcedure_not_in: [String!]\r\n  executionProcedure_lt: String\r\n  executionProcedure_lte: String\r\n  executionProcedure_gt: String\r\n  executionProcedure_gte: String\r\n  executionProcedure_contains: String\r\n  executionProcedure_not_contains: String\r\n  executionProcedure_starts_with: String\r\n  executionProcedure_not_starts_with: String\r\n  executionProcedure_ends_with: String\r\n  executionProcedure_not_ends_with: String\r\n  executionProcedure_empty: Boolean\r\n  controlKey: Boolean\r\n  controlKey_not: Boolean\r\n  controlKey_empty: Boolean\r\n  controlFrequency: ControlFrequencyEnum\r\n  controlFrequency_not: ControlFrequencyEnum\r\n  controlFrequency_in: [ControlFrequencyEnum!]\r\n  controlFrequency_not_in: [ControlFrequencyEnum!]\r\n  controlFrequency_empty: Boolean\r\n  customFrequency: String\r\n  customFrequency_not: String\r\n  customFrequency_in: [String!]\r\n  customFrequency_not_in: [String!]\r\n  customFrequency_lt: String\r\n  customFrequency_lte: String\r\n  customFrequency_gt: String\r\n  customFrequency_gte: String\r\n  customFrequency_contains: String\r\n  customFrequency_not_contains: String\r\n  customFrequency_starts_with: String\r\n  customFrequency_not_starts_with: String\r\n  customFrequency_ends_with: String\r\n  customFrequency_not_ends_with: String\r\n  customFrequency_empty: Boolean\r\n  controlObjective: String\r\n  controlObjective_not: String\r\n  controlObjective_in: [String!]\r\n  controlObjective_not_in: [String!]\r\n  controlObjective_lt: String\r\n  controlObjective_lte: String\r\n  controlObjective_gt: String\r\n  controlObjective_gte: String\r\n  controlObjective_contains: String\r\n  controlObjective_not_contains: String\r\n  controlObjective_starts_with: String\r\n  controlObjective_not_starts_with: String\r\n  controlObjective_ends_with: String\r\n  controlObjective_not_ends_with: String\r\n  controlObjective_empty: Boolean\r\n  controlExecutionValueIC: ControlExecutionValueICEnum\r\n  controlExecutionValueIC_not: ControlExecutionValueICEnum\r\n  controlExecutionValueIC_in: [ControlExecutionValueICEnum!]\r\n  controlExecutionValueIC_not_in: [ControlExecutionValueICEnum!]\r\n  controlExecutionValueIC_empty: Boolean\r\n  operationalCost: String\r\n  operationalCost_not: String\r\n  operationalCost_in: [String!]\r\n  operationalCost_not_in: [String!]\r\n  operationalCost_lt: String\r\n  operationalCost_lte: String\r\n  operationalCost_gt: String\r\n  operationalCost_gte: String\r\n  operationalCost_contains: String\r\n  operationalCost_not_contains: String\r\n  operationalCost_starts_with: String\r\n  operationalCost_not_starts_with: String\r\n  operationalCost_ends_with: String\r\n  operationalCost_not_ends_with: String\r\n  operationalCost_empty: Boolean\r\n  controlDesignIC: ControlDesignICEnum\r\n  controlDesignIC_not: ControlDesignICEnum\r\n  controlDesignIC_in: [ControlDesignICEnum!]\r\n  controlDesignIC_not_in: [ControlDesignICEnum!]\r\n  controlDesignIC_empty: Boolean\r\n  controlEffectivenessIC: ControlEffectivenessICEnum\r\n  controlEffectivenessIC_not: ControlEffectivenessICEnum\r\n  controlEffectivenessIC_in: [ControlEffectivenessICEnum!]\r\n  controlEffectivenessIC_not_in: [ControlEffectivenessICEnum!]\r\n  controlEffectivenessIC_empty: Boolean\r\n  controlLevelIC: ControlLevelICEnum\r\n  controlLevelIC_not: ControlLevelICEnum\r\n  controlLevelIC_in: [ControlLevelICEnum!]\r\n  controlLevelIC_not_in: [ControlLevelICEnum!]\r\n  controlLevelIC_empty: Boolean\r\n  controlDesignERM: ControlDesignERMEnum\r\n  controlDesignERM_not: ControlDesignERMEnum\r\n  controlDesignERM_in: [ControlDesignERMEnum!]\r\n  controlDesignERM_not_in: [ControlDesignERMEnum!]\r\n  controlDesignERM_empty: Boolean\r\n  controlEfficiencyERM: ControlEfficiencyERMEnum\r\n  controlEfficiencyERM_not: ControlEfficiencyERMEnum\r\n  controlEfficiencyERM_in: [ControlEfficiencyERMEnum!]\r\n  controlEfficiencyERM_not_in: [ControlEfficiencyERMEnum!]\r\n  controlEfficiencyERM_empty: Boolean\r\n  controlLevelERM: ControlLevelERMEnum\r\n  controlLevelERM_not: ControlLevelERMEnum\r\n  controlLevelERM_in: [ControlLevelERMEnum!]\r\n  controlLevelERM_not_in: [ControlLevelERMEnum!]\r\n  controlLevelERM_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  organizationalLevel: OrganizationalLevelEnum\r\n  organizationalLevel_not: OrganizationalLevelEnum\r\n  organizationalLevel_in: [OrganizationalLevelEnum!]\r\n  organizationalLevel_not_in: [OrganizationalLevelEnum!]\r\n  organizationalLevel_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  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  questionGroup_some: [QuestionGroupFilter!]\r\n  questionGroup_count: countFilter\r\n  risk_ControlledRisk_some: [RiskFilter!]\r\n  risk_ControlledRisk_count: countFilter\r\n}\r\n\r\nenum ControlFrequencyEnum {\r\n  Daily\r\n  Weekly\r\n  Monthly\r\n  Bi_monthly\r\n  AtEachTransaction\r\n}\r\n\r\nenum ControlLevelERMEnum {\r\n  VeryStrong\r\n  Strong\r\n  Medium\r\n  Weak\r\n  VeryWeak\r\n}\r\n\r\nenum ControlLevelEnum {\r\n  LevelOne_Operational\r\n  LevelTwo_Organizational\r\n}\r\n\r\nenum ControlLevelICEnum {\r\n  Pass\r\n  Fail\r\n}\r\n\r\nenum ControlNatureEnum {\r\n  Detective\r\n  Preventive\r\n  Corrective\r\n}\r\n\r\nenum ControlOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  controlCode_ASC\r\n  controlCode_DESC\r\n  controlLevel_ASC\r\n  controlLevel_DESC\r\n  controlNature_ASC\r\n  controlNature_DESC\r\n  controlExecutionMethod_ASC\r\n  controlExecutionMethod_DESC\r\n  controlStatus_ASC\r\n  controlStatus_DESC\r\n  testingFrequency_ASC\r\n  testingFrequency_DESC\r\n  testingMethod_ASC\r\n  testingMethod_DESC\r\n  testingPopulationSize_ASC\r\n  testingPopulationSize_DESC\r\n  executionMode_ASC\r\n  executionMode_DESC\r\n  testingSampleSize_ASC\r\n  testingSampleSize_DESC\r\n  testingProcedure_ASC\r\n  testingProcedure_DESC\r\n  executionProcedure_ASC\r\n  executionProcedure_DESC\r\n  controlKey_ASC\r\n  controlKey_DESC\r\n  controlFrequency_ASC\r\n  controlFrequency_DESC\r\n  customFrequency_ASC\r\n  customFrequency_DESC\r\n  controlObjective_ASC\r\n  controlObjective_DESC\r\n  controlExecutionValueIC_ASC\r\n  controlExecutionValueIC_DESC\r\n  operationalCost_ASC\r\n  operationalCost_DESC\r\n  controlDesignIC_ASC\r\n  controlDesignIC_DESC\r\n  controlEffectivenessIC_ASC\r\n  controlEffectivenessIC_DESC\r\n  controlLevelIC_ASC\r\n  controlLevelIC_DESC\r\n  controlDesignERM_ASC\r\n  controlDesignERM_DESC\r\n  controlEfficiencyERM_ASC\r\n  controlEfficiencyERM_DESC\r\n  controlLevelERM_ASC\r\n  controlLevelERM_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  organizationalLevel_ASC\r\n  organizationalLevel_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  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 ControlStatusEnum {\r\n  Validated\r\n  Draft\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 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\nenum DelayEnum {\r\n  Late\r\n  InTime\r\n}\r\n\r\nenum DelegationAllowedEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\ntype DeleteType {\r\n  deletedCount: Int!\r\n}\r\n\r\nenum DependencyEnum {\r\n  Functional\r\n  Hierarchical\r\n}\r\n\r\nenum DesignBAEnum {\r\n  NA\r\n  VeryPoor\r\n  Poor\r\n  Medium\r\n  Good\r\n  VeryGood\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 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_fd23d511e5b741699e7e9c5f4de7c23c: 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 EfficiencyBAEnum {\r\n  NA\r\n  VeryLow\r\n  Low\r\n  Medium\r\n  High\r\n  VeryHigh\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\nenum ExecutionBAEnum {\r\n  NA\r\n  Inefficient\r\n  Insufficient\r\n  Medium\r\n  Good\r\n  VeryGood\r\n}\r\n\r\nenum ExecutionModeEnum {\r\n  Automatic\r\n  Manual\r\n  Semi_Automatic\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\ntype Finding implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  findingType(format: EnumFormat): FindingTypeEnum\r\n  causalAnalysis(format: StringFormat, language: Languages): String\r\n  detailedDescription(format: StringFormat, language: Languages): String\r\n  description(language: Languages): String\r\n  findingImpact(format: EnumFormat): FindingImpactEnum\r\n  complianceTestType(format: EnumFormat): ComplianceTestTypeEnum\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  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  auditActivity_Activity(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivity_ActivityAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n  riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n}\r\n\r\ntype FindingAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  findingType(function: AggregateFunctionType): CustomFloat\r\n  causalAnalysis(function: AggregateFunctionType): CustomFloat\r\n  detailedDescription(function: AggregateFunctionType): CustomFloat\r\n  description(function: AggregateFunctionType): CustomFloat\r\n  findingImpact(function: AggregateFunctionType): CustomFloat\r\n  complianceTestType(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 FindingFilter {\r\n  defaultField_d2a724a8d5f54692bf554fa5b5230353: String\r\n  and: [FindingFilter!]\r\n  or: [FindingFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_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  findingType: FindingTypeEnum\r\n  findingType_not: FindingTypeEnum\r\n  findingType_in: [FindingTypeEnum!]\r\n  findingType_not_in: [FindingTypeEnum!]\r\n  findingType_empty: Boolean\r\n  causalAnalysis: String\r\n  causalAnalysis_not: String\r\n  causalAnalysis_in: [String!]\r\n  causalAnalysis_not_in: [String!]\r\n  causalAnalysis_lt: String\r\n  causalAnalysis_lte: String\r\n  causalAnalysis_gt: String\r\n  causalAnalysis_gte: String\r\n  causalAnalysis_contains: String\r\n  causalAnalysis_not_contains: String\r\n  causalAnalysis_starts_with: String\r\n  causalAnalysis_not_starts_with: String\r\n  causalAnalysis_ends_with: String\r\n  causalAnalysis_not_ends_with: String\r\n  causalAnalysis_empty: Boolean\r\n  detailedDescription: String\r\n  detailedDescription_not: String\r\n  detailedDescription_in: [String!]\r\n  detailedDescription_not_in: [String!]\r\n  detailedDescription_lt: String\r\n  detailedDescription_lte: String\r\n  detailedDescription_gt: String\r\n  detailedDescription_gte: String\r\n  detailedDescription_contains: String\r\n  detailedDescription_not_contains: String\r\n  detailedDescription_starts_with: String\r\n  detailedDescription_not_starts_with: String\r\n  detailedDescription_ends_with: String\r\n  detailedDescription_not_ends_with: String\r\n  detailedDescription_empty: Boolean\r\n  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  description_empty: Boolean\r\n  findingImpact: FindingImpactEnum\r\n  findingImpact_not: FindingImpactEnum\r\n  findingImpact_in: [FindingImpactEnum!]\r\n  findingImpact_not_in: [FindingImpactEnum!]\r\n  findingImpact_empty: Boolean\r\n  complianceTestType: ComplianceTestTypeEnum\r\n  complianceTestType_not: ComplianceTestTypeEnum\r\n  complianceTestType_in: [ComplianceTestTypeEnum!]\r\n  complianceTestType_not_in: [ComplianceTestTypeEnum!]\r\n  complianceTestType_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  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  auditActivity_Activity_some: [AuditActivityFilter!]\r\n  auditActivity_Activity_count: countFilter\r\n  recommendation_some: [RecommendationFilter!]\r\n  recommendation_count: countFilter\r\n  risk_some: [RiskFilter!]\r\n  risk_count: countFilter\r\n}\r\n\r\nenum FindingImpactEnum {\r\n  VeryHigh\r\n  High\r\n  Medium\r\n  Low\r\n  VeryLow\r\n}\r\n\r\nenum FindingOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  findingType_ASC\r\n  findingType_DESC\r\n  causalAnalysis_ASC\r\n  causalAnalysis_DESC\r\n  detailedDescription_ASC\r\n  detailedDescription_DESC\r\n  description_ASC\r\n  description_DESC\r\n  findingImpact_ASC\r\n  findingImpact_DESC\r\n  complianceTestType_ASC\r\n  complianceTestType_DESC\r\n  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 FindingTypeEnum {\r\n  Strength\r\n  Weakness\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\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 ITSupportBAEnum {\r\n  NA\r\n  Poor\r\n  VeryPoor\r\n  Medium\r\n  Good\r\n  VeryGood\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\nenum InherentRiskERMEnum {\r\n  VeryLow\r\n  Low\r\n  Medium\r\n  High\r\n  VeryHigh\r\n}\r\n\r\ninput InputActionActionPlan {\r\n  actionProgress: ActionProgressEnum\r\n  deliverablesact: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  statusact: StatusactEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  audit_OwnerAudit: _InputCollectionAction4527\r\n  businessDocument_AttachedDocument: _InputCollectionAction4528\r\n  businessDocument_ReferredToDocument: _InputCollectionAction4529\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction4530\r\n  businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction4531\r\n  actionOwner_PersonSystem: _InputCollectionAction4532\r\n  actionPlan_OwnerActionPlan: _InputCollectionAction4533\r\n  recommendation: _InputCollectionAction4534\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputActionPlan {\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  successful: SuccessfulEnum\r\n  realCost: CustomFloat\r\n  forecastCost: CustomFloat\r\n  forecastCostManDays: CustomInt\r\n  realCostManDays: CustomInt\r\n  actionPlanCategory: ActionPlanCategoryEnum\r\n  actionPlanStatus: ActionPlanStatusEnum\r\n  means: String\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  actionPlanOrigin: ActionPlanOriginEnum\r\n  keySuccessFactor: String\r\n  successfullComments: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  actionPlanPriority: ActionPlanPriorityEnum\r\n  delay: DelayEnum\r\n  currentWorkflowStatus: String\r\n  actionPlanNature: ActionPlanNatureEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  businessDocument_AttachedDocument: _InputCollectionAction4473\r\n  businessDocument_ReferredToDocument: _InputCollectionAction4474\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction4475\r\n  businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction4476\r\n  actionPlanOwner_PersonSystem: _InputCollectionAction4477\r\n  actionPlanResponsible_PersonSystem: _InputCollectionAction4478\r\n  actionPlanApprover_PersonSystem: _InputCollectionAction4479\r\n  actionActionPlan_OwnedAction: _InputCollectionAction4480\r\n  progressUpdate: _InputCollectionAction4481\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputAnswerAudit {\r\n  name: String\r\n  weighting: CustomInt\r\n  deficient: Boolean\r\n  selected: Boolean\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  questionAudit_Question: _InputCollectionAction4471\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputAudit {\r\n  name: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  actionActionPlan_OwnedAction: _InputCollectionAction4349\r\n  businessDocument_AttachedDocument: _InputCollectionAction4350\r\n  businessDocument_ReferredToDocument: _InputCollectionAction4351\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction4352\r\n  businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction4353\r\n  auditActivity: _InputCollectionAction4354\r\n  auditTheme: _InputCollectionAction4355\r\n  otherParticipantInAudit_PersonSystem: _InputCollectionAction4356\r\n  auditee_PersonSystem: _InputCollectionAction4357\r\n  auditorInAudit_PersonSystem: _InputCollectionAction4358\r\n  leadAuditor_PersonSystem: _InputCollectionAction4359\r\n  mainAuditee_PersonSystem: _InputCollectionAction4360\r\n  recommendation_FollowUpRecommendation: _InputCollectionAction4361\r\n  timeSheet: _InputCollectionAction4362\r\n  recommendation_OwnedRecommendation: _InputCollectionAction4363\r\n  skill: _InputCollectionAction4364\r\n  plan_AuditPlan: _InputCollectionAction4365\r\n  businessProcess: _InputCollectionAction4366\r\n  organizationalProcess: _InputCollectionAction4367\r\n  orgUnit: _InputCollectionAction4368\r\n  risk: _InputCollectionAction4369\r\n  requirement: _InputCollectionAction4370\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputAuditActivity {\r\n  name: String\r\n  beginDate: CustomDate\r\n  activityEndDate: CustomDate\r\n  estimatedWorkloadHours: CustomFloat\r\n  activityStatus: ActivityStatusEnum\r\n  activityEffectiveWorkloadHours: CustomFloat\r\n  offline: OfflineEnum\r\n  computedActivityEffectiveWorkloadHours: CustomFloat\r\n  currentOfflineUpdateDate: CustomDate\r\n  previousOfflineUpdateDate: CustomDate\r\n  currentOnlineUpdateDate: CustomDate\r\n  previousOnlineUpdateDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  audit: _InputCollectionAction4405\r\n  auditTheme_ActivityTheme: _InputCollectionAction4406\r\n  finding_ActivityFinding: _InputCollectionAction4407\r\n  workPaper_ActivityWorkPaper: _InputCollectionAction4408\r\n  activityOwner_PersonSystem: _InputCollectionAction4409\r\n  risk_Scope: _InputCollectionAction4410\r\n  orgUnit_Scope: _InputCollectionAction4411\r\n  organizationalProcess_Scope: _InputCollectionAction4412\r\n  businessProcess_Scope: _InputCollectionAction4413\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputAuditTheme {\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  audit_ThemeAudit: _InputCollectionAction4393\r\n  auditTheme_Parent: _InputCollectionAction4394\r\n  auditTheme_ChildAuditTheme: _InputCollectionAction4395\r\n  auditActivity_ActivityWithTheme: _InputCollectionAction4396\r\n  organizationalProcess_AuditThemeScope: _InputCollectionAction4397\r\n  businessProcess_AuditThemeScope: _InputCollectionAction4398\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  workPaper_DocumentedObject: _InputCollectionAction4583\r\n  audit_DocumentedObject: _InputCollectionAction4584\r\n  recommendation_DocumentedObject: _InputCollectionAction4585\r\n  finding_DocumentedObject: _InputCollectionAction4586\r\n  actionPlan_DocumentedObject: _InputCollectionAction4587\r\n  skill_DocumentedObject: _InputCollectionAction4588\r\n  actionActionPlan_DocumentedObject: _InputCollectionAction4589\r\n  risk_DocumentedObject: _InputCollectionAction4590\r\n  control_DocumentedObject: _InputCollectionAction4591\r\n  orgUnit_DocumentedObject: _InputCollectionAction4592\r\n  organizationalProcess_DocumentedObject: _InputCollectionAction4593\r\n  skillType_DocumentedObject: _InputCollectionAction4594\r\n  requirement_DocumentedObject: _InputCollectionAction4595\r\n  businessProcess_DocumentedObject: _InputCollectionAction4596\r\n  workPaper_Object: _InputCollectionAction4597\r\n  audit_Object: _InputCollectionAction4598\r\n  recommendation_Object: _InputCollectionAction4599\r\n  finding_Object: _InputCollectionAction4600\r\n  actionPlan_Object: _InputCollectionAction4601\r\n  skill_Object: _InputCollectionAction4602\r\n  actionActionPlan_Object: _InputCollectionAction4603\r\n  risk_Object: _InputCollectionAction4604\r\n  control_Object: _InputCollectionAction4605\r\n  orgUnit_Object: _InputCollectionAction4606\r\n  organizationalProcess_Object: _InputCollectionAction4607\r\n  skillType_Object: _InputCollectionAction4608\r\n  requirement_Object: _InputCollectionAction4609\r\n  businessProcess_Object: _InputCollectionAction4610\r\n  documentCategory: _InputCollectionAction4611\r\n  businessDocumentPattern_DocumentPattern: _InputCollectionAction4612\r\n  businessDocumentVersion_DocumentVersions: _InputCollectionAction4613\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: _InputCollectionAction4685\r\n  businessDocument: _InputCollectionAction4686\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  workPaper_DocumentedObject: _InputCollectionAction4697\r\n  audit_DocumentedObject: _InputCollectionAction4698\r\n  recommendation_DocumentedObject: _InputCollectionAction4699\r\n  finding_DocumentedObject: _InputCollectionAction4700\r\n  actionPlan_DocumentedObject: _InputCollectionAction4701\r\n  skill_DocumentedObject: _InputCollectionAction4702\r\n  actionActionPlan_DocumentedObject: _InputCollectionAction4703\r\n  risk_DocumentedObject: _InputCollectionAction4704\r\n  control_DocumentedObject: _InputCollectionAction4705\r\n  orgUnit_DocumentedObject: _InputCollectionAction4706\r\n  organizationalProcess_DocumentedObject: _InputCollectionAction4707\r\n  skillType_DocumentedObject: _InputCollectionAction4708\r\n  requirement_DocumentedObject: _InputCollectionAction4709\r\n  businessProcess_DocumentedObject: _InputCollectionAction4710\r\n  workPaper_Object: _InputCollectionAction4711\r\n  audit_Object: _InputCollectionAction4712\r\n  recommendation_Object: _InputCollectionAction4713\r\n  finding_Object: _InputCollectionAction4714\r\n  actionPlan_Object: _InputCollectionAction4715\r\n  skill_Object: _InputCollectionAction4716\r\n  actionActionPlan_Object: _InputCollectionAction4717\r\n  risk_Object: _InputCollectionAction4718\r\n  control_Object: _InputCollectionAction4719\r\n  orgUnit_Object: _InputCollectionAction4720\r\n  organizationalProcess_Object: _InputCollectionAction4721\r\n  skillType_Object: _InputCollectionAction4722\r\n  requirement_Object: _InputCollectionAction4723\r\n  businessProcess_Object: _InputCollectionAction4724\r\n  businessDocument_Document: _InputCollectionAction4725\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputBusinessProcess {\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  businessDocument_AttachedDocument: _InputCollectionAction4849\r\n  businessDocument_ReferredToDocument: _InputCollectionAction4850\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction4851\r\n  businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction4852\r\n  businessProcessDesigner_PersonSystem: _InputCollectionAction4853\r\n  businessProcessOwner_PersonSystem: _InputCollectionAction4854\r\n  questionGroup: _InputCollectionAction4855\r\n  auditActivity_Activity: _InputCollectionAction4856\r\n  businessProcess_AggregationOf: _InputCollectionAction4857\r\n  businessProcess_Component: _InputCollectionAction4858\r\n  auditTheme: _InputCollectionAction4859\r\n  recommendation: _InputCollectionAction4860\r\n  plan_AuditPlan: _InputCollectionAction4861\r\n  audit: _InputCollectionAction4862\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: _InputCollectionAction4303\r\n  audit_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction4304\r\n  auditActivity_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction4305\r\n  recommendation_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction4306\r\n  actionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction4307\r\n  actionActionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction4308\r\n  vacation_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction4309\r\n  risk: _InputCollectionAction4310\r\n  control_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction4311\r\n  orgUnit: _InputCollectionAction4312\r\n  organizationalProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction4313\r\n  requirement_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction4314\r\n  businessProcess: _InputCollectionAction4315\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputControl {\r\n  name: String\r\n  controlCode: String\r\n  controlLevel: ControlLevelEnum\r\n  controlNature: ControlNatureEnum\r\n  controlExecutionMethod: ControlExecutionMethodEnum\r\n  controlStatus: ControlStatusEnum\r\n  testingFrequency: TestingFrequencyEnum\r\n  testingMethod: TestingMethodEnum\r\n  testingPopulationSize: CustomInt\r\n  executionMode: ExecutionModeEnum\r\n  testingSampleSize: CustomInt\r\n  testingProcedure: String\r\n  executionProcedure: String\r\n  controlKey: Boolean\r\n  controlFrequency: ControlFrequencyEnum\r\n  customFrequency: String\r\n  controlObjective: String\r\n  controlExecutionValueIC: ControlExecutionValueICEnum\r\n  operationalCost: String\r\n  controlDesignIC: ControlDesignICEnum\r\n  controlEffectivenessIC: ControlEffectivenessICEnum\r\n  controlLevelIC: ControlLevelICEnum\r\n  controlDesignERM: ControlDesignERMEnum\r\n  controlEfficiencyERM: ControlEfficiencyERMEnum\r\n  controlLevelERM: ControlLevelERMEnum\r\n  organizationalLevel: OrganizationalLevelEnum\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  businessDocument_AttachedDocument: _InputCollectionAction4673\r\n  businessDocument_ReferredToDocument: _InputCollectionAction4674\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction4675\r\n  businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction4676\r\n  questionGroup: _InputCollectionAction4677\r\n  risk_ControlledRisk: _InputCollectionAction4678\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: _InputCollectionAction4689\r\n  documentCategory_Lower: _InputCollectionAction4690\r\n  businessDocumentPattern: _InputCollectionAction4691\r\n  businessDocument: _InputCollectionAction4692\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputFinding {\r\n  name: String\r\n  findingType: FindingTypeEnum\r\n  causalAnalysis: String\r\n  detailedDescription: String\r\n  findingImpact: FindingImpactEnum\r\n  complianceTestType: ComplianceTestTypeEnum\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  businessDocument_AttachedDocument: _InputCollectionAction4457\r\n  businessDocument_ReferredToDocument: _InputCollectionAction4458\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction4459\r\n  businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction4460\r\n  auditActivity_Activity: _InputCollectionAction4461\r\n  recommendation: _InputCollectionAction4462\r\n  risk: _InputCollectionAction4463\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: _InputCollectionAction4211\r\n  language_SpecializedLanguage: _InputCollectionAction4212\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\nenum InputLogicEnum {\r\n  Synchronization\r\n  Junction\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: _InputCollectionAction4273\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputMetaTest {\r\n  testExpression: String\r\n  logicalOperator: LogicalOperatorEnum\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  question: _InputCollectionAction4521\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputMultipleValue {\r\n  name: String\r\n  valueDataType: ValueDataTypeEnum\r\n  mandatoryElement: MandatoryElementEnum\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  linkAnsweredObject: String\r\n  titleText: String\r\n  minimumNumberOfAnswers: CustomInt\r\n  maximumNumberOfAnswers: CustomInt\r\n  answerComment: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  question: _InputCollectionAction4559\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputOrgUnit {\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  businessDocument_AttachedDocument: _InputCollectionAction4755\r\n  businessDocument_ReferredToDocument: _InputCollectionAction4756\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction4757\r\n  businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction4758\r\n  orgUnitMember_PersonSystem: _InputCollectionAction4759\r\n  organizationalUnitOwner_PersonSystem: _InputCollectionAction4760\r\n  orgUnitDesigner_PersonSystem: _InputCollectionAction4761\r\n  questionGroup: _InputCollectionAction4762\r\n  auditActivity_Activity: _InputCollectionAction4763\r\n  orgUnit_AggregationOf: _InputCollectionAction4764\r\n  orgUnit_Component: _InputCollectionAction4765\r\n  plan_AuditPlan: _InputCollectionAction4766\r\n  recommendation: _InputCollectionAction4767\r\n  audit: _InputCollectionAction4768\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputOrganizationalProcess {\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  businessDocument_AttachedDocument: _InputCollectionAction4783\r\n  businessDocument_ReferredToDocument: _InputCollectionAction4784\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction4785\r\n  businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction4786\r\n  organizationalProcessDesigner_PersonSystem: _InputCollectionAction4787\r\n  organizationalProcessManager_PersonSystem: _InputCollectionAction4788\r\n  organizationalProcessContributor_PersonSystem: _InputCollectionAction4789\r\n  organizationalProcessOwner_PersonSystem: _InputCollectionAction4790\r\n  organizationalProcess_OrganizationalProcessUsed: _InputCollectionAction4791\r\n  organizationalProcess_UserOrganizationalProcess: _InputCollectionAction4792\r\n  questionGroup: _InputCollectionAction4793\r\n  auditActivity_Activity: _InputCollectionAction4794\r\n  auditTheme: _InputCollectionAction4795\r\n  plan_AuditPlan: _InputCollectionAction4796\r\n  recommendation: _InputCollectionAction4797\r\n  audit: _InputCollectionAction4798\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  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  login: _InputCollectionAction4215\r\n  otherParticipantInAudit_Audit: _InputCollectionAction4216\r\n  auditee_Audit: _InputCollectionAction4217\r\n  auditorInAudit_Audit: _InputCollectionAction4218\r\n  leadAuditor_Audit: _InputCollectionAction4219\r\n  mainAuditee_Audit: _InputCollectionAction4220\r\n  activityOwner_AuditActivity: _InputCollectionAction4221\r\n  recommendationCorrespondent_Recommendation: _InputCollectionAction4222\r\n  recommendationOwner_Recommendation: _InputCollectionAction4223\r\n  actionPlanOwner_ActionPlan: _InputCollectionAction4224\r\n  actionPlanResponsible_ActionPlan: _InputCollectionAction4225\r\n  actionPlanApprover_ActionPlan: _InputCollectionAction4226\r\n  actionOwner_ActionActionPlan: _InputCollectionAction4227\r\n  inVacation_Vacation: _InputCollectionAction4228\r\n  orgUnitMember_OrgUnit: _InputCollectionAction4229\r\n  organizationalUnitOwner_OrgUnit: _InputCollectionAction4230\r\n  orgUnitDesigner_OrgUnit: _InputCollectionAction4231\r\n  organizationalProcessDesigner_OrganizationalProcess: _InputCollectionAction4232\r\n  organizationalProcessManager_OrganizationalProcess: _InputCollectionAction4233\r\n  organizationalProcessContributor_OrganizationalProcess: _InputCollectionAction4234\r\n  organizationalProcessOwner_OrganizationalProcess: _InputCollectionAction4235\r\n  requirementResponsible_Requirement: _InputCollectionAction4236\r\n  requirementAccountable_Requirement: _InputCollectionAction4237\r\n  requirementConsulted_Requirement: _InputCollectionAction4238\r\n  requirementInformed_Requirement: _InputCollectionAction4239\r\n  businessProcessDesigner_BusinessProcess: _InputCollectionAction4240\r\n  businessProcessOwner_BusinessProcess: _InputCollectionAction4241\r\n  timeSheet: _InputCollectionAction4242\r\n  skill: _InputCollectionAction4243\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputPlan {\r\n  name: String\r\n  currentAuditPlan: Boolean\r\n  planStatus: PlanStatusEnum\r\n  planNature: PlanNatureEnum\r\n  planBeginDate: CustomDate\r\n  planEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  vacation: _InputCollectionAction4495\r\n  audit: _InputCollectionAction4496\r\n  risk_Scope: _InputCollectionAction4497\r\n  orgUnit_Scope: _InputCollectionAction4498\r\n  organizationalProcess_Scope: _InputCollectionAction4499\r\n  businessProcess_Scope: _InputCollectionAction4500\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputPossibleAnswerValue {\r\n  name: String\r\n  internalValue: String\r\n  rGBColor: CustomInt\r\n  answerValue: CustomFloat\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  uniqueValue: _InputCollectionAction4645\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputProgressUpdate {\r\n  progressDate: CustomDate\r\n  progressEvaluation: ProgressEvaluationEnum\r\n  progressUpdatePercentage: CustomInt\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  recommendation: _InputCollectionAction4491\r\n  actionPlan: _InputCollectionAction4492\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputQuestion {\r\n  name: String\r\n  questionType: QuestionTypeEnum\r\n  mandatoryElement: MandatoryElementEnum\r\n  delegationAllowed: DelegationAllowedEnum\r\n  titleText: String\r\n  minimumNumberOfAnswers: CustomInt\r\n  maximumNumberOfAnswers: CustomInt\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  metaTest_Condition: _InputCollectionAction4665\r\n  questionGroup: _InputCollectionAction4666\r\n  uniqueValue_Answer: _InputCollectionAction4667\r\n  multipleValue_Answer: _InputCollectionAction4668\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputQuestionAudit {\r\n  name: String\r\n  notes: String\r\n  textAnswer: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  testSheet: _InputCollectionAction4423\r\n  answerAudit_Answer: _InputCollectionAction4424\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputQuestionGroup {\r\n  name: String\r\n  specific: Boolean\r\n  delegationAllowed: DelegationAllowedEnum\r\n  titleText: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  workPaper_ElementWithQuestionGroup: _InputCollectionAction4647\r\n  risk_ElementWithQuestionGroup: _InputCollectionAction4648\r\n  control_ElementWithQuestionGroup: _InputCollectionAction4649\r\n  orgUnit_ElementWithQuestionGroup: _InputCollectionAction4650\r\n  organizationalProcess_ElementWithQuestionGroup: _InputCollectionAction4651\r\n  requirement_ElementWithQuestionGroup: _InputCollectionAction4652\r\n  businessProcess_ElementWithQuestionGroup: _InputCollectionAction4653\r\n  workPaper_InitializedWorkPaper: _InputCollectionAction4654\r\n  question: _InputCollectionAction4655\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputRecommendation {\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  businessDocument_AttachedDocument: _InputCollectionAction4427\r\n  businessDocument_ReferredToDocument: _InputCollectionAction4428\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction4429\r\n  businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction4430\r\n  finding: _InputCollectionAction4431\r\n  recommendationCorrespondent_PersonSystem: _InputCollectionAction4432\r\n  recommendationOwner_PersonSystem: _InputCollectionAction4433\r\n  audit_FollowupAudit: _InputCollectionAction4434\r\n  actionActionPlan_Action: _InputCollectionAction4435\r\n  audit_OwnerAudit: _InputCollectionAction4436\r\n  progressUpdate: _InputCollectionAction4437\r\n  businessProcess: _InputCollectionAction4438\r\n  orgUnit: _InputCollectionAction4439\r\n  risk: _InputCollectionAction4440\r\n  organizationalProcess: _InputCollectionAction4441\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputRequirement {\r\n  name: String\r\n  requirementNature: RequirementNatureEnum\r\n  priority: PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: CustomDate\r\n  lastAssessmentDate: CustomDate\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  requirement_SubRequirement: _InputCollectionAction4825\r\n  requirement_ParentRequirement: _InputCollectionAction4826\r\n  businessDocument_AttachedDocument: _InputCollectionAction4827\r\n  businessDocument_ReferredToDocument: _InputCollectionAction4828\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction4829\r\n  businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction4830\r\n  requirementResponsible_PersonSystem: _InputCollectionAction4831\r\n  requirementAccountable_PersonSystem: _InputCollectionAction4832\r\n  requirementConsulted_PersonSystem: _InputCollectionAction4833\r\n  requirementInformed_PersonSystem: _InputCollectionAction4834\r\n  questionGroup: _InputCollectionAction4835\r\n  audit: _InputCollectionAction4836\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  responsibilityAssignmentWorkloadHours: CustomInt\r\n  responsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  comment: String\r\n  externalId: String\r\n  personSystem_AssignedPerson: _InputCollectionAction4275\r\n  businessRole: _InputCollectionAction4276\r\n  audit_AssignedObject: _InputCollectionAction4277\r\n  auditActivity_AssignedObject: _InputCollectionAction4278\r\n  recommendation_AssignedObject: _InputCollectionAction4279\r\n  actionPlan_AssignedObject: _InputCollectionAction4280\r\n  actionActionPlan_AssignedObject: _InputCollectionAction4281\r\n  vacation_AssignedObject: _InputCollectionAction4282\r\n  risk_AssignedObject: _InputCollectionAction4283\r\n  control_AssignedObject: _InputCollectionAction4284\r\n  orgUnit_AssignedObject: _InputCollectionAction4285\r\n  organizationalProcess_AssignedObject: _InputCollectionAction4286\r\n  requirement_AssignedObject: _InputCollectionAction4287\r\n  businessProcess_AssignedObject: _InputCollectionAction4288\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  controlDesignERM: ControlDesignERMEnum\r\n  controlEffectivenessERM: ControlEffectivenessERMEnum\r\n  riskIdentificationMode: RiskIdentificationModeEnum\r\n  keyRisk: Boolean\r\n  targetRiskERM: TargetRiskERMEnum\r\n  netRiskERM: NetRiskERMEnum\r\n  impactERM: ImpactERMEnum\r\n  likelihoodERM: LikelihoodERMEnum\r\n  inherentRiskERM: InherentRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  controlLevelERM: ControlLevelERMEnum\r\n  riskComment: String\r\n  lastAssessmentDate: CustomDate\r\n  riskStatusobj: RiskStatusobjEnum\r\n  currentWorkflowStatus: String\r\n  riskAcceptance: Boolean\r\n  riskAvoidance: Boolean\r\n  riskReduction: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskInsurance: Boolean\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  businessDocument_AttachedDocument: _InputCollectionAction4561\r\n  businessDocument_ReferredToDocument: _InputCollectionAction4562\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction4563\r\n  businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction4564\r\n  questionGroup: _InputCollectionAction4565\r\n  control_PreventiveControl: _InputCollectionAction4566\r\n  auditActivity_Activity: _InputCollectionAction4567\r\n  finding: _InputCollectionAction4568\r\n  plan_AuditPlan: _InputCollectionAction4569\r\n  recommendation: _InputCollectionAction4570\r\n  audit: _InputCollectionAction4571\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputSkill {\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  businessDocument_AttachedDocument: _InputCollectionAction4507\r\n  businessDocument_ReferredToDocument: _InputCollectionAction4508\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction4509\r\n  businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction4510\r\n  personSystem_Person: _InputCollectionAction4511\r\n  audit: _InputCollectionAction4512\r\n  skillType: _InputCollectionAction4513\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputSkillType {\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  businessDocument_AttachedDocument: _InputCollectionAction4815\r\n  businessDocument_ReferredToDocument: _InputCollectionAction4816\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction4817\r\n  businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction4818\r\n  skill: _InputCollectionAction4819\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputTestSheet {\r\n  name: String\r\n  completed: Boolean\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  workPaper: _InputCollectionAction4329\r\n  questionAudit_TestQuestion: _InputCollectionAction4330\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputTimeSheet {\r\n  timeSheetEnteredDate: CustomDate\r\n  timeSheetBeginDate: CustomDate\r\n  timeSheetBeginWeek: CustomInt\r\n  timeSheetBeginMonth: CustomInt\r\n  timeSheetBeginYear: CustomInt\r\n  timeSheetEndDate: CustomDate\r\n  timeSheetEndWeek: CustomInt\r\n  timeSheetEndMonth: CustomInt\r\n  timeSheetEndYear: CustomInt\r\n  timeSheetMondayDate: CustomDate\r\n  timeSheetTuesdayDate: CustomDate\r\n  timeSheetWednesdayDate: CustomDate\r\n  timeSheetThursdayDate: CustomDate\r\n  timeSheetFridayDate: CustomDate\r\n  timeSheetSaturdayDate: CustomDate\r\n  timeSheetSundayDate: CustomDate\r\n  totalMondayHours: CustomInt\r\n  totalTuesdayHours: CustomInt\r\n  totalWednesdayHours: CustomInt\r\n  totalThursdayHours: CustomInt\r\n  totalFridayHours: CustomInt\r\n  totalSaturdayHours: CustomInt\r\n  totalSundayHours: CustomInt\r\n  timeSheetStatus: TimeSheetStatusEnum\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  personSystem: _InputCollectionAction4549\r\n  audit_WorkPeriod: _InputCollectionAction4550\r\n  vacation_WorkPeriod: _InputCollectionAction4551\r\n  timeSheet_PreviousTimeSheet: _InputCollectionAction4552\r\n  timeSheet_NextTimeSheet: _InputCollectionAction4553\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueActionActionPlan {\r\n  actionProgress: ActionProgressEnum\r\n  deliverablesact: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  statusact: StatusactEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  audit_OwnerAudit: _InputCollectionAction4535\r\n  businessDocument_AttachedDocument: _InputCollectionAction4536\r\n  businessDocument_ReferredToDocument: _InputCollectionAction4537\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction4538\r\n  businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction4539\r\n  actionOwner_PersonSystem: _InputCollectionAction4540\r\n  actionPlan_OwnerActionPlan: _InputCollectionAction4541\r\n  recommendation: _InputCollectionAction4542\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueActionPlan {\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  successful: SuccessfulEnum\r\n  realCost: CustomFloat\r\n  forecastCost: CustomFloat\r\n  forecastCostManDays: CustomInt\r\n  realCostManDays: CustomInt\r\n  actionPlanCategory: ActionPlanCategoryEnum\r\n  actionPlanStatus: ActionPlanStatusEnum\r\n  means: String\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  actionPlanOrigin: ActionPlanOriginEnum\r\n  keySuccessFactor: String\r\n  successfullComments: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  actionPlanPriority: ActionPlanPriorityEnum\r\n  delay: DelayEnum\r\n  currentWorkflowStatus: String\r\n  actionPlanNature: ActionPlanNatureEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  businessDocument_AttachedDocument: _InputCollectionAction4482\r\n  businessDocument_ReferredToDocument: _InputCollectionAction4483\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction4484\r\n  businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction4485\r\n  actionPlanOwner_PersonSystem: _InputCollectionAction4486\r\n  actionPlanResponsible_PersonSystem: _InputCollectionAction4487\r\n  actionPlanApprover_PersonSystem: _InputCollectionAction4488\r\n  actionActionPlan_OwnedAction: _InputCollectionAction4489\r\n  progressUpdate: _InputCollectionAction4490\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueAnswerAudit {\r\n  name: String\r\n  weighting: CustomInt\r\n  deficient: Boolean\r\n  selected: Boolean\r\n  description: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  questionAudit_Question: _InputCollectionAction4472\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueAudit {\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  actionActionPlan_OwnedAction: _InputCollectionAction4371\r\n  businessDocument_AttachedDocument: _InputCollectionAction4372\r\n  businessDocument_ReferredToDocument: _InputCollectionAction4373\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction4374\r\n  businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction4375\r\n  auditActivity: _InputCollectionAction4376\r\n  auditTheme: _InputCollectionAction4377\r\n  otherParticipantInAudit_PersonSystem: _InputCollectionAction4378\r\n  auditee_PersonSystem: _InputCollectionAction4379\r\n  auditorInAudit_PersonSystem: _InputCollectionAction4380\r\n  leadAuditor_PersonSystem: _InputCollectionAction4381\r\n  mainAuditee_PersonSystem: _InputCollectionAction4382\r\n  recommendation_FollowUpRecommendation: _InputCollectionAction4383\r\n  timeSheet: _InputCollectionAction4384\r\n  recommendation_OwnedRecommendation: _InputCollectionAction4385\r\n  skill: _InputCollectionAction4386\r\n  plan_AuditPlan: _InputCollectionAction4387\r\n  businessProcess: _InputCollectionAction4388\r\n  organizationalProcess: _InputCollectionAction4389\r\n  orgUnit: _InputCollectionAction4390\r\n  risk: _InputCollectionAction4391\r\n  requirement: _InputCollectionAction4392\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueAuditActivity {\r\n  name: String\r\n  beginDate: CustomDate\r\n  activityEndDate: CustomDate\r\n  estimatedWorkloadHours: CustomFloat\r\n  description: String\r\n  activityStatus: ActivityStatusEnum\r\n  activityEffectiveWorkloadHours: CustomFloat\r\n  offline: OfflineEnum\r\n  computedActivityEffectiveWorkloadHours: CustomFloat\r\n  currentOfflineUpdateDate: CustomDate\r\n  previousOfflineUpdateDate: CustomDate\r\n  currentOnlineUpdateDate: CustomDate\r\n  previousOnlineUpdateDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  audit: _InputCollectionAction4414\r\n  auditTheme_ActivityTheme: _InputCollectionAction4415\r\n  finding_ActivityFinding: _InputCollectionAction4416\r\n  workPaper_ActivityWorkPaper: _InputCollectionAction4417\r\n  activityOwner_PersonSystem: _InputCollectionAction4418\r\n  risk_Scope: _InputCollectionAction4419\r\n  orgUnit_Scope: _InputCollectionAction4420\r\n  organizationalProcess_Scope: _InputCollectionAction4421\r\n  businessProcess_Scope: _InputCollectionAction4422\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueAuditTheme {\r\n  name: String\r\n  description: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  audit_ThemeAudit: _InputCollectionAction4399\r\n  auditTheme_Parent: _InputCollectionAction4400\r\n  auditTheme_ChildAuditTheme: _InputCollectionAction4401\r\n  auditActivity_ActivityWithTheme: _InputCollectionAction4402\r\n  organizationalProcess_AuditThemeScope: _InputCollectionAction4403\r\n  businessProcess_AuditThemeScope: _InputCollectionAction4404\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  workPaper_DocumentedObject: _InputCollectionAction4614\r\n  audit_DocumentedObject: _InputCollectionAction4615\r\n  recommendation_DocumentedObject: _InputCollectionAction4616\r\n  finding_DocumentedObject: _InputCollectionAction4617\r\n  actionPlan_DocumentedObject: _InputCollectionAction4618\r\n  skill_DocumentedObject: _InputCollectionAction4619\r\n  actionActionPlan_DocumentedObject: _InputCollectionAction4620\r\n  risk_DocumentedObject: _InputCollectionAction4621\r\n  control_DocumentedObject: _InputCollectionAction4622\r\n  orgUnit_DocumentedObject: _InputCollectionAction4623\r\n  organizationalProcess_DocumentedObject: _InputCollectionAction4624\r\n  skillType_DocumentedObject: _InputCollectionAction4625\r\n  requirement_DocumentedObject: _InputCollectionAction4626\r\n  businessProcess_DocumentedObject: _InputCollectionAction4627\r\n  workPaper_Object: _InputCollectionAction4628\r\n  audit_Object: _InputCollectionAction4629\r\n  recommendation_Object: _InputCollectionAction4630\r\n  finding_Object: _InputCollectionAction4631\r\n  actionPlan_Object: _InputCollectionAction4632\r\n  skill_Object: _InputCollectionAction4633\r\n  actionActionPlan_Object: _InputCollectionAction4634\r\n  risk_Object: _InputCollectionAction4635\r\n  control_Object: _InputCollectionAction4636\r\n  orgUnit_Object: _InputCollectionAction4637\r\n  organizationalProcess_Object: _InputCollectionAction4638\r\n  skillType_Object: _InputCollectionAction4639\r\n  requirement_Object: _InputCollectionAction4640\r\n  businessProcess_Object: _InputCollectionAction4641\r\n  documentCategory: _InputCollectionAction4642\r\n  businessDocumentPattern_DocumentPattern: _InputCollectionAction4643\r\n  businessDocumentVersion_DocumentVersions: _InputCollectionAction4644\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: _InputCollectionAction4687\r\n  businessDocument: _InputCollectionAction4688\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  workPaper_DocumentedObject: _InputCollectionAction4726\r\n  audit_DocumentedObject: _InputCollectionAction4727\r\n  recommendation_DocumentedObject: _InputCollectionAction4728\r\n  finding_DocumentedObject: _InputCollectionAction4729\r\n  actionPlan_DocumentedObject: _InputCollectionAction4730\r\n  skill_DocumentedObject: _InputCollectionAction4731\r\n  actionActionPlan_DocumentedObject: _InputCollectionAction4732\r\n  risk_DocumentedObject: _InputCollectionAction4733\r\n  control_DocumentedObject: _InputCollectionAction4734\r\n  orgUnit_DocumentedObject: _InputCollectionAction4735\r\n  organizationalProcess_DocumentedObject: _InputCollectionAction4736\r\n  skillType_DocumentedObject: _InputCollectionAction4737\r\n  requirement_DocumentedObject: _InputCollectionAction4738\r\n  businessProcess_DocumentedObject: _InputCollectionAction4739\r\n  workPaper_Object: _InputCollectionAction4740\r\n  audit_Object: _InputCollectionAction4741\r\n  recommendation_Object: _InputCollectionAction4742\r\n  finding_Object: _InputCollectionAction4743\r\n  actionPlan_Object: _InputCollectionAction4744\r\n  skill_Object: _InputCollectionAction4745\r\n  actionActionPlan_Object: _InputCollectionAction4746\r\n  risk_Object: _InputCollectionAction4747\r\n  control_Object: _InputCollectionAction4748\r\n  orgUnit_Object: _InputCollectionAction4749\r\n  organizationalProcess_Object: _InputCollectionAction4750\r\n  skillType_Object: _InputCollectionAction4751\r\n  requirement_Object: _InputCollectionAction4752\r\n  businessProcess_Object: _InputCollectionAction4753\r\n  businessDocument_Document: _InputCollectionAction4754\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueBusinessProcess {\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  businessDocument_AttachedDocument: _InputCollectionAction4863\r\n  businessDocument_ReferredToDocument: _InputCollectionAction4864\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction4865\r\n  businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction4866\r\n  businessProcessDesigner_PersonSystem: _InputCollectionAction4867\r\n  businessProcessOwner_PersonSystem: _InputCollectionAction4868\r\n  questionGroup: _InputCollectionAction4869\r\n  auditActivity_Activity: _InputCollectionAction4870\r\n  businessProcess_AggregationOf: _InputCollectionAction4871\r\n  businessProcess_Component: _InputCollectionAction4872\r\n  auditTheme: _InputCollectionAction4873\r\n  recommendation: _InputCollectionAction4874\r\n  plan_AuditPlan: _InputCollectionAction4875\r\n  audit: _InputCollectionAction4876\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: _InputCollectionAction4316\r\n  audit_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction4317\r\n  auditActivity_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction4318\r\n  recommendation_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction4319\r\n  actionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction4320\r\n  actionActionPlan_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction4321\r\n  vacation_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction4322\r\n  risk: _InputCollectionAction4323\r\n  control_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction4324\r\n  orgUnit: _InputCollectionAction4325\r\n  organizationalProcess_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction4326\r\n  requirement_AssignedObject_ResponsibilityAssignment_PersonAssignment: _InputCollectionAction4327\r\n  businessProcess: _InputCollectionAction4328\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueControl {\r\n  name: String\r\n  controlCode: String\r\n  controlLevel: ControlLevelEnum\r\n  controlNature: ControlNatureEnum\r\n  controlExecutionMethod: ControlExecutionMethodEnum\r\n  controlStatus: ControlStatusEnum\r\n  testingFrequency: TestingFrequencyEnum\r\n  testingMethod: TestingMethodEnum\r\n  testingPopulationSize: CustomInt\r\n  executionMode: ExecutionModeEnum\r\n  testingSampleSize: CustomInt\r\n  testingProcedure: String\r\n  executionProcedure: String\r\n  controlKey: Boolean\r\n  controlFrequency: ControlFrequencyEnum\r\n  customFrequency: String\r\n  controlObjective: String\r\n  controlExecutionValueIC: ControlExecutionValueICEnum\r\n  operationalCost: String\r\n  controlDesignIC: ControlDesignICEnum\r\n  controlEffectivenessIC: ControlEffectivenessICEnum\r\n  controlLevelIC: ControlLevelICEnum\r\n  controlDesignERM: ControlDesignERMEnum\r\n  controlEfficiencyERM: ControlEfficiencyERMEnum\r\n  controlLevelERM: ControlLevelERMEnum\r\n  organizationalLevel: OrganizationalLevelEnum\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  businessDocument_AttachedDocument: _InputCollectionAction4679\r\n  businessDocument_ReferredToDocument: _InputCollectionAction4680\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction4681\r\n  businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction4682\r\n  questionGroup: _InputCollectionAction4683\r\n  risk_ControlledRisk: _InputCollectionAction4684\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: _InputCollectionAction4693\r\n  documentCategory_Lower: _InputCollectionAction4694\r\n  businessDocumentPattern: _InputCollectionAction4695\r\n  businessDocument: _InputCollectionAction4696\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueFinding {\r\n  name: String\r\n  findingType: FindingTypeEnum\r\n  causalAnalysis: String\r\n  detailedDescription: String\r\n  description: String\r\n  findingImpact: FindingImpactEnum\r\n  complianceTestType: ComplianceTestTypeEnum\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  businessDocument_AttachedDocument: _InputCollectionAction4464\r\n  businessDocument_ReferredToDocument: _InputCollectionAction4465\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction4466\r\n  businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction4467\r\n  auditActivity_Activity: _InputCollectionAction4468\r\n  recommendation: _InputCollectionAction4469\r\n  risk: _InputCollectionAction4470\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: _InputCollectionAction4213\r\n  language_SpecializedLanguage: _InputCollectionAction4214\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: _InputCollectionAction4274\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueMetaTest {\r\n  testExpression: String\r\n  logicalOperator: LogicalOperatorEnum\r\n  name: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  question: _InputCollectionAction4522\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueMultipleValue {\r\n  name: String\r\n  valueDataType: ValueDataTypeEnum\r\n  mandatoryElement: MandatoryElementEnum\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  linkAnsweredObject: String\r\n  titleText: String\r\n  minimumNumberOfAnswers: CustomInt\r\n  maximumNumberOfAnswers: CustomInt\r\n  answerComment: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  question: _InputCollectionAction4560\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueOrgUnit {\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  businessDocument_AttachedDocument: _InputCollectionAction4769\r\n  businessDocument_ReferredToDocument: _InputCollectionAction4770\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction4771\r\n  businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction4772\r\n  orgUnitMember_PersonSystem: _InputCollectionAction4773\r\n  organizationalUnitOwner_PersonSystem: _InputCollectionAction4774\r\n  orgUnitDesigner_PersonSystem: _InputCollectionAction4775\r\n  questionGroup: _InputCollectionAction4776\r\n  auditActivity_Activity: _InputCollectionAction4777\r\n  orgUnit_AggregationOf: _InputCollectionAction4778\r\n  orgUnit_Component: _InputCollectionAction4779\r\n  plan_AuditPlan: _InputCollectionAction4780\r\n  recommendation: _InputCollectionAction4781\r\n  audit: _InputCollectionAction4782\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueOrganizationalProcess {\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  businessDocument_AttachedDocument: _InputCollectionAction4799\r\n  businessDocument_ReferredToDocument: _InputCollectionAction4800\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction4801\r\n  businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction4802\r\n  organizationalProcessDesigner_PersonSystem: _InputCollectionAction4803\r\n  organizationalProcessManager_PersonSystem: _InputCollectionAction4804\r\n  organizationalProcessContributor_PersonSystem: _InputCollectionAction4805\r\n  organizationalProcessOwner_PersonSystem: _InputCollectionAction4806\r\n  organizationalProcess_OrganizationalProcessUsed: _InputCollectionAction4807\r\n  organizationalProcess_UserOrganizationalProcess: _InputCollectionAction4808\r\n  questionGroup: _InputCollectionAction4809\r\n  auditActivity_Activity: _InputCollectionAction4810\r\n  auditTheme: _InputCollectionAction4811\r\n  plan_AuditPlan: _InputCollectionAction4812\r\n  recommendation: _InputCollectionAction4813\r\n  audit: _InputCollectionAction4814\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  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  login: _InputCollectionAction4244\r\n  otherParticipantInAudit_Audit: _InputCollectionAction4245\r\n  auditee_Audit: _InputCollectionAction4246\r\n  auditorInAudit_Audit: _InputCollectionAction4247\r\n  leadAuditor_Audit: _InputCollectionAction4248\r\n  mainAuditee_Audit: _InputCollectionAction4249\r\n  activityOwner_AuditActivity: _InputCollectionAction4250\r\n  recommendationCorrespondent_Recommendation: _InputCollectionAction4251\r\n  recommendationOwner_Recommendation: _InputCollectionAction4252\r\n  actionPlanOwner_ActionPlan: _InputCollectionAction4253\r\n  actionPlanResponsible_ActionPlan: _InputCollectionAction4254\r\n  actionPlanApprover_ActionPlan: _InputCollectionAction4255\r\n  actionOwner_ActionActionPlan: _InputCollectionAction4256\r\n  inVacation_Vacation: _InputCollectionAction4257\r\n  orgUnitMember_OrgUnit: _InputCollectionAction4258\r\n  organizationalUnitOwner_OrgUnit: _InputCollectionAction4259\r\n  orgUnitDesigner_OrgUnit: _InputCollectionAction4260\r\n  organizationalProcessDesigner_OrganizationalProcess: _InputCollectionAction4261\r\n  organizationalProcessManager_OrganizationalProcess: _InputCollectionAction4262\r\n  organizationalProcessContributor_OrganizationalProcess: _InputCollectionAction4263\r\n  organizationalProcessOwner_OrganizationalProcess: _InputCollectionAction4264\r\n  requirementResponsible_Requirement: _InputCollectionAction4265\r\n  requirementAccountable_Requirement: _InputCollectionAction4266\r\n  requirementConsulted_Requirement: _InputCollectionAction4267\r\n  requirementInformed_Requirement: _InputCollectionAction4268\r\n  businessProcessDesigner_BusinessProcess: _InputCollectionAction4269\r\n  businessProcessOwner_BusinessProcess: _InputCollectionAction4270\r\n  timeSheet: _InputCollectionAction4271\r\n  skill: _InputCollectionAction4272\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniquePlan {\r\n  name: String\r\n  description: String\r\n  currentAuditPlan: Boolean\r\n  planStatus: PlanStatusEnum\r\n  planNature: PlanNatureEnum\r\n  planBeginDate: CustomDate\r\n  planEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  vacation: _InputCollectionAction4501\r\n  audit: _InputCollectionAction4502\r\n  risk_Scope: _InputCollectionAction4503\r\n  orgUnit_Scope: _InputCollectionAction4504\r\n  organizationalProcess_Scope: _InputCollectionAction4505\r\n  businessProcess_Scope: _InputCollectionAction4506\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniquePossibleAnswerValue {\r\n  name: String\r\n  internalValue: String\r\n  abbreviation: String\r\n  rGBColor: CustomInt\r\n  answerValue: CustomFloat\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  uniqueValue: _InputCollectionAction4646\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueProgressUpdate {\r\n  progressDate: CustomDate\r\n  progressEvaluation: ProgressEvaluationEnum\r\n  progressUpdatePercentage: CustomInt\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  recommendation: _InputCollectionAction4493\r\n  actionPlan: _InputCollectionAction4494\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueQuestion {\r\n  name: String\r\n  questionType: QuestionTypeEnum\r\n  mandatoryElement: MandatoryElementEnum\r\n  delegationAllowed: DelegationAllowedEnum\r\n  titleText: String\r\n  minimumNumberOfAnswers: CustomInt\r\n  maximumNumberOfAnswers: CustomInt\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  metaTest_Condition: _InputCollectionAction4669\r\n  questionGroup: _InputCollectionAction4670\r\n  uniqueValue_Answer: _InputCollectionAction4671\r\n  multipleValue_Answer: _InputCollectionAction4672\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueQuestionAudit {\r\n  name: String\r\n  notes: String\r\n  textAnswer: String\r\n  description: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  testSheet: _InputCollectionAction4425\r\n  answerAudit_Answer: _InputCollectionAction4426\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueQuestionGroup {\r\n  name: String\r\n  specific: Boolean\r\n  delegationAllowed: DelegationAllowedEnum\r\n  titleText: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  workPaper_ElementWithQuestionGroup: _InputCollectionAction4656\r\n  risk_ElementWithQuestionGroup: _InputCollectionAction4657\r\n  control_ElementWithQuestionGroup: _InputCollectionAction4658\r\n  orgUnit_ElementWithQuestionGroup: _InputCollectionAction4659\r\n  organizationalProcess_ElementWithQuestionGroup: _InputCollectionAction4660\r\n  requirement_ElementWithQuestionGroup: _InputCollectionAction4661\r\n  businessProcess_ElementWithQuestionGroup: _InputCollectionAction4662\r\n  workPaper_InitializedWorkPaper: _InputCollectionAction4663\r\n  question: _InputCollectionAction4664\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueRecommendation {\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  businessDocument_AttachedDocument: _InputCollectionAction4442\r\n  businessDocument_ReferredToDocument: _InputCollectionAction4443\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction4444\r\n  businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction4445\r\n  finding: _InputCollectionAction4446\r\n  recommendationCorrespondent_PersonSystem: _InputCollectionAction4447\r\n  recommendationOwner_PersonSystem: _InputCollectionAction4448\r\n  audit_FollowupAudit: _InputCollectionAction4449\r\n  actionActionPlan_Action: _InputCollectionAction4450\r\n  audit_OwnerAudit: _InputCollectionAction4451\r\n  progressUpdate: _InputCollectionAction4452\r\n  businessProcess: _InputCollectionAction4453\r\n  orgUnit: _InputCollectionAction4454\r\n  risk: _InputCollectionAction4455\r\n  organizationalProcess: _InputCollectionAction4456\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueRequirement {\r\n  name: String\r\n  requirementNature: RequirementNatureEnum\r\n  priority: PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: CustomDate\r\n  lastAssessmentDate: CustomDate\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  requirement_SubRequirement: _InputCollectionAction4837\r\n  requirement_ParentRequirement: _InputCollectionAction4838\r\n  businessDocument_AttachedDocument: _InputCollectionAction4839\r\n  businessDocument_ReferredToDocument: _InputCollectionAction4840\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction4841\r\n  businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction4842\r\n  requirementResponsible_PersonSystem: _InputCollectionAction4843\r\n  requirementAccountable_PersonSystem: _InputCollectionAction4844\r\n  requirementConsulted_PersonSystem: _InputCollectionAction4845\r\n  requirementInformed_PersonSystem: _InputCollectionAction4846\r\n  questionGroup: _InputCollectionAction4847\r\n  audit: _InputCollectionAction4848\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  responsibilityAssignmentWorkloadHours: CustomInt\r\n  responsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  comment: String\r\n  externalId: String\r\n  personSystem_AssignedPerson: _InputCollectionAction4289\r\n  businessRole: _InputCollectionAction4290\r\n  audit_AssignedObject: _InputCollectionAction4291\r\n  auditActivity_AssignedObject: _InputCollectionAction4292\r\n  recommendation_AssignedObject: _InputCollectionAction4293\r\n  actionPlan_AssignedObject: _InputCollectionAction4294\r\n  actionActionPlan_AssignedObject: _InputCollectionAction4295\r\n  vacation_AssignedObject: _InputCollectionAction4296\r\n  risk_AssignedObject: _InputCollectionAction4297\r\n  control_AssignedObject: _InputCollectionAction4298\r\n  orgUnit_AssignedObject: _InputCollectionAction4299\r\n  organizationalProcess_AssignedObject: _InputCollectionAction4300\r\n  requirement_AssignedObject: _InputCollectionAction4301\r\n  businessProcess_AssignedObject: _InputCollectionAction4302\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  controlDesignERM: ControlDesignERMEnum\r\n  controlEffectivenessERM: ControlEffectivenessERMEnum\r\n  riskIdentificationMode: RiskIdentificationModeEnum\r\n  keyRisk: Boolean\r\n  targetRiskERM: TargetRiskERMEnum\r\n  netRiskERM: NetRiskERMEnum\r\n  impactERM: ImpactERMEnum\r\n  likelihoodERM: LikelihoodERMEnum\r\n  inherentRiskERM: InherentRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  controlLevelERM: ControlLevelERMEnum\r\n  riskComment: String\r\n  lastAssessmentDate: CustomDate\r\n  riskStatusobj: RiskStatusobjEnum\r\n  currentWorkflowStatus: String\r\n  riskAcceptance: Boolean\r\n  riskAvoidance: Boolean\r\n  riskReduction: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskInsurance: Boolean\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  businessDocument_AttachedDocument: _InputCollectionAction4572\r\n  businessDocument_ReferredToDocument: _InputCollectionAction4573\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction4574\r\n  businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction4575\r\n  questionGroup: _InputCollectionAction4576\r\n  control_PreventiveControl: _InputCollectionAction4577\r\n  auditActivity_Activity: _InputCollectionAction4578\r\n  finding: _InputCollectionAction4579\r\n  plan_AuditPlan: _InputCollectionAction4580\r\n  recommendation: _InputCollectionAction4581\r\n  audit: _InputCollectionAction4582\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueSkill {\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  businessDocument_AttachedDocument: _InputCollectionAction4514\r\n  businessDocument_ReferredToDocument: _InputCollectionAction4515\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction4516\r\n  businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction4517\r\n  personSystem_Person: _InputCollectionAction4518\r\n  audit: _InputCollectionAction4519\r\n  skillType: _InputCollectionAction4520\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueSkillType {\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  businessDocument_AttachedDocument: _InputCollectionAction4820\r\n  businessDocument_ReferredToDocument: _InputCollectionAction4821\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction4822\r\n  businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction4823\r\n  skill: _InputCollectionAction4824\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueTestSheet {\r\n  name: String\r\n  completed: Boolean\r\n  description: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  workPaper: _InputCollectionAction4331\r\n  questionAudit_TestQuestion: _InputCollectionAction4332\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueTimeSheet {\r\n  timeSheetEnteredDate: CustomDate\r\n  timeSheetBeginDate: CustomDate\r\n  timeSheetBeginWeek: CustomInt\r\n  timeSheetBeginMonth: CustomInt\r\n  timeSheetBeginYear: CustomInt\r\n  timeSheetEndDate: CustomDate\r\n  timeSheetEndWeek: CustomInt\r\n  timeSheetEndMonth: CustomInt\r\n  timeSheetEndYear: CustomInt\r\n  timeSheetMondayDate: CustomDate\r\n  timeSheetTuesdayDate: CustomDate\r\n  timeSheetWednesdayDate: CustomDate\r\n  timeSheetThursdayDate: CustomDate\r\n  timeSheetFridayDate: CustomDate\r\n  timeSheetSaturdayDate: CustomDate\r\n  timeSheetSundayDate: CustomDate\r\n  totalMondayHours: CustomInt\r\n  totalTuesdayHours: CustomInt\r\n  totalWednesdayHours: CustomInt\r\n  totalThursdayHours: CustomInt\r\n  totalFridayHours: CustomInt\r\n  totalSaturdayHours: CustomInt\r\n  totalSundayHours: CustomInt\r\n  timeSheetStatus: TimeSheetStatusEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  personSystem: _InputCollectionAction4554\r\n  audit_WorkPeriod: _InputCollectionAction4555\r\n  vacation_WorkPeriod: _InputCollectionAction4556\r\n  timeSheet_PreviousTimeSheet: _InputCollectionAction4557\r\n  timeSheet_NextTimeSheet: _InputCollectionAction4558\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueUniqueValue {\r\n  name: String\r\n  valueDataType: ValueDataTypeEnum\r\n  mandatoryElement: MandatoryElementEnum\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  linkAnsweredObject: String\r\n  titleText: String\r\n  answerComment: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  possibleAnswerValue: _InputCollectionAction4525\r\n  question: _InputCollectionAction4526\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueVacation {\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  vacationStatus: VacationStatusEnum\r\n  vacationType: VacationTypeEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  inVacation_PersonSystem: _InputCollectionAction4546\r\n  timeSheet: _InputCollectionAction4547\r\n  plan: _InputCollectionAction4548\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueValue {\r\n  name: String\r\n  valueDataType: ValueDataTypeEnum\r\n  mandatoryElement: MandatoryElementEnum\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  linkAnsweredObject: String\r\n  titleText: String\r\n  answerComment: String\r\n  comment: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  possibleAnswerValue: _InputCollectionAction4523\r\n  question: _InputCollectionAction4524\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputUniqueWorkPaper {\r\n  name: String\r\n  detailedTask: String\r\n  description: String\r\n  workPaperDefaultSampleSize: CustomInt\r\n  lastAssessmentDate: CustomDate\r\n  workPaperSampleSize: CustomInt\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  businessDocument_AttachedDocument: _InputCollectionAction4341\r\n  businessDocument_ReferredToDocument: _InputCollectionAction4342\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction4343\r\n  businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction4344\r\n  auditActivity_Activity: _InputCollectionAction4345\r\n  testSheet_WorkPaperTestSheet: _InputCollectionAction4346\r\n  questionGroup: _InputCollectionAction4347\r\n  questionGroup_TemplateQuestionGroup: _InputCollectionAction4348\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputVacation {\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  vacationStatus: VacationStatusEnum\r\n  vacationType: VacationTypeEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  inVacation_PersonSystem: _InputCollectionAction4543\r\n  timeSheet: _InputCollectionAction4544\r\n  plan: _InputCollectionAction4545\r\n  customFields: [CustomFieldInput]\r\n  customRelationships: [_InputCustomRelationship]\r\n}\r\n\r\ninput InputWorkPaper {\r\n  name: String\r\n  detailedTask: String\r\n  workPaperDefaultSampleSize: CustomInt\r\n  lastAssessmentDate: CustomDate\r\n  workPaperSampleSize: CustomInt\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n  order: CustomInt\r\n  linkComment: String\r\n  businessDocument_AttachedDocument: _InputCollectionAction4333\r\n  businessDocument_ReferredToDocument: _InputCollectionAction4334\r\n  businessDocumentVersion_AttachedDocumentVersion: _InputCollectionAction4335\r\n  businessDocumentVersion_ReferredToDocumentVersion: _InputCollectionAction4336\r\n  auditActivity_Activity: _InputCollectionAction4337\r\n  testSheet_WorkPaperTestSheet: _InputCollectionAction4338\r\n  questionGroup: _InputCollectionAction4339\r\n  questionGroup_TemplateQuestionGroup: _InputCollectionAction4340\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 IsWritableEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\nenum KnowledgeBAEnum {\r\n  NA\r\n  Unknown\r\n  Poor\r\n  Medium\r\n  WellKnown\r\n  VeryWellKnown\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 LikelihoodERMEnum {\r\n  Rare\r\n  Possible\r\n  Likely\r\n  Probable\r\n  Certain\r\n}\r\n\r\nenum LogicalOperatorEnum {\r\n  And\r\n  Or\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_cf57f21795ad422bb172ae51d8672c47: 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 LoopEnum {\r\n  DoWhile\r\n  No\r\n  DoUntil\r\n}\r\n\r\nenum MandatoryElementEnum {\r\n  Yes\r\n  No\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 MetaTest implements GraphQLObjectInterface {\r\n  testExpression(format: StringFormat): String\r\n  logicalOperator(format: EnumFormat): LogicalOperatorEnum\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  question(filter: QuestionFilter, orderBy: [QuestionOrderBy]): [Question]\r\n  questionAggregatedValues(filter: QuestionFilter, orderBy: [QuestionOrderBy]): [QuestionAggregatedValues]\r\n}\r\n\r\ntype MetaTestAggregatedValues {\r\n  testExpression(function: AggregateFunctionType): CustomFloat\r\n  logicalOperator(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 MetaTestFilter {\r\n  and: [MetaTestFilter!]\r\n  or: [MetaTestFilter!]\r\n  testExpression: String\r\n  testExpression_not: String\r\n  testExpression_in: [String!]\r\n  testExpression_not_in: [String!]\r\n  testExpression_lt: String\r\n  testExpression_lte: String\r\n  testExpression_gt: String\r\n  testExpression_gte: String\r\n  testExpression_contains: String\r\n  testExpression_not_contains: String\r\n  testExpression_starts_with: String\r\n  testExpression_not_starts_with: String\r\n  testExpression_ends_with: String\r\n  testExpression_not_ends_with: String\r\n  testExpression_empty: Boolean\r\n  logicalOperator: LogicalOperatorEnum\r\n  logicalOperator_not: LogicalOperatorEnum\r\n  logicalOperator_in: [LogicalOperatorEnum!]\r\n  logicalOperator_not_in: [LogicalOperatorEnum!]\r\n  logicalOperator_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  question_some: [QuestionFilter!]\r\n  question_count: countFilter\r\n}\r\n\r\nenum MetaTestOrderBy {\r\n  testExpression_ASC\r\n  testExpression_DESC\r\n  logicalOperator_ASC\r\n  logicalOperator_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 MetamodelVersionType {\r\n  id: String\r\n  name: String\r\n}\r\n\r\nenum MissionCategoryEnum {\r\n  Compliance\r\n  Efficiency\r\n}\r\n\r\nenum MissionEvaluationEnum {\r\n  GoodOverallLevel\r\n  CanBeImproved\r\n  ImprovementNeeded\r\n  AtRisk\r\n}\r\n\r\nenum MissionOriginEnum {\r\n  Recurring\r\n  Punctual\r\n  Regulatory\r\n  BoardDemand\r\n  Follow_up\r\n}\r\n\r\nenum MissionPriorityEnum {\r\n  Low\r\n  High\r\n  Medium\r\n}\r\n\r\nenum MissionStatusEnum {\r\n  Rejected\r\n  InProgress\r\n  Cancelled\r\n  Published\r\n  Completed\r\n  Template\r\n  Closed\r\n  Potential\r\n  InPreparation\r\n  ToBeValidated\r\n}\r\n\r\nenum MultipleEnum {\r\n  Sequential\r\n  Parallel\r\n  No\r\n}\r\n\r\ntype MultipleValue implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  valueDataType(format: EnumFormat): ValueDataTypeEnum\r\n  mandatoryElement(format: EnumFormat): MandatoryElementEnum\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  linkAnsweredObject: GraphQLObjectInterface\r\n  titleText(format: StringFormat, language: Languages): String\r\n  minimumNumberOfAnswers: CustomInt\r\n  maximumNumberOfAnswers: CustomInt\r\n  answerComment(format: StringFormat, language: Languages): 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  question(filter: QuestionFilter, orderBy: [QuestionOrderBy]): [Question]\r\n  questionAggregatedValues(filter: QuestionFilter, orderBy: [QuestionOrderBy]): [QuestionAggregatedValues]\r\n}\r\n\r\ntype MultipleValueAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  valueDataType(function: AggregateFunctionType): CustomFloat\r\n  mandatoryElement(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  linkAnsweredObject(function: AggregateFunctionType): CustomFloat\r\n  titleText(function: AggregateFunctionType): CustomFloat\r\n  minimumNumberOfAnswers(function: AggregateNumbersFunctionType): CustomFloat\r\n  maximumNumberOfAnswers(function: AggregateNumbersFunctionType): CustomFloat\r\n  answerComment(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 MultipleValueFilter {\r\n  and: [MultipleValueFilter!]\r\n  or: [MultipleValueFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_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  valueDataType: ValueDataTypeEnum\r\n  valueDataType_not: ValueDataTypeEnum\r\n  valueDataType_in: [ValueDataTypeEnum!]\r\n  valueDataType_not_in: [ValueDataTypeEnum!]\r\n  valueDataType_empty: Boolean\r\n  mandatoryElement: MandatoryElementEnum\r\n  mandatoryElement_not: MandatoryElementEnum\r\n  mandatoryElement_in: [MandatoryElementEnum!]\r\n  mandatoryElement_not_in: [MandatoryElementEnum!]\r\n  mandatoryElement_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  linkAnsweredObject: String\r\n  linkAnsweredObject_not: String\r\n  linkAnsweredObject_in: [String!]\r\n  linkAnsweredObject_not_in: [String!]\r\n  linkAnsweredObject_empty: Boolean\r\n  titleText: String\r\n  titleText_not: String\r\n  titleText_in: [String!]\r\n  titleText_not_in: [String!]\r\n  titleText_lt: String\r\n  titleText_lte: String\r\n  titleText_gt: String\r\n  titleText_gte: String\r\n  titleText_contains: String\r\n  titleText_not_contains: String\r\n  titleText_starts_with: String\r\n  titleText_not_starts_with: String\r\n  titleText_ends_with: String\r\n  titleText_not_ends_with: String\r\n  titleText_empty: Boolean\r\n  minimumNumberOfAnswers: CustomInt\r\n  minimumNumberOfAnswers_not: CustomInt\r\n  minimumNumberOfAnswers_in: [CustomInt!]\r\n  minimumNumberOfAnswers_not_in: [CustomInt!]\r\n  minimumNumberOfAnswers_lt: CustomInt\r\n  minimumNumberOfAnswers_lte: CustomInt\r\n  minimumNumberOfAnswers_gt: CustomInt\r\n  minimumNumberOfAnswers_gte: CustomInt\r\n  minimumNumberOfAnswers_empty: Boolean\r\n  maximumNumberOfAnswers: CustomInt\r\n  maximumNumberOfAnswers_not: CustomInt\r\n  maximumNumberOfAnswers_in: [CustomInt!]\r\n  maximumNumberOfAnswers_not_in: [CustomInt!]\r\n  maximumNumberOfAnswers_lt: CustomInt\r\n  maximumNumberOfAnswers_lte: CustomInt\r\n  maximumNumberOfAnswers_gt: CustomInt\r\n  maximumNumberOfAnswers_gte: CustomInt\r\n  maximumNumberOfAnswers_empty: Boolean\r\n  answerComment: String\r\n  answerComment_not: String\r\n  answerComment_in: [String!]\r\n  answerComment_not_in: [String!]\r\n  answerComment_lt: String\r\n  answerComment_lte: String\r\n  answerComment_gt: String\r\n  answerComment_gte: String\r\n  answerComment_contains: String\r\n  answerComment_not_contains: String\r\n  answerComment_starts_with: String\r\n  answerComment_not_starts_with: String\r\n  answerComment_ends_with: String\r\n  answerComment_not_ends_with: String\r\n  answerComment_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  question_some: [QuestionFilter!]\r\n  question_count: countFilter\r\n}\r\n\r\nenum MultipleValueOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  valueDataType_ASC\r\n  valueDataType_DESC\r\n  mandatoryElement_ASC\r\n  mandatoryElement_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  linkAnsweredObject_ASC\r\n  linkAnsweredObject_DESC\r\n  titleText_ASC\r\n  titleText_DESC\r\n  minimumNumberOfAnswers_ASC\r\n  minimumNumberOfAnswers_DESC\r\n  maximumNumberOfAnswers_ASC\r\n  maximumNumberOfAnswers_DESC\r\n  answerComment_ASC\r\n  answerComment_DESC\r\n  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 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  createTestSheet(id: String, idType: IdType, testSheet: InputUniqueTestSheet!, creationMode: creationMode): TestSheet!\r\n  createUpdateTestSheet(id: String, idType: IdType, testSheet: InputUniqueTestSheet!, creationMode: creationMode): TestSheet!\r\n  updateTestSheet(id: String!, idType: IdType, testSheet: InputUniqueTestSheet!): TestSheet!\r\n  updateManyTestSheet(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], testSheet: InputTestSheet!): [TestSheet]\r\n  deleteTestSheet(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyTestSheet(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createWorkPaper(id: String, idType: IdType, workPaper: InputUniqueWorkPaper!, creationMode: creationMode): WorkPaper!\r\n  createUpdateWorkPaper(id: String, idType: IdType, workPaper: InputUniqueWorkPaper!, creationMode: creationMode): WorkPaper!\r\n  updateWorkPaper(id: String!, idType: IdType, workPaper: InputUniqueWorkPaper!): WorkPaper!\r\n  updateManyWorkPaper(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], workPaper: InputWorkPaper!): [WorkPaper]\r\n  deleteWorkPaper(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyWorkPaper(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createAudit(id: String, idType: IdType, audit: InputUniqueAudit!, creationMode: creationMode): Audit!\r\n  createUpdateAudit(id: String, idType: IdType, audit: InputUniqueAudit!, creationMode: creationMode): Audit!\r\n  updateAudit(id: String!, idType: IdType, audit: InputUniqueAudit!): Audit!\r\n  updateManyAudit(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], audit: InputAudit!): [Audit]\r\n  deleteAudit(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyAudit(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createAuditTheme(id: String, idType: IdType, auditTheme: InputUniqueAuditTheme!, creationMode: creationMode): AuditTheme!\r\n  createUpdateAuditTheme(id: String, idType: IdType, auditTheme: InputUniqueAuditTheme!, creationMode: creationMode): AuditTheme!\r\n  updateAuditTheme(id: String!, idType: IdType, auditTheme: InputUniqueAuditTheme!): AuditTheme!\r\n  updateManyAuditTheme(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], auditTheme: InputAuditTheme!): [AuditTheme]\r\n  deleteAuditTheme(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyAuditTheme(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createAuditActivity(id: String, idType: IdType, auditActivity: InputUniqueAuditActivity!, creationMode: creationMode): AuditActivity!\r\n  createUpdateAuditActivity(id: String, idType: IdType, auditActivity: InputUniqueAuditActivity!, creationMode: creationMode): AuditActivity!\r\n  updateAuditActivity(id: String!, idType: IdType, auditActivity: InputUniqueAuditActivity!): AuditActivity!\r\n  updateManyAuditActivity(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], auditActivity: InputAuditActivity!): [AuditActivity]\r\n  deleteAuditActivity(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyAuditActivity(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createQuestionAudit(id: String, idType: IdType, questionAudit: InputUniqueQuestionAudit!, creationMode: creationMode): QuestionAudit!\r\n  createUpdateQuestionAudit(id: String, idType: IdType, questionAudit: InputUniqueQuestionAudit!, creationMode: creationMode): QuestionAudit!\r\n  updateQuestionAudit(id: String!, idType: IdType, questionAudit: InputUniqueQuestionAudit!): QuestionAudit!\r\n  updateManyQuestionAudit(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], questionAudit: InputQuestionAudit!): [QuestionAudit]\r\n  deleteQuestionAudit(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyQuestionAudit(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createRecommendation(id: String, idType: IdType, recommendation: InputUniqueRecommendation!, creationMode: creationMode): Recommendation!\r\n  createUpdateRecommendation(id: String, idType: IdType, recommendation: InputUniqueRecommendation!, creationMode: creationMode): Recommendation!\r\n  updateRecommendation(id: String!, idType: IdType, recommendation: InputUniqueRecommendation!): Recommendation!\r\n  updateManyRecommendation(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], recommendation: InputRecommendation!): [Recommendation]\r\n  deleteRecommendation(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyRecommendation(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createFinding(id: String, idType: IdType, finding: InputUniqueFinding!, creationMode: creationMode): Finding!\r\n  createUpdateFinding(id: String, idType: IdType, finding: InputUniqueFinding!, creationMode: creationMode): Finding!\r\n  updateFinding(id: String!, idType: IdType, finding: InputUniqueFinding!): Finding!\r\n  updateManyFinding(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], finding: InputFinding!): [Finding]\r\n  deleteFinding(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyFinding(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createAnswerAudit(id: String, idType: IdType, answerAudit: InputUniqueAnswerAudit!, creationMode: creationMode): AnswerAudit!\r\n  createUpdateAnswerAudit(id: String, idType: IdType, answerAudit: InputUniqueAnswerAudit!, creationMode: creationMode): AnswerAudit!\r\n  updateAnswerAudit(id: String!, idType: IdType, answerAudit: InputUniqueAnswerAudit!): AnswerAudit!\r\n  updateManyAnswerAudit(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], answerAudit: InputAnswerAudit!): [AnswerAudit]\r\n  deleteAnswerAudit(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyAnswerAudit(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createActionPlan(id: String, idType: IdType, actionPlan: InputUniqueActionPlan!, creationMode: creationMode): ActionPlan!\r\n  createUpdateActionPlan(id: String, idType: IdType, actionPlan: InputUniqueActionPlan!, creationMode: creationMode): ActionPlan!\r\n  updateActionPlan(id: String!, idType: IdType, actionPlan: InputUniqueActionPlan!): ActionPlan!\r\n  updateManyActionPlan(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], actionPlan: InputActionPlan!): [ActionPlan]\r\n  deleteActionPlan(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyActionPlan(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createProgressUpdate(id: String, idType: IdType, progressUpdate: InputUniqueProgressUpdate!, creationMode: creationMode): ProgressUpdate!\r\n  createUpdateProgressUpdate(id: String, idType: IdType, progressUpdate: InputUniqueProgressUpdate!, creationMode: creationMode): ProgressUpdate!\r\n  updateProgressUpdate(id: String!, idType: IdType, progressUpdate: InputUniqueProgressUpdate!): ProgressUpdate!\r\n  updateManyProgressUpdate(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], progressUpdate: InputProgressUpdate!): [ProgressUpdate]\r\n  deleteProgressUpdate(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyProgressUpdate(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createPlan(id: String, idType: IdType, plan: InputUniquePlan!, creationMode: creationMode): Plan!\r\n  createUpdatePlan(id: String, idType: IdType, plan: InputUniquePlan!, creationMode: creationMode): Plan!\r\n  updatePlan(id: String!, idType: IdType, plan: InputUniquePlan!): Plan!\r\n  updateManyPlan(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], plan: InputPlan!): [Plan]\r\n  deletePlan(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyPlan(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createSkill(id: String, idType: IdType, skill: InputUniqueSkill!, creationMode: creationMode): Skill!\r\n  createUpdateSkill(id: String, idType: IdType, skill: InputUniqueSkill!, creationMode: creationMode): Skill!\r\n  updateSkill(id: String!, idType: IdType, skill: InputUniqueSkill!): Skill!\r\n  updateManySkill(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], skill: InputSkill!): [Skill]\r\n  deleteSkill(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManySkill(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createMetaTest(id: String, idType: IdType, metaTest: InputUniqueMetaTest!, creationMode: creationMode): MetaTest!\r\n  createUpdateMetaTest(id: String, idType: IdType, metaTest: InputUniqueMetaTest!, creationMode: creationMode): MetaTest!\r\n  updateMetaTest(id: String!, idType: IdType, metaTest: InputUniqueMetaTest!): MetaTest!\r\n  updateManyMetaTest(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], metaTest: InputMetaTest!): [MetaTest]\r\n  deleteMetaTest(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyMetaTest(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createUniqueValue(id: String, idType: IdType, uniqueValue: InputUniqueUniqueValue!, creationMode: creationMode): UniqueValue!\r\n  createUpdateUniqueValue(id: String, idType: IdType, uniqueValue: InputUniqueUniqueValue!, creationMode: creationMode): UniqueValue!\r\n  updateUniqueValue(id: String!, idType: IdType, uniqueValue: InputUniqueUniqueValue!): UniqueValue!\r\n  updateManyUniqueValue(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], uniqueValue: InputUniqueValue!): [UniqueValue]\r\n  deleteUniqueValue(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyUniqueValue(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createActionActionPlan(id: String, idType: IdType, actionActionPlan: InputUniqueActionActionPlan!, creationMode: creationMode): ActionActionPlan!\r\n  createUpdateActionActionPlan(id: String, idType: IdType, actionActionPlan: InputUniqueActionActionPlan!, creationMode: creationMode): ActionActionPlan!\r\n  updateActionActionPlan(id: String!, idType: IdType, actionActionPlan: InputUniqueActionActionPlan!): ActionActionPlan!\r\n  updateManyActionActionPlan(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], actionActionPlan: InputActionActionPlan!): [ActionActionPlan]\r\n  deleteActionActionPlan(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyActionActionPlan(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createVacation(id: String, idType: IdType, vacation: InputUniqueVacation!, creationMode: creationMode): Vacation!\r\n  createUpdateVacation(id: String, idType: IdType, vacation: InputUniqueVacation!, creationMode: creationMode): Vacation!\r\n  updateVacation(id: String!, idType: IdType, vacation: InputUniqueVacation!): Vacation!\r\n  updateManyVacation(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], vacation: InputVacation!): [Vacation]\r\n  deleteVacation(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyVacation(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createTimeSheet(id: String, idType: IdType, timeSheet: InputUniqueTimeSheet!, creationMode: creationMode): TimeSheet!\r\n  createUpdateTimeSheet(id: String, idType: IdType, timeSheet: InputUniqueTimeSheet!, creationMode: creationMode): TimeSheet!\r\n  updateTimeSheet(id: String!, idType: IdType, timeSheet: InputUniqueTimeSheet!): TimeSheet!\r\n  updateManyTimeSheet(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], timeSheet: InputTimeSheet!): [TimeSheet]\r\n  deleteTimeSheet(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyTimeSheet(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createMultipleValue(id: String, idType: IdType, multipleValue: InputUniqueMultipleValue!, creationMode: creationMode): MultipleValue!\r\n  createUpdateMultipleValue(id: String, idType: IdType, multipleValue: InputUniqueMultipleValue!, creationMode: creationMode): MultipleValue!\r\n  updateMultipleValue(id: String!, idType: IdType, multipleValue: InputUniqueMultipleValue!): MultipleValue!\r\n  updateManyMultipleValue(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], multipleValue: InputMultipleValue!): [MultipleValue]\r\n  deleteMultipleValue(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyMultipleValue(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  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  createPossibleAnswerValue(id: String, idType: IdType, possibleAnswerValue: InputUniquePossibleAnswerValue!, creationMode: creationMode): PossibleAnswerValue!\r\n  createUpdatePossibleAnswerValue(id: String, idType: IdType, possibleAnswerValue: InputUniquePossibleAnswerValue!, creationMode: creationMode): PossibleAnswerValue!\r\n  updatePossibleAnswerValue(id: String!, idType: IdType, possibleAnswerValue: InputUniquePossibleAnswerValue!): PossibleAnswerValue!\r\n  updateManyPossibleAnswerValue(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], possibleAnswerValue: InputPossibleAnswerValue!): [PossibleAnswerValue]\r\n  deletePossibleAnswerValue(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyPossibleAnswerValue(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createQuestionGroup(id: String, idType: IdType, questionGroup: InputUniqueQuestionGroup!, creationMode: creationMode): QuestionGroup!\r\n  createUpdateQuestionGroup(id: String, idType: IdType, questionGroup: InputUniqueQuestionGroup!, creationMode: creationMode): QuestionGroup!\r\n  updateQuestionGroup(id: String!, idType: IdType, questionGroup: InputUniqueQuestionGroup!): QuestionGroup!\r\n  updateManyQuestionGroup(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], questionGroup: InputQuestionGroup!): [QuestionGroup]\r\n  deleteQuestionGroup(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyQuestionGroup(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createQuestion(id: String, idType: IdType, question: InputUniqueQuestion!, creationMode: creationMode): Question!\r\n  createUpdateQuestion(id: String, idType: IdType, question: InputUniqueQuestion!, creationMode: creationMode): Question!\r\n  updateQuestion(id: String!, idType: IdType, question: InputUniqueQuestion!): Question!\r\n  updateManyQuestion(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], question: InputQuestion!): [Question]\r\n  deleteQuestion(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyQuestion(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createControl(id: String, idType: IdType, control: InputUniqueControl!, creationMode: creationMode): Control!\r\n  createUpdateControl(id: String, idType: IdType, control: InputUniqueControl!, creationMode: creationMode): Control!\r\n  updateControl(id: String!, idType: IdType, control: InputUniqueControl!): Control!\r\n  updateManyControl(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], control: InputControl!): [Control]\r\n  deleteControl(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyControl(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  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  createOrganizationalProcess(id: String, idType: IdType, organizationalProcess: InputUniqueOrganizationalProcess!, creationMode: creationMode): OrganizationalProcess!\r\n  createUpdateOrganizationalProcess(id: String, idType: IdType, organizationalProcess: InputUniqueOrganizationalProcess!, creationMode: creationMode): OrganizationalProcess!\r\n  updateOrganizationalProcess(id: String!, idType: IdType, organizationalProcess: InputUniqueOrganizationalProcess!): OrganizationalProcess!\r\n  updateManyOrganizationalProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], organizationalProcess: InputOrganizationalProcess!): [OrganizationalProcess]\r\n  deleteOrganizationalProcess(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyOrganizationalProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createSkillType(id: String, idType: IdType, skillType: InputUniqueSkillType!, creationMode: creationMode): SkillType!\r\n  createUpdateSkillType(id: String, idType: IdType, skillType: InputUniqueSkillType!, creationMode: creationMode): SkillType!\r\n  updateSkillType(id: String!, idType: IdType, skillType: InputUniqueSkillType!): SkillType!\r\n  updateManySkillType(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], skillType: InputSkillType!): [SkillType]\r\n  deleteSkillType(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManySkillType(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], cascade: Boolean): DeleteType\r\n  createRequirement(id: String, idType: IdType, requirement: InputUniqueRequirement!, creationMode: creationMode): Requirement!\r\n  createUpdateRequirement(id: String, idType: IdType, requirement: InputUniqueRequirement!, creationMode: creationMode): Requirement!\r\n  updateRequirement(id: String!, idType: IdType, requirement: InputUniqueRequirement!): Requirement!\r\n  updateManyRequirement(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy], requirement: InputRequirement!): [Requirement]\r\n  deleteRequirement(id: String!, idType: IdType, cascade: Boolean): DeleteType\r\n  deleteManyRequirement(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 NetRiskERMEnum {\r\n  VeryLow\r\n  Low\r\n  Medium\r\n  High\r\n  VeryHigh\r\n}\r\n\r\nenum OfflineEnum {\r\n  Online\r\n  Offline\r\n}\r\n\r\ntype OrgUnit implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  internalExternal(format: EnumFormat): InternalExternalEnum\r\n  orgUnitType(format: EnumFormat): OrgUnitTypeEnum\r\n  beginLifeDate(format: String, timeOffset: String): CustomDate\r\n  endLifeDate(format: String, timeOffset: String): CustomDate\r\n  assessmentFreshness: CustomFloat\r\n  lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  email: String\r\n  orgUnitActivity(format: EnumFormat): OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel(format: EnumFormat): OrgUnitLevelEnum\r\n  orgUnitStatus(format: EnumFormat): OrgUnitStatusEnum\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  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  questionGroup(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroup]\r\n  questionGroupAggregatedValues(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroupAggregatedValues]\r\n  auditActivity_Activity(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivity_ActivityAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\r\n  plan_AuditPlan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  plan_AuditPlanAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  recommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  audit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  auditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\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  organizationalUnitOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n  orgUnitDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n  orgUnit_AggregationOf(filter: Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitFilter, orderBy: [Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitOrderBy]): [Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnit]\r\n  orgUnit_AggregationOfAggregatedValues(filter: Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitFilter, orderBy: [Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnit_Component(filter: Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitFilter, orderBy: [Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitOrderBy]): [Relationship_OrgUnit_Component_SubOrgUnit_OrgUnit]\r\n  orgUnit_ComponentAggregatedValues(filter: Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitFilter, orderBy: [Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n}\r\n\r\nenum OrgUnitActivityEnum {\r\n  Active\r\n  Inactive\r\n}\r\n\r\ntype OrgUnitAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  internalExternal(function: AggregateFunctionType): CustomFloat\r\n  orgUnitType(function: AggregateFunctionType): CustomFloat\r\n  beginLifeDate(function: AggregateFunctionType): CustomFloat\r\n  endLifeDate(function: AggregateFunctionType): CustomFloat\r\n  assessmentFreshness(function: AggregateNumbersFunctionType): CustomFloat\r\n  lastAssessmentDate(function: AggregateFunctionType): CustomFloat\r\n  currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n  email(function: AggregateFunctionType): CustomFloat\r\n  orgUnitActivity(function: AggregateFunctionType): CustomFloat\r\n  orgUnitCode(function: AggregateFunctionType): CustomFloat\r\n  orgUnitLevel(function: AggregateFunctionType): CustomFloat\r\n  orgUnitStatus(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_acc39e1604d9478e9b972b7bd11d687a: 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  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  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  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  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  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  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitActivity_not: OrgUnitActivityEnum\r\n  orgUnitActivity_in: [OrgUnitActivityEnum!]\r\n  orgUnitActivity_not_in: [OrgUnitActivityEnum!]\r\n  orgUnitActivity_empty: Boolean\r\n  orgUnitCode: String\r\n  orgUnitCode_not: String\r\n  orgUnitCode_in: [String!]\r\n  orgUnitCode_not_in: [String!]\r\n  orgUnitCode_lt: String\r\n  orgUnitCode_lte: String\r\n  orgUnitCode_gt: String\r\n  orgUnitCode_gte: String\r\n  orgUnitCode_contains: String\r\n  orgUnitCode_not_contains: String\r\n  orgUnitCode_starts_with: String\r\n  orgUnitCode_not_starts_with: String\r\n  orgUnitCode_ends_with: String\r\n  orgUnitCode_not_ends_with: String\r\n  orgUnitCode_empty: Boolean\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitLevel_not: OrgUnitLevelEnum\r\n  orgUnitLevel_in: [OrgUnitLevelEnum!]\r\n  orgUnitLevel_not_in: [OrgUnitLevelEnum!]\r\n  orgUnitLevel_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  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  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  orgUnitMember_PersonSystem_some: [PersonSystemFilter!]\r\n  orgUnitMember_PersonSystem_count: countFilter\r\n  organizationalUnitOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  organizationalUnitOwner_PersonSystem_count: countFilter\r\n  orgUnitDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n  orgUnitDesigner_PersonSystem_count: countFilter\r\n  questionGroup_some: [QuestionGroupFilter!]\r\n  questionGroup_count: countFilter\r\n  auditActivity_Activity_some: [AuditActivityFilter!]\r\n  auditActivity_Activity_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  plan_AuditPlan_some: [PlanFilter!]\r\n  plan_AuditPlan_count: countFilter\r\n  recommendation_some: [RecommendationFilter!]\r\n  recommendation_count: countFilter\r\n  audit_some: [AuditFilter!]\r\n  audit_count: countFilter\r\n}\r\n\r\nenum OrgUnitLevelEnum {\r\n  Division\r\n  Department\r\n  Service\r\n}\r\n\r\nenum OrgUnitOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  internalExternal_ASC\r\n  internalExternal_DESC\r\n  orgUnitType_ASC\r\n  orgUnitType_DESC\r\n  beginLifeDate_ASC\r\n  beginLifeDate_DESC\r\n  endLifeDate_ASC\r\n  endLifeDate_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  email_ASC\r\n  email_DESC\r\n  orgUnitActivity_ASC\r\n  orgUnitActivity_DESC\r\n  orgUnitCode_ASC\r\n  orgUnitCode_DESC\r\n  orgUnitLevel_ASC\r\n  orgUnitLevel_DESC\r\n  orgUnitStatus_ASC\r\n  orgUnitStatus_DESC\r\n  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 OrganizationalLevelEnum {\r\n  Global\r\n  Local\r\n}\r\n\r\ntype OrganizationalProcess implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  organizationalProcessCode: String\r\n  beginLifeDate(format: String, timeOffset: String): CustomDate\r\n  endLifeDate(format: String, timeOffset: String): CustomDate\r\n  outputLogic(format: EnumFormat): OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA(format: EnumFormat): DesignBAEnum\r\n  knowledgeBA(format: EnumFormat): KnowledgeBAEnum\r\n  iTSupportBA(format: EnumFormat): ITSupportBAEnum\r\n  executionBA(format: EnumFormat): ExecutionBAEnum\r\n  efficiencyBA(format: EnumFormat): EfficiencyBAEnum\r\n  businessValueBA(format: EnumFormat): BusinessValueBAEnum\r\n  riskBA(format: EnumFormat): RiskBAEnum\r\n  performanceBA(format: EnumFormat): PerformanceBAEnum\r\n  transaction(format: EnumFormat): TransactionEnum\r\n  loop(format: EnumFormat): LoopEnum\r\n  adHoc(format: EnumFormat): AdHocEnum\r\n  multiple(format: EnumFormat): MultipleEnum\r\n  compensation(format: EnumFormat): CompensationEnum\r\n  loopCondition: String\r\n  assessmentFreshness: CustomFloat\r\n  organizationalProcessStatus(format: EnumFormat): OrganizationalProcessStatusEnum\r\n  lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  taskType(format: EnumFormat): TaskTypeEnum\r\n  inputLogic(format: EnumFormat): InputLogicEnum\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  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  organizationalProcess_OrganizationalProcessUsed(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcess_OrganizationalProcessUsedAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcess_UserOrganizationalProcess(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcess_UserOrganizationalProcessAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  questionGroup(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroup]\r\n  questionGroupAggregatedValues(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroupAggregatedValues]\r\n  auditActivity_Activity(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivity_ActivityAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\r\n  auditTheme(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditTheme]\r\n  auditThemeAggregatedValues(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditThemeAggregatedValues]\r\n  plan_AuditPlan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  plan_AuditPlanAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  recommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  audit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  auditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  organizationalProcessDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n  organizationalProcessManager_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [PersonSystemAggregatedValues]\r\n  organizationalProcessContributor_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [PersonSystemAggregatedValues]\r\n  organizationalProcessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n}\r\n\r\ntype OrganizationalProcessAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  organizationalProcessCode(function: AggregateFunctionType): CustomFloat\r\n  beginLifeDate(function: AggregateFunctionType): CustomFloat\r\n  endLifeDate(function: AggregateFunctionType): CustomFloat\r\n  outputLogic(function: AggregateFunctionType): CustomFloat\r\n  triggeredByEvent(function: AggregateFunctionType): CustomFloat\r\n  designBA(function: AggregateFunctionType): CustomFloat\r\n  knowledgeBA(function: AggregateFunctionType): CustomFloat\r\n  iTSupportBA(function: AggregateFunctionType): CustomFloat\r\n  executionBA(function: AggregateFunctionType): CustomFloat\r\n  efficiencyBA(function: AggregateFunctionType): CustomFloat\r\n  businessValueBA(function: AggregateFunctionType): CustomFloat\r\n  riskBA(function: AggregateFunctionType): CustomFloat\r\n  performanceBA(function: AggregateFunctionType): CustomFloat\r\n  transaction(function: AggregateFunctionType): CustomFloat\r\n  loop(function: AggregateFunctionType): CustomFloat\r\n  adHoc(function: AggregateFunctionType): CustomFloat\r\n  multiple(function: AggregateFunctionType): CustomFloat\r\n  compensation(function: AggregateFunctionType): CustomFloat\r\n  loopCondition(function: AggregateFunctionType): CustomFloat\r\n  assessmentFreshness(function: AggregateNumbersFunctionType): CustomFloat\r\n  organizationalProcessStatus(function: AggregateFunctionType): CustomFloat\r\n  lastAssessmentDate(function: AggregateFunctionType): CustomFloat\r\n  currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n  taskType(function: AggregateFunctionType): CustomFloat\r\n  inputLogic(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 OrganizationalProcessFilter {\r\n  defaultField_f950332825d74b4f801ff98da5787652: String\r\n  and: [OrganizationalProcessFilter!]\r\n  or: [OrganizationalProcessFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_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  organizationalProcessCode: String\r\n  organizationalProcessCode_not: String\r\n  organizationalProcessCode_in: [String!]\r\n  organizationalProcessCode_not_in: [String!]\r\n  organizationalProcessCode_lt: String\r\n  organizationalProcessCode_lte: String\r\n  organizationalProcessCode_gt: String\r\n  organizationalProcessCode_gte: String\r\n  organizationalProcessCode_contains: String\r\n  organizationalProcessCode_not_contains: String\r\n  organizationalProcessCode_starts_with: String\r\n  organizationalProcessCode_not_starts_with: String\r\n  organizationalProcessCode_ends_with: String\r\n  organizationalProcessCode_not_ends_with: String\r\n  organizationalProcessCode_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  outputLogic: OutputLogicEnum\r\n  outputLogic_not: OutputLogicEnum\r\n  outputLogic_in: [OutputLogicEnum!]\r\n  outputLogic_not_in: [OutputLogicEnum!]\r\n  outputLogic_empty: Boolean\r\n  triggeredByEvent: Boolean\r\n  triggeredByEvent_not: Boolean\r\n  triggeredByEvent_empty: Boolean\r\n  designBA: DesignBAEnum\r\n  designBA_not: DesignBAEnum\r\n  designBA_in: [DesignBAEnum!]\r\n  designBA_not_in: [DesignBAEnum!]\r\n  designBA_empty: Boolean\r\n  knowledgeBA: KnowledgeBAEnum\r\n  knowledgeBA_not: KnowledgeBAEnum\r\n  knowledgeBA_in: [KnowledgeBAEnum!]\r\n  knowledgeBA_not_in: [KnowledgeBAEnum!]\r\n  knowledgeBA_empty: Boolean\r\n  iTSupportBA: ITSupportBAEnum\r\n  iTSupportBA_not: ITSupportBAEnum\r\n  iTSupportBA_in: [ITSupportBAEnum!]\r\n  iTSupportBA_not_in: [ITSupportBAEnum!]\r\n  iTSupportBA_empty: Boolean\r\n  executionBA: ExecutionBAEnum\r\n  executionBA_not: ExecutionBAEnum\r\n  executionBA_in: [ExecutionBAEnum!]\r\n  executionBA_not_in: [ExecutionBAEnum!]\r\n  executionBA_empty: Boolean\r\n  efficiencyBA: EfficiencyBAEnum\r\n  efficiencyBA_not: EfficiencyBAEnum\r\n  efficiencyBA_in: [EfficiencyBAEnum!]\r\n  efficiencyBA_not_in: [EfficiencyBAEnum!]\r\n  efficiencyBA_empty: Boolean\r\n  businessValueBA: BusinessValueBAEnum\r\n  businessValueBA_not: BusinessValueBAEnum\r\n  businessValueBA_in: [BusinessValueBAEnum!]\r\n  businessValueBA_not_in: [BusinessValueBAEnum!]\r\n  businessValueBA_empty: Boolean\r\n  riskBA: RiskBAEnum\r\n  riskBA_not: RiskBAEnum\r\n  riskBA_in: [RiskBAEnum!]\r\n  riskBA_not_in: [RiskBAEnum!]\r\n  riskBA_empty: Boolean\r\n  performanceBA: PerformanceBAEnum\r\n  performanceBA_not: PerformanceBAEnum\r\n  performanceBA_in: [PerformanceBAEnum!]\r\n  performanceBA_not_in: [PerformanceBAEnum!]\r\n  performanceBA_empty: Boolean\r\n  transaction: TransactionEnum\r\n  transaction_not: TransactionEnum\r\n  transaction_in: [TransactionEnum!]\r\n  transaction_not_in: [TransactionEnum!]\r\n  transaction_empty: Boolean\r\n  loop: LoopEnum\r\n  loop_not: LoopEnum\r\n  loop_in: [LoopEnum!]\r\n  loop_not_in: [LoopEnum!]\r\n  loop_empty: Boolean\r\n  adHoc: AdHocEnum\r\n  adHoc_not: AdHocEnum\r\n  adHoc_in: [AdHocEnum!]\r\n  adHoc_not_in: [AdHocEnum!]\r\n  adHoc_empty: Boolean\r\n  multiple: MultipleEnum\r\n  multiple_not: MultipleEnum\r\n  multiple_in: [MultipleEnum!]\r\n  multiple_not_in: [MultipleEnum!]\r\n  multiple_empty: Boolean\r\n  compensation: CompensationEnum\r\n  compensation_not: CompensationEnum\r\n  compensation_in: [CompensationEnum!]\r\n  compensation_not_in: [CompensationEnum!]\r\n  compensation_empty: Boolean\r\n  loopCondition: String\r\n  loopCondition_not: String\r\n  loopCondition_in: [String!]\r\n  loopCondition_not_in: [String!]\r\n  loopCondition_lt: String\r\n  loopCondition_lte: String\r\n  loopCondition_gt: String\r\n  loopCondition_gte: String\r\n  loopCondition_contains: String\r\n  loopCondition_not_contains: String\r\n  loopCondition_starts_with: String\r\n  loopCondition_not_starts_with: String\r\n  loopCondition_ends_with: String\r\n  loopCondition_not_ends_with: String\r\n  loopCondition_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  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  organizationalProcessStatus_not: OrganizationalProcessStatusEnum\r\n  organizationalProcessStatus_in: [OrganizationalProcessStatusEnum!]\r\n  organizationalProcessStatus_not_in: [OrganizationalProcessStatusEnum!]\r\n  organizationalProcessStatus_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  taskType: TaskTypeEnum\r\n  taskType_not: TaskTypeEnum\r\n  taskType_in: [TaskTypeEnum!]\r\n  taskType_not_in: [TaskTypeEnum!]\r\n  taskType_empty: Boolean\r\n  inputLogic: InputLogicEnum\r\n  inputLogic_not: InputLogicEnum\r\n  inputLogic_in: [InputLogicEnum!]\r\n  inputLogic_not_in: [InputLogicEnum!]\r\n  inputLogic_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  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  organizationalProcessDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n  organizationalProcessDesigner_PersonSystem_count: countFilter\r\n  organizationalProcessManager_PersonSystem_some: [PersonSystemFilter!]\r\n  organizationalProcessManager_PersonSystem_count: countFilter\r\n  organizationalProcessContributor_PersonSystem_some: [PersonSystemFilter!]\r\n  organizationalProcessContributor_PersonSystem_count: countFilter\r\n  organizationalProcessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  organizationalProcessOwner_PersonSystem_count: countFilter\r\n  organizationalProcess_OrganizationalProcessUsed_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_OrganizationalProcessUsed_count: countFilter\r\n  organizationalProcess_UserOrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_UserOrganizationalProcess_count: countFilter\r\n  questionGroup_some: [QuestionGroupFilter!]\r\n  questionGroup_count: countFilter\r\n  auditActivity_Activity_some: [AuditActivityFilter!]\r\n  auditActivity_Activity_count: countFilter\r\n  auditTheme_some: [AuditThemeFilter!]\r\n  auditTheme_count: countFilter\r\n  plan_AuditPlan_some: [PlanFilter!]\r\n  plan_AuditPlan_count: countFilter\r\n  recommendation_some: [RecommendationFilter!]\r\n  recommendation_count: countFilter\r\n  audit_some: [AuditFilter!]\r\n  audit_count: countFilter\r\n}\r\n\r\nenum OrganizationalProcessOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  organizationalProcessCode_ASC\r\n  organizationalProcessCode_DESC\r\n  beginLifeDate_ASC\r\n  beginLifeDate_DESC\r\n  endLifeDate_ASC\r\n  endLifeDate_DESC\r\n  outputLogic_ASC\r\n  outputLogic_DESC\r\n  triggeredByEvent_ASC\r\n  triggeredByEvent_DESC\r\n  designBA_ASC\r\n  designBA_DESC\r\n  knowledgeBA_ASC\r\n  knowledgeBA_DESC\r\n  iTSupportBA_ASC\r\n  iTSupportBA_DESC\r\n  executionBA_ASC\r\n  executionBA_DESC\r\n  efficiencyBA_ASC\r\n  efficiencyBA_DESC\r\n  businessValueBA_ASC\r\n  businessValueBA_DESC\r\n  riskBA_ASC\r\n  riskBA_DESC\r\n  performanceBA_ASC\r\n  performanceBA_DESC\r\n  transaction_ASC\r\n  transaction_DESC\r\n  loop_ASC\r\n  loop_DESC\r\n  adHoc_ASC\r\n  adHoc_DESC\r\n  multiple_ASC\r\n  multiple_DESC\r\n  compensation_ASC\r\n  compensation_DESC\r\n  loopCondition_ASC\r\n  loopCondition_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  organizationalProcessStatus_ASC\r\n  organizationalProcessStatus_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  taskType_ASC\r\n  taskType_DESC\r\n  inputLogic_ASC\r\n  inputLogic_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 OrganizationalProcessStatusEnum {\r\n  UpdateInProgress\r\n  ValidationInProgress\r\n  Validated\r\n}\r\n\r\nenum OutputLogicEnum {\r\n  Parallelism\r\n  Condition\r\n}\r\n\r\nenum PerformanceBAEnum {\r\n  NA\r\n  VeryLow\r\n  Low\r\n  Medium\r\n  High\r\n  VeryHigh\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  belongsToAPersonGroup: Boolean\r\n  dataLanguage: GraphQLObjectInterface\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson(format: EnumFormat): ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\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  timeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  otherParticipantInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [AuditAggregatedValues]\r\n  auditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Auditee]\r\n  auditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [AuditAggregatedValues]\r\n  auditorInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [AuditAggregatedValues]\r\n  leadAuditor_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [AuditAggregatedValues]\r\n  mainAuditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [AuditAggregatedValues]\r\n  activityOwner_AuditActivity(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_AuditActivityAggregatedValues(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendationCorrespondent_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [RecommendationAggregatedValues]\r\n  recommendationOwner_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n  actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n  inVacation_Vacation(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_VacationAggregatedValues(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [VacationAggregatedValues]\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  organizationalUnitOwner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnitDesigner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcessDesigner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessContributor_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessOwner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n  requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n  requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n  requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n  businessProcessDesigner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [BusinessProcessAggregatedValues]\r\n  businessProcessOwner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [BusinessProcessAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [Relationship_Skill_Skill_PersonSkill_PersonSystem]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [SkillAggregatedValues]\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  belongsToAPersonGroup(function: AggregateFunctionType): CustomFloat\r\n  dataLanguage(function: AggregateFunctionType): CustomFloat\r\n  phoneNumber(function: AggregateFunctionType): CustomFloat\r\n  initials(function: AggregateFunctionType): CustomFloat\r\n  validPerson(function: AggregateFunctionType): CustomFloat\r\n  initialNumberOfComplianceAudits(function: AggregateNumbersFunctionType): CustomFloat\r\n  initialNumberOfEfficiencyAudits(function: AggregateNumbersFunctionType): CustomFloat\r\n  initialNumberOfComplianceAuditActivities(function: AggregateNumbersFunctionType): CustomFloat\r\n  initialNumberOfEfficiencyAuditActivities(function: AggregateNumbersFunctionType): CustomFloat\r\n  numberOfExecutedComplianceAudits(function: AggregateNumbersFunctionType): CustomFloat\r\n  numberOfExecutedEfficiencyAudits(function: AggregateNumbersFunctionType): CustomFloat\r\n  numberOfExecutedComplianceAuditActivities(function: AggregateNumbersFunctionType): CustomFloat\r\n  numberOfExecutedEfficiencyAuditActivities(function: AggregateNumbersFunctionType): 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  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  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  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfComplianceAudits_not: CustomInt\r\n  initialNumberOfComplianceAudits_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_lt: CustomInt\r\n  initialNumberOfComplianceAudits_lte: CustomInt\r\n  initialNumberOfComplianceAudits_gt: CustomInt\r\n  initialNumberOfComplianceAudits_gte: CustomInt\r\n  initialNumberOfComplianceAudits_empty: Boolean\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits_not: CustomInt\r\n  initialNumberOfEfficiencyAudits_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_lt: CustomInt\r\n  initialNumberOfEfficiencyAudits_lte: CustomInt\r\n  initialNumberOfEfficiencyAudits_gt: CustomInt\r\n  initialNumberOfEfficiencyAudits_gte: CustomInt\r\n  initialNumberOfEfficiencyAudits_empty: Boolean\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfComplianceAuditActivities_not: CustomInt\r\n  initialNumberOfComplianceAuditActivities_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_lt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_lte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_empty: Boolean\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_not: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_lt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_lte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_empty: Boolean\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedComplianceAudits_not: CustomInt\r\n  numberOfExecutedComplianceAudits_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_lt: CustomInt\r\n  numberOfExecutedComplianceAudits_lte: CustomInt\r\n  numberOfExecutedComplianceAudits_gt: CustomInt\r\n  numberOfExecutedComplianceAudits_gte: CustomInt\r\n  numberOfExecutedComplianceAudits_empty: Boolean\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits_not: CustomInt\r\n  numberOfExecutedEfficiencyAudits_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_lt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_lte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_empty: Boolean\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_not: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_lt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_lte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_empty: Boolean\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_not: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_lt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_lte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_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  otherParticipantInAudit_Audit_some: [AuditFilter!]\r\n  otherParticipantInAudit_Audit_count: countFilter\r\n  auditee_Audit_some: [AuditFilter!]\r\n  auditee_Audit_count: countFilter\r\n  auditorInAudit_Audit_some: [AuditFilter!]\r\n  auditorInAudit_Audit_count: countFilter\r\n  leadAuditor_Audit_some: [AuditFilter!]\r\n  leadAuditor_Audit_count: countFilter\r\n  mainAuditee_Audit_some: [AuditFilter!]\r\n  mainAuditee_Audit_count: countFilter\r\n  activityOwner_AuditActivity_some: [AuditActivityFilter!]\r\n  activityOwner_AuditActivity_count: countFilter\r\n  recommendationCorrespondent_Recommendation_some: [RecommendationFilter!]\r\n  recommendationCorrespondent_Recommendation_count: countFilter\r\n  recommendationOwner_Recommendation_some: [RecommendationFilter!]\r\n  recommendationOwner_Recommendation_count: countFilter\r\n  actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanOwner_ActionPlan_count: countFilter\r\n  actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanResponsible_ActionPlan_count: countFilter\r\n  actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanApprover_ActionPlan_count: countFilter\r\n  actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n  actionOwner_ActionActionPlan_count: countFilter\r\n  inVacation_Vacation_some: [VacationFilter!]\r\n  inVacation_Vacation_count: countFilter\r\n  orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitMember_OrgUnit_count: countFilter\r\n  organizationalUnitOwner_OrgUnit_some: [OrgUnitFilter!]\r\n  organizationalUnitOwner_OrgUnit_count: countFilter\r\n  orgUnitDesigner_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitDesigner_OrgUnit_count: countFilter\r\n  organizationalProcessDesigner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessDesigner_OrganizationalProcess_count: countFilter\r\n  organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n  organizationalProcessContributor_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessContributor_OrganizationalProcess_count: countFilter\r\n  organizationalProcessOwner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessOwner_OrganizationalProcess_count: countFilter\r\n  requirementResponsible_Requirement_some: [RequirementFilter!]\r\n  requirementResponsible_Requirement_count: countFilter\r\n  requirementAccountable_Requirement_some: [RequirementFilter!]\r\n  requirementAccountable_Requirement_count: countFilter\r\n  requirementConsulted_Requirement_some: [RequirementFilter!]\r\n  requirementConsulted_Requirement_count: countFilter\r\n  requirementInformed_Requirement_some: [RequirementFilter!]\r\n  requirementInformed_Requirement_count: countFilter\r\n  businessProcessDesigner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessDesigner_BusinessProcess_count: countFilter\r\n  businessProcessOwner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessOwner_BusinessProcess_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_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  belongsToAPersonGroup_ASC\r\n  belongsToAPersonGroup_DESC\r\n  dataLanguage_ASC\r\n  dataLanguage_DESC\r\n  phoneNumber_ASC\r\n  phoneNumber_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  initialNumberOfComplianceAudits_ASC\r\n  initialNumberOfComplianceAudits_DESC\r\n  initialNumberOfEfficiencyAudits_ASC\r\n  initialNumberOfEfficiencyAudits_DESC\r\n  initialNumberOfComplianceAuditActivities_ASC\r\n  initialNumberOfComplianceAuditActivities_DESC\r\n  initialNumberOfEfficiencyAuditActivities_ASC\r\n  initialNumberOfEfficiencyAuditActivities_DESC\r\n  numberOfExecutedComplianceAudits_ASC\r\n  numberOfExecutedComplianceAudits_DESC\r\n  numberOfExecutedEfficiencyAudits_ASC\r\n  numberOfExecutedEfficiencyAudits_DESC\r\n  numberOfExecutedComplianceAuditActivities_ASC\r\n  numberOfExecutedComplianceAuditActivities_DESC\r\n  numberOfExecutedEfficiencyAuditActivities_ASC\r\n  numberOfExecutedEfficiencyAuditActivities_DESC\r\n  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 Plan implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  description(language: Languages): String\r\n  currentAuditPlan: Boolean\r\n  planStatus(format: EnumFormat): PlanStatusEnum\r\n  planNature(format: EnumFormat): PlanNatureEnum\r\n  planBeginDate(format: String, timeOffset: String): CustomDate\r\n  planEndDate(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  vacation(filter: VacationFilter, orderBy: [VacationOrderBy]): [Vacation]\r\n  vacationAggregatedValues(filter: VacationFilter, orderBy: [VacationOrderBy]): [VacationAggregatedValues]\r\n  audit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  auditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  risk_Scope(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n  risk_ScopeAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n  orgUnit_Scope(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n  orgUnit_ScopeAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcess_Scope(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcess_ScopeAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  businessProcess_Scope(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n  businessProcess_ScopeAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n}\r\n\r\ntype PlanAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  description(function: AggregateFunctionType): CustomFloat\r\n  currentAuditPlan(function: AggregateFunctionType): CustomFloat\r\n  planStatus(function: AggregateFunctionType): CustomFloat\r\n  planNature(function: AggregateFunctionType): CustomFloat\r\n  planBeginDate(function: AggregateFunctionType): CustomFloat\r\n  planEndDate(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 PlanFilter {\r\n  defaultField_4c2d2d8ea89d41e9b6c726ca990e9d66: String\r\n  and: [PlanFilter!]\r\n  or: [PlanFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_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  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  description_empty: Boolean\r\n  currentAuditPlan: Boolean\r\n  currentAuditPlan_not: Boolean\r\n  currentAuditPlan_empty: Boolean\r\n  planStatus: PlanStatusEnum\r\n  planStatus_not: PlanStatusEnum\r\n  planStatus_in: [PlanStatusEnum!]\r\n  planStatus_not_in: [PlanStatusEnum!]\r\n  planStatus_empty: Boolean\r\n  planNature: PlanNatureEnum\r\n  planNature_not: PlanNatureEnum\r\n  planNature_in: [PlanNatureEnum!]\r\n  planNature_not_in: [PlanNatureEnum!]\r\n  planNature_empty: Boolean\r\n  planBeginDate: CustomDate\r\n  planBeginDate_not: CustomDate\r\n  planBeginDate_in: [CustomDate!]\r\n  planBeginDate_not_in: [CustomDate!]\r\n  planBeginDate_lt: CustomDate\r\n  planBeginDate_lte: CustomDate\r\n  planBeginDate_gt: CustomDate\r\n  planBeginDate_gte: CustomDate\r\n  planBeginDate_empty: Boolean\r\n  planEndDate: CustomDate\r\n  planEndDate_not: CustomDate\r\n  planEndDate_in: [CustomDate!]\r\n  planEndDate_not_in: [CustomDate!]\r\n  planEndDate_lt: CustomDate\r\n  planEndDate_lte: CustomDate\r\n  planEndDate_gt: CustomDate\r\n  planEndDate_gte: CustomDate\r\n  planEndDate_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  vacation_some: [VacationFilter!]\r\n  vacation_count: countFilter\r\n  audit_some: [AuditFilter!]\r\n  audit_count: countFilter\r\n  risk_Scope_some: [RiskFilter!]\r\n  risk_Scope_count: countFilter\r\n  orgUnit_Scope_some: [OrgUnitFilter!]\r\n  orgUnit_Scope_count: countFilter\r\n  organizationalProcess_Scope_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_Scope_count: countFilter\r\n  businessProcess_Scope_some: [BusinessProcessFilter!]\r\n  businessProcess_Scope_count: countFilter\r\n}\r\n\r\nenum PlanNatureEnum {\r\n  MixedAuditCompliance\r\n  MixedICCompliance\r\n  MixedAuditComplianceIC\r\n  Compliance\r\n  Audit\r\n  Test\r\n  MixedAuditIC\r\n}\r\n\r\nenum PlanOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  description_ASC\r\n  description_DESC\r\n  currentAuditPlan_ASC\r\n  currentAuditPlan_DESC\r\n  planStatus_ASC\r\n  planStatus_DESC\r\n  planNature_ASC\r\n  planNature_DESC\r\n  planBeginDate_ASC\r\n  planBeginDate_DESC\r\n  planEndDate_ASC\r\n  planEndDate_DESC\r\n  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 PlanStatusEnum {\r\n  Potential\r\n  InProgress\r\n  Template\r\n  Closed\r\n}\r\n\r\ntype PossibleAnswerValue implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  internalValue: String\r\n  abbreviation(language: Languages): String\r\n  rGBColor: CustomInt\r\n  answerValue: CustomFloat\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  uniqueValue(filter: UniqueValueFilter, orderBy: [UniqueValueOrderBy]): [UniqueValue]\r\n  uniqueValueAggregatedValues(filter: UniqueValueFilter, orderBy: [UniqueValueOrderBy]): [UniqueValueAggregatedValues]\r\n}\r\n\r\ntype PossibleAnswerValueAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  internalValue(function: AggregateFunctionType): CustomFloat\r\n  abbreviation(function: AggregateFunctionType): CustomFloat\r\n  rGBColor(function: AggregateNumbersFunctionType): CustomFloat\r\n  answerValue(function: AggregateNumbersFunctionType): 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 PossibleAnswerValueFilter {\r\n  defaultField_669d99d8a3eb43d8a2c83542003ebbf2: String\r\n  and: [PossibleAnswerValueFilter!]\r\n  or: [PossibleAnswerValueFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_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  internalValue: String\r\n  internalValue_not: String\r\n  internalValue_in: [String!]\r\n  internalValue_not_in: [String!]\r\n  internalValue_lt: String\r\n  internalValue_lte: String\r\n  internalValue_gt: String\r\n  internalValue_gte: String\r\n  internalValue_contains: String\r\n  internalValue_not_contains: String\r\n  internalValue_starts_with: String\r\n  internalValue_not_starts_with: String\r\n  internalValue_ends_with: String\r\n  internalValue_not_ends_with: String\r\n  internalValue_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  rGBColor: CustomInt\r\n  rGBColor_not: CustomInt\r\n  rGBColor_in: [CustomInt!]\r\n  rGBColor_not_in: [CustomInt!]\r\n  rGBColor_lt: CustomInt\r\n  rGBColor_lte: CustomInt\r\n  rGBColor_gt: CustomInt\r\n  rGBColor_gte: CustomInt\r\n  rGBColor_empty: Boolean\r\n  answerValue: CustomFloat\r\n  answerValue_not: CustomFloat\r\n  answerValue_in: [CustomFloat!]\r\n  answerValue_not_in: [CustomFloat!]\r\n  answerValue_lt: CustomFloat\r\n  answerValue_lte: CustomFloat\r\n  answerValue_gt: CustomFloat\r\n  answerValue_gte: CustomFloat\r\n  answerValue_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  uniqueValue_some: [UniqueValueFilter!]\r\n  uniqueValue_count: countFilter\r\n}\r\n\r\nenum PossibleAnswerValueOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  internalValue_ASC\r\n  internalValue_DESC\r\n  abbreviation_ASC\r\n  abbreviation_DESC\r\n  rGBColor_ASC\r\n  rGBColor_DESC\r\n  answerValue_ASC\r\n  answerValue_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 PriorityEnum {\r\n  Low\r\n  Medium\r\n  High\r\n}\r\n\r\nenum ProgressEvaluationEnum {\r\n  InTime\r\n  Late\r\n}\r\n\r\ntype ProgressUpdate implements GraphQLObjectInterface {\r\n  progressDate(format: String, timeOffset: String): CustomDate\r\n  progressEvaluation(format: EnumFormat): ProgressEvaluationEnum\r\n  progressUpdatePercentage: CustomInt\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  recommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n  actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n}\r\n\r\ntype ProgressUpdateAggregatedValues {\r\n  progressDate(function: AggregateFunctionType): CustomFloat\r\n  progressEvaluation(function: AggregateFunctionType): CustomFloat\r\n  progressUpdatePercentage(function: AggregateNumbersFunctionType): 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 ProgressUpdateFilter {\r\n  defaultField_40140d1db55442b7b0bb07952edcbc34: String\r\n  and: [ProgressUpdateFilter!]\r\n  or: [ProgressUpdateFilter!]\r\n  progressDate: CustomDate\r\n  progressDate_not: CustomDate\r\n  progressDate_in: [CustomDate!]\r\n  progressDate_not_in: [CustomDate!]\r\n  progressDate_lt: CustomDate\r\n  progressDate_lte: CustomDate\r\n  progressDate_gt: CustomDate\r\n  progressDate_gte: CustomDate\r\n  progressDate_empty: Boolean\r\n  progressEvaluation: ProgressEvaluationEnum\r\n  progressEvaluation_not: ProgressEvaluationEnum\r\n  progressEvaluation_in: [ProgressEvaluationEnum!]\r\n  progressEvaluation_not_in: [ProgressEvaluationEnum!]\r\n  progressEvaluation_empty: Boolean\r\n  progressUpdatePercentage: CustomInt\r\n  progressUpdatePercentage_not: CustomInt\r\n  progressUpdatePercentage_in: [CustomInt!]\r\n  progressUpdatePercentage_not_in: [CustomInt!]\r\n  progressUpdatePercentage_lt: CustomInt\r\n  progressUpdatePercentage_lte: CustomInt\r\n  progressUpdatePercentage_gt: CustomInt\r\n  progressUpdatePercentage_gte: CustomInt\r\n  progressUpdatePercentage_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  recommendation_some: [RecommendationFilter!]\r\n  recommendation_count: countFilter\r\n  actionPlan_some: [ActionPlanFilter!]\r\n  actionPlan_count: countFilter\r\n}\r\n\r\nenum ProgressUpdateOrderBy {\r\n  progressDate_ASC\r\n  progressDate_DESC\r\n  progressEvaluation_ASC\r\n  progressEvaluation_DESC\r\n  progressUpdatePercentage_ASC\r\n  progressUpdatePercentage_DESC\r\n  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 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  testSheet(filter: TestSheetFilter, orderBy: [TestSheetOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [TestSheet]\r\n  testSheetAggregatedValues(filter: TestSheetFilter, orderBy: [TestSheetOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [TestSheetAggregatedValues]\r\n  workPaper(filter: WorkPaperFilter, orderBy: [WorkPaperOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [WorkPaper]\r\n  workPaperAggregatedValues(filter: WorkPaperFilter, orderBy: [WorkPaperOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [WorkPaperAggregatedValues]\r\n  audit(filter: AuditFilter, orderBy: [AuditOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Audit]\r\n  auditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [AuditAggregatedValues]\r\n  auditTheme(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [AuditTheme]\r\n  auditThemeAggregatedValues(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [AuditThemeAggregatedValues]\r\n  auditActivity(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [AuditActivity]\r\n  auditActivityAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [AuditActivityAggregatedValues]\r\n  questionAudit(filter: QuestionAuditFilter, orderBy: [QuestionAuditOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [QuestionAudit]\r\n  questionAuditAggregatedValues(filter: QuestionAuditFilter, orderBy: [QuestionAuditOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [QuestionAuditAggregatedValues]\r\n  recommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Recommendation]\r\n  recommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [RecommendationAggregatedValues]\r\n  finding(filter: FindingFilter, orderBy: [FindingOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Finding]\r\n  findingAggregatedValues(filter: FindingFilter, orderBy: [FindingOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [FindingAggregatedValues]\r\n  answerAudit(filter: AnswerAuditFilter, orderBy: [AnswerAuditOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [AnswerAudit]\r\n  answerAuditAggregatedValues(filter: AnswerAuditFilter, orderBy: [AnswerAuditOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [AnswerAuditAggregatedValues]\r\n  actionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ActionPlan]\r\n  actionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ActionPlanAggregatedValues]\r\n  progressUpdate(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ProgressUpdate]\r\n  progressUpdateAggregatedValues(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ProgressUpdateAggregatedValues]\r\n  plan(filter: PlanFilter, orderBy: [PlanOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Plan]\r\n  planAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [PlanAggregatedValues]\r\n  skill(filter: SkillFilter, orderBy: [SkillOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Skill]\r\n  skillAggregatedValues(filter: SkillFilter, orderBy: [SkillOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [SkillAggregatedValues]\r\n  metaTest(filter: MetaTestFilter, orderBy: [MetaTestOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaTest]\r\n  metaTestAggregatedValues(filter: MetaTestFilter, orderBy: [MetaTestOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MetaTestAggregatedValues]\r\n  uniqueValue(filter: UniqueValueFilter, orderBy: [UniqueValueOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [UniqueValue]\r\n  uniqueValueAggregatedValues(filter: UniqueValueFilter, orderBy: [UniqueValueOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [UniqueValueAggregatedValues]\r\n  actionActionPlan(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ActionActionPlan]\r\n  actionActionPlanAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ActionActionPlanAggregatedValues]\r\n  vacation(filter: VacationFilter, orderBy: [VacationOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Vacation]\r\n  vacationAggregatedValues(filter: VacationFilter, orderBy: [VacationOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [VacationAggregatedValues]\r\n  timeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [TimeSheet]\r\n  timeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [TimeSheetAggregatedValues]\r\n  multipleValue(filter: MultipleValueFilter, orderBy: [MultipleValueOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MultipleValue]\r\n  multipleValueAggregatedValues(filter: MultipleValueFilter, orderBy: [MultipleValueOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [MultipleValueAggregatedValues]\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  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  possibleAnswerValue(filter: PossibleAnswerValueFilter, orderBy: [PossibleAnswerValueOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [PossibleAnswerValue]\r\n  possibleAnswerValueAggregatedValues(filter: PossibleAnswerValueFilter, orderBy: [PossibleAnswerValueOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [PossibleAnswerValueAggregatedValues]\r\n  questionGroup(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [QuestionGroup]\r\n  questionGroupAggregatedValues(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [QuestionGroupAggregatedValues]\r\n  question(filter: QuestionFilter, orderBy: [QuestionOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Question]\r\n  questionAggregatedValues(filter: QuestionFilter, orderBy: [QuestionOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [QuestionAggregatedValues]\r\n  control(filter: ControlFilter, orderBy: [ControlOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Control]\r\n  controlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [ControlAggregatedValues]\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  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  organizationalProcess(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [OrganizationalProcess]\r\n  organizationalProcessAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [OrganizationalProcessAggregatedValues]\r\n  skillType(filter: SkillTypeFilter, orderBy: [SkillTypeOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [SkillType]\r\n  skillTypeAggregatedValues(filter: SkillTypeFilter, orderBy: [SkillTypeOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [SkillTypeAggregatedValues]\r\n  requirement(filter: RequirementFilter, orderBy: [RequirementOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [Requirement]\r\n  requirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy], first: Int, after: String, last: Int, before: String, skip: Int): [RequirementAggregatedValues]\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\ntype Question implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  questionType(format: EnumFormat): QuestionTypeEnum\r\n  mandatoryElement(format: EnumFormat): MandatoryElementEnum\r\n  delegationAllowed(format: EnumFormat): DelegationAllowedEnum\r\n  titleText(format: StringFormat, language: Languages): String\r\n  minimumNumberOfAnswers: CustomInt\r\n  maximumNumberOfAnswers: CustomInt\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  metaTest_Condition(filter: MetaTestFilter, orderBy: [MetaTestOrderBy]): [MetaTest]\r\n  metaTest_ConditionAggregatedValues(filter: MetaTestFilter, orderBy: [MetaTestOrderBy]): [MetaTestAggregatedValues]\r\n  questionGroup(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroup]\r\n  questionGroupAggregatedValues(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroupAggregatedValues]\r\n  uniqueValue_Answer(filter: UniqueValueFilter, orderBy: [UniqueValueOrderBy]): [UniqueValue]\r\n  uniqueValue_AnswerAggregatedValues(filter: UniqueValueFilter, orderBy: [UniqueValueOrderBy]): [UniqueValueAggregatedValues]\r\n  multipleValue_Answer(filter: MultipleValueFilter, orderBy: [MultipleValueOrderBy]): [MultipleValue]\r\n  multipleValue_AnswerAggregatedValues(filter: MultipleValueFilter, orderBy: [MultipleValueOrderBy]): [MultipleValueAggregatedValues]\r\n}\r\n\r\ntype QuestionAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  questionType(function: AggregateFunctionType): CustomFloat\r\n  mandatoryElement(function: AggregateFunctionType): CustomFloat\r\n  delegationAllowed(function: AggregateFunctionType): CustomFloat\r\n  titleText(function: AggregateFunctionType): CustomFloat\r\n  minimumNumberOfAnswers(function: AggregateNumbersFunctionType): CustomFloat\r\n  maximumNumberOfAnswers(function: AggregateNumbersFunctionType): 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\ntype QuestionAudit implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  notes(format: StringFormat, language: Languages): String\r\n  textAnswer(format: StringFormat, language: Languages): String\r\n  description(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  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  testSheet(filter: TestSheetFilter, orderBy: [TestSheetOrderBy]): [TestSheet]\r\n  testSheetAggregatedValues(filter: TestSheetFilter, orderBy: [TestSheetOrderBy]): [TestSheetAggregatedValues]\r\n  answerAudit_Answer(filter: AnswerAuditFilter, orderBy: [AnswerAuditOrderBy]): [AnswerAudit]\r\n  answerAudit_AnswerAggregatedValues(filter: AnswerAuditFilter, orderBy: [AnswerAuditOrderBy]): [AnswerAuditAggregatedValues]\r\n}\r\n\r\ntype QuestionAuditAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  notes(function: AggregateFunctionType): CustomFloat\r\n  textAnswer(function: AggregateFunctionType): CustomFloat\r\n  description(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 QuestionAuditFilter {\r\n  defaultField_caf81821a538457084e6a93b0a9b8ff3: String\r\n  and: [QuestionAuditFilter!]\r\n  or: [QuestionAuditFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_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  notes: String\r\n  notes_not: String\r\n  notes_in: [String!]\r\n  notes_not_in: [String!]\r\n  notes_lt: String\r\n  notes_lte: String\r\n  notes_gt: String\r\n  notes_gte: String\r\n  notes_contains: String\r\n  notes_not_contains: String\r\n  notes_starts_with: String\r\n  notes_not_starts_with: String\r\n  notes_ends_with: String\r\n  notes_not_ends_with: String\r\n  notes_empty: Boolean\r\n  textAnswer: String\r\n  textAnswer_not: String\r\n  textAnswer_in: [String!]\r\n  textAnswer_not_in: [String!]\r\n  textAnswer_lt: String\r\n  textAnswer_lte: String\r\n  textAnswer_gt: String\r\n  textAnswer_gte: String\r\n  textAnswer_contains: String\r\n  textAnswer_not_contains: String\r\n  textAnswer_starts_with: String\r\n  textAnswer_not_starts_with: String\r\n  textAnswer_ends_with: String\r\n  textAnswer_not_ends_with: String\r\n  textAnswer_empty: Boolean\r\n  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  description_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  testSheet_some: [TestSheetFilter!]\r\n  testSheet_count: countFilter\r\n  answerAudit_Answer_some: [AnswerAuditFilter!]\r\n  answerAudit_Answer_count: countFilter\r\n}\r\n\r\nenum QuestionAuditOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  notes_ASC\r\n  notes_DESC\r\n  textAnswer_ASC\r\n  textAnswer_DESC\r\n  description_ASC\r\n  description_DESC\r\n  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 QuestionFilter {\r\n  defaultField_543629994b394cb5a2790b0b8d739b6a: String\r\n  and: [QuestionFilter!]\r\n  or: [QuestionFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_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  questionType: QuestionTypeEnum\r\n  questionType_not: QuestionTypeEnum\r\n  questionType_in: [QuestionTypeEnum!]\r\n  questionType_not_in: [QuestionTypeEnum!]\r\n  questionType_empty: Boolean\r\n  mandatoryElement: MandatoryElementEnum\r\n  mandatoryElement_not: MandatoryElementEnum\r\n  mandatoryElement_in: [MandatoryElementEnum!]\r\n  mandatoryElement_not_in: [MandatoryElementEnum!]\r\n  mandatoryElement_empty: Boolean\r\n  delegationAllowed: DelegationAllowedEnum\r\n  delegationAllowed_not: DelegationAllowedEnum\r\n  delegationAllowed_in: [DelegationAllowedEnum!]\r\n  delegationAllowed_not_in: [DelegationAllowedEnum!]\r\n  delegationAllowed_empty: Boolean\r\n  titleText: String\r\n  titleText_not: String\r\n  titleText_in: [String!]\r\n  titleText_not_in: [String!]\r\n  titleText_lt: String\r\n  titleText_lte: String\r\n  titleText_gt: String\r\n  titleText_gte: String\r\n  titleText_contains: String\r\n  titleText_not_contains: String\r\n  titleText_starts_with: String\r\n  titleText_not_starts_with: String\r\n  titleText_ends_with: String\r\n  titleText_not_ends_with: String\r\n  titleText_empty: Boolean\r\n  minimumNumberOfAnswers: CustomInt\r\n  minimumNumberOfAnswers_not: CustomInt\r\n  minimumNumberOfAnswers_in: [CustomInt!]\r\n  minimumNumberOfAnswers_not_in: [CustomInt!]\r\n  minimumNumberOfAnswers_lt: CustomInt\r\n  minimumNumberOfAnswers_lte: CustomInt\r\n  minimumNumberOfAnswers_gt: CustomInt\r\n  minimumNumberOfAnswers_gte: CustomInt\r\n  minimumNumberOfAnswers_empty: Boolean\r\n  maximumNumberOfAnswers: CustomInt\r\n  maximumNumberOfAnswers_not: CustomInt\r\n  maximumNumberOfAnswers_in: [CustomInt!]\r\n  maximumNumberOfAnswers_not_in: [CustomInt!]\r\n  maximumNumberOfAnswers_lt: CustomInt\r\n  maximumNumberOfAnswers_lte: CustomInt\r\n  maximumNumberOfAnswers_gt: CustomInt\r\n  maximumNumberOfAnswers_gte: CustomInt\r\n  maximumNumberOfAnswers_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  metaTest_Condition_some: [MetaTestFilter!]\r\n  metaTest_Condition_count: countFilter\r\n  questionGroup_some: [QuestionGroupFilter!]\r\n  questionGroup_count: countFilter\r\n  uniqueValue_Answer_some: [UniqueValueFilter!]\r\n  uniqueValue_Answer_count: countFilter\r\n  multipleValue_Answer_some: [MultipleValueFilter!]\r\n  multipleValue_Answer_count: countFilter\r\n}\r\n\r\ntype QuestionGroup implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  specific: Boolean\r\n  delegationAllowed(format: EnumFormat): DelegationAllowedEnum\r\n  titleText(format: StringFormat, language: Languages): 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  workPaper_ElementWithQuestionGroup(filter: WorkPaperFilter, orderBy: [WorkPaperOrderBy]): [WorkPaper]\r\n  workPaper_ElementWithQuestionGroupAggregatedValues(filter: WorkPaperFilter, orderBy: [WorkPaperOrderBy]): [WorkPaperAggregatedValues]\r\n  risk_ElementWithQuestionGroup(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n  risk_ElementWithQuestionGroupAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n  control_ElementWithQuestionGroup(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n  control_ElementWithQuestionGroupAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n  orgUnit_ElementWithQuestionGroup(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n  orgUnit_ElementWithQuestionGroupAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcess_ElementWithQuestionGroup(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcess_ElementWithQuestionGroupAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirement_ElementWithQuestionGroup(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n  requirement_ElementWithQuestionGroupAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n  businessProcess_ElementWithQuestionGroup(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n  businessProcess_ElementWithQuestionGroupAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n  workPaper_InitializedWorkPaper(filter: WorkPaperFilter, orderBy: [WorkPaperOrderBy]): [WorkPaper]\r\n  workPaper_InitializedWorkPaperAggregatedValues(filter: WorkPaperFilter, orderBy: [WorkPaperOrderBy]): [WorkPaperAggregatedValues]\r\n  question(filter: QuestionFilter, orderBy: [QuestionOrderBy]): [Question]\r\n  questionAggregatedValues(filter: QuestionFilter, orderBy: [QuestionOrderBy]): [QuestionAggregatedValues]\r\n}\r\n\r\ntype QuestionGroupAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  specific(function: AggregateFunctionType): CustomFloat\r\n  delegationAllowed(function: AggregateFunctionType): CustomFloat\r\n  titleText(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 QuestionGroupFilter {\r\n  defaultField_d36383b829a74d0bb85713a3738421e0: String\r\n  and: [QuestionGroupFilter!]\r\n  or: [QuestionGroupFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_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  specific: Boolean\r\n  specific_not: Boolean\r\n  specific_empty: Boolean\r\n  delegationAllowed: DelegationAllowedEnum\r\n  delegationAllowed_not: DelegationAllowedEnum\r\n  delegationAllowed_in: [DelegationAllowedEnum!]\r\n  delegationAllowed_not_in: [DelegationAllowedEnum!]\r\n  delegationAllowed_empty: Boolean\r\n  titleText: String\r\n  titleText_not: String\r\n  titleText_in: [String!]\r\n  titleText_not_in: [String!]\r\n  titleText_lt: String\r\n  titleText_lte: String\r\n  titleText_gt: String\r\n  titleText_gte: String\r\n  titleText_contains: String\r\n  titleText_not_contains: String\r\n  titleText_starts_with: String\r\n  titleText_not_starts_with: String\r\n  titleText_ends_with: String\r\n  titleText_not_ends_with: String\r\n  titleText_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  workPaper_ElementWithQuestionGroup_some: [WorkPaperFilter!]\r\n  workPaper_ElementWithQuestionGroup_count: countFilter\r\n  risk_ElementWithQuestionGroup_some: [RiskFilter!]\r\n  risk_ElementWithQuestionGroup_count: countFilter\r\n  control_ElementWithQuestionGroup_some: [ControlFilter!]\r\n  control_ElementWithQuestionGroup_count: countFilter\r\n  orgUnit_ElementWithQuestionGroup_some: [OrgUnitFilter!]\r\n  orgUnit_ElementWithQuestionGroup_count: countFilter\r\n  organizationalProcess_ElementWithQuestionGroup_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_ElementWithQuestionGroup_count: countFilter\r\n  requirement_ElementWithQuestionGroup_some: [RequirementFilter!]\r\n  requirement_ElementWithQuestionGroup_count: countFilter\r\n  businessProcess_ElementWithQuestionGroup_some: [BusinessProcessFilter!]\r\n  businessProcess_ElementWithQuestionGroup_count: countFilter\r\n  workPaper_InitializedWorkPaper_some: [WorkPaperFilter!]\r\n  workPaper_InitializedWorkPaper_count: countFilter\r\n  question_some: [QuestionFilter!]\r\n  question_count: countFilter\r\n}\r\n\r\nenum QuestionGroupOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  specific_ASC\r\n  specific_DESC\r\n  delegationAllowed_ASC\r\n  delegationAllowed_DESC\r\n  titleText_ASC\r\n  titleText_DESC\r\n  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 QuestionOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  questionType_ASC\r\n  questionType_DESC\r\n  mandatoryElement_ASC\r\n  mandatoryElement_DESC\r\n  delegationAllowed_ASC\r\n  delegationAllowed_DESC\r\n  titleText_ASC\r\n  titleText_DESC\r\n  minimumNumberOfAnswers_ASC\r\n  minimumNumberOfAnswers_DESC\r\n  maximumNumberOfAnswers_ASC\r\n  maximumNumberOfAnswers_DESC\r\n  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 QuestionTypeEnum {\r\n  ComboList\r\n  VerticalRadio\r\n  OKNONA\r\n  String\r\n  Boolean\r\n  Text\r\n  Object\r\n  Date\r\n  Duration\r\n  Number\r\n  Percent\r\n  Short\r\n  SignedNumber\r\n  MultipleValues\r\n  MultipleAnswerType\r\n}\r\n\r\ntype Recommendation implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  recommendationPriority(format: EnumFormat): RecommendationPriorityEnum\r\n  dueDate(format: String, timeOffset: String): CustomDate\r\n  details(format: StringFormat, language: Languages): String\r\n  description(language: Languages): String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment(format: StringFormat): String\r\n  recommendationCode: String\r\n  recommendationStatus(format: EnumFormat): RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate(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  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  finding(filter: FindingFilter, orderBy: [FindingOrderBy]): [Finding]\r\n  findingAggregatedValues(filter: FindingFilter, orderBy: [FindingOrderBy]): [FindingAggregatedValues]\r\n  audit_FollowupAudit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  audit_FollowupAuditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  actionActionPlan_Action(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n  actionActionPlan_ActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n  audit_OwnerAudit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  audit_OwnerAuditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  progressUpdate(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy]): [ProgressUpdate]\r\n  progressUpdateAggregatedValues(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy]): [ProgressUpdateAggregatedValues]\r\n  businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n  businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n  orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n  orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n  riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n  organizationalProcess(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcessAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  recommendationCorrespondent_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [PersonSystemAggregatedValues]\r\n  recommendationOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n}\r\n\r\ntype RecommendationAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  recommendationPriority(function: AggregateFunctionType): CustomFloat\r\n  dueDate(function: AggregateFunctionType): CustomFloat\r\n  details(function: AggregateFunctionType): CustomFloat\r\n  description(function: AggregateFunctionType): CustomFloat\r\n  lastProgressPercentage(function: AggregateNumbersFunctionType): CustomFloat\r\n  lastProgressComment(function: AggregateFunctionType): CustomFloat\r\n  recommendationCode(function: AggregateFunctionType): CustomFloat\r\n  recommendationStatus(function: AggregateFunctionType): CustomFloat\r\n  followup(function: AggregateFunctionType): CustomFloat\r\n  recommendationEndDate(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 RecommendationFilter {\r\n  defaultField_64600e2c5b2f4e31b0e62d7f502c8643: String\r\n  and: [RecommendationFilter!]\r\n  or: [RecommendationFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_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  recommendationPriority: RecommendationPriorityEnum\r\n  recommendationPriority_not: RecommendationPriorityEnum\r\n  recommendationPriority_in: [RecommendationPriorityEnum!]\r\n  recommendationPriority_not_in: [RecommendationPriorityEnum!]\r\n  recommendationPriority_empty: Boolean\r\n  dueDate: CustomDate\r\n  dueDate_not: CustomDate\r\n  dueDate_in: [CustomDate!]\r\n  dueDate_not_in: [CustomDate!]\r\n  dueDate_lt: CustomDate\r\n  dueDate_lte: CustomDate\r\n  dueDate_gt: CustomDate\r\n  dueDate_gte: CustomDate\r\n  dueDate_empty: Boolean\r\n  details: String\r\n  details_not: String\r\n  details_in: [String!]\r\n  details_not_in: [String!]\r\n  details_lt: String\r\n  details_lte: String\r\n  details_gt: String\r\n  details_gte: String\r\n  details_contains: String\r\n  details_not_contains: String\r\n  details_starts_with: String\r\n  details_not_starts_with: String\r\n  details_ends_with: String\r\n  details_not_ends_with: String\r\n  details_empty: Boolean\r\n  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  description_empty: Boolean\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressPercentage_not: CustomInt\r\n  lastProgressPercentage_in: [CustomInt!]\r\n  lastProgressPercentage_not_in: [CustomInt!]\r\n  lastProgressPercentage_lt: CustomInt\r\n  lastProgressPercentage_lte: CustomInt\r\n  lastProgressPercentage_gt: CustomInt\r\n  lastProgressPercentage_gte: CustomInt\r\n  lastProgressPercentage_empty: Boolean\r\n  lastProgressComment: String\r\n  lastProgressComment_not: String\r\n  lastProgressComment_in: [String!]\r\n  lastProgressComment_not_in: [String!]\r\n  lastProgressComment_lt: String\r\n  lastProgressComment_lte: String\r\n  lastProgressComment_gt: String\r\n  lastProgressComment_gte: String\r\n  lastProgressComment_contains: String\r\n  lastProgressComment_not_contains: String\r\n  lastProgressComment_starts_with: String\r\n  lastProgressComment_not_starts_with: String\r\n  lastProgressComment_ends_with: String\r\n  lastProgressComment_not_ends_with: String\r\n  lastProgressComment_empty: Boolean\r\n  recommendationCode: String\r\n  recommendationCode_not: String\r\n  recommendationCode_in: [String!]\r\n  recommendationCode_not_in: [String!]\r\n  recommendationCode_lt: String\r\n  recommendationCode_lte: String\r\n  recommendationCode_gt: String\r\n  recommendationCode_gte: String\r\n  recommendationCode_contains: String\r\n  recommendationCode_not_contains: String\r\n  recommendationCode_starts_with: String\r\n  recommendationCode_not_starts_with: String\r\n  recommendationCode_ends_with: String\r\n  recommendationCode_not_ends_with: String\r\n  recommendationCode_empty: Boolean\r\n  recommendationStatus: RecommendationStatusEnum\r\n  recommendationStatus_not: RecommendationStatusEnum\r\n  recommendationStatus_in: [RecommendationStatusEnum!]\r\n  recommendationStatus_not_in: [RecommendationStatusEnum!]\r\n  recommendationStatus_empty: Boolean\r\n  followup: Boolean\r\n  followup_not: Boolean\r\n  followup_empty: Boolean\r\n  recommendationEndDate: CustomDate\r\n  recommendationEndDate_not: CustomDate\r\n  recommendationEndDate_in: [CustomDate!]\r\n  recommendationEndDate_not_in: [CustomDate!]\r\n  recommendationEndDate_lt: CustomDate\r\n  recommendationEndDate_lte: CustomDate\r\n  recommendationEndDate_gt: CustomDate\r\n  recommendationEndDate_gte: CustomDate\r\n  recommendationEndDate_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  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  finding_some: [FindingFilter!]\r\n  finding_count: countFilter\r\n  recommendationCorrespondent_PersonSystem_some: [PersonSystemFilter!]\r\n  recommendationCorrespondent_PersonSystem_count: countFilter\r\n  recommendationOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  recommendationOwner_PersonSystem_count: countFilter\r\n  audit_FollowupAudit_some: [AuditFilter!]\r\n  audit_FollowupAudit_count: countFilter\r\n  actionActionPlan_Action_some: [ActionActionPlanFilter!]\r\n  actionActionPlan_Action_count: countFilter\r\n  audit_OwnerAudit_some: [AuditFilter!]\r\n  audit_OwnerAudit_count: countFilter\r\n  progressUpdate_some: [ProgressUpdateFilter!]\r\n  progressUpdate_count: countFilter\r\n  businessProcess_some: [BusinessProcessFilter!]\r\n  businessProcess_count: countFilter\r\n  orgUnit_some: [OrgUnitFilter!]\r\n  orgUnit_count: countFilter\r\n  risk_some: [RiskFilter!]\r\n  risk_count: countFilter\r\n  organizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_count: countFilter\r\n}\r\n\r\nenum RecommendationOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  recommendationPriority_ASC\r\n  recommendationPriority_DESC\r\n  dueDate_ASC\r\n  dueDate_DESC\r\n  details_ASC\r\n  details_DESC\r\n  description_ASC\r\n  description_DESC\r\n  lastProgressPercentage_ASC\r\n  lastProgressPercentage_DESC\r\n  lastProgressComment_ASC\r\n  lastProgressComment_DESC\r\n  recommendationCode_ASC\r\n  recommendationCode_DESC\r\n  recommendationStatus_ASC\r\n  recommendationStatus_DESC\r\n  followup_ASC\r\n  followup_DESC\r\n  recommendationEndDate_ASC\r\n  recommendationEndDate_DESC\r\n  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 RecommendationPriorityEnum {\r\n  VeryHigh\r\n  High\r\n  Medium\r\n  Low\r\n}\r\n\r\nenum RecommendationStatusEnum {\r\n  Closed\r\n  ToBeSubmitted\r\n  ActionPlanToBeSubmitted\r\n  ActionPlanToBeValidated\r\n  ActionPlanToBeReviewed\r\n  InProgress\r\n  ActionPlanProgressRateToBeUpdated\r\n  ActionPlanProgressRateUpdated\r\n  Cancelled\r\n}\r\n\r\ntype Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner implements GraphQLObjectInterface {\r\n  actionProgress(format: EnumFormat): ActionProgressEnum\r\n  deliverablesact(format: StringFormat): String\r\n  plannedBeginDate(format: String, timeOffset: String): CustomDate\r\n  plannedEndDate(format: String, timeOffset: String): CustomDate\r\n  realBeginDate(format: String, timeOffset: String): CustomDate\r\n  realEndDate(format: String, timeOffset: String): CustomDate\r\n  statusact(format: EnumFormat): StatusactEnum\r\n  currentWorkflowStatus: GraphQLObjectInterface\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  audit_OwnerAudit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  audit_OwnerAuditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\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  actionPlan_OwnerActionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n  actionPlan_OwnerActionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n  recommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  actionOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter {\r\n  and: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter!]\r\n  or: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_empty: Boolean\r\n  actionProgress: ActionProgressEnum\r\n  actionProgress_not: ActionProgressEnum\r\n  actionProgress_in: [ActionProgressEnum!]\r\n  actionProgress_not_in: [ActionProgressEnum!]\r\n  actionProgress_empty: Boolean\r\n  deliverablesact: String\r\n  deliverablesact_not: String\r\n  deliverablesact_in: [String!]\r\n  deliverablesact_not_in: [String!]\r\n  deliverablesact_lt: String\r\n  deliverablesact_lte: String\r\n  deliverablesact_gt: String\r\n  deliverablesact_gte: String\r\n  deliverablesact_contains: String\r\n  deliverablesact_not_contains: String\r\n  deliverablesact_starts_with: String\r\n  deliverablesact_not_starts_with: String\r\n  deliverablesact_ends_with: String\r\n  deliverablesact_not_ends_with: String\r\n  deliverablesact_empty: Boolean\r\n  plannedBeginDate: CustomDate\r\n  plannedBeginDate_not: CustomDate\r\n  plannedBeginDate_in: [CustomDate!]\r\n  plannedBeginDate_not_in: [CustomDate!]\r\n  plannedBeginDate_lt: CustomDate\r\n  plannedBeginDate_lte: CustomDate\r\n  plannedBeginDate_gt: CustomDate\r\n  plannedBeginDate_gte: CustomDate\r\n  plannedBeginDate_empty: Boolean\r\n  plannedEndDate: CustomDate\r\n  plannedEndDate_not: CustomDate\r\n  plannedEndDate_in: [CustomDate!]\r\n  plannedEndDate_not_in: [CustomDate!]\r\n  plannedEndDate_lt: CustomDate\r\n  plannedEndDate_lte: CustomDate\r\n  plannedEndDate_gt: CustomDate\r\n  plannedEndDate_gte: CustomDate\r\n  plannedEndDate_empty: Boolean\r\n  realBeginDate: CustomDate\r\n  realBeginDate_not: CustomDate\r\n  realBeginDate_in: [CustomDate!]\r\n  realBeginDate_not_in: [CustomDate!]\r\n  realBeginDate_lt: CustomDate\r\n  realBeginDate_lte: CustomDate\r\n  realBeginDate_gt: CustomDate\r\n  realBeginDate_gte: CustomDate\r\n  realBeginDate_empty: Boolean\r\n  realEndDate: CustomDate\r\n  realEndDate_not: CustomDate\r\n  realEndDate_in: [CustomDate!]\r\n  realEndDate_not_in: [CustomDate!]\r\n  realEndDate_lt: CustomDate\r\n  realEndDate_lte: CustomDate\r\n  realEndDate_gt: CustomDate\r\n  realEndDate_gte: CustomDate\r\n  realEndDate_empty: Boolean\r\n  statusact: StatusactEnum\r\n  statusact_not: StatusactEnum\r\n  statusact_in: [StatusactEnum!]\r\n  statusact_not_in: [StatusactEnum!]\r\n  statusact_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  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_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  audit_OwnerAudit_some: [AuditFilter!]\r\n  audit_OwnerAudit_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  actionOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  actionOwner_PersonSystem_count: countFilter\r\n  actionPlan_OwnerActionPlan_some: [ActionPlanFilter!]\r\n  actionPlan_OwnerActionPlan_count: countFilter\r\n  recommendation_some: [RecommendationFilter!]\r\n  recommendation_count: countFilter\r\n}\r\n\r\nenum Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  actionProgress_ASC\r\n  actionProgress_DESC\r\n  deliverablesact_ASC\r\n  deliverablesact_DESC\r\n  plannedBeginDate_ASC\r\n  plannedBeginDate_DESC\r\n  plannedEndDate_ASC\r\n  plannedEndDate_DESC\r\n  realBeginDate_ASC\r\n  realBeginDate_DESC\r\n  realEndDate_ASC\r\n  realEndDate_DESC\r\n  statusact_ASC\r\n  statusact_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_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 Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n  actionProgress(format: EnumFormat): ActionProgressEnum\r\n  deliverablesact(format: StringFormat): String\r\n  plannedBeginDate(format: String, timeOffset: String): CustomDate\r\n  plannedEndDate(format: String, timeOffset: String): CustomDate\r\n  realBeginDate(format: String, timeOffset: String): CustomDate\r\n  realEndDate(format: String, timeOffset: String): CustomDate\r\n  statusact(format: EnumFormat): StatusactEnum\r\n  currentWorkflowStatus: GraphQLObjectInterface\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  audit_OwnerAudit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  audit_OwnerAuditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\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  actionPlan_OwnerActionPlan(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n  actionPlan_OwnerActionPlanAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n  recommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  actionOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n  and: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n  or: [Relationship_ActionActionPlan_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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_empty: Boolean\r\n  actionProgress: ActionProgressEnum\r\n  actionProgress_not: ActionProgressEnum\r\n  actionProgress_in: [ActionProgressEnum!]\r\n  actionProgress_not_in: [ActionProgressEnum!]\r\n  actionProgress_empty: Boolean\r\n  deliverablesact: String\r\n  deliverablesact_not: String\r\n  deliverablesact_in: [String!]\r\n  deliverablesact_not_in: [String!]\r\n  deliverablesact_lt: String\r\n  deliverablesact_lte: String\r\n  deliverablesact_gt: String\r\n  deliverablesact_gte: String\r\n  deliverablesact_contains: String\r\n  deliverablesact_not_contains: String\r\n  deliverablesact_starts_with: String\r\n  deliverablesact_not_starts_with: String\r\n  deliverablesact_ends_with: String\r\n  deliverablesact_not_ends_with: String\r\n  deliverablesact_empty: Boolean\r\n  plannedBeginDate: CustomDate\r\n  plannedBeginDate_not: CustomDate\r\n  plannedBeginDate_in: [CustomDate!]\r\n  plannedBeginDate_not_in: [CustomDate!]\r\n  plannedBeginDate_lt: CustomDate\r\n  plannedBeginDate_lte: CustomDate\r\n  plannedBeginDate_gt: CustomDate\r\n  plannedBeginDate_gte: CustomDate\r\n  plannedBeginDate_empty: Boolean\r\n  plannedEndDate: CustomDate\r\n  plannedEndDate_not: CustomDate\r\n  plannedEndDate_in: [CustomDate!]\r\n  plannedEndDate_not_in: [CustomDate!]\r\n  plannedEndDate_lt: CustomDate\r\n  plannedEndDate_lte: CustomDate\r\n  plannedEndDate_gt: CustomDate\r\n  plannedEndDate_gte: CustomDate\r\n  plannedEndDate_empty: Boolean\r\n  realBeginDate: CustomDate\r\n  realBeginDate_not: CustomDate\r\n  realBeginDate_in: [CustomDate!]\r\n  realBeginDate_not_in: [CustomDate!]\r\n  realBeginDate_lt: CustomDate\r\n  realBeginDate_lte: CustomDate\r\n  realBeginDate_gt: CustomDate\r\n  realBeginDate_gte: CustomDate\r\n  realBeginDate_empty: Boolean\r\n  realEndDate: CustomDate\r\n  realEndDate_not: CustomDate\r\n  realEndDate_in: [CustomDate!]\r\n  realEndDate_not_in: [CustomDate!]\r\n  realEndDate_lt: CustomDate\r\n  realEndDate_lte: CustomDate\r\n  realEndDate_gt: CustomDate\r\n  realEndDate_gte: CustomDate\r\n  realEndDate_empty: Boolean\r\n  statusact: StatusactEnum\r\n  statusact_not: StatusactEnum\r\n  statusact_in: [StatusactEnum!]\r\n  statusact_not_in: [StatusactEnum!]\r\n  statusact_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  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_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  audit_OwnerAudit_some: [AuditFilter!]\r\n  audit_OwnerAudit_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  actionOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  actionOwner_PersonSystem_count: countFilter\r\n  actionPlan_OwnerActionPlan_some: [ActionPlanFilter!]\r\n  actionPlan_OwnerActionPlan_count: countFilter\r\n  recommendation_some: [RecommendationFilter!]\r\n  recommendation_count: countFilter\r\n}\r\n\r\nenum Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  actionProgress_ASC\r\n  actionProgress_DESC\r\n  deliverablesact_ASC\r\n  deliverablesact_DESC\r\n  plannedBeginDate_ASC\r\n  plannedBeginDate_DESC\r\n  plannedEndDate_ASC\r\n  plannedEndDate_DESC\r\n  realBeginDate_ASC\r\n  realBeginDate_DESC\r\n  realEndDate_ASC\r\n  realEndDate_DESC\r\n  statusact_ASC\r\n  statusact_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_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 Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover implements GraphQLObjectInterface {\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment(format: StringFormat): String\r\n  successful(format: EnumFormat): SuccessfulEnum\r\n  realCost: CustomFloat\r\n  forecastCost: CustomFloat\r\n  forecastCostManDays: CustomInt\r\n  realCostManDays: CustomInt\r\n  actionPlanCategory(format: EnumFormat): ActionPlanCategoryEnum\r\n  actionPlanStatus(format: EnumFormat): ActionPlanStatusEnum\r\n  means(format: StringFormat): String\r\n  organizationalLevel(format: EnumFormat): OrganizationalLevelEnum\r\n  actionPlanOrigin(format: EnumFormat): ActionPlanOriginEnum\r\n  keySuccessFactor(format: StringFormat): String\r\n  successfullComments(format: StringFormat): String\r\n  plannedBeginDate(format: String, timeOffset: String): CustomDate\r\n  plannedEndDate(format: String, timeOffset: String): CustomDate\r\n  realBeginDate(format: String, timeOffset: String): CustomDate\r\n  realEndDate(format: String, timeOffset: String): CustomDate\r\n  actionPlanPriority(format: EnumFormat): ActionPlanPriorityEnum\r\n  delay(format: EnumFormat): DelayEnum\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  actionPlanNature(format: EnumFormat): ActionPlanNatureEnum\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  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  actionActionPlan_OwnedAction(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n  actionActionPlan_OwnedActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n  progressUpdate(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy]): [ProgressUpdate]\r\n  progressUpdateAggregatedValues(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy]): [ProgressUpdateAggregatedValues]\r\n  actionPlanOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n  actionPlanResponsible_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [PersonSystemAggregatedValues]\r\n  actionPlanApprover_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [PersonSystemAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter {\r\n  and: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter!]\r\n  or: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_empty: Boolean\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressPercentage_not: CustomInt\r\n  lastProgressPercentage_in: [CustomInt!]\r\n  lastProgressPercentage_not_in: [CustomInt!]\r\n  lastProgressPercentage_lt: CustomInt\r\n  lastProgressPercentage_lte: CustomInt\r\n  lastProgressPercentage_gt: CustomInt\r\n  lastProgressPercentage_gte: CustomInt\r\n  lastProgressPercentage_empty: Boolean\r\n  lastProgressComment: String\r\n  lastProgressComment_not: String\r\n  lastProgressComment_in: [String!]\r\n  lastProgressComment_not_in: [String!]\r\n  lastProgressComment_lt: String\r\n  lastProgressComment_lte: String\r\n  lastProgressComment_gt: String\r\n  lastProgressComment_gte: String\r\n  lastProgressComment_contains: String\r\n  lastProgressComment_not_contains: String\r\n  lastProgressComment_starts_with: String\r\n  lastProgressComment_not_starts_with: String\r\n  lastProgressComment_ends_with: String\r\n  lastProgressComment_not_ends_with: String\r\n  lastProgressComment_empty: Boolean\r\n  successful: SuccessfulEnum\r\n  successful_not: SuccessfulEnum\r\n  successful_in: [SuccessfulEnum!]\r\n  successful_not_in: [SuccessfulEnum!]\r\n  successful_empty: Boolean\r\n  realCost: CustomFloat\r\n  realCost_not: CustomFloat\r\n  realCost_in: [CustomFloat!]\r\n  realCost_not_in: [CustomFloat!]\r\n  realCost_lt: CustomFloat\r\n  realCost_lte: CustomFloat\r\n  realCost_gt: CustomFloat\r\n  realCost_gte: CustomFloat\r\n  realCost_empty: Boolean\r\n  forecastCost: CustomFloat\r\n  forecastCost_not: CustomFloat\r\n  forecastCost_in: [CustomFloat!]\r\n  forecastCost_not_in: [CustomFloat!]\r\n  forecastCost_lt: CustomFloat\r\n  forecastCost_lte: CustomFloat\r\n  forecastCost_gt: CustomFloat\r\n  forecastCost_gte: CustomFloat\r\n  forecastCost_empty: Boolean\r\n  forecastCostManDays: CustomInt\r\n  forecastCostManDays_not: CustomInt\r\n  forecastCostManDays_in: [CustomInt!]\r\n  forecastCostManDays_not_in: [CustomInt!]\r\n  forecastCostManDays_lt: CustomInt\r\n  forecastCostManDays_lte: CustomInt\r\n  forecastCostManDays_gt: CustomInt\r\n  forecastCostManDays_gte: CustomInt\r\n  forecastCostManDays_empty: Boolean\r\n  realCostManDays: CustomInt\r\n  realCostManDays_not: CustomInt\r\n  realCostManDays_in: [CustomInt!]\r\n  realCostManDays_not_in: [CustomInt!]\r\n  realCostManDays_lt: CustomInt\r\n  realCostManDays_lte: CustomInt\r\n  realCostManDays_gt: CustomInt\r\n  realCostManDays_gte: CustomInt\r\n  realCostManDays_empty: Boolean\r\n  actionPlanCategory: ActionPlanCategoryEnum\r\n  actionPlanCategory_not: ActionPlanCategoryEnum\r\n  actionPlanCategory_in: [ActionPlanCategoryEnum!]\r\n  actionPlanCategory_not_in: [ActionPlanCategoryEnum!]\r\n  actionPlanCategory_empty: Boolean\r\n  actionPlanStatus: ActionPlanStatusEnum\r\n  actionPlanStatus_not: ActionPlanStatusEnum\r\n  actionPlanStatus_in: [ActionPlanStatusEnum!]\r\n  actionPlanStatus_not_in: [ActionPlanStatusEnum!]\r\n  actionPlanStatus_empty: Boolean\r\n  means: String\r\n  means_not: String\r\n  means_in: [String!]\r\n  means_not_in: [String!]\r\n  means_lt: String\r\n  means_lte: String\r\n  means_gt: String\r\n  means_gte: String\r\n  means_contains: String\r\n  means_not_contains: String\r\n  means_starts_with: String\r\n  means_not_starts_with: String\r\n  means_ends_with: String\r\n  means_not_ends_with: String\r\n  means_empty: Boolean\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  organizationalLevel_not: OrganizationalLevelEnum\r\n  organizationalLevel_in: [OrganizationalLevelEnum!]\r\n  organizationalLevel_not_in: [OrganizationalLevelEnum!]\r\n  organizationalLevel_empty: Boolean\r\n  actionPlanOrigin: ActionPlanOriginEnum\r\n  actionPlanOrigin_not: ActionPlanOriginEnum\r\n  actionPlanOrigin_in: [ActionPlanOriginEnum!]\r\n  actionPlanOrigin_not_in: [ActionPlanOriginEnum!]\r\n  actionPlanOrigin_empty: Boolean\r\n  keySuccessFactor: String\r\n  keySuccessFactor_not: String\r\n  keySuccessFactor_in: [String!]\r\n  keySuccessFactor_not_in: [String!]\r\n  keySuccessFactor_lt: String\r\n  keySuccessFactor_lte: String\r\n  keySuccessFactor_gt: String\r\n  keySuccessFactor_gte: String\r\n  keySuccessFactor_contains: String\r\n  keySuccessFactor_not_contains: String\r\n  keySuccessFactor_starts_with: String\r\n  keySuccessFactor_not_starts_with: String\r\n  keySuccessFactor_ends_with: String\r\n  keySuccessFactor_not_ends_with: String\r\n  keySuccessFactor_empty: Boolean\r\n  successfullComments: String\r\n  successfullComments_not: String\r\n  successfullComments_in: [String!]\r\n  successfullComments_not_in: [String!]\r\n  successfullComments_lt: String\r\n  successfullComments_lte: String\r\n  successfullComments_gt: String\r\n  successfullComments_gte: String\r\n  successfullComments_contains: String\r\n  successfullComments_not_contains: String\r\n  successfullComments_starts_with: String\r\n  successfullComments_not_starts_with: String\r\n  successfullComments_ends_with: String\r\n  successfullComments_not_ends_with: String\r\n  successfullComments_empty: Boolean\r\n  plannedBeginDate: CustomDate\r\n  plannedBeginDate_not: CustomDate\r\n  plannedBeginDate_in: [CustomDate!]\r\n  plannedBeginDate_not_in: [CustomDate!]\r\n  plannedBeginDate_lt: CustomDate\r\n  plannedBeginDate_lte: CustomDate\r\n  plannedBeginDate_gt: CustomDate\r\n  plannedBeginDate_gte: CustomDate\r\n  plannedBeginDate_empty: Boolean\r\n  plannedEndDate: CustomDate\r\n  plannedEndDate_not: CustomDate\r\n  plannedEndDate_in: [CustomDate!]\r\n  plannedEndDate_not_in: [CustomDate!]\r\n  plannedEndDate_lt: CustomDate\r\n  plannedEndDate_lte: CustomDate\r\n  plannedEndDate_gt: CustomDate\r\n  plannedEndDate_gte: CustomDate\r\n  plannedEndDate_empty: Boolean\r\n  realBeginDate: CustomDate\r\n  realBeginDate_not: CustomDate\r\n  realBeginDate_in: [CustomDate!]\r\n  realBeginDate_not_in: [CustomDate!]\r\n  realBeginDate_lt: CustomDate\r\n  realBeginDate_lte: CustomDate\r\n  realBeginDate_gt: CustomDate\r\n  realBeginDate_gte: CustomDate\r\n  realBeginDate_empty: Boolean\r\n  realEndDate: CustomDate\r\n  realEndDate_not: CustomDate\r\n  realEndDate_in: [CustomDate!]\r\n  realEndDate_not_in: [CustomDate!]\r\n  realEndDate_lt: CustomDate\r\n  realEndDate_lte: CustomDate\r\n  realEndDate_gt: CustomDate\r\n  realEndDate_gte: CustomDate\r\n  realEndDate_empty: Boolean\r\n  actionPlanPriority: ActionPlanPriorityEnum\r\n  actionPlanPriority_not: ActionPlanPriorityEnum\r\n  actionPlanPriority_in: [ActionPlanPriorityEnum!]\r\n  actionPlanPriority_not_in: [ActionPlanPriorityEnum!]\r\n  actionPlanPriority_empty: Boolean\r\n  delay: DelayEnum\r\n  delay_not: DelayEnum\r\n  delay_in: [DelayEnum!]\r\n  delay_not_in: [DelayEnum!]\r\n  delay_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  actionPlanNature: ActionPlanNatureEnum\r\n  actionPlanNature_not: ActionPlanNatureEnum\r\n  actionPlanNature_in: [ActionPlanNatureEnum!]\r\n  actionPlanNature_not_in: [ActionPlanNatureEnum!]\r\n  actionPlanNature_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  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  actionPlanOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  actionPlanOwner_PersonSystem_count: countFilter\r\n  actionPlanResponsible_PersonSystem_some: [PersonSystemFilter!]\r\n  actionPlanResponsible_PersonSystem_count: countFilter\r\n  actionPlanApprover_PersonSystem_some: [PersonSystemFilter!]\r\n  actionPlanApprover_PersonSystem_count: countFilter\r\n  actionActionPlan_OwnedAction_some: [ActionActionPlanFilter!]\r\n  actionActionPlan_OwnedAction_count: countFilter\r\n  progressUpdate_some: [ProgressUpdateFilter!]\r\n  progressUpdate_count: countFilter\r\n}\r\n\r\nenum Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  lastProgressPercentage_ASC\r\n  lastProgressPercentage_DESC\r\n  lastProgressComment_ASC\r\n  lastProgressComment_DESC\r\n  successful_ASC\r\n  successful_DESC\r\n  realCost_ASC\r\n  realCost_DESC\r\n  forecastCost_ASC\r\n  forecastCost_DESC\r\n  forecastCostManDays_ASC\r\n  forecastCostManDays_DESC\r\n  realCostManDays_ASC\r\n  realCostManDays_DESC\r\n  actionPlanCategory_ASC\r\n  actionPlanCategory_DESC\r\n  actionPlanStatus_ASC\r\n  actionPlanStatus_DESC\r\n  means_ASC\r\n  means_DESC\r\n  organizationalLevel_ASC\r\n  organizationalLevel_DESC\r\n  actionPlanOrigin_ASC\r\n  actionPlanOrigin_DESC\r\n  keySuccessFactor_ASC\r\n  keySuccessFactor_DESC\r\n  successfullComments_ASC\r\n  successfullComments_DESC\r\n  plannedBeginDate_ASC\r\n  plannedBeginDate_DESC\r\n  plannedEndDate_ASC\r\n  plannedEndDate_DESC\r\n  realBeginDate_ASC\r\n  realBeginDate_DESC\r\n  realEndDate_ASC\r\n  realEndDate_DESC\r\n  actionPlanPriority_ASC\r\n  actionPlanPriority_DESC\r\n  delay_ASC\r\n  delay_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  actionPlanNature_ASC\r\n  actionPlanNature_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 Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner implements GraphQLObjectInterface {\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment(format: StringFormat): String\r\n  successful(format: EnumFormat): SuccessfulEnum\r\n  realCost: CustomFloat\r\n  forecastCost: CustomFloat\r\n  forecastCostManDays: CustomInt\r\n  realCostManDays: CustomInt\r\n  actionPlanCategory(format: EnumFormat): ActionPlanCategoryEnum\r\n  actionPlanStatus(format: EnumFormat): ActionPlanStatusEnum\r\n  means(format: StringFormat): String\r\n  organizationalLevel(format: EnumFormat): OrganizationalLevelEnum\r\n  actionPlanOrigin(format: EnumFormat): ActionPlanOriginEnum\r\n  keySuccessFactor(format: StringFormat): String\r\n  successfullComments(format: StringFormat): String\r\n  plannedBeginDate(format: String, timeOffset: String): CustomDate\r\n  plannedEndDate(format: String, timeOffset: String): CustomDate\r\n  realBeginDate(format: String, timeOffset: String): CustomDate\r\n  realEndDate(format: String, timeOffset: String): CustomDate\r\n  actionPlanPriority(format: EnumFormat): ActionPlanPriorityEnum\r\n  delay(format: EnumFormat): DelayEnum\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  actionPlanNature(format: EnumFormat): ActionPlanNatureEnum\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  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  actionActionPlan_OwnedAction(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n  actionActionPlan_OwnedActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n  progressUpdate(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy]): [ProgressUpdate]\r\n  progressUpdateAggregatedValues(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy]): [ProgressUpdateAggregatedValues]\r\n  actionPlanOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n  actionPlanResponsible_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [PersonSystemAggregatedValues]\r\n  actionPlanApprover_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [PersonSystemAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter {\r\n  and: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter!]\r\n  or: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_empty: Boolean\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressPercentage_not: CustomInt\r\n  lastProgressPercentage_in: [CustomInt!]\r\n  lastProgressPercentage_not_in: [CustomInt!]\r\n  lastProgressPercentage_lt: CustomInt\r\n  lastProgressPercentage_lte: CustomInt\r\n  lastProgressPercentage_gt: CustomInt\r\n  lastProgressPercentage_gte: CustomInt\r\n  lastProgressPercentage_empty: Boolean\r\n  lastProgressComment: String\r\n  lastProgressComment_not: String\r\n  lastProgressComment_in: [String!]\r\n  lastProgressComment_not_in: [String!]\r\n  lastProgressComment_lt: String\r\n  lastProgressComment_lte: String\r\n  lastProgressComment_gt: String\r\n  lastProgressComment_gte: String\r\n  lastProgressComment_contains: String\r\n  lastProgressComment_not_contains: String\r\n  lastProgressComment_starts_with: String\r\n  lastProgressComment_not_starts_with: String\r\n  lastProgressComment_ends_with: String\r\n  lastProgressComment_not_ends_with: String\r\n  lastProgressComment_empty: Boolean\r\n  successful: SuccessfulEnum\r\n  successful_not: SuccessfulEnum\r\n  successful_in: [SuccessfulEnum!]\r\n  successful_not_in: [SuccessfulEnum!]\r\n  successful_empty: Boolean\r\n  realCost: CustomFloat\r\n  realCost_not: CustomFloat\r\n  realCost_in: [CustomFloat!]\r\n  realCost_not_in: [CustomFloat!]\r\n  realCost_lt: CustomFloat\r\n  realCost_lte: CustomFloat\r\n  realCost_gt: CustomFloat\r\n  realCost_gte: CustomFloat\r\n  realCost_empty: Boolean\r\n  forecastCost: CustomFloat\r\n  forecastCost_not: CustomFloat\r\n  forecastCost_in: [CustomFloat!]\r\n  forecastCost_not_in: [CustomFloat!]\r\n  forecastCost_lt: CustomFloat\r\n  forecastCost_lte: CustomFloat\r\n  forecastCost_gt: CustomFloat\r\n  forecastCost_gte: CustomFloat\r\n  forecastCost_empty: Boolean\r\n  forecastCostManDays: CustomInt\r\n  forecastCostManDays_not: CustomInt\r\n  forecastCostManDays_in: [CustomInt!]\r\n  forecastCostManDays_not_in: [CustomInt!]\r\n  forecastCostManDays_lt: CustomInt\r\n  forecastCostManDays_lte: CustomInt\r\n  forecastCostManDays_gt: CustomInt\r\n  forecastCostManDays_gte: CustomInt\r\n  forecastCostManDays_empty: Boolean\r\n  realCostManDays: CustomInt\r\n  realCostManDays_not: CustomInt\r\n  realCostManDays_in: [CustomInt!]\r\n  realCostManDays_not_in: [CustomInt!]\r\n  realCostManDays_lt: CustomInt\r\n  realCostManDays_lte: CustomInt\r\n  realCostManDays_gt: CustomInt\r\n  realCostManDays_gte: CustomInt\r\n  realCostManDays_empty: Boolean\r\n  actionPlanCategory: ActionPlanCategoryEnum\r\n  actionPlanCategory_not: ActionPlanCategoryEnum\r\n  actionPlanCategory_in: [ActionPlanCategoryEnum!]\r\n  actionPlanCategory_not_in: [ActionPlanCategoryEnum!]\r\n  actionPlanCategory_empty: Boolean\r\n  actionPlanStatus: ActionPlanStatusEnum\r\n  actionPlanStatus_not: ActionPlanStatusEnum\r\n  actionPlanStatus_in: [ActionPlanStatusEnum!]\r\n  actionPlanStatus_not_in: [ActionPlanStatusEnum!]\r\n  actionPlanStatus_empty: Boolean\r\n  means: String\r\n  means_not: String\r\n  means_in: [String!]\r\n  means_not_in: [String!]\r\n  means_lt: String\r\n  means_lte: String\r\n  means_gt: String\r\n  means_gte: String\r\n  means_contains: String\r\n  means_not_contains: String\r\n  means_starts_with: String\r\n  means_not_starts_with: String\r\n  means_ends_with: String\r\n  means_not_ends_with: String\r\n  means_empty: Boolean\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  organizationalLevel_not: OrganizationalLevelEnum\r\n  organizationalLevel_in: [OrganizationalLevelEnum!]\r\n  organizationalLevel_not_in: [OrganizationalLevelEnum!]\r\n  organizationalLevel_empty: Boolean\r\n  actionPlanOrigin: ActionPlanOriginEnum\r\n  actionPlanOrigin_not: ActionPlanOriginEnum\r\n  actionPlanOrigin_in: [ActionPlanOriginEnum!]\r\n  actionPlanOrigin_not_in: [ActionPlanOriginEnum!]\r\n  actionPlanOrigin_empty: Boolean\r\n  keySuccessFactor: String\r\n  keySuccessFactor_not: String\r\n  keySuccessFactor_in: [String!]\r\n  keySuccessFactor_not_in: [String!]\r\n  keySuccessFactor_lt: String\r\n  keySuccessFactor_lte: String\r\n  keySuccessFactor_gt: String\r\n  keySuccessFactor_gte: String\r\n  keySuccessFactor_contains: String\r\n  keySuccessFactor_not_contains: String\r\n  keySuccessFactor_starts_with: String\r\n  keySuccessFactor_not_starts_with: String\r\n  keySuccessFactor_ends_with: String\r\n  keySuccessFactor_not_ends_with: String\r\n  keySuccessFactor_empty: Boolean\r\n  successfullComments: String\r\n  successfullComments_not: String\r\n  successfullComments_in: [String!]\r\n  successfullComments_not_in: [String!]\r\n  successfullComments_lt: String\r\n  successfullComments_lte: String\r\n  successfullComments_gt: String\r\n  successfullComments_gte: String\r\n  successfullComments_contains: String\r\n  successfullComments_not_contains: String\r\n  successfullComments_starts_with: String\r\n  successfullComments_not_starts_with: String\r\n  successfullComments_ends_with: String\r\n  successfullComments_not_ends_with: String\r\n  successfullComments_empty: Boolean\r\n  plannedBeginDate: CustomDate\r\n  plannedBeginDate_not: CustomDate\r\n  plannedBeginDate_in: [CustomDate!]\r\n  plannedBeginDate_not_in: [CustomDate!]\r\n  plannedBeginDate_lt: CustomDate\r\n  plannedBeginDate_lte: CustomDate\r\n  plannedBeginDate_gt: CustomDate\r\n  plannedBeginDate_gte: CustomDate\r\n  plannedBeginDate_empty: Boolean\r\n  plannedEndDate: CustomDate\r\n  plannedEndDate_not: CustomDate\r\n  plannedEndDate_in: [CustomDate!]\r\n  plannedEndDate_not_in: [CustomDate!]\r\n  plannedEndDate_lt: CustomDate\r\n  plannedEndDate_lte: CustomDate\r\n  plannedEndDate_gt: CustomDate\r\n  plannedEndDate_gte: CustomDate\r\n  plannedEndDate_empty: Boolean\r\n  realBeginDate: CustomDate\r\n  realBeginDate_not: CustomDate\r\n  realBeginDate_in: [CustomDate!]\r\n  realBeginDate_not_in: [CustomDate!]\r\n  realBeginDate_lt: CustomDate\r\n  realBeginDate_lte: CustomDate\r\n  realBeginDate_gt: CustomDate\r\n  realBeginDate_gte: CustomDate\r\n  realBeginDate_empty: Boolean\r\n  realEndDate: CustomDate\r\n  realEndDate_not: CustomDate\r\n  realEndDate_in: [CustomDate!]\r\n  realEndDate_not_in: [CustomDate!]\r\n  realEndDate_lt: CustomDate\r\n  realEndDate_lte: CustomDate\r\n  realEndDate_gt: CustomDate\r\n  realEndDate_gte: CustomDate\r\n  realEndDate_empty: Boolean\r\n  actionPlanPriority: ActionPlanPriorityEnum\r\n  actionPlanPriority_not: ActionPlanPriorityEnum\r\n  actionPlanPriority_in: [ActionPlanPriorityEnum!]\r\n  actionPlanPriority_not_in: [ActionPlanPriorityEnum!]\r\n  actionPlanPriority_empty: Boolean\r\n  delay: DelayEnum\r\n  delay_not: DelayEnum\r\n  delay_in: [DelayEnum!]\r\n  delay_not_in: [DelayEnum!]\r\n  delay_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  actionPlanNature: ActionPlanNatureEnum\r\n  actionPlanNature_not: ActionPlanNatureEnum\r\n  actionPlanNature_in: [ActionPlanNatureEnum!]\r\n  actionPlanNature_not_in: [ActionPlanNatureEnum!]\r\n  actionPlanNature_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  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  actionPlanOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  actionPlanOwner_PersonSystem_count: countFilter\r\n  actionPlanResponsible_PersonSystem_some: [PersonSystemFilter!]\r\n  actionPlanResponsible_PersonSystem_count: countFilter\r\n  actionPlanApprover_PersonSystem_some: [PersonSystemFilter!]\r\n  actionPlanApprover_PersonSystem_count: countFilter\r\n  actionActionPlan_OwnedAction_some: [ActionActionPlanFilter!]\r\n  actionActionPlan_OwnedAction_count: countFilter\r\n  progressUpdate_some: [ProgressUpdateFilter!]\r\n  progressUpdate_count: countFilter\r\n}\r\n\r\nenum Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  lastProgressPercentage_ASC\r\n  lastProgressPercentage_DESC\r\n  lastProgressComment_ASC\r\n  lastProgressComment_DESC\r\n  successful_ASC\r\n  successful_DESC\r\n  realCost_ASC\r\n  realCost_DESC\r\n  forecastCost_ASC\r\n  forecastCost_DESC\r\n  forecastCostManDays_ASC\r\n  forecastCostManDays_DESC\r\n  realCostManDays_ASC\r\n  realCostManDays_DESC\r\n  actionPlanCategory_ASC\r\n  actionPlanCategory_DESC\r\n  actionPlanStatus_ASC\r\n  actionPlanStatus_DESC\r\n  means_ASC\r\n  means_DESC\r\n  organizationalLevel_ASC\r\n  organizationalLevel_DESC\r\n  actionPlanOrigin_ASC\r\n  actionPlanOrigin_DESC\r\n  keySuccessFactor_ASC\r\n  keySuccessFactor_DESC\r\n  successfullComments_ASC\r\n  successfullComments_DESC\r\n  plannedBeginDate_ASC\r\n  plannedBeginDate_DESC\r\n  plannedEndDate_ASC\r\n  plannedEndDate_DESC\r\n  realBeginDate_ASC\r\n  realBeginDate_DESC\r\n  realEndDate_ASC\r\n  realEndDate_DESC\r\n  actionPlanPriority_ASC\r\n  actionPlanPriority_DESC\r\n  delay_ASC\r\n  delay_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  actionPlanNature_ASC\r\n  actionPlanNature_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 Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible implements GraphQLObjectInterface {\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment(format: StringFormat): String\r\n  successful(format: EnumFormat): SuccessfulEnum\r\n  realCost: CustomFloat\r\n  forecastCost: CustomFloat\r\n  forecastCostManDays: CustomInt\r\n  realCostManDays: CustomInt\r\n  actionPlanCategory(format: EnumFormat): ActionPlanCategoryEnum\r\n  actionPlanStatus(format: EnumFormat): ActionPlanStatusEnum\r\n  means(format: StringFormat): String\r\n  organizationalLevel(format: EnumFormat): OrganizationalLevelEnum\r\n  actionPlanOrigin(format: EnumFormat): ActionPlanOriginEnum\r\n  keySuccessFactor(format: StringFormat): String\r\n  successfullComments(format: StringFormat): String\r\n  plannedBeginDate(format: String, timeOffset: String): CustomDate\r\n  plannedEndDate(format: String, timeOffset: String): CustomDate\r\n  realBeginDate(format: String, timeOffset: String): CustomDate\r\n  realEndDate(format: String, timeOffset: String): CustomDate\r\n  actionPlanPriority(format: EnumFormat): ActionPlanPriorityEnum\r\n  delay(format: EnumFormat): DelayEnum\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  actionPlanNature(format: EnumFormat): ActionPlanNatureEnum\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  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  actionActionPlan_OwnedAction(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n  actionActionPlan_OwnedActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n  progressUpdate(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy]): [ProgressUpdate]\r\n  progressUpdateAggregatedValues(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy]): [ProgressUpdateAggregatedValues]\r\n  actionPlanOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n  actionPlanResponsible_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [PersonSystemAggregatedValues]\r\n  actionPlanApprover_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [PersonSystemAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter {\r\n  and: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter!]\r\n  or: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_empty: Boolean\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressPercentage_not: CustomInt\r\n  lastProgressPercentage_in: [CustomInt!]\r\n  lastProgressPercentage_not_in: [CustomInt!]\r\n  lastProgressPercentage_lt: CustomInt\r\n  lastProgressPercentage_lte: CustomInt\r\n  lastProgressPercentage_gt: CustomInt\r\n  lastProgressPercentage_gte: CustomInt\r\n  lastProgressPercentage_empty: Boolean\r\n  lastProgressComment: String\r\n  lastProgressComment_not: String\r\n  lastProgressComment_in: [String!]\r\n  lastProgressComment_not_in: [String!]\r\n  lastProgressComment_lt: String\r\n  lastProgressComment_lte: String\r\n  lastProgressComment_gt: String\r\n  lastProgressComment_gte: String\r\n  lastProgressComment_contains: String\r\n  lastProgressComment_not_contains: String\r\n  lastProgressComment_starts_with: String\r\n  lastProgressComment_not_starts_with: String\r\n  lastProgressComment_ends_with: String\r\n  lastProgressComment_not_ends_with: String\r\n  lastProgressComment_empty: Boolean\r\n  successful: SuccessfulEnum\r\n  successful_not: SuccessfulEnum\r\n  successful_in: [SuccessfulEnum!]\r\n  successful_not_in: [SuccessfulEnum!]\r\n  successful_empty: Boolean\r\n  realCost: CustomFloat\r\n  realCost_not: CustomFloat\r\n  realCost_in: [CustomFloat!]\r\n  realCost_not_in: [CustomFloat!]\r\n  realCost_lt: CustomFloat\r\n  realCost_lte: CustomFloat\r\n  realCost_gt: CustomFloat\r\n  realCost_gte: CustomFloat\r\n  realCost_empty: Boolean\r\n  forecastCost: CustomFloat\r\n  forecastCost_not: CustomFloat\r\n  forecastCost_in: [CustomFloat!]\r\n  forecastCost_not_in: [CustomFloat!]\r\n  forecastCost_lt: CustomFloat\r\n  forecastCost_lte: CustomFloat\r\n  forecastCost_gt: CustomFloat\r\n  forecastCost_gte: CustomFloat\r\n  forecastCost_empty: Boolean\r\n  forecastCostManDays: CustomInt\r\n  forecastCostManDays_not: CustomInt\r\n  forecastCostManDays_in: [CustomInt!]\r\n  forecastCostManDays_not_in: [CustomInt!]\r\n  forecastCostManDays_lt: CustomInt\r\n  forecastCostManDays_lte: CustomInt\r\n  forecastCostManDays_gt: CustomInt\r\n  forecastCostManDays_gte: CustomInt\r\n  forecastCostManDays_empty: Boolean\r\n  realCostManDays: CustomInt\r\n  realCostManDays_not: CustomInt\r\n  realCostManDays_in: [CustomInt!]\r\n  realCostManDays_not_in: [CustomInt!]\r\n  realCostManDays_lt: CustomInt\r\n  realCostManDays_lte: CustomInt\r\n  realCostManDays_gt: CustomInt\r\n  realCostManDays_gte: CustomInt\r\n  realCostManDays_empty: Boolean\r\n  actionPlanCategory: ActionPlanCategoryEnum\r\n  actionPlanCategory_not: ActionPlanCategoryEnum\r\n  actionPlanCategory_in: [ActionPlanCategoryEnum!]\r\n  actionPlanCategory_not_in: [ActionPlanCategoryEnum!]\r\n  actionPlanCategory_empty: Boolean\r\n  actionPlanStatus: ActionPlanStatusEnum\r\n  actionPlanStatus_not: ActionPlanStatusEnum\r\n  actionPlanStatus_in: [ActionPlanStatusEnum!]\r\n  actionPlanStatus_not_in: [ActionPlanStatusEnum!]\r\n  actionPlanStatus_empty: Boolean\r\n  means: String\r\n  means_not: String\r\n  means_in: [String!]\r\n  means_not_in: [String!]\r\n  means_lt: String\r\n  means_lte: String\r\n  means_gt: String\r\n  means_gte: String\r\n  means_contains: String\r\n  means_not_contains: String\r\n  means_starts_with: String\r\n  means_not_starts_with: String\r\n  means_ends_with: String\r\n  means_not_ends_with: String\r\n  means_empty: Boolean\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  organizationalLevel_not: OrganizationalLevelEnum\r\n  organizationalLevel_in: [OrganizationalLevelEnum!]\r\n  organizationalLevel_not_in: [OrganizationalLevelEnum!]\r\n  organizationalLevel_empty: Boolean\r\n  actionPlanOrigin: ActionPlanOriginEnum\r\n  actionPlanOrigin_not: ActionPlanOriginEnum\r\n  actionPlanOrigin_in: [ActionPlanOriginEnum!]\r\n  actionPlanOrigin_not_in: [ActionPlanOriginEnum!]\r\n  actionPlanOrigin_empty: Boolean\r\n  keySuccessFactor: String\r\n  keySuccessFactor_not: String\r\n  keySuccessFactor_in: [String!]\r\n  keySuccessFactor_not_in: [String!]\r\n  keySuccessFactor_lt: String\r\n  keySuccessFactor_lte: String\r\n  keySuccessFactor_gt: String\r\n  keySuccessFactor_gte: String\r\n  keySuccessFactor_contains: String\r\n  keySuccessFactor_not_contains: String\r\n  keySuccessFactor_starts_with: String\r\n  keySuccessFactor_not_starts_with: String\r\n  keySuccessFactor_ends_with: String\r\n  keySuccessFactor_not_ends_with: String\r\n  keySuccessFactor_empty: Boolean\r\n  successfullComments: String\r\n  successfullComments_not: String\r\n  successfullComments_in: [String!]\r\n  successfullComments_not_in: [String!]\r\n  successfullComments_lt: String\r\n  successfullComments_lte: String\r\n  successfullComments_gt: String\r\n  successfullComments_gte: String\r\n  successfullComments_contains: String\r\n  successfullComments_not_contains: String\r\n  successfullComments_starts_with: String\r\n  successfullComments_not_starts_with: String\r\n  successfullComments_ends_with: String\r\n  successfullComments_not_ends_with: String\r\n  successfullComments_empty: Boolean\r\n  plannedBeginDate: CustomDate\r\n  plannedBeginDate_not: CustomDate\r\n  plannedBeginDate_in: [CustomDate!]\r\n  plannedBeginDate_not_in: [CustomDate!]\r\n  plannedBeginDate_lt: CustomDate\r\n  plannedBeginDate_lte: CustomDate\r\n  plannedBeginDate_gt: CustomDate\r\n  plannedBeginDate_gte: CustomDate\r\n  plannedBeginDate_empty: Boolean\r\n  plannedEndDate: CustomDate\r\n  plannedEndDate_not: CustomDate\r\n  plannedEndDate_in: [CustomDate!]\r\n  plannedEndDate_not_in: [CustomDate!]\r\n  plannedEndDate_lt: CustomDate\r\n  plannedEndDate_lte: CustomDate\r\n  plannedEndDate_gt: CustomDate\r\n  plannedEndDate_gte: CustomDate\r\n  plannedEndDate_empty: Boolean\r\n  realBeginDate: CustomDate\r\n  realBeginDate_not: CustomDate\r\n  realBeginDate_in: [CustomDate!]\r\n  realBeginDate_not_in: [CustomDate!]\r\n  realBeginDate_lt: CustomDate\r\n  realBeginDate_lte: CustomDate\r\n  realBeginDate_gt: CustomDate\r\n  realBeginDate_gte: CustomDate\r\n  realBeginDate_empty: Boolean\r\n  realEndDate: CustomDate\r\n  realEndDate_not: CustomDate\r\n  realEndDate_in: [CustomDate!]\r\n  realEndDate_not_in: [CustomDate!]\r\n  realEndDate_lt: CustomDate\r\n  realEndDate_lte: CustomDate\r\n  realEndDate_gt: CustomDate\r\n  realEndDate_gte: CustomDate\r\n  realEndDate_empty: Boolean\r\n  actionPlanPriority: ActionPlanPriorityEnum\r\n  actionPlanPriority_not: ActionPlanPriorityEnum\r\n  actionPlanPriority_in: [ActionPlanPriorityEnum!]\r\n  actionPlanPriority_not_in: [ActionPlanPriorityEnum!]\r\n  actionPlanPriority_empty: Boolean\r\n  delay: DelayEnum\r\n  delay_not: DelayEnum\r\n  delay_in: [DelayEnum!]\r\n  delay_not_in: [DelayEnum!]\r\n  delay_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  actionPlanNature: ActionPlanNatureEnum\r\n  actionPlanNature_not: ActionPlanNatureEnum\r\n  actionPlanNature_in: [ActionPlanNatureEnum!]\r\n  actionPlanNature_not_in: [ActionPlanNatureEnum!]\r\n  actionPlanNature_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  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  actionPlanOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  actionPlanOwner_PersonSystem_count: countFilter\r\n  actionPlanResponsible_PersonSystem_some: [PersonSystemFilter!]\r\n  actionPlanResponsible_PersonSystem_count: countFilter\r\n  actionPlanApprover_PersonSystem_some: [PersonSystemFilter!]\r\n  actionPlanApprover_PersonSystem_count: countFilter\r\n  actionActionPlan_OwnedAction_some: [ActionActionPlanFilter!]\r\n  actionActionPlan_OwnedAction_count: countFilter\r\n  progressUpdate_some: [ProgressUpdateFilter!]\r\n  progressUpdate_count: countFilter\r\n}\r\n\r\nenum Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  lastProgressPercentage_ASC\r\n  lastProgressPercentage_DESC\r\n  lastProgressComment_ASC\r\n  lastProgressComment_DESC\r\n  successful_ASC\r\n  successful_DESC\r\n  realCost_ASC\r\n  realCost_DESC\r\n  forecastCost_ASC\r\n  forecastCost_DESC\r\n  forecastCostManDays_ASC\r\n  forecastCostManDays_DESC\r\n  realCostManDays_ASC\r\n  realCostManDays_DESC\r\n  actionPlanCategory_ASC\r\n  actionPlanCategory_DESC\r\n  actionPlanStatus_ASC\r\n  actionPlanStatus_DESC\r\n  means_ASC\r\n  means_DESC\r\n  organizationalLevel_ASC\r\n  organizationalLevel_DESC\r\n  actionPlanOrigin_ASC\r\n  actionPlanOrigin_DESC\r\n  keySuccessFactor_ASC\r\n  keySuccessFactor_DESC\r\n  successfullComments_ASC\r\n  successfullComments_DESC\r\n  plannedBeginDate_ASC\r\n  plannedBeginDate_DESC\r\n  plannedEndDate_ASC\r\n  plannedEndDate_DESC\r\n  realBeginDate_ASC\r\n  realBeginDate_DESC\r\n  realEndDate_ASC\r\n  realEndDate_DESC\r\n  actionPlanPriority_ASC\r\n  actionPlanPriority_DESC\r\n  delay_ASC\r\n  delay_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  actionPlanNature_ASC\r\n  actionPlanNature_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 Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment(format: StringFormat): String\r\n  successful(format: EnumFormat): SuccessfulEnum\r\n  realCost: CustomFloat\r\n  forecastCost: CustomFloat\r\n  forecastCostManDays: CustomInt\r\n  realCostManDays: CustomInt\r\n  actionPlanCategory(format: EnumFormat): ActionPlanCategoryEnum\r\n  actionPlanStatus(format: EnumFormat): ActionPlanStatusEnum\r\n  means(format: StringFormat): String\r\n  organizationalLevel(format: EnumFormat): OrganizationalLevelEnum\r\n  actionPlanOrigin(format: EnumFormat): ActionPlanOriginEnum\r\n  keySuccessFactor(format: StringFormat): String\r\n  successfullComments(format: StringFormat): String\r\n  plannedBeginDate(format: String, timeOffset: String): CustomDate\r\n  plannedEndDate(format: String, timeOffset: String): CustomDate\r\n  realBeginDate(format: String, timeOffset: String): CustomDate\r\n  realEndDate(format: String, timeOffset: String): CustomDate\r\n  actionPlanPriority(format: EnumFormat): ActionPlanPriorityEnum\r\n  delay(format: EnumFormat): DelayEnum\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  actionPlanNature(format: EnumFormat): ActionPlanNatureEnum\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  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  actionActionPlan_OwnedAction(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n  actionActionPlan_OwnedActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n  progressUpdate(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy]): [ProgressUpdate]\r\n  progressUpdateAggregatedValues(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy]): [ProgressUpdateAggregatedValues]\r\n  actionPlanOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n  actionPlanResponsible_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [PersonSystemAggregatedValues]\r\n  actionPlanApprover_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [PersonSystemAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n  and: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n  or: [Relationship_ActionPlan_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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_empty: Boolean\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressPercentage_not: CustomInt\r\n  lastProgressPercentage_in: [CustomInt!]\r\n  lastProgressPercentage_not_in: [CustomInt!]\r\n  lastProgressPercentage_lt: CustomInt\r\n  lastProgressPercentage_lte: CustomInt\r\n  lastProgressPercentage_gt: CustomInt\r\n  lastProgressPercentage_gte: CustomInt\r\n  lastProgressPercentage_empty: Boolean\r\n  lastProgressComment: String\r\n  lastProgressComment_not: String\r\n  lastProgressComment_in: [String!]\r\n  lastProgressComment_not_in: [String!]\r\n  lastProgressComment_lt: String\r\n  lastProgressComment_lte: String\r\n  lastProgressComment_gt: String\r\n  lastProgressComment_gte: String\r\n  lastProgressComment_contains: String\r\n  lastProgressComment_not_contains: String\r\n  lastProgressComment_starts_with: String\r\n  lastProgressComment_not_starts_with: String\r\n  lastProgressComment_ends_with: String\r\n  lastProgressComment_not_ends_with: String\r\n  lastProgressComment_empty: Boolean\r\n  successful: SuccessfulEnum\r\n  successful_not: SuccessfulEnum\r\n  successful_in: [SuccessfulEnum!]\r\n  successful_not_in: [SuccessfulEnum!]\r\n  successful_empty: Boolean\r\n  realCost: CustomFloat\r\n  realCost_not: CustomFloat\r\n  realCost_in: [CustomFloat!]\r\n  realCost_not_in: [CustomFloat!]\r\n  realCost_lt: CustomFloat\r\n  realCost_lte: CustomFloat\r\n  realCost_gt: CustomFloat\r\n  realCost_gte: CustomFloat\r\n  realCost_empty: Boolean\r\n  forecastCost: CustomFloat\r\n  forecastCost_not: CustomFloat\r\n  forecastCost_in: [CustomFloat!]\r\n  forecastCost_not_in: [CustomFloat!]\r\n  forecastCost_lt: CustomFloat\r\n  forecastCost_lte: CustomFloat\r\n  forecastCost_gt: CustomFloat\r\n  forecastCost_gte: CustomFloat\r\n  forecastCost_empty: Boolean\r\n  forecastCostManDays: CustomInt\r\n  forecastCostManDays_not: CustomInt\r\n  forecastCostManDays_in: [CustomInt!]\r\n  forecastCostManDays_not_in: [CustomInt!]\r\n  forecastCostManDays_lt: CustomInt\r\n  forecastCostManDays_lte: CustomInt\r\n  forecastCostManDays_gt: CustomInt\r\n  forecastCostManDays_gte: CustomInt\r\n  forecastCostManDays_empty: Boolean\r\n  realCostManDays: CustomInt\r\n  realCostManDays_not: CustomInt\r\n  realCostManDays_in: [CustomInt!]\r\n  realCostManDays_not_in: [CustomInt!]\r\n  realCostManDays_lt: CustomInt\r\n  realCostManDays_lte: CustomInt\r\n  realCostManDays_gt: CustomInt\r\n  realCostManDays_gte: CustomInt\r\n  realCostManDays_empty: Boolean\r\n  actionPlanCategory: ActionPlanCategoryEnum\r\n  actionPlanCategory_not: ActionPlanCategoryEnum\r\n  actionPlanCategory_in: [ActionPlanCategoryEnum!]\r\n  actionPlanCategory_not_in: [ActionPlanCategoryEnum!]\r\n  actionPlanCategory_empty: Boolean\r\n  actionPlanStatus: ActionPlanStatusEnum\r\n  actionPlanStatus_not: ActionPlanStatusEnum\r\n  actionPlanStatus_in: [ActionPlanStatusEnum!]\r\n  actionPlanStatus_not_in: [ActionPlanStatusEnum!]\r\n  actionPlanStatus_empty: Boolean\r\n  means: String\r\n  means_not: String\r\n  means_in: [String!]\r\n  means_not_in: [String!]\r\n  means_lt: String\r\n  means_lte: String\r\n  means_gt: String\r\n  means_gte: String\r\n  means_contains: String\r\n  means_not_contains: String\r\n  means_starts_with: String\r\n  means_not_starts_with: String\r\n  means_ends_with: String\r\n  means_not_ends_with: String\r\n  means_empty: Boolean\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  organizationalLevel_not: OrganizationalLevelEnum\r\n  organizationalLevel_in: [OrganizationalLevelEnum!]\r\n  organizationalLevel_not_in: [OrganizationalLevelEnum!]\r\n  organizationalLevel_empty: Boolean\r\n  actionPlanOrigin: ActionPlanOriginEnum\r\n  actionPlanOrigin_not: ActionPlanOriginEnum\r\n  actionPlanOrigin_in: [ActionPlanOriginEnum!]\r\n  actionPlanOrigin_not_in: [ActionPlanOriginEnum!]\r\n  actionPlanOrigin_empty: Boolean\r\n  keySuccessFactor: String\r\n  keySuccessFactor_not: String\r\n  keySuccessFactor_in: [String!]\r\n  keySuccessFactor_not_in: [String!]\r\n  keySuccessFactor_lt: String\r\n  keySuccessFactor_lte: String\r\n  keySuccessFactor_gt: String\r\n  keySuccessFactor_gte: String\r\n  keySuccessFactor_contains: String\r\n  keySuccessFactor_not_contains: String\r\n  keySuccessFactor_starts_with: String\r\n  keySuccessFactor_not_starts_with: String\r\n  keySuccessFactor_ends_with: String\r\n  keySuccessFactor_not_ends_with: String\r\n  keySuccessFactor_empty: Boolean\r\n  successfullComments: String\r\n  successfullComments_not: String\r\n  successfullComments_in: [String!]\r\n  successfullComments_not_in: [String!]\r\n  successfullComments_lt: String\r\n  successfullComments_lte: String\r\n  successfullComments_gt: String\r\n  successfullComments_gte: String\r\n  successfullComments_contains: String\r\n  successfullComments_not_contains: String\r\n  successfullComments_starts_with: String\r\n  successfullComments_not_starts_with: String\r\n  successfullComments_ends_with: String\r\n  successfullComments_not_ends_with: String\r\n  successfullComments_empty: Boolean\r\n  plannedBeginDate: CustomDate\r\n  plannedBeginDate_not: CustomDate\r\n  plannedBeginDate_in: [CustomDate!]\r\n  plannedBeginDate_not_in: [CustomDate!]\r\n  plannedBeginDate_lt: CustomDate\r\n  plannedBeginDate_lte: CustomDate\r\n  plannedBeginDate_gt: CustomDate\r\n  plannedBeginDate_gte: CustomDate\r\n  plannedBeginDate_empty: Boolean\r\n  plannedEndDate: CustomDate\r\n  plannedEndDate_not: CustomDate\r\n  plannedEndDate_in: [CustomDate!]\r\n  plannedEndDate_not_in: [CustomDate!]\r\n  plannedEndDate_lt: CustomDate\r\n  plannedEndDate_lte: CustomDate\r\n  plannedEndDate_gt: CustomDate\r\n  plannedEndDate_gte: CustomDate\r\n  plannedEndDate_empty: Boolean\r\n  realBeginDate: CustomDate\r\n  realBeginDate_not: CustomDate\r\n  realBeginDate_in: [CustomDate!]\r\n  realBeginDate_not_in: [CustomDate!]\r\n  realBeginDate_lt: CustomDate\r\n  realBeginDate_lte: CustomDate\r\n  realBeginDate_gt: CustomDate\r\n  realBeginDate_gte: CustomDate\r\n  realBeginDate_empty: Boolean\r\n  realEndDate: CustomDate\r\n  realEndDate_not: CustomDate\r\n  realEndDate_in: [CustomDate!]\r\n  realEndDate_not_in: [CustomDate!]\r\n  realEndDate_lt: CustomDate\r\n  realEndDate_lte: CustomDate\r\n  realEndDate_gt: CustomDate\r\n  realEndDate_gte: CustomDate\r\n  realEndDate_empty: Boolean\r\n  actionPlanPriority: ActionPlanPriorityEnum\r\n  actionPlanPriority_not: ActionPlanPriorityEnum\r\n  actionPlanPriority_in: [ActionPlanPriorityEnum!]\r\n  actionPlanPriority_not_in: [ActionPlanPriorityEnum!]\r\n  actionPlanPriority_empty: Boolean\r\n  delay: DelayEnum\r\n  delay_not: DelayEnum\r\n  delay_in: [DelayEnum!]\r\n  delay_not_in: [DelayEnum!]\r\n  delay_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  actionPlanNature: ActionPlanNatureEnum\r\n  actionPlanNature_not: ActionPlanNatureEnum\r\n  actionPlanNature_in: [ActionPlanNatureEnum!]\r\n  actionPlanNature_not_in: [ActionPlanNatureEnum!]\r\n  actionPlanNature_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  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  actionPlanOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  actionPlanOwner_PersonSystem_count: countFilter\r\n  actionPlanResponsible_PersonSystem_some: [PersonSystemFilter!]\r\n  actionPlanResponsible_PersonSystem_count: countFilter\r\n  actionPlanApprover_PersonSystem_some: [PersonSystemFilter!]\r\n  actionPlanApprover_PersonSystem_count: countFilter\r\n  actionActionPlan_OwnedAction_some: [ActionActionPlanFilter!]\r\n  actionActionPlan_OwnedAction_count: countFilter\r\n  progressUpdate_some: [ProgressUpdateFilter!]\r\n  progressUpdate_count: countFilter\r\n}\r\n\r\nenum Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  lastProgressPercentage_ASC\r\n  lastProgressPercentage_DESC\r\n  lastProgressComment_ASC\r\n  lastProgressComment_DESC\r\n  successful_ASC\r\n  successful_DESC\r\n  realCost_ASC\r\n  realCost_DESC\r\n  forecastCost_ASC\r\n  forecastCost_DESC\r\n  forecastCostManDays_ASC\r\n  forecastCostManDays_DESC\r\n  realCostManDays_ASC\r\n  realCostManDays_DESC\r\n  actionPlanCategory_ASC\r\n  actionPlanCategory_DESC\r\n  actionPlanStatus_ASC\r\n  actionPlanStatus_DESC\r\n  means_ASC\r\n  means_DESC\r\n  organizationalLevel_ASC\r\n  organizationalLevel_DESC\r\n  actionPlanOrigin_ASC\r\n  actionPlanOrigin_DESC\r\n  keySuccessFactor_ASC\r\n  keySuccessFactor_DESC\r\n  successfullComments_ASC\r\n  successfullComments_DESC\r\n  plannedBeginDate_ASC\r\n  plannedBeginDate_DESC\r\n  plannedEndDate_ASC\r\n  plannedEndDate_DESC\r\n  realBeginDate_ASC\r\n  realBeginDate_DESC\r\n  realEndDate_ASC\r\n  realEndDate_DESC\r\n  actionPlanPriority_ASC\r\n  actionPlanPriority_DESC\r\n  delay_ASC\r\n  delay_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  actionPlanNature_ASC\r\n  actionPlanNature_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 Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwner implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  beginDate(format: String, timeOffset: String): CustomDate\r\n  activityEndDate(format: String, timeOffset: String): CustomDate\r\n  estimatedWorkloadHours: CustomFloat\r\n  description(language: Languages): String\r\n  activityStatus(format: EnumFormat): ActivityStatusEnum\r\n  activityEffectiveWorkloadHours: CustomFloat\r\n  offline(format: EnumFormat): OfflineEnum\r\n  computedActivityEffectiveWorkloadHours: CustomFloat\r\n  currentOfflineUpdateDate(format: String, timeOffset: String): CustomDate\r\n  previousOfflineUpdateDate(format: String, timeOffset: String): CustomDate\r\n  currentOnlineUpdateDate(format: String, timeOffset: String): CustomDate\r\n  previousOnlineUpdateDate(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  audit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  auditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  auditTheme_ActivityTheme(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditTheme]\r\n  auditTheme_ActivityThemeAggregatedValues(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditThemeAggregatedValues]\r\n  finding_ActivityFinding(filter: FindingFilter, orderBy: [FindingOrderBy]): [Finding]\r\n  finding_ActivityFindingAggregatedValues(filter: FindingFilter, orderBy: [FindingOrderBy]): [FindingAggregatedValues]\r\n  workPaper_ActivityWorkPaper(filter: WorkPaperFilter, orderBy: [WorkPaperOrderBy]): [WorkPaper]\r\n  workPaper_ActivityWorkPaperAggregatedValues(filter: WorkPaperFilter, orderBy: [WorkPaperOrderBy]): [WorkPaperAggregatedValues]\r\n  risk_Scope(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n  risk_ScopeAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n  orgUnit_Scope(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n  orgUnit_ScopeAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcess_Scope(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcess_ScopeAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  businessProcess_Scope(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n  businessProcess_ScopeAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n  activityOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_AuditActivity_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_AuditActivity_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_AuditActivity_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_AuditActivity_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_AuditActivity_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter {\r\n  and: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter!]\r\n  or: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  beginDate: CustomDate\r\n  beginDate_not: CustomDate\r\n  beginDate_in: [CustomDate!]\r\n  beginDate_not_in: [CustomDate!]\r\n  beginDate_lt: CustomDate\r\n  beginDate_lte: CustomDate\r\n  beginDate_gt: CustomDate\r\n  beginDate_gte: CustomDate\r\n  beginDate_empty: Boolean\r\n  activityEndDate: CustomDate\r\n  activityEndDate_not: CustomDate\r\n  activityEndDate_in: [CustomDate!]\r\n  activityEndDate_not_in: [CustomDate!]\r\n  activityEndDate_lt: CustomDate\r\n  activityEndDate_lte: CustomDate\r\n  activityEndDate_gt: CustomDate\r\n  activityEndDate_gte: CustomDate\r\n  activityEndDate_empty: Boolean\r\n  estimatedWorkloadHours: CustomFloat\r\n  estimatedWorkloadHours_not: CustomFloat\r\n  estimatedWorkloadHours_in: [CustomFloat!]\r\n  estimatedWorkloadHours_not_in: [CustomFloat!]\r\n  estimatedWorkloadHours_lt: CustomFloat\r\n  estimatedWorkloadHours_lte: CustomFloat\r\n  estimatedWorkloadHours_gt: CustomFloat\r\n  estimatedWorkloadHours_gte: CustomFloat\r\n  estimatedWorkloadHours_empty: Boolean\r\n  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  description_empty: Boolean\r\n  activityStatus: ActivityStatusEnum\r\n  activityStatus_not: ActivityStatusEnum\r\n  activityStatus_in: [ActivityStatusEnum!]\r\n  activityStatus_not_in: [ActivityStatusEnum!]\r\n  activityStatus_empty: Boolean\r\n  activityEffectiveWorkloadHours: CustomFloat\r\n  activityEffectiveWorkloadHours_not: CustomFloat\r\n  activityEffectiveWorkloadHours_in: [CustomFloat!]\r\n  activityEffectiveWorkloadHours_not_in: [CustomFloat!]\r\n  activityEffectiveWorkloadHours_lt: CustomFloat\r\n  activityEffectiveWorkloadHours_lte: CustomFloat\r\n  activityEffectiveWorkloadHours_gt: CustomFloat\r\n  activityEffectiveWorkloadHours_gte: CustomFloat\r\n  activityEffectiveWorkloadHours_empty: Boolean\r\n  offline: OfflineEnum\r\n  offline_not: OfflineEnum\r\n  offline_in: [OfflineEnum!]\r\n  offline_not_in: [OfflineEnum!]\r\n  offline_empty: Boolean\r\n  computedActivityEffectiveWorkloadHours: CustomFloat\r\n  computedActivityEffectiveWorkloadHours_not: CustomFloat\r\n  computedActivityEffectiveWorkloadHours_in: [CustomFloat!]\r\n  computedActivityEffectiveWorkloadHours_not_in: [CustomFloat!]\r\n  computedActivityEffectiveWorkloadHours_lt: CustomFloat\r\n  computedActivityEffectiveWorkloadHours_lte: CustomFloat\r\n  computedActivityEffectiveWorkloadHours_gt: CustomFloat\r\n  computedActivityEffectiveWorkloadHours_gte: CustomFloat\r\n  computedActivityEffectiveWorkloadHours_empty: Boolean\r\n  currentOfflineUpdateDate: CustomDate\r\n  currentOfflineUpdateDate_not: CustomDate\r\n  currentOfflineUpdateDate_in: [CustomDate!]\r\n  currentOfflineUpdateDate_not_in: [CustomDate!]\r\n  currentOfflineUpdateDate_lt: CustomDate\r\n  currentOfflineUpdateDate_lte: CustomDate\r\n  currentOfflineUpdateDate_gt: CustomDate\r\n  currentOfflineUpdateDate_gte: CustomDate\r\n  currentOfflineUpdateDate_empty: Boolean\r\n  previousOfflineUpdateDate: CustomDate\r\n  previousOfflineUpdateDate_not: CustomDate\r\n  previousOfflineUpdateDate_in: [CustomDate!]\r\n  previousOfflineUpdateDate_not_in: [CustomDate!]\r\n  previousOfflineUpdateDate_lt: CustomDate\r\n  previousOfflineUpdateDate_lte: CustomDate\r\n  previousOfflineUpdateDate_gt: CustomDate\r\n  previousOfflineUpdateDate_gte: CustomDate\r\n  previousOfflineUpdateDate_empty: Boolean\r\n  currentOnlineUpdateDate: CustomDate\r\n  currentOnlineUpdateDate_not: CustomDate\r\n  currentOnlineUpdateDate_in: [CustomDate!]\r\n  currentOnlineUpdateDate_not_in: [CustomDate!]\r\n  currentOnlineUpdateDate_lt: CustomDate\r\n  currentOnlineUpdateDate_lte: CustomDate\r\n  currentOnlineUpdateDate_gt: CustomDate\r\n  currentOnlineUpdateDate_gte: CustomDate\r\n  currentOnlineUpdateDate_empty: Boolean\r\n  previousOnlineUpdateDate: CustomDate\r\n  previousOnlineUpdateDate_not: CustomDate\r\n  previousOnlineUpdateDate_in: [CustomDate!]\r\n  previousOnlineUpdateDate_not_in: [CustomDate!]\r\n  previousOnlineUpdateDate_lt: CustomDate\r\n  previousOnlineUpdateDate_lte: CustomDate\r\n  previousOnlineUpdateDate_gt: CustomDate\r\n  previousOnlineUpdateDate_gte: CustomDate\r\n  previousOnlineUpdateDate_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  audit_some: [AuditFilter!]\r\n  audit_count: countFilter\r\n  auditTheme_ActivityTheme_some: [AuditThemeFilter!]\r\n  auditTheme_ActivityTheme_count: countFilter\r\n  finding_ActivityFinding_some: [FindingFilter!]\r\n  finding_ActivityFinding_count: countFilter\r\n  workPaper_ActivityWorkPaper_some: [WorkPaperFilter!]\r\n  workPaper_ActivityWorkPaper_count: countFilter\r\n  activityOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  activityOwner_PersonSystem_count: countFilter\r\n  risk_Scope_some: [RiskFilter!]\r\n  risk_Scope_count: countFilter\r\n  orgUnit_Scope_some: [OrgUnitFilter!]\r\n  orgUnit_Scope_count: countFilter\r\n  organizationalProcess_Scope_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_Scope_count: countFilter\r\n  businessProcess_Scope_some: [BusinessProcessFilter!]\r\n  businessProcess_Scope_count: countFilter\r\n}\r\n\r\nenum Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  name_ASC\r\n  name_DESC\r\n  beginDate_ASC\r\n  beginDate_DESC\r\n  activityEndDate_ASC\r\n  activityEndDate_DESC\r\n  estimatedWorkloadHours_ASC\r\n  estimatedWorkloadHours_DESC\r\n  description_ASC\r\n  description_DESC\r\n  activityStatus_ASC\r\n  activityStatus_DESC\r\n  activityEffectiveWorkloadHours_ASC\r\n  activityEffectiveWorkloadHours_DESC\r\n  offline_ASC\r\n  offline_DESC\r\n  computedActivityEffectiveWorkloadHours_ASC\r\n  computedActivityEffectiveWorkloadHours_DESC\r\n  currentOfflineUpdateDate_ASC\r\n  currentOfflineUpdateDate_DESC\r\n  previousOfflineUpdateDate_ASC\r\n  previousOfflineUpdateDate_DESC\r\n  currentOnlineUpdateDate_ASC\r\n  currentOnlineUpdateDate_DESC\r\n  previousOnlineUpdateDate_ASC\r\n  previousOnlineUpdateDate_DESC\r\n  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_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  beginDate(format: String, timeOffset: String): CustomDate\r\n  activityEndDate(format: String, timeOffset: String): CustomDate\r\n  estimatedWorkloadHours: CustomFloat\r\n  description(language: Languages): String\r\n  activityStatus(format: EnumFormat): ActivityStatusEnum\r\n  activityEffectiveWorkloadHours: CustomFloat\r\n  offline(format: EnumFormat): OfflineEnum\r\n  computedActivityEffectiveWorkloadHours: CustomFloat\r\n  currentOfflineUpdateDate(format: String, timeOffset: String): CustomDate\r\n  previousOfflineUpdateDate(format: String, timeOffset: String): CustomDate\r\n  currentOnlineUpdateDate(format: String, timeOffset: String): CustomDate\r\n  previousOnlineUpdateDate(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  audit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  auditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  auditTheme_ActivityTheme(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditTheme]\r\n  auditTheme_ActivityThemeAggregatedValues(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditThemeAggregatedValues]\r\n  finding_ActivityFinding(filter: FindingFilter, orderBy: [FindingOrderBy]): [Finding]\r\n  finding_ActivityFindingAggregatedValues(filter: FindingFilter, orderBy: [FindingOrderBy]): [FindingAggregatedValues]\r\n  workPaper_ActivityWorkPaper(filter: WorkPaperFilter, orderBy: [WorkPaperOrderBy]): [WorkPaper]\r\n  workPaper_ActivityWorkPaperAggregatedValues(filter: WorkPaperFilter, orderBy: [WorkPaperOrderBy]): [WorkPaperAggregatedValues]\r\n  risk_Scope(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n  risk_ScopeAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n  orgUnit_Scope(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n  orgUnit_ScopeAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcess_Scope(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcess_ScopeAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  businessProcess_Scope(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n  businessProcess_ScopeAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n  activityOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_AuditActivity_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_AuditActivity_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_AuditActivity_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_AuditActivity_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_AuditActivity_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n  and: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n  or: [Relationship_AuditActivity_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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  beginDate: CustomDate\r\n  beginDate_not: CustomDate\r\n  beginDate_in: [CustomDate!]\r\n  beginDate_not_in: [CustomDate!]\r\n  beginDate_lt: CustomDate\r\n  beginDate_lte: CustomDate\r\n  beginDate_gt: CustomDate\r\n  beginDate_gte: CustomDate\r\n  beginDate_empty: Boolean\r\n  activityEndDate: CustomDate\r\n  activityEndDate_not: CustomDate\r\n  activityEndDate_in: [CustomDate!]\r\n  activityEndDate_not_in: [CustomDate!]\r\n  activityEndDate_lt: CustomDate\r\n  activityEndDate_lte: CustomDate\r\n  activityEndDate_gt: CustomDate\r\n  activityEndDate_gte: CustomDate\r\n  activityEndDate_empty: Boolean\r\n  estimatedWorkloadHours: CustomFloat\r\n  estimatedWorkloadHours_not: CustomFloat\r\n  estimatedWorkloadHours_in: [CustomFloat!]\r\n  estimatedWorkloadHours_not_in: [CustomFloat!]\r\n  estimatedWorkloadHours_lt: CustomFloat\r\n  estimatedWorkloadHours_lte: CustomFloat\r\n  estimatedWorkloadHours_gt: CustomFloat\r\n  estimatedWorkloadHours_gte: CustomFloat\r\n  estimatedWorkloadHours_empty: Boolean\r\n  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  description_empty: Boolean\r\n  activityStatus: ActivityStatusEnum\r\n  activityStatus_not: ActivityStatusEnum\r\n  activityStatus_in: [ActivityStatusEnum!]\r\n  activityStatus_not_in: [ActivityStatusEnum!]\r\n  activityStatus_empty: Boolean\r\n  activityEffectiveWorkloadHours: CustomFloat\r\n  activityEffectiveWorkloadHours_not: CustomFloat\r\n  activityEffectiveWorkloadHours_in: [CustomFloat!]\r\n  activityEffectiveWorkloadHours_not_in: [CustomFloat!]\r\n  activityEffectiveWorkloadHours_lt: CustomFloat\r\n  activityEffectiveWorkloadHours_lte: CustomFloat\r\n  activityEffectiveWorkloadHours_gt: CustomFloat\r\n  activityEffectiveWorkloadHours_gte: CustomFloat\r\n  activityEffectiveWorkloadHours_empty: Boolean\r\n  offline: OfflineEnum\r\n  offline_not: OfflineEnum\r\n  offline_in: [OfflineEnum!]\r\n  offline_not_in: [OfflineEnum!]\r\n  offline_empty: Boolean\r\n  computedActivityEffectiveWorkloadHours: CustomFloat\r\n  computedActivityEffectiveWorkloadHours_not: CustomFloat\r\n  computedActivityEffectiveWorkloadHours_in: [CustomFloat!]\r\n  computedActivityEffectiveWorkloadHours_not_in: [CustomFloat!]\r\n  computedActivityEffectiveWorkloadHours_lt: CustomFloat\r\n  computedActivityEffectiveWorkloadHours_lte: CustomFloat\r\n  computedActivityEffectiveWorkloadHours_gt: CustomFloat\r\n  computedActivityEffectiveWorkloadHours_gte: CustomFloat\r\n  computedActivityEffectiveWorkloadHours_empty: Boolean\r\n  currentOfflineUpdateDate: CustomDate\r\n  currentOfflineUpdateDate_not: CustomDate\r\n  currentOfflineUpdateDate_in: [CustomDate!]\r\n  currentOfflineUpdateDate_not_in: [CustomDate!]\r\n  currentOfflineUpdateDate_lt: CustomDate\r\n  currentOfflineUpdateDate_lte: CustomDate\r\n  currentOfflineUpdateDate_gt: CustomDate\r\n  currentOfflineUpdateDate_gte: CustomDate\r\n  currentOfflineUpdateDate_empty: Boolean\r\n  previousOfflineUpdateDate: CustomDate\r\n  previousOfflineUpdateDate_not: CustomDate\r\n  previousOfflineUpdateDate_in: [CustomDate!]\r\n  previousOfflineUpdateDate_not_in: [CustomDate!]\r\n  previousOfflineUpdateDate_lt: CustomDate\r\n  previousOfflineUpdateDate_lte: CustomDate\r\n  previousOfflineUpdateDate_gt: CustomDate\r\n  previousOfflineUpdateDate_gte: CustomDate\r\n  previousOfflineUpdateDate_empty: Boolean\r\n  currentOnlineUpdateDate: CustomDate\r\n  currentOnlineUpdateDate_not: CustomDate\r\n  currentOnlineUpdateDate_in: [CustomDate!]\r\n  currentOnlineUpdateDate_not_in: [CustomDate!]\r\n  currentOnlineUpdateDate_lt: CustomDate\r\n  currentOnlineUpdateDate_lte: CustomDate\r\n  currentOnlineUpdateDate_gt: CustomDate\r\n  currentOnlineUpdateDate_gte: CustomDate\r\n  currentOnlineUpdateDate_empty: Boolean\r\n  previousOnlineUpdateDate: CustomDate\r\n  previousOnlineUpdateDate_not: CustomDate\r\n  previousOnlineUpdateDate_in: [CustomDate!]\r\n  previousOnlineUpdateDate_not_in: [CustomDate!]\r\n  previousOnlineUpdateDate_lt: CustomDate\r\n  previousOnlineUpdateDate_lte: CustomDate\r\n  previousOnlineUpdateDate_gt: CustomDate\r\n  previousOnlineUpdateDate_gte: CustomDate\r\n  previousOnlineUpdateDate_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  audit_some: [AuditFilter!]\r\n  audit_count: countFilter\r\n  auditTheme_ActivityTheme_some: [AuditThemeFilter!]\r\n  auditTheme_ActivityTheme_count: countFilter\r\n  finding_ActivityFinding_some: [FindingFilter!]\r\n  finding_ActivityFinding_count: countFilter\r\n  workPaper_ActivityWorkPaper_some: [WorkPaperFilter!]\r\n  workPaper_ActivityWorkPaper_count: countFilter\r\n  activityOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  activityOwner_PersonSystem_count: countFilter\r\n  risk_Scope_some: [RiskFilter!]\r\n  risk_Scope_count: countFilter\r\n  orgUnit_Scope_some: [OrgUnitFilter!]\r\n  orgUnit_Scope_count: countFilter\r\n  organizationalProcess_Scope_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_Scope_count: countFilter\r\n  businessProcess_Scope_some: [BusinessProcessFilter!]\r\n  businessProcess_Scope_count: countFilter\r\n}\r\n\r\nenum Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  name_ASC\r\n  name_DESC\r\n  beginDate_ASC\r\n  beginDate_DESC\r\n  activityEndDate_ASC\r\n  activityEndDate_DESC\r\n  estimatedWorkloadHours_ASC\r\n  estimatedWorkloadHours_DESC\r\n  description_ASC\r\n  description_DESC\r\n  activityStatus_ASC\r\n  activityStatus_DESC\r\n  activityEffectiveWorkloadHours_ASC\r\n  activityEffectiveWorkloadHours_DESC\r\n  offline_ASC\r\n  offline_DESC\r\n  computedActivityEffectiveWorkloadHours_ASC\r\n  computedActivityEffectiveWorkloadHours_DESC\r\n  currentOfflineUpdateDate_ASC\r\n  currentOfflineUpdateDate_DESC\r\n  previousOfflineUpdateDate_ASC\r\n  previousOfflineUpdateDate_DESC\r\n  currentOnlineUpdateDate_ASC\r\n  currentOnlineUpdateDate_DESC\r\n  previousOnlineUpdateDate_ASC\r\n  previousOnlineUpdateDate_DESC\r\n  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_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Auditee implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  description(language: Languages): String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC(format: StringFormat, language: Languages): String\r\n  missionCategory(format: EnumFormat): MissionCategoryEnum\r\n  missionStatus(format: EnumFormat): MissionStatusEnum\r\n  justificationGRC(format: StringFormat, language: Languages): String\r\n  missionOrigin(format: EnumFormat): MissionOriginEnum\r\n  missionPriority(format: EnumFormat): MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation(format: EnumFormat): MissionEvaluationEnum\r\n  missionPlannedBeginDate(format: String, timeOffset: String): CustomDate\r\n  missionPlannedEndDate(format: String, timeOffset: String): CustomDate\r\n  missionEffectiveBeginDate(format: String, timeOffset: String): CustomDate\r\n  missionEffectiveEndDate(format: String, timeOffset: String): CustomDate\r\n  keyWeaknesses(format: StringFormat, language: Languages): String\r\n  keyStrengths(format: StringFormat, language: Languages): String\r\n  plannedClosingReview(format: String, timeOffset: String): CustomDate\r\n  effectiveClosingReview(format: String, timeOffset: String): CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline(format: EnumFormat): OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  gRCAudit(format: StringFormat): 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  actionActionPlan_OwnedAction(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n  actionActionPlan_OwnedActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\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  auditActivity(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivityAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\r\n  auditTheme(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditTheme]\r\n  auditThemeAggregatedValues(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditThemeAggregatedValues]\r\n  recommendation_FollowUpRecommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendation_FollowUpRecommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  recommendation_OwnedRecommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendation_OwnedRecommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  plan_AuditPlan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  plan_AuditPlanAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n  businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n  organizationalProcess(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcessAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n  orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n  riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n  requirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n  requirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n  otherParticipantInAudit_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [PersonSystemAggregatedValues]\r\n  auditee_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_Auditee]\r\n  auditee_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeOrderBy]): [PersonSystemAggregatedValues]\r\n  auditorInAudit_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [PersonSystemAggregatedValues]\r\n  leadAuditor_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [PersonSystemAggregatedValues]\r\n  mainAuditee_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [PersonSystemAggregatedValues]\r\n  timeSheet(filter: Relationship_TimeSheet_TimeSheet_Imputation_AuditFilter, orderBy: [Relationship_TimeSheet_TimeSheet_Imputation_AuditOrderBy]): [Relationship_TimeSheet_TimeSheet_Imputation_Audit]\r\n  timeSheetAggregatedValues(filter: Relationship_TimeSheet_TimeSheet_Imputation_AuditFilter, orderBy: [Relationship_TimeSheet_TimeSheet_Imputation_AuditOrderBy]): [TimeSheetAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_AuditSkills_AuditFilter, orderBy: [Relationship_Skill_Skill_AuditSkills_AuditOrderBy]): [Relationship_Skill_Skill_AuditSkills_Audit]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_AuditSkills_AuditFilter, orderBy: [Relationship_Skill_Skill_AuditSkills_AuditOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter {\r\n  and: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter!]\r\n  or: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  description_empty: Boolean\r\n  missionCode: String\r\n  missionCode_not: String\r\n  missionCode_in: [String!]\r\n  missionCode_not_in: [String!]\r\n  missionCode_lt: String\r\n  missionCode_lte: String\r\n  missionCode_gt: String\r\n  missionCode_gte: String\r\n  missionCode_contains: String\r\n  missionCode_not_contains: String\r\n  missionCode_starts_with: String\r\n  missionCode_not_starts_with: String\r\n  missionCode_ends_with: String\r\n  missionCode_not_ends_with: String\r\n  missionCode_empty: Boolean\r\n  includedInTheInitialPlan: Boolean\r\n  includedInTheInitialPlan_not: Boolean\r\n  includedInTheInitialPlan_empty: Boolean\r\n  objectiveGRC: String\r\n  objectiveGRC_not: String\r\n  objectiveGRC_in: [String!]\r\n  objectiveGRC_not_in: [String!]\r\n  objectiveGRC_lt: String\r\n  objectiveGRC_lte: String\r\n  objectiveGRC_gt: String\r\n  objectiveGRC_gte: String\r\n  objectiveGRC_contains: String\r\n  objectiveGRC_not_contains: String\r\n  objectiveGRC_starts_with: String\r\n  objectiveGRC_not_starts_with: String\r\n  objectiveGRC_ends_with: String\r\n  objectiveGRC_not_ends_with: String\r\n  objectiveGRC_empty: Boolean\r\n  missionCategory: MissionCategoryEnum\r\n  missionCategory_not: MissionCategoryEnum\r\n  missionCategory_in: [MissionCategoryEnum!]\r\n  missionCategory_not_in: [MissionCategoryEnum!]\r\n  missionCategory_empty: Boolean\r\n  missionStatus: MissionStatusEnum\r\n  missionStatus_not: MissionStatusEnum\r\n  missionStatus_in: [MissionStatusEnum!]\r\n  missionStatus_not_in: [MissionStatusEnum!]\r\n  missionStatus_empty: Boolean\r\n  justificationGRC: String\r\n  justificationGRC_not: String\r\n  justificationGRC_in: [String!]\r\n  justificationGRC_not_in: [String!]\r\n  justificationGRC_lt: String\r\n  justificationGRC_lte: String\r\n  justificationGRC_gt: String\r\n  justificationGRC_gte: String\r\n  justificationGRC_contains: String\r\n  justificationGRC_not_contains: String\r\n  justificationGRC_starts_with: String\r\n  justificationGRC_not_starts_with: String\r\n  justificationGRC_ends_with: String\r\n  justificationGRC_not_ends_with: String\r\n  justificationGRC_empty: Boolean\r\n  missionOrigin: MissionOriginEnum\r\n  missionOrigin_not: MissionOriginEnum\r\n  missionOrigin_in: [MissionOriginEnum!]\r\n  missionOrigin_not_in: [MissionOriginEnum!]\r\n  missionOrigin_empty: Boolean\r\n  missionPriority: MissionPriorityEnum\r\n  missionPriority_not: MissionPriorityEnum\r\n  missionPriority_in: [MissionPriorityEnum!]\r\n  missionPriority_not_in: [MissionPriorityEnum!]\r\n  missionPriority_empty: Boolean\r\n  estimatedDurationDays: CustomInt\r\n  estimatedDurationDays_not: CustomInt\r\n  estimatedDurationDays_in: [CustomInt!]\r\n  estimatedDurationDays_not_in: [CustomInt!]\r\n  estimatedDurationDays_lt: CustomInt\r\n  estimatedDurationDays_lte: CustomInt\r\n  estimatedDurationDays_gt: CustomInt\r\n  estimatedDurationDays_gte: CustomInt\r\n  estimatedDurationDays_empty: Boolean\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedNumberOfResources_not: CustomFloat\r\n  estimatedNumberOfResources_in: [CustomFloat!]\r\n  estimatedNumberOfResources_not_in: [CustomFloat!]\r\n  estimatedNumberOfResources_lt: CustomFloat\r\n  estimatedNumberOfResources_lte: CustomFloat\r\n  estimatedNumberOfResources_gt: CustomFloat\r\n  estimatedNumberOfResources_gte: CustomFloat\r\n  estimatedNumberOfResources_empty: Boolean\r\n  estimatedWorkloadHours: CustomFloat\r\n  estimatedWorkloadHours_not: CustomFloat\r\n  estimatedWorkloadHours_in: [CustomFloat!]\r\n  estimatedWorkloadHours_not_in: [CustomFloat!]\r\n  estimatedWorkloadHours_lt: CustomFloat\r\n  estimatedWorkloadHours_lte: CustomFloat\r\n  estimatedWorkloadHours_gt: CustomFloat\r\n  estimatedWorkloadHours_gte: CustomFloat\r\n  estimatedWorkloadHours_empty: Boolean\r\n  effectiveWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours_not: CustomFloat\r\n  effectiveWorkloadHours_in: [CustomFloat!]\r\n  effectiveWorkloadHours_not_in: [CustomFloat!]\r\n  effectiveWorkloadHours_lt: CustomFloat\r\n  effectiveWorkloadHours_lte: CustomFloat\r\n  effectiveWorkloadHours_gt: CustomFloat\r\n  effectiveWorkloadHours_gte: CustomFloat\r\n  effectiveWorkloadHours_empty: Boolean\r\n  numberOfStaffedResources: String\r\n  numberOfStaffedResources_not: String\r\n  numberOfStaffedResources_in: [String!]\r\n  numberOfStaffedResources_not_in: [String!]\r\n  numberOfStaffedResources_lt: String\r\n  numberOfStaffedResources_lte: String\r\n  numberOfStaffedResources_gt: String\r\n  numberOfStaffedResources_gte: String\r\n  numberOfStaffedResources_contains: String\r\n  numberOfStaffedResources_not_contains: String\r\n  numberOfStaffedResources_starts_with: String\r\n  numberOfStaffedResources_not_starts_with: String\r\n  numberOfStaffedResources_ends_with: String\r\n  numberOfStaffedResources_not_ends_with: String\r\n  numberOfStaffedResources_empty: Boolean\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionEvaluation_not: MissionEvaluationEnum\r\n  missionEvaluation_in: [MissionEvaluationEnum!]\r\n  missionEvaluation_not_in: [MissionEvaluationEnum!]\r\n  missionEvaluation_empty: Boolean\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedBeginDate_not: CustomDate\r\n  missionPlannedBeginDate_in: [CustomDate!]\r\n  missionPlannedBeginDate_not_in: [CustomDate!]\r\n  missionPlannedBeginDate_lt: CustomDate\r\n  missionPlannedBeginDate_lte: CustomDate\r\n  missionPlannedBeginDate_gt: CustomDate\r\n  missionPlannedBeginDate_gte: CustomDate\r\n  missionPlannedBeginDate_empty: Boolean\r\n  missionPlannedEndDate: CustomDate\r\n  missionPlannedEndDate_not: CustomDate\r\n  missionPlannedEndDate_in: [CustomDate!]\r\n  missionPlannedEndDate_not_in: [CustomDate!]\r\n  missionPlannedEndDate_lt: CustomDate\r\n  missionPlannedEndDate_lte: CustomDate\r\n  missionPlannedEndDate_gt: CustomDate\r\n  missionPlannedEndDate_gte: CustomDate\r\n  missionPlannedEndDate_empty: Boolean\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveBeginDate_not: CustomDate\r\n  missionEffectiveBeginDate_in: [CustomDate!]\r\n  missionEffectiveBeginDate_not_in: [CustomDate!]\r\n  missionEffectiveBeginDate_lt: CustomDate\r\n  missionEffectiveBeginDate_lte: CustomDate\r\n  missionEffectiveBeginDate_gt: CustomDate\r\n  missionEffectiveBeginDate_gte: CustomDate\r\n  missionEffectiveBeginDate_empty: Boolean\r\n  missionEffectiveEndDate: CustomDate\r\n  missionEffectiveEndDate_not: CustomDate\r\n  missionEffectiveEndDate_in: [CustomDate!]\r\n  missionEffectiveEndDate_not_in: [CustomDate!]\r\n  missionEffectiveEndDate_lt: CustomDate\r\n  missionEffectiveEndDate_lte: CustomDate\r\n  missionEffectiveEndDate_gt: CustomDate\r\n  missionEffectiveEndDate_gte: CustomDate\r\n  missionEffectiveEndDate_empty: Boolean\r\n  keyWeaknesses: String\r\n  keyWeaknesses_not: String\r\n  keyWeaknesses_in: [String!]\r\n  keyWeaknesses_not_in: [String!]\r\n  keyWeaknesses_lt: String\r\n  keyWeaknesses_lte: String\r\n  keyWeaknesses_gt: String\r\n  keyWeaknesses_gte: String\r\n  keyWeaknesses_contains: String\r\n  keyWeaknesses_not_contains: String\r\n  keyWeaknesses_starts_with: String\r\n  keyWeaknesses_not_starts_with: String\r\n  keyWeaknesses_ends_with: String\r\n  keyWeaknesses_not_ends_with: String\r\n  keyWeaknesses_empty: Boolean\r\n  keyStrengths: String\r\n  keyStrengths_not: String\r\n  keyStrengths_in: [String!]\r\n  keyStrengths_not_in: [String!]\r\n  keyStrengths_lt: String\r\n  keyStrengths_lte: String\r\n  keyStrengths_gt: String\r\n  keyStrengths_gte: String\r\n  keyStrengths_contains: String\r\n  keyStrengths_not_contains: String\r\n  keyStrengths_starts_with: String\r\n  keyStrengths_not_starts_with: String\r\n  keyStrengths_ends_with: String\r\n  keyStrengths_not_ends_with: String\r\n  keyStrengths_empty: Boolean\r\n  plannedClosingReview: CustomDate\r\n  plannedClosingReview_not: CustomDate\r\n  plannedClosingReview_in: [CustomDate!]\r\n  plannedClosingReview_not_in: [CustomDate!]\r\n  plannedClosingReview_lt: CustomDate\r\n  plannedClosingReview_lte: CustomDate\r\n  plannedClosingReview_gt: CustomDate\r\n  plannedClosingReview_gte: CustomDate\r\n  plannedClosingReview_empty: Boolean\r\n  effectiveClosingReview: CustomDate\r\n  effectiveClosingReview_not: CustomDate\r\n  effectiveClosingReview_in: [CustomDate!]\r\n  effectiveClosingReview_not_in: [CustomDate!]\r\n  effectiveClosingReview_lt: CustomDate\r\n  effectiveClosingReview_lte: CustomDate\r\n  effectiveClosingReview_gt: CustomDate\r\n  effectiveClosingReview_gte: CustomDate\r\n  effectiveClosingReview_empty: Boolean\r\n  computedHoursManDayRate: CustomInt\r\n  computedHoursManDayRate_not: CustomInt\r\n  computedHoursManDayRate_in: [CustomInt!]\r\n  computedHoursManDayRate_not_in: [CustomInt!]\r\n  computedHoursManDayRate_lt: CustomInt\r\n  computedHoursManDayRate_lte: CustomInt\r\n  computedHoursManDayRate_gt: CustomInt\r\n  computedHoursManDayRate_gte: CustomInt\r\n  computedHoursManDayRate_empty: Boolean\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEffectiveWorkloadMD_not: CustomFloat\r\n  computedEffectiveWorkloadMD_in: [CustomFloat!]\r\n  computedEffectiveWorkloadMD_not_in: [CustomFloat!]\r\n  computedEffectiveWorkloadMD_lt: CustomFloat\r\n  computedEffectiveWorkloadMD_lte: CustomFloat\r\n  computedEffectiveWorkloadMD_gt: CustomFloat\r\n  computedEffectiveWorkloadMD_gte: CustomFloat\r\n  computedEffectiveWorkloadMD_empty: Boolean\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD_not: CustomFloat\r\n  computedEstimatedWorkloadMD_in: [CustomFloat!]\r\n  computedEstimatedWorkloadMD_not_in: [CustomFloat!]\r\n  computedEstimatedWorkloadMD_lt: CustomFloat\r\n  computedEstimatedWorkloadMD_lte: CustomFloat\r\n  computedEstimatedWorkloadMD_gt: CustomFloat\r\n  computedEstimatedWorkloadMD_gte: CustomFloat\r\n  computedEstimatedWorkloadMD_empty: Boolean\r\n  followupAudit: Boolean\r\n  followupAudit_not: Boolean\r\n  followupAudit_empty: Boolean\r\n  offline: OfflineEnum\r\n  offline_not: OfflineEnum\r\n  offline_in: [OfflineEnum!]\r\n  offline_not_in: [OfflineEnum!]\r\n  offline_empty: Boolean\r\n  yearOfTheFollowUpAudit: String\r\n  yearOfTheFollowUpAudit_not: String\r\n  yearOfTheFollowUpAudit_in: [String!]\r\n  yearOfTheFollowUpAudit_not_in: [String!]\r\n  yearOfTheFollowUpAudit_lt: String\r\n  yearOfTheFollowUpAudit_lte: String\r\n  yearOfTheFollowUpAudit_gt: String\r\n  yearOfTheFollowUpAudit_gte: String\r\n  yearOfTheFollowUpAudit_contains: String\r\n  yearOfTheFollowUpAudit_not_contains: String\r\n  yearOfTheFollowUpAudit_starts_with: String\r\n  yearOfTheFollowUpAudit_not_starts_with: String\r\n  yearOfTheFollowUpAudit_ends_with: String\r\n  yearOfTheFollowUpAudit_not_ends_with: String\r\n  yearOfTheFollowUpAudit_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  gRCAudit: String\r\n  gRCAudit_not: String\r\n  gRCAudit_in: [String!]\r\n  gRCAudit_not_in: [String!]\r\n  gRCAudit_lt: String\r\n  gRCAudit_lte: String\r\n  gRCAudit_gt: String\r\n  gRCAudit_gte: String\r\n  gRCAudit_contains: String\r\n  gRCAudit_not_contains: String\r\n  gRCAudit_starts_with: String\r\n  gRCAudit_not_starts_with: String\r\n  gRCAudit_ends_with: String\r\n  gRCAudit_not_ends_with: String\r\n  gRCAudit_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  actionActionPlan_OwnedAction_some: [ActionActionPlanFilter!]\r\n  actionActionPlan_OwnedAction_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  auditActivity_some: [AuditActivityFilter!]\r\n  auditActivity_count: countFilter\r\n  auditTheme_some: [AuditThemeFilter!]\r\n  auditTheme_count: countFilter\r\n  otherParticipantInAudit_PersonSystem_some: [PersonSystemFilter!]\r\n  otherParticipantInAudit_PersonSystem_count: countFilter\r\n  auditee_PersonSystem_some: [PersonSystemFilter!]\r\n  auditee_PersonSystem_count: countFilter\r\n  auditorInAudit_PersonSystem_some: [PersonSystemFilter!]\r\n  auditorInAudit_PersonSystem_count: countFilter\r\n  leadAuditor_PersonSystem_some: [PersonSystemFilter!]\r\n  leadAuditor_PersonSystem_count: countFilter\r\n  mainAuditee_PersonSystem_some: [PersonSystemFilter!]\r\n  mainAuditee_PersonSystem_count: countFilter\r\n  recommendation_FollowUpRecommendation_some: [RecommendationFilter!]\r\n  recommendation_FollowUpRecommendation_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  recommendation_OwnedRecommendation_some: [RecommendationFilter!]\r\n  recommendation_OwnedRecommendation_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n  plan_AuditPlan_some: [PlanFilter!]\r\n  plan_AuditPlan_count: countFilter\r\n  businessProcess_some: [BusinessProcessFilter!]\r\n  businessProcess_count: countFilter\r\n  organizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_count: countFilter\r\n  orgUnit_some: [OrgUnitFilter!]\r\n  orgUnit_count: countFilter\r\n  risk_some: [RiskFilter!]\r\n  risk_count: countFilter\r\n  requirement_some: [RequirementFilter!]\r\n  requirement_count: countFilter\r\n}\r\n\r\nenum Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  name_ASC\r\n  name_DESC\r\n  description_ASC\r\n  description_DESC\r\n  missionCode_ASC\r\n  missionCode_DESC\r\n  includedInTheInitialPlan_ASC\r\n  includedInTheInitialPlan_DESC\r\n  objectiveGRC_ASC\r\n  objectiveGRC_DESC\r\n  missionCategory_ASC\r\n  missionCategory_DESC\r\n  missionStatus_ASC\r\n  missionStatus_DESC\r\n  justificationGRC_ASC\r\n  justificationGRC_DESC\r\n  missionOrigin_ASC\r\n  missionOrigin_DESC\r\n  missionPriority_ASC\r\n  missionPriority_DESC\r\n  estimatedDurationDays_ASC\r\n  estimatedDurationDays_DESC\r\n  estimatedNumberOfResources_ASC\r\n  estimatedNumberOfResources_DESC\r\n  estimatedWorkloadHours_ASC\r\n  estimatedWorkloadHours_DESC\r\n  effectiveWorkloadHours_ASC\r\n  effectiveWorkloadHours_DESC\r\n  numberOfStaffedResources_ASC\r\n  numberOfStaffedResources_DESC\r\n  missionEvaluation_ASC\r\n  missionEvaluation_DESC\r\n  missionPlannedBeginDate_ASC\r\n  missionPlannedBeginDate_DESC\r\n  missionPlannedEndDate_ASC\r\n  missionPlannedEndDate_DESC\r\n  missionEffectiveBeginDate_ASC\r\n  missionEffectiveBeginDate_DESC\r\n  missionEffectiveEndDate_ASC\r\n  missionEffectiveEndDate_DESC\r\n  keyWeaknesses_ASC\r\n  keyWeaknesses_DESC\r\n  keyStrengths_ASC\r\n  keyStrengths_DESC\r\n  plannedClosingReview_ASC\r\n  plannedClosingReview_DESC\r\n  effectiveClosingReview_ASC\r\n  effectiveClosingReview_DESC\r\n  computedHoursManDayRate_ASC\r\n  computedHoursManDayRate_DESC\r\n  computedEffectiveWorkloadMD_ASC\r\n  computedEffectiveWorkloadMD_DESC\r\n  computedEstimatedWorkloadMD_ASC\r\n  computedEstimatedWorkloadMD_DESC\r\n  followupAudit_ASC\r\n  followupAudit_DESC\r\n  offline_ASC\r\n  offline_DESC\r\n  yearOfTheFollowUpAudit_ASC\r\n  yearOfTheFollowUpAudit_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  gRCAudit_ASC\r\n  gRCAudit_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_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAudit implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  description(language: Languages): String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC(format: StringFormat, language: Languages): String\r\n  missionCategory(format: EnumFormat): MissionCategoryEnum\r\n  missionStatus(format: EnumFormat): MissionStatusEnum\r\n  justificationGRC(format: StringFormat, language: Languages): String\r\n  missionOrigin(format: EnumFormat): MissionOriginEnum\r\n  missionPriority(format: EnumFormat): MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation(format: EnumFormat): MissionEvaluationEnum\r\n  missionPlannedBeginDate(format: String, timeOffset: String): CustomDate\r\n  missionPlannedEndDate(format: String, timeOffset: String): CustomDate\r\n  missionEffectiveBeginDate(format: String, timeOffset: String): CustomDate\r\n  missionEffectiveEndDate(format: String, timeOffset: String): CustomDate\r\n  keyWeaknesses(format: StringFormat, language: Languages): String\r\n  keyStrengths(format: StringFormat, language: Languages): String\r\n  plannedClosingReview(format: String, timeOffset: String): CustomDate\r\n  effectiveClosingReview(format: String, timeOffset: String): CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline(format: EnumFormat): OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  gRCAudit(format: StringFormat): 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  actionActionPlan_OwnedAction(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n  actionActionPlan_OwnedActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\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  auditActivity(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivityAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\r\n  auditTheme(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditTheme]\r\n  auditThemeAggregatedValues(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditThemeAggregatedValues]\r\n  recommendation_FollowUpRecommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendation_FollowUpRecommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  recommendation_OwnedRecommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendation_OwnedRecommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  plan_AuditPlan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  plan_AuditPlanAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n  businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n  organizationalProcess(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcessAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n  orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n  riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n  requirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n  requirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n  otherParticipantInAudit_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [PersonSystemAggregatedValues]\r\n  auditee_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_Auditee]\r\n  auditee_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeOrderBy]): [PersonSystemAggregatedValues]\r\n  auditorInAudit_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [PersonSystemAggregatedValues]\r\n  leadAuditor_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [PersonSystemAggregatedValues]\r\n  mainAuditee_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [PersonSystemAggregatedValues]\r\n  timeSheet(filter: Relationship_TimeSheet_TimeSheet_Imputation_AuditFilter, orderBy: [Relationship_TimeSheet_TimeSheet_Imputation_AuditOrderBy]): [Relationship_TimeSheet_TimeSheet_Imputation_Audit]\r\n  timeSheetAggregatedValues(filter: Relationship_TimeSheet_TimeSheet_Imputation_AuditFilter, orderBy: [Relationship_TimeSheet_TimeSheet_Imputation_AuditOrderBy]): [TimeSheetAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_AuditSkills_AuditFilter, orderBy: [Relationship_Skill_Skill_AuditSkills_AuditOrderBy]): [Relationship_Skill_Skill_AuditSkills_Audit]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_AuditSkills_AuditFilter, orderBy: [Relationship_Skill_Skill_AuditSkills_AuditOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter {\r\n  and: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter!]\r\n  or: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  description_empty: Boolean\r\n  missionCode: String\r\n  missionCode_not: String\r\n  missionCode_in: [String!]\r\n  missionCode_not_in: [String!]\r\n  missionCode_lt: String\r\n  missionCode_lte: String\r\n  missionCode_gt: String\r\n  missionCode_gte: String\r\n  missionCode_contains: String\r\n  missionCode_not_contains: String\r\n  missionCode_starts_with: String\r\n  missionCode_not_starts_with: String\r\n  missionCode_ends_with: String\r\n  missionCode_not_ends_with: String\r\n  missionCode_empty: Boolean\r\n  includedInTheInitialPlan: Boolean\r\n  includedInTheInitialPlan_not: Boolean\r\n  includedInTheInitialPlan_empty: Boolean\r\n  objectiveGRC: String\r\n  objectiveGRC_not: String\r\n  objectiveGRC_in: [String!]\r\n  objectiveGRC_not_in: [String!]\r\n  objectiveGRC_lt: String\r\n  objectiveGRC_lte: String\r\n  objectiveGRC_gt: String\r\n  objectiveGRC_gte: String\r\n  objectiveGRC_contains: String\r\n  objectiveGRC_not_contains: String\r\n  objectiveGRC_starts_with: String\r\n  objectiveGRC_not_starts_with: String\r\n  objectiveGRC_ends_with: String\r\n  objectiveGRC_not_ends_with: String\r\n  objectiveGRC_empty: Boolean\r\n  missionCategory: MissionCategoryEnum\r\n  missionCategory_not: MissionCategoryEnum\r\n  missionCategory_in: [MissionCategoryEnum!]\r\n  missionCategory_not_in: [MissionCategoryEnum!]\r\n  missionCategory_empty: Boolean\r\n  missionStatus: MissionStatusEnum\r\n  missionStatus_not: MissionStatusEnum\r\n  missionStatus_in: [MissionStatusEnum!]\r\n  missionStatus_not_in: [MissionStatusEnum!]\r\n  missionStatus_empty: Boolean\r\n  justificationGRC: String\r\n  justificationGRC_not: String\r\n  justificationGRC_in: [String!]\r\n  justificationGRC_not_in: [String!]\r\n  justificationGRC_lt: String\r\n  justificationGRC_lte: String\r\n  justificationGRC_gt: String\r\n  justificationGRC_gte: String\r\n  justificationGRC_contains: String\r\n  justificationGRC_not_contains: String\r\n  justificationGRC_starts_with: String\r\n  justificationGRC_not_starts_with: String\r\n  justificationGRC_ends_with: String\r\n  justificationGRC_not_ends_with: String\r\n  justificationGRC_empty: Boolean\r\n  missionOrigin: MissionOriginEnum\r\n  missionOrigin_not: MissionOriginEnum\r\n  missionOrigin_in: [MissionOriginEnum!]\r\n  missionOrigin_not_in: [MissionOriginEnum!]\r\n  missionOrigin_empty: Boolean\r\n  missionPriority: MissionPriorityEnum\r\n  missionPriority_not: MissionPriorityEnum\r\n  missionPriority_in: [MissionPriorityEnum!]\r\n  missionPriority_not_in: [MissionPriorityEnum!]\r\n  missionPriority_empty: Boolean\r\n  estimatedDurationDays: CustomInt\r\n  estimatedDurationDays_not: CustomInt\r\n  estimatedDurationDays_in: [CustomInt!]\r\n  estimatedDurationDays_not_in: [CustomInt!]\r\n  estimatedDurationDays_lt: CustomInt\r\n  estimatedDurationDays_lte: CustomInt\r\n  estimatedDurationDays_gt: CustomInt\r\n  estimatedDurationDays_gte: CustomInt\r\n  estimatedDurationDays_empty: Boolean\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedNumberOfResources_not: CustomFloat\r\n  estimatedNumberOfResources_in: [CustomFloat!]\r\n  estimatedNumberOfResources_not_in: [CustomFloat!]\r\n  estimatedNumberOfResources_lt: CustomFloat\r\n  estimatedNumberOfResources_lte: CustomFloat\r\n  estimatedNumberOfResources_gt: CustomFloat\r\n  estimatedNumberOfResources_gte: CustomFloat\r\n  estimatedNumberOfResources_empty: Boolean\r\n  estimatedWorkloadHours: CustomFloat\r\n  estimatedWorkloadHours_not: CustomFloat\r\n  estimatedWorkloadHours_in: [CustomFloat!]\r\n  estimatedWorkloadHours_not_in: [CustomFloat!]\r\n  estimatedWorkloadHours_lt: CustomFloat\r\n  estimatedWorkloadHours_lte: CustomFloat\r\n  estimatedWorkloadHours_gt: CustomFloat\r\n  estimatedWorkloadHours_gte: CustomFloat\r\n  estimatedWorkloadHours_empty: Boolean\r\n  effectiveWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours_not: CustomFloat\r\n  effectiveWorkloadHours_in: [CustomFloat!]\r\n  effectiveWorkloadHours_not_in: [CustomFloat!]\r\n  effectiveWorkloadHours_lt: CustomFloat\r\n  effectiveWorkloadHours_lte: CustomFloat\r\n  effectiveWorkloadHours_gt: CustomFloat\r\n  effectiveWorkloadHours_gte: CustomFloat\r\n  effectiveWorkloadHours_empty: Boolean\r\n  numberOfStaffedResources: String\r\n  numberOfStaffedResources_not: String\r\n  numberOfStaffedResources_in: [String!]\r\n  numberOfStaffedResources_not_in: [String!]\r\n  numberOfStaffedResources_lt: String\r\n  numberOfStaffedResources_lte: String\r\n  numberOfStaffedResources_gt: String\r\n  numberOfStaffedResources_gte: String\r\n  numberOfStaffedResources_contains: String\r\n  numberOfStaffedResources_not_contains: String\r\n  numberOfStaffedResources_starts_with: String\r\n  numberOfStaffedResources_not_starts_with: String\r\n  numberOfStaffedResources_ends_with: String\r\n  numberOfStaffedResources_not_ends_with: String\r\n  numberOfStaffedResources_empty: Boolean\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionEvaluation_not: MissionEvaluationEnum\r\n  missionEvaluation_in: [MissionEvaluationEnum!]\r\n  missionEvaluation_not_in: [MissionEvaluationEnum!]\r\n  missionEvaluation_empty: Boolean\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedBeginDate_not: CustomDate\r\n  missionPlannedBeginDate_in: [CustomDate!]\r\n  missionPlannedBeginDate_not_in: [CustomDate!]\r\n  missionPlannedBeginDate_lt: CustomDate\r\n  missionPlannedBeginDate_lte: CustomDate\r\n  missionPlannedBeginDate_gt: CustomDate\r\n  missionPlannedBeginDate_gte: CustomDate\r\n  missionPlannedBeginDate_empty: Boolean\r\n  missionPlannedEndDate: CustomDate\r\n  missionPlannedEndDate_not: CustomDate\r\n  missionPlannedEndDate_in: [CustomDate!]\r\n  missionPlannedEndDate_not_in: [CustomDate!]\r\n  missionPlannedEndDate_lt: CustomDate\r\n  missionPlannedEndDate_lte: CustomDate\r\n  missionPlannedEndDate_gt: CustomDate\r\n  missionPlannedEndDate_gte: CustomDate\r\n  missionPlannedEndDate_empty: Boolean\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveBeginDate_not: CustomDate\r\n  missionEffectiveBeginDate_in: [CustomDate!]\r\n  missionEffectiveBeginDate_not_in: [CustomDate!]\r\n  missionEffectiveBeginDate_lt: CustomDate\r\n  missionEffectiveBeginDate_lte: CustomDate\r\n  missionEffectiveBeginDate_gt: CustomDate\r\n  missionEffectiveBeginDate_gte: CustomDate\r\n  missionEffectiveBeginDate_empty: Boolean\r\n  missionEffectiveEndDate: CustomDate\r\n  missionEffectiveEndDate_not: CustomDate\r\n  missionEffectiveEndDate_in: [CustomDate!]\r\n  missionEffectiveEndDate_not_in: [CustomDate!]\r\n  missionEffectiveEndDate_lt: CustomDate\r\n  missionEffectiveEndDate_lte: CustomDate\r\n  missionEffectiveEndDate_gt: CustomDate\r\n  missionEffectiveEndDate_gte: CustomDate\r\n  missionEffectiveEndDate_empty: Boolean\r\n  keyWeaknesses: String\r\n  keyWeaknesses_not: String\r\n  keyWeaknesses_in: [String!]\r\n  keyWeaknesses_not_in: [String!]\r\n  keyWeaknesses_lt: String\r\n  keyWeaknesses_lte: String\r\n  keyWeaknesses_gt: String\r\n  keyWeaknesses_gte: String\r\n  keyWeaknesses_contains: String\r\n  keyWeaknesses_not_contains: String\r\n  keyWeaknesses_starts_with: String\r\n  keyWeaknesses_not_starts_with: String\r\n  keyWeaknesses_ends_with: String\r\n  keyWeaknesses_not_ends_with: String\r\n  keyWeaknesses_empty: Boolean\r\n  keyStrengths: String\r\n  keyStrengths_not: String\r\n  keyStrengths_in: [String!]\r\n  keyStrengths_not_in: [String!]\r\n  keyStrengths_lt: String\r\n  keyStrengths_lte: String\r\n  keyStrengths_gt: String\r\n  keyStrengths_gte: String\r\n  keyStrengths_contains: String\r\n  keyStrengths_not_contains: String\r\n  keyStrengths_starts_with: String\r\n  keyStrengths_not_starts_with: String\r\n  keyStrengths_ends_with: String\r\n  keyStrengths_not_ends_with: String\r\n  keyStrengths_empty: Boolean\r\n  plannedClosingReview: CustomDate\r\n  plannedClosingReview_not: CustomDate\r\n  plannedClosingReview_in: [CustomDate!]\r\n  plannedClosingReview_not_in: [CustomDate!]\r\n  plannedClosingReview_lt: CustomDate\r\n  plannedClosingReview_lte: CustomDate\r\n  plannedClosingReview_gt: CustomDate\r\n  plannedClosingReview_gte: CustomDate\r\n  plannedClosingReview_empty: Boolean\r\n  effectiveClosingReview: CustomDate\r\n  effectiveClosingReview_not: CustomDate\r\n  effectiveClosingReview_in: [CustomDate!]\r\n  effectiveClosingReview_not_in: [CustomDate!]\r\n  effectiveClosingReview_lt: CustomDate\r\n  effectiveClosingReview_lte: CustomDate\r\n  effectiveClosingReview_gt: CustomDate\r\n  effectiveClosingReview_gte: CustomDate\r\n  effectiveClosingReview_empty: Boolean\r\n  computedHoursManDayRate: CustomInt\r\n  computedHoursManDayRate_not: CustomInt\r\n  computedHoursManDayRate_in: [CustomInt!]\r\n  computedHoursManDayRate_not_in: [CustomInt!]\r\n  computedHoursManDayRate_lt: CustomInt\r\n  computedHoursManDayRate_lte: CustomInt\r\n  computedHoursManDayRate_gt: CustomInt\r\n  computedHoursManDayRate_gte: CustomInt\r\n  computedHoursManDayRate_empty: Boolean\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEffectiveWorkloadMD_not: CustomFloat\r\n  computedEffectiveWorkloadMD_in: [CustomFloat!]\r\n  computedEffectiveWorkloadMD_not_in: [CustomFloat!]\r\n  computedEffectiveWorkloadMD_lt: CustomFloat\r\n  computedEffectiveWorkloadMD_lte: CustomFloat\r\n  computedEffectiveWorkloadMD_gt: CustomFloat\r\n  computedEffectiveWorkloadMD_gte: CustomFloat\r\n  computedEffectiveWorkloadMD_empty: Boolean\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD_not: CustomFloat\r\n  computedEstimatedWorkloadMD_in: [CustomFloat!]\r\n  computedEstimatedWorkloadMD_not_in: [CustomFloat!]\r\n  computedEstimatedWorkloadMD_lt: CustomFloat\r\n  computedEstimatedWorkloadMD_lte: CustomFloat\r\n  computedEstimatedWorkloadMD_gt: CustomFloat\r\n  computedEstimatedWorkloadMD_gte: CustomFloat\r\n  computedEstimatedWorkloadMD_empty: Boolean\r\n  followupAudit: Boolean\r\n  followupAudit_not: Boolean\r\n  followupAudit_empty: Boolean\r\n  offline: OfflineEnum\r\n  offline_not: OfflineEnum\r\n  offline_in: [OfflineEnum!]\r\n  offline_not_in: [OfflineEnum!]\r\n  offline_empty: Boolean\r\n  yearOfTheFollowUpAudit: String\r\n  yearOfTheFollowUpAudit_not: String\r\n  yearOfTheFollowUpAudit_in: [String!]\r\n  yearOfTheFollowUpAudit_not_in: [String!]\r\n  yearOfTheFollowUpAudit_lt: String\r\n  yearOfTheFollowUpAudit_lte: String\r\n  yearOfTheFollowUpAudit_gt: String\r\n  yearOfTheFollowUpAudit_gte: String\r\n  yearOfTheFollowUpAudit_contains: String\r\n  yearOfTheFollowUpAudit_not_contains: String\r\n  yearOfTheFollowUpAudit_starts_with: String\r\n  yearOfTheFollowUpAudit_not_starts_with: String\r\n  yearOfTheFollowUpAudit_ends_with: String\r\n  yearOfTheFollowUpAudit_not_ends_with: String\r\n  yearOfTheFollowUpAudit_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  gRCAudit: String\r\n  gRCAudit_not: String\r\n  gRCAudit_in: [String!]\r\n  gRCAudit_not_in: [String!]\r\n  gRCAudit_lt: String\r\n  gRCAudit_lte: String\r\n  gRCAudit_gt: String\r\n  gRCAudit_gte: String\r\n  gRCAudit_contains: String\r\n  gRCAudit_not_contains: String\r\n  gRCAudit_starts_with: String\r\n  gRCAudit_not_starts_with: String\r\n  gRCAudit_ends_with: String\r\n  gRCAudit_not_ends_with: String\r\n  gRCAudit_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  actionActionPlan_OwnedAction_some: [ActionActionPlanFilter!]\r\n  actionActionPlan_OwnedAction_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  auditActivity_some: [AuditActivityFilter!]\r\n  auditActivity_count: countFilter\r\n  auditTheme_some: [AuditThemeFilter!]\r\n  auditTheme_count: countFilter\r\n  otherParticipantInAudit_PersonSystem_some: [PersonSystemFilter!]\r\n  otherParticipantInAudit_PersonSystem_count: countFilter\r\n  auditee_PersonSystem_some: [PersonSystemFilter!]\r\n  auditee_PersonSystem_count: countFilter\r\n  auditorInAudit_PersonSystem_some: [PersonSystemFilter!]\r\n  auditorInAudit_PersonSystem_count: countFilter\r\n  leadAuditor_PersonSystem_some: [PersonSystemFilter!]\r\n  leadAuditor_PersonSystem_count: countFilter\r\n  mainAuditee_PersonSystem_some: [PersonSystemFilter!]\r\n  mainAuditee_PersonSystem_count: countFilter\r\n  recommendation_FollowUpRecommendation_some: [RecommendationFilter!]\r\n  recommendation_FollowUpRecommendation_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  recommendation_OwnedRecommendation_some: [RecommendationFilter!]\r\n  recommendation_OwnedRecommendation_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n  plan_AuditPlan_some: [PlanFilter!]\r\n  plan_AuditPlan_count: countFilter\r\n  businessProcess_some: [BusinessProcessFilter!]\r\n  businessProcess_count: countFilter\r\n  organizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_count: countFilter\r\n  orgUnit_some: [OrgUnitFilter!]\r\n  orgUnit_count: countFilter\r\n  risk_some: [RiskFilter!]\r\n  risk_count: countFilter\r\n  requirement_some: [RequirementFilter!]\r\n  requirement_count: countFilter\r\n}\r\n\r\nenum Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  name_ASC\r\n  name_DESC\r\n  description_ASC\r\n  description_DESC\r\n  missionCode_ASC\r\n  missionCode_DESC\r\n  includedInTheInitialPlan_ASC\r\n  includedInTheInitialPlan_DESC\r\n  objectiveGRC_ASC\r\n  objectiveGRC_DESC\r\n  missionCategory_ASC\r\n  missionCategory_DESC\r\n  missionStatus_ASC\r\n  missionStatus_DESC\r\n  justificationGRC_ASC\r\n  justificationGRC_DESC\r\n  missionOrigin_ASC\r\n  missionOrigin_DESC\r\n  missionPriority_ASC\r\n  missionPriority_DESC\r\n  estimatedDurationDays_ASC\r\n  estimatedDurationDays_DESC\r\n  estimatedNumberOfResources_ASC\r\n  estimatedNumberOfResources_DESC\r\n  estimatedWorkloadHours_ASC\r\n  estimatedWorkloadHours_DESC\r\n  effectiveWorkloadHours_ASC\r\n  effectiveWorkloadHours_DESC\r\n  numberOfStaffedResources_ASC\r\n  numberOfStaffedResources_DESC\r\n  missionEvaluation_ASC\r\n  missionEvaluation_DESC\r\n  missionPlannedBeginDate_ASC\r\n  missionPlannedBeginDate_DESC\r\n  missionPlannedEndDate_ASC\r\n  missionPlannedEndDate_DESC\r\n  missionEffectiveBeginDate_ASC\r\n  missionEffectiveBeginDate_DESC\r\n  missionEffectiveEndDate_ASC\r\n  missionEffectiveEndDate_DESC\r\n  keyWeaknesses_ASC\r\n  keyWeaknesses_DESC\r\n  keyStrengths_ASC\r\n  keyStrengths_DESC\r\n  plannedClosingReview_ASC\r\n  plannedClosingReview_DESC\r\n  effectiveClosingReview_ASC\r\n  effectiveClosingReview_DESC\r\n  computedHoursManDayRate_ASC\r\n  computedHoursManDayRate_DESC\r\n  computedEffectiveWorkloadMD_ASC\r\n  computedEffectiveWorkloadMD_DESC\r\n  computedEstimatedWorkloadMD_ASC\r\n  computedEstimatedWorkloadMD_DESC\r\n  followupAudit_ASC\r\n  followupAudit_DESC\r\n  offline_ASC\r\n  offline_DESC\r\n  yearOfTheFollowUpAudit_ASC\r\n  yearOfTheFollowUpAudit_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  gRCAudit_ASC\r\n  gRCAudit_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_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditor implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  description(language: Languages): String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC(format: StringFormat, language: Languages): String\r\n  missionCategory(format: EnumFormat): MissionCategoryEnum\r\n  missionStatus(format: EnumFormat): MissionStatusEnum\r\n  justificationGRC(format: StringFormat, language: Languages): String\r\n  missionOrigin(format: EnumFormat): MissionOriginEnum\r\n  missionPriority(format: EnumFormat): MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation(format: EnumFormat): MissionEvaluationEnum\r\n  missionPlannedBeginDate(format: String, timeOffset: String): CustomDate\r\n  missionPlannedEndDate(format: String, timeOffset: String): CustomDate\r\n  missionEffectiveBeginDate(format: String, timeOffset: String): CustomDate\r\n  missionEffectiveEndDate(format: String, timeOffset: String): CustomDate\r\n  keyWeaknesses(format: StringFormat, language: Languages): String\r\n  keyStrengths(format: StringFormat, language: Languages): String\r\n  plannedClosingReview(format: String, timeOffset: String): CustomDate\r\n  effectiveClosingReview(format: String, timeOffset: String): CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline(format: EnumFormat): OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  gRCAudit(format: StringFormat): 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  actionActionPlan_OwnedAction(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n  actionActionPlan_OwnedActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\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  auditActivity(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivityAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\r\n  auditTheme(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditTheme]\r\n  auditThemeAggregatedValues(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditThemeAggregatedValues]\r\n  recommendation_FollowUpRecommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendation_FollowUpRecommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  recommendation_OwnedRecommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendation_OwnedRecommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  plan_AuditPlan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  plan_AuditPlanAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n  businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n  organizationalProcess(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcessAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n  orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n  riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n  requirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n  requirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n  otherParticipantInAudit_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [PersonSystemAggregatedValues]\r\n  auditee_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_Auditee]\r\n  auditee_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeOrderBy]): [PersonSystemAggregatedValues]\r\n  auditorInAudit_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [PersonSystemAggregatedValues]\r\n  leadAuditor_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [PersonSystemAggregatedValues]\r\n  mainAuditee_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [PersonSystemAggregatedValues]\r\n  timeSheet(filter: Relationship_TimeSheet_TimeSheet_Imputation_AuditFilter, orderBy: [Relationship_TimeSheet_TimeSheet_Imputation_AuditOrderBy]): [Relationship_TimeSheet_TimeSheet_Imputation_Audit]\r\n  timeSheetAggregatedValues(filter: Relationship_TimeSheet_TimeSheet_Imputation_AuditFilter, orderBy: [Relationship_TimeSheet_TimeSheet_Imputation_AuditOrderBy]): [TimeSheetAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_AuditSkills_AuditFilter, orderBy: [Relationship_Skill_Skill_AuditSkills_AuditOrderBy]): [Relationship_Skill_Skill_AuditSkills_Audit]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_AuditSkills_AuditFilter, orderBy: [Relationship_Skill_Skill_AuditSkills_AuditOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter {\r\n  and: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter!]\r\n  or: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  description_empty: Boolean\r\n  missionCode: String\r\n  missionCode_not: String\r\n  missionCode_in: [String!]\r\n  missionCode_not_in: [String!]\r\n  missionCode_lt: String\r\n  missionCode_lte: String\r\n  missionCode_gt: String\r\n  missionCode_gte: String\r\n  missionCode_contains: String\r\n  missionCode_not_contains: String\r\n  missionCode_starts_with: String\r\n  missionCode_not_starts_with: String\r\n  missionCode_ends_with: String\r\n  missionCode_not_ends_with: String\r\n  missionCode_empty: Boolean\r\n  includedInTheInitialPlan: Boolean\r\n  includedInTheInitialPlan_not: Boolean\r\n  includedInTheInitialPlan_empty: Boolean\r\n  objectiveGRC: String\r\n  objectiveGRC_not: String\r\n  objectiveGRC_in: [String!]\r\n  objectiveGRC_not_in: [String!]\r\n  objectiveGRC_lt: String\r\n  objectiveGRC_lte: String\r\n  objectiveGRC_gt: String\r\n  objectiveGRC_gte: String\r\n  objectiveGRC_contains: String\r\n  objectiveGRC_not_contains: String\r\n  objectiveGRC_starts_with: String\r\n  objectiveGRC_not_starts_with: String\r\n  objectiveGRC_ends_with: String\r\n  objectiveGRC_not_ends_with: String\r\n  objectiveGRC_empty: Boolean\r\n  missionCategory: MissionCategoryEnum\r\n  missionCategory_not: MissionCategoryEnum\r\n  missionCategory_in: [MissionCategoryEnum!]\r\n  missionCategory_not_in: [MissionCategoryEnum!]\r\n  missionCategory_empty: Boolean\r\n  missionStatus: MissionStatusEnum\r\n  missionStatus_not: MissionStatusEnum\r\n  missionStatus_in: [MissionStatusEnum!]\r\n  missionStatus_not_in: [MissionStatusEnum!]\r\n  missionStatus_empty: Boolean\r\n  justificationGRC: String\r\n  justificationGRC_not: String\r\n  justificationGRC_in: [String!]\r\n  justificationGRC_not_in: [String!]\r\n  justificationGRC_lt: String\r\n  justificationGRC_lte: String\r\n  justificationGRC_gt: String\r\n  justificationGRC_gte: String\r\n  justificationGRC_contains: String\r\n  justificationGRC_not_contains: String\r\n  justificationGRC_starts_with: String\r\n  justificationGRC_not_starts_with: String\r\n  justificationGRC_ends_with: String\r\n  justificationGRC_not_ends_with: String\r\n  justificationGRC_empty: Boolean\r\n  missionOrigin: MissionOriginEnum\r\n  missionOrigin_not: MissionOriginEnum\r\n  missionOrigin_in: [MissionOriginEnum!]\r\n  missionOrigin_not_in: [MissionOriginEnum!]\r\n  missionOrigin_empty: Boolean\r\n  missionPriority: MissionPriorityEnum\r\n  missionPriority_not: MissionPriorityEnum\r\n  missionPriority_in: [MissionPriorityEnum!]\r\n  missionPriority_not_in: [MissionPriorityEnum!]\r\n  missionPriority_empty: Boolean\r\n  estimatedDurationDays: CustomInt\r\n  estimatedDurationDays_not: CustomInt\r\n  estimatedDurationDays_in: [CustomInt!]\r\n  estimatedDurationDays_not_in: [CustomInt!]\r\n  estimatedDurationDays_lt: CustomInt\r\n  estimatedDurationDays_lte: CustomInt\r\n  estimatedDurationDays_gt: CustomInt\r\n  estimatedDurationDays_gte: CustomInt\r\n  estimatedDurationDays_empty: Boolean\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedNumberOfResources_not: CustomFloat\r\n  estimatedNumberOfResources_in: [CustomFloat!]\r\n  estimatedNumberOfResources_not_in: [CustomFloat!]\r\n  estimatedNumberOfResources_lt: CustomFloat\r\n  estimatedNumberOfResources_lte: CustomFloat\r\n  estimatedNumberOfResources_gt: CustomFloat\r\n  estimatedNumberOfResources_gte: CustomFloat\r\n  estimatedNumberOfResources_empty: Boolean\r\n  estimatedWorkloadHours: CustomFloat\r\n  estimatedWorkloadHours_not: CustomFloat\r\n  estimatedWorkloadHours_in: [CustomFloat!]\r\n  estimatedWorkloadHours_not_in: [CustomFloat!]\r\n  estimatedWorkloadHours_lt: CustomFloat\r\n  estimatedWorkloadHours_lte: CustomFloat\r\n  estimatedWorkloadHours_gt: CustomFloat\r\n  estimatedWorkloadHours_gte: CustomFloat\r\n  estimatedWorkloadHours_empty: Boolean\r\n  effectiveWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours_not: CustomFloat\r\n  effectiveWorkloadHours_in: [CustomFloat!]\r\n  effectiveWorkloadHours_not_in: [CustomFloat!]\r\n  effectiveWorkloadHours_lt: CustomFloat\r\n  effectiveWorkloadHours_lte: CustomFloat\r\n  effectiveWorkloadHours_gt: CustomFloat\r\n  effectiveWorkloadHours_gte: CustomFloat\r\n  effectiveWorkloadHours_empty: Boolean\r\n  numberOfStaffedResources: String\r\n  numberOfStaffedResources_not: String\r\n  numberOfStaffedResources_in: [String!]\r\n  numberOfStaffedResources_not_in: [String!]\r\n  numberOfStaffedResources_lt: String\r\n  numberOfStaffedResources_lte: String\r\n  numberOfStaffedResources_gt: String\r\n  numberOfStaffedResources_gte: String\r\n  numberOfStaffedResources_contains: String\r\n  numberOfStaffedResources_not_contains: String\r\n  numberOfStaffedResources_starts_with: String\r\n  numberOfStaffedResources_not_starts_with: String\r\n  numberOfStaffedResources_ends_with: String\r\n  numberOfStaffedResources_not_ends_with: String\r\n  numberOfStaffedResources_empty: Boolean\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionEvaluation_not: MissionEvaluationEnum\r\n  missionEvaluation_in: [MissionEvaluationEnum!]\r\n  missionEvaluation_not_in: [MissionEvaluationEnum!]\r\n  missionEvaluation_empty: Boolean\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedBeginDate_not: CustomDate\r\n  missionPlannedBeginDate_in: [CustomDate!]\r\n  missionPlannedBeginDate_not_in: [CustomDate!]\r\n  missionPlannedBeginDate_lt: CustomDate\r\n  missionPlannedBeginDate_lte: CustomDate\r\n  missionPlannedBeginDate_gt: CustomDate\r\n  missionPlannedBeginDate_gte: CustomDate\r\n  missionPlannedBeginDate_empty: Boolean\r\n  missionPlannedEndDate: CustomDate\r\n  missionPlannedEndDate_not: CustomDate\r\n  missionPlannedEndDate_in: [CustomDate!]\r\n  missionPlannedEndDate_not_in: [CustomDate!]\r\n  missionPlannedEndDate_lt: CustomDate\r\n  missionPlannedEndDate_lte: CustomDate\r\n  missionPlannedEndDate_gt: CustomDate\r\n  missionPlannedEndDate_gte: CustomDate\r\n  missionPlannedEndDate_empty: Boolean\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveBeginDate_not: CustomDate\r\n  missionEffectiveBeginDate_in: [CustomDate!]\r\n  missionEffectiveBeginDate_not_in: [CustomDate!]\r\n  missionEffectiveBeginDate_lt: CustomDate\r\n  missionEffectiveBeginDate_lte: CustomDate\r\n  missionEffectiveBeginDate_gt: CustomDate\r\n  missionEffectiveBeginDate_gte: CustomDate\r\n  missionEffectiveBeginDate_empty: Boolean\r\n  missionEffectiveEndDate: CustomDate\r\n  missionEffectiveEndDate_not: CustomDate\r\n  missionEffectiveEndDate_in: [CustomDate!]\r\n  missionEffectiveEndDate_not_in: [CustomDate!]\r\n  missionEffectiveEndDate_lt: CustomDate\r\n  missionEffectiveEndDate_lte: CustomDate\r\n  missionEffectiveEndDate_gt: CustomDate\r\n  missionEffectiveEndDate_gte: CustomDate\r\n  missionEffectiveEndDate_empty: Boolean\r\n  keyWeaknesses: String\r\n  keyWeaknesses_not: String\r\n  keyWeaknesses_in: [String!]\r\n  keyWeaknesses_not_in: [String!]\r\n  keyWeaknesses_lt: String\r\n  keyWeaknesses_lte: String\r\n  keyWeaknesses_gt: String\r\n  keyWeaknesses_gte: String\r\n  keyWeaknesses_contains: String\r\n  keyWeaknesses_not_contains: String\r\n  keyWeaknesses_starts_with: String\r\n  keyWeaknesses_not_starts_with: String\r\n  keyWeaknesses_ends_with: String\r\n  keyWeaknesses_not_ends_with: String\r\n  keyWeaknesses_empty: Boolean\r\n  keyStrengths: String\r\n  keyStrengths_not: String\r\n  keyStrengths_in: [String!]\r\n  keyStrengths_not_in: [String!]\r\n  keyStrengths_lt: String\r\n  keyStrengths_lte: String\r\n  keyStrengths_gt: String\r\n  keyStrengths_gte: String\r\n  keyStrengths_contains: String\r\n  keyStrengths_not_contains: String\r\n  keyStrengths_starts_with: String\r\n  keyStrengths_not_starts_with: String\r\n  keyStrengths_ends_with: String\r\n  keyStrengths_not_ends_with: String\r\n  keyStrengths_empty: Boolean\r\n  plannedClosingReview: CustomDate\r\n  plannedClosingReview_not: CustomDate\r\n  plannedClosingReview_in: [CustomDate!]\r\n  plannedClosingReview_not_in: [CustomDate!]\r\n  plannedClosingReview_lt: CustomDate\r\n  plannedClosingReview_lte: CustomDate\r\n  plannedClosingReview_gt: CustomDate\r\n  plannedClosingReview_gte: CustomDate\r\n  plannedClosingReview_empty: Boolean\r\n  effectiveClosingReview: CustomDate\r\n  effectiveClosingReview_not: CustomDate\r\n  effectiveClosingReview_in: [CustomDate!]\r\n  effectiveClosingReview_not_in: [CustomDate!]\r\n  effectiveClosingReview_lt: CustomDate\r\n  effectiveClosingReview_lte: CustomDate\r\n  effectiveClosingReview_gt: CustomDate\r\n  effectiveClosingReview_gte: CustomDate\r\n  effectiveClosingReview_empty: Boolean\r\n  computedHoursManDayRate: CustomInt\r\n  computedHoursManDayRate_not: CustomInt\r\n  computedHoursManDayRate_in: [CustomInt!]\r\n  computedHoursManDayRate_not_in: [CustomInt!]\r\n  computedHoursManDayRate_lt: CustomInt\r\n  computedHoursManDayRate_lte: CustomInt\r\n  computedHoursManDayRate_gt: CustomInt\r\n  computedHoursManDayRate_gte: CustomInt\r\n  computedHoursManDayRate_empty: Boolean\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEffectiveWorkloadMD_not: CustomFloat\r\n  computedEffectiveWorkloadMD_in: [CustomFloat!]\r\n  computedEffectiveWorkloadMD_not_in: [CustomFloat!]\r\n  computedEffectiveWorkloadMD_lt: CustomFloat\r\n  computedEffectiveWorkloadMD_lte: CustomFloat\r\n  computedEffectiveWorkloadMD_gt: CustomFloat\r\n  computedEffectiveWorkloadMD_gte: CustomFloat\r\n  computedEffectiveWorkloadMD_empty: Boolean\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD_not: CustomFloat\r\n  computedEstimatedWorkloadMD_in: [CustomFloat!]\r\n  computedEstimatedWorkloadMD_not_in: [CustomFloat!]\r\n  computedEstimatedWorkloadMD_lt: CustomFloat\r\n  computedEstimatedWorkloadMD_lte: CustomFloat\r\n  computedEstimatedWorkloadMD_gt: CustomFloat\r\n  computedEstimatedWorkloadMD_gte: CustomFloat\r\n  computedEstimatedWorkloadMD_empty: Boolean\r\n  followupAudit: Boolean\r\n  followupAudit_not: Boolean\r\n  followupAudit_empty: Boolean\r\n  offline: OfflineEnum\r\n  offline_not: OfflineEnum\r\n  offline_in: [OfflineEnum!]\r\n  offline_not_in: [OfflineEnum!]\r\n  offline_empty: Boolean\r\n  yearOfTheFollowUpAudit: String\r\n  yearOfTheFollowUpAudit_not: String\r\n  yearOfTheFollowUpAudit_in: [String!]\r\n  yearOfTheFollowUpAudit_not_in: [String!]\r\n  yearOfTheFollowUpAudit_lt: String\r\n  yearOfTheFollowUpAudit_lte: String\r\n  yearOfTheFollowUpAudit_gt: String\r\n  yearOfTheFollowUpAudit_gte: String\r\n  yearOfTheFollowUpAudit_contains: String\r\n  yearOfTheFollowUpAudit_not_contains: String\r\n  yearOfTheFollowUpAudit_starts_with: String\r\n  yearOfTheFollowUpAudit_not_starts_with: String\r\n  yearOfTheFollowUpAudit_ends_with: String\r\n  yearOfTheFollowUpAudit_not_ends_with: String\r\n  yearOfTheFollowUpAudit_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  gRCAudit: String\r\n  gRCAudit_not: String\r\n  gRCAudit_in: [String!]\r\n  gRCAudit_not_in: [String!]\r\n  gRCAudit_lt: String\r\n  gRCAudit_lte: String\r\n  gRCAudit_gt: String\r\n  gRCAudit_gte: String\r\n  gRCAudit_contains: String\r\n  gRCAudit_not_contains: String\r\n  gRCAudit_starts_with: String\r\n  gRCAudit_not_starts_with: String\r\n  gRCAudit_ends_with: String\r\n  gRCAudit_not_ends_with: String\r\n  gRCAudit_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  actionActionPlan_OwnedAction_some: [ActionActionPlanFilter!]\r\n  actionActionPlan_OwnedAction_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  auditActivity_some: [AuditActivityFilter!]\r\n  auditActivity_count: countFilter\r\n  auditTheme_some: [AuditThemeFilter!]\r\n  auditTheme_count: countFilter\r\n  otherParticipantInAudit_PersonSystem_some: [PersonSystemFilter!]\r\n  otherParticipantInAudit_PersonSystem_count: countFilter\r\n  auditee_PersonSystem_some: [PersonSystemFilter!]\r\n  auditee_PersonSystem_count: countFilter\r\n  auditorInAudit_PersonSystem_some: [PersonSystemFilter!]\r\n  auditorInAudit_PersonSystem_count: countFilter\r\n  leadAuditor_PersonSystem_some: [PersonSystemFilter!]\r\n  leadAuditor_PersonSystem_count: countFilter\r\n  mainAuditee_PersonSystem_some: [PersonSystemFilter!]\r\n  mainAuditee_PersonSystem_count: countFilter\r\n  recommendation_FollowUpRecommendation_some: [RecommendationFilter!]\r\n  recommendation_FollowUpRecommendation_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  recommendation_OwnedRecommendation_some: [RecommendationFilter!]\r\n  recommendation_OwnedRecommendation_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n  plan_AuditPlan_some: [PlanFilter!]\r\n  plan_AuditPlan_count: countFilter\r\n  businessProcess_some: [BusinessProcessFilter!]\r\n  businessProcess_count: countFilter\r\n  organizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_count: countFilter\r\n  orgUnit_some: [OrgUnitFilter!]\r\n  orgUnit_count: countFilter\r\n  risk_some: [RiskFilter!]\r\n  risk_count: countFilter\r\n  requirement_some: [RequirementFilter!]\r\n  requirement_count: countFilter\r\n}\r\n\r\nenum Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  name_ASC\r\n  name_DESC\r\n  description_ASC\r\n  description_DESC\r\n  missionCode_ASC\r\n  missionCode_DESC\r\n  includedInTheInitialPlan_ASC\r\n  includedInTheInitialPlan_DESC\r\n  objectiveGRC_ASC\r\n  objectiveGRC_DESC\r\n  missionCategory_ASC\r\n  missionCategory_DESC\r\n  missionStatus_ASC\r\n  missionStatus_DESC\r\n  justificationGRC_ASC\r\n  justificationGRC_DESC\r\n  missionOrigin_ASC\r\n  missionOrigin_DESC\r\n  missionPriority_ASC\r\n  missionPriority_DESC\r\n  estimatedDurationDays_ASC\r\n  estimatedDurationDays_DESC\r\n  estimatedNumberOfResources_ASC\r\n  estimatedNumberOfResources_DESC\r\n  estimatedWorkloadHours_ASC\r\n  estimatedWorkloadHours_DESC\r\n  effectiveWorkloadHours_ASC\r\n  effectiveWorkloadHours_DESC\r\n  numberOfStaffedResources_ASC\r\n  numberOfStaffedResources_DESC\r\n  missionEvaluation_ASC\r\n  missionEvaluation_DESC\r\n  missionPlannedBeginDate_ASC\r\n  missionPlannedBeginDate_DESC\r\n  missionPlannedEndDate_ASC\r\n  missionPlannedEndDate_DESC\r\n  missionEffectiveBeginDate_ASC\r\n  missionEffectiveBeginDate_DESC\r\n  missionEffectiveEndDate_ASC\r\n  missionEffectiveEndDate_DESC\r\n  keyWeaknesses_ASC\r\n  keyWeaknesses_DESC\r\n  keyStrengths_ASC\r\n  keyStrengths_DESC\r\n  plannedClosingReview_ASC\r\n  plannedClosingReview_DESC\r\n  effectiveClosingReview_ASC\r\n  effectiveClosingReview_DESC\r\n  computedHoursManDayRate_ASC\r\n  computedHoursManDayRate_DESC\r\n  computedEffectiveWorkloadMD_ASC\r\n  computedEffectiveWorkloadMD_DESC\r\n  computedEstimatedWorkloadMD_ASC\r\n  computedEstimatedWorkloadMD_DESC\r\n  followupAudit_ASC\r\n  followupAudit_DESC\r\n  offline_ASC\r\n  offline_DESC\r\n  yearOfTheFollowUpAudit_ASC\r\n  yearOfTheFollowUpAudit_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  gRCAudit_ASC\r\n  gRCAudit_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_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditee implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  description(language: Languages): String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC(format: StringFormat, language: Languages): String\r\n  missionCategory(format: EnumFormat): MissionCategoryEnum\r\n  missionStatus(format: EnumFormat): MissionStatusEnum\r\n  justificationGRC(format: StringFormat, language: Languages): String\r\n  missionOrigin(format: EnumFormat): MissionOriginEnum\r\n  missionPriority(format: EnumFormat): MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation(format: EnumFormat): MissionEvaluationEnum\r\n  missionPlannedBeginDate(format: String, timeOffset: String): CustomDate\r\n  missionPlannedEndDate(format: String, timeOffset: String): CustomDate\r\n  missionEffectiveBeginDate(format: String, timeOffset: String): CustomDate\r\n  missionEffectiveEndDate(format: String, timeOffset: String): CustomDate\r\n  keyWeaknesses(format: StringFormat, language: Languages): String\r\n  keyStrengths(format: StringFormat, language: Languages): String\r\n  plannedClosingReview(format: String, timeOffset: String): CustomDate\r\n  effectiveClosingReview(format: String, timeOffset: String): CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline(format: EnumFormat): OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  gRCAudit(format: StringFormat): 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  actionActionPlan_OwnedAction(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n  actionActionPlan_OwnedActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\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  auditActivity(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivityAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\r\n  auditTheme(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditTheme]\r\n  auditThemeAggregatedValues(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditThemeAggregatedValues]\r\n  recommendation_FollowUpRecommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendation_FollowUpRecommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  recommendation_OwnedRecommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendation_OwnedRecommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  plan_AuditPlan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  plan_AuditPlanAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n  businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n  organizationalProcess(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcessAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n  orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n  riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n  requirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n  requirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n  otherParticipantInAudit_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [PersonSystemAggregatedValues]\r\n  auditee_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_Auditee]\r\n  auditee_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeOrderBy]): [PersonSystemAggregatedValues]\r\n  auditorInAudit_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [PersonSystemAggregatedValues]\r\n  leadAuditor_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [PersonSystemAggregatedValues]\r\n  mainAuditee_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [PersonSystemAggregatedValues]\r\n  timeSheet(filter: Relationship_TimeSheet_TimeSheet_Imputation_AuditFilter, orderBy: [Relationship_TimeSheet_TimeSheet_Imputation_AuditOrderBy]): [Relationship_TimeSheet_TimeSheet_Imputation_Audit]\r\n  timeSheetAggregatedValues(filter: Relationship_TimeSheet_TimeSheet_Imputation_AuditFilter, orderBy: [Relationship_TimeSheet_TimeSheet_Imputation_AuditOrderBy]): [TimeSheetAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_AuditSkills_AuditFilter, orderBy: [Relationship_Skill_Skill_AuditSkills_AuditOrderBy]): [Relationship_Skill_Skill_AuditSkills_Audit]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_AuditSkills_AuditFilter, orderBy: [Relationship_Skill_Skill_AuditSkills_AuditOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter {\r\n  and: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter!]\r\n  or: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  description_empty: Boolean\r\n  missionCode: String\r\n  missionCode_not: String\r\n  missionCode_in: [String!]\r\n  missionCode_not_in: [String!]\r\n  missionCode_lt: String\r\n  missionCode_lte: String\r\n  missionCode_gt: String\r\n  missionCode_gte: String\r\n  missionCode_contains: String\r\n  missionCode_not_contains: String\r\n  missionCode_starts_with: String\r\n  missionCode_not_starts_with: String\r\n  missionCode_ends_with: String\r\n  missionCode_not_ends_with: String\r\n  missionCode_empty: Boolean\r\n  includedInTheInitialPlan: Boolean\r\n  includedInTheInitialPlan_not: Boolean\r\n  includedInTheInitialPlan_empty: Boolean\r\n  objectiveGRC: String\r\n  objectiveGRC_not: String\r\n  objectiveGRC_in: [String!]\r\n  objectiveGRC_not_in: [String!]\r\n  objectiveGRC_lt: String\r\n  objectiveGRC_lte: String\r\n  objectiveGRC_gt: String\r\n  objectiveGRC_gte: String\r\n  objectiveGRC_contains: String\r\n  objectiveGRC_not_contains: String\r\n  objectiveGRC_starts_with: String\r\n  objectiveGRC_not_starts_with: String\r\n  objectiveGRC_ends_with: String\r\n  objectiveGRC_not_ends_with: String\r\n  objectiveGRC_empty: Boolean\r\n  missionCategory: MissionCategoryEnum\r\n  missionCategory_not: MissionCategoryEnum\r\n  missionCategory_in: [MissionCategoryEnum!]\r\n  missionCategory_not_in: [MissionCategoryEnum!]\r\n  missionCategory_empty: Boolean\r\n  missionStatus: MissionStatusEnum\r\n  missionStatus_not: MissionStatusEnum\r\n  missionStatus_in: [MissionStatusEnum!]\r\n  missionStatus_not_in: [MissionStatusEnum!]\r\n  missionStatus_empty: Boolean\r\n  justificationGRC: String\r\n  justificationGRC_not: String\r\n  justificationGRC_in: [String!]\r\n  justificationGRC_not_in: [String!]\r\n  justificationGRC_lt: String\r\n  justificationGRC_lte: String\r\n  justificationGRC_gt: String\r\n  justificationGRC_gte: String\r\n  justificationGRC_contains: String\r\n  justificationGRC_not_contains: String\r\n  justificationGRC_starts_with: String\r\n  justificationGRC_not_starts_with: String\r\n  justificationGRC_ends_with: String\r\n  justificationGRC_not_ends_with: String\r\n  justificationGRC_empty: Boolean\r\n  missionOrigin: MissionOriginEnum\r\n  missionOrigin_not: MissionOriginEnum\r\n  missionOrigin_in: [MissionOriginEnum!]\r\n  missionOrigin_not_in: [MissionOriginEnum!]\r\n  missionOrigin_empty: Boolean\r\n  missionPriority: MissionPriorityEnum\r\n  missionPriority_not: MissionPriorityEnum\r\n  missionPriority_in: [MissionPriorityEnum!]\r\n  missionPriority_not_in: [MissionPriorityEnum!]\r\n  missionPriority_empty: Boolean\r\n  estimatedDurationDays: CustomInt\r\n  estimatedDurationDays_not: CustomInt\r\n  estimatedDurationDays_in: [CustomInt!]\r\n  estimatedDurationDays_not_in: [CustomInt!]\r\n  estimatedDurationDays_lt: CustomInt\r\n  estimatedDurationDays_lte: CustomInt\r\n  estimatedDurationDays_gt: CustomInt\r\n  estimatedDurationDays_gte: CustomInt\r\n  estimatedDurationDays_empty: Boolean\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedNumberOfResources_not: CustomFloat\r\n  estimatedNumberOfResources_in: [CustomFloat!]\r\n  estimatedNumberOfResources_not_in: [CustomFloat!]\r\n  estimatedNumberOfResources_lt: CustomFloat\r\n  estimatedNumberOfResources_lte: CustomFloat\r\n  estimatedNumberOfResources_gt: CustomFloat\r\n  estimatedNumberOfResources_gte: CustomFloat\r\n  estimatedNumberOfResources_empty: Boolean\r\n  estimatedWorkloadHours: CustomFloat\r\n  estimatedWorkloadHours_not: CustomFloat\r\n  estimatedWorkloadHours_in: [CustomFloat!]\r\n  estimatedWorkloadHours_not_in: [CustomFloat!]\r\n  estimatedWorkloadHours_lt: CustomFloat\r\n  estimatedWorkloadHours_lte: CustomFloat\r\n  estimatedWorkloadHours_gt: CustomFloat\r\n  estimatedWorkloadHours_gte: CustomFloat\r\n  estimatedWorkloadHours_empty: Boolean\r\n  effectiveWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours_not: CustomFloat\r\n  effectiveWorkloadHours_in: [CustomFloat!]\r\n  effectiveWorkloadHours_not_in: [CustomFloat!]\r\n  effectiveWorkloadHours_lt: CustomFloat\r\n  effectiveWorkloadHours_lte: CustomFloat\r\n  effectiveWorkloadHours_gt: CustomFloat\r\n  effectiveWorkloadHours_gte: CustomFloat\r\n  effectiveWorkloadHours_empty: Boolean\r\n  numberOfStaffedResources: String\r\n  numberOfStaffedResources_not: String\r\n  numberOfStaffedResources_in: [String!]\r\n  numberOfStaffedResources_not_in: [String!]\r\n  numberOfStaffedResources_lt: String\r\n  numberOfStaffedResources_lte: String\r\n  numberOfStaffedResources_gt: String\r\n  numberOfStaffedResources_gte: String\r\n  numberOfStaffedResources_contains: String\r\n  numberOfStaffedResources_not_contains: String\r\n  numberOfStaffedResources_starts_with: String\r\n  numberOfStaffedResources_not_starts_with: String\r\n  numberOfStaffedResources_ends_with: String\r\n  numberOfStaffedResources_not_ends_with: String\r\n  numberOfStaffedResources_empty: Boolean\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionEvaluation_not: MissionEvaluationEnum\r\n  missionEvaluation_in: [MissionEvaluationEnum!]\r\n  missionEvaluation_not_in: [MissionEvaluationEnum!]\r\n  missionEvaluation_empty: Boolean\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedBeginDate_not: CustomDate\r\n  missionPlannedBeginDate_in: [CustomDate!]\r\n  missionPlannedBeginDate_not_in: [CustomDate!]\r\n  missionPlannedBeginDate_lt: CustomDate\r\n  missionPlannedBeginDate_lte: CustomDate\r\n  missionPlannedBeginDate_gt: CustomDate\r\n  missionPlannedBeginDate_gte: CustomDate\r\n  missionPlannedBeginDate_empty: Boolean\r\n  missionPlannedEndDate: CustomDate\r\n  missionPlannedEndDate_not: CustomDate\r\n  missionPlannedEndDate_in: [CustomDate!]\r\n  missionPlannedEndDate_not_in: [CustomDate!]\r\n  missionPlannedEndDate_lt: CustomDate\r\n  missionPlannedEndDate_lte: CustomDate\r\n  missionPlannedEndDate_gt: CustomDate\r\n  missionPlannedEndDate_gte: CustomDate\r\n  missionPlannedEndDate_empty: Boolean\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveBeginDate_not: CustomDate\r\n  missionEffectiveBeginDate_in: [CustomDate!]\r\n  missionEffectiveBeginDate_not_in: [CustomDate!]\r\n  missionEffectiveBeginDate_lt: CustomDate\r\n  missionEffectiveBeginDate_lte: CustomDate\r\n  missionEffectiveBeginDate_gt: CustomDate\r\n  missionEffectiveBeginDate_gte: CustomDate\r\n  missionEffectiveBeginDate_empty: Boolean\r\n  missionEffectiveEndDate: CustomDate\r\n  missionEffectiveEndDate_not: CustomDate\r\n  missionEffectiveEndDate_in: [CustomDate!]\r\n  missionEffectiveEndDate_not_in: [CustomDate!]\r\n  missionEffectiveEndDate_lt: CustomDate\r\n  missionEffectiveEndDate_lte: CustomDate\r\n  missionEffectiveEndDate_gt: CustomDate\r\n  missionEffectiveEndDate_gte: CustomDate\r\n  missionEffectiveEndDate_empty: Boolean\r\n  keyWeaknesses: String\r\n  keyWeaknesses_not: String\r\n  keyWeaknesses_in: [String!]\r\n  keyWeaknesses_not_in: [String!]\r\n  keyWeaknesses_lt: String\r\n  keyWeaknesses_lte: String\r\n  keyWeaknesses_gt: String\r\n  keyWeaknesses_gte: String\r\n  keyWeaknesses_contains: String\r\n  keyWeaknesses_not_contains: String\r\n  keyWeaknesses_starts_with: String\r\n  keyWeaknesses_not_starts_with: String\r\n  keyWeaknesses_ends_with: String\r\n  keyWeaknesses_not_ends_with: String\r\n  keyWeaknesses_empty: Boolean\r\n  keyStrengths: String\r\n  keyStrengths_not: String\r\n  keyStrengths_in: [String!]\r\n  keyStrengths_not_in: [String!]\r\n  keyStrengths_lt: String\r\n  keyStrengths_lte: String\r\n  keyStrengths_gt: String\r\n  keyStrengths_gte: String\r\n  keyStrengths_contains: String\r\n  keyStrengths_not_contains: String\r\n  keyStrengths_starts_with: String\r\n  keyStrengths_not_starts_with: String\r\n  keyStrengths_ends_with: String\r\n  keyStrengths_not_ends_with: String\r\n  keyStrengths_empty: Boolean\r\n  plannedClosingReview: CustomDate\r\n  plannedClosingReview_not: CustomDate\r\n  plannedClosingReview_in: [CustomDate!]\r\n  plannedClosingReview_not_in: [CustomDate!]\r\n  plannedClosingReview_lt: CustomDate\r\n  plannedClosingReview_lte: CustomDate\r\n  plannedClosingReview_gt: CustomDate\r\n  plannedClosingReview_gte: CustomDate\r\n  plannedClosingReview_empty: Boolean\r\n  effectiveClosingReview: CustomDate\r\n  effectiveClosingReview_not: CustomDate\r\n  effectiveClosingReview_in: [CustomDate!]\r\n  effectiveClosingReview_not_in: [CustomDate!]\r\n  effectiveClosingReview_lt: CustomDate\r\n  effectiveClosingReview_lte: CustomDate\r\n  effectiveClosingReview_gt: CustomDate\r\n  effectiveClosingReview_gte: CustomDate\r\n  effectiveClosingReview_empty: Boolean\r\n  computedHoursManDayRate: CustomInt\r\n  computedHoursManDayRate_not: CustomInt\r\n  computedHoursManDayRate_in: [CustomInt!]\r\n  computedHoursManDayRate_not_in: [CustomInt!]\r\n  computedHoursManDayRate_lt: CustomInt\r\n  computedHoursManDayRate_lte: CustomInt\r\n  computedHoursManDayRate_gt: CustomInt\r\n  computedHoursManDayRate_gte: CustomInt\r\n  computedHoursManDayRate_empty: Boolean\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEffectiveWorkloadMD_not: CustomFloat\r\n  computedEffectiveWorkloadMD_in: [CustomFloat!]\r\n  computedEffectiveWorkloadMD_not_in: [CustomFloat!]\r\n  computedEffectiveWorkloadMD_lt: CustomFloat\r\n  computedEffectiveWorkloadMD_lte: CustomFloat\r\n  computedEffectiveWorkloadMD_gt: CustomFloat\r\n  computedEffectiveWorkloadMD_gte: CustomFloat\r\n  computedEffectiveWorkloadMD_empty: Boolean\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD_not: CustomFloat\r\n  computedEstimatedWorkloadMD_in: [CustomFloat!]\r\n  computedEstimatedWorkloadMD_not_in: [CustomFloat!]\r\n  computedEstimatedWorkloadMD_lt: CustomFloat\r\n  computedEstimatedWorkloadMD_lte: CustomFloat\r\n  computedEstimatedWorkloadMD_gt: CustomFloat\r\n  computedEstimatedWorkloadMD_gte: CustomFloat\r\n  computedEstimatedWorkloadMD_empty: Boolean\r\n  followupAudit: Boolean\r\n  followupAudit_not: Boolean\r\n  followupAudit_empty: Boolean\r\n  offline: OfflineEnum\r\n  offline_not: OfflineEnum\r\n  offline_in: [OfflineEnum!]\r\n  offline_not_in: [OfflineEnum!]\r\n  offline_empty: Boolean\r\n  yearOfTheFollowUpAudit: String\r\n  yearOfTheFollowUpAudit_not: String\r\n  yearOfTheFollowUpAudit_in: [String!]\r\n  yearOfTheFollowUpAudit_not_in: [String!]\r\n  yearOfTheFollowUpAudit_lt: String\r\n  yearOfTheFollowUpAudit_lte: String\r\n  yearOfTheFollowUpAudit_gt: String\r\n  yearOfTheFollowUpAudit_gte: String\r\n  yearOfTheFollowUpAudit_contains: String\r\n  yearOfTheFollowUpAudit_not_contains: String\r\n  yearOfTheFollowUpAudit_starts_with: String\r\n  yearOfTheFollowUpAudit_not_starts_with: String\r\n  yearOfTheFollowUpAudit_ends_with: String\r\n  yearOfTheFollowUpAudit_not_ends_with: String\r\n  yearOfTheFollowUpAudit_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  gRCAudit: String\r\n  gRCAudit_not: String\r\n  gRCAudit_in: [String!]\r\n  gRCAudit_not_in: [String!]\r\n  gRCAudit_lt: String\r\n  gRCAudit_lte: String\r\n  gRCAudit_gt: String\r\n  gRCAudit_gte: String\r\n  gRCAudit_contains: String\r\n  gRCAudit_not_contains: String\r\n  gRCAudit_starts_with: String\r\n  gRCAudit_not_starts_with: String\r\n  gRCAudit_ends_with: String\r\n  gRCAudit_not_ends_with: String\r\n  gRCAudit_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  actionActionPlan_OwnedAction_some: [ActionActionPlanFilter!]\r\n  actionActionPlan_OwnedAction_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  auditActivity_some: [AuditActivityFilter!]\r\n  auditActivity_count: countFilter\r\n  auditTheme_some: [AuditThemeFilter!]\r\n  auditTheme_count: countFilter\r\n  otherParticipantInAudit_PersonSystem_some: [PersonSystemFilter!]\r\n  otherParticipantInAudit_PersonSystem_count: countFilter\r\n  auditee_PersonSystem_some: [PersonSystemFilter!]\r\n  auditee_PersonSystem_count: countFilter\r\n  auditorInAudit_PersonSystem_some: [PersonSystemFilter!]\r\n  auditorInAudit_PersonSystem_count: countFilter\r\n  leadAuditor_PersonSystem_some: [PersonSystemFilter!]\r\n  leadAuditor_PersonSystem_count: countFilter\r\n  mainAuditee_PersonSystem_some: [PersonSystemFilter!]\r\n  mainAuditee_PersonSystem_count: countFilter\r\n  recommendation_FollowUpRecommendation_some: [RecommendationFilter!]\r\n  recommendation_FollowUpRecommendation_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  recommendation_OwnedRecommendation_some: [RecommendationFilter!]\r\n  recommendation_OwnedRecommendation_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n  plan_AuditPlan_some: [PlanFilter!]\r\n  plan_AuditPlan_count: countFilter\r\n  businessProcess_some: [BusinessProcessFilter!]\r\n  businessProcess_count: countFilter\r\n  organizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_count: countFilter\r\n  orgUnit_some: [OrgUnitFilter!]\r\n  orgUnit_count: countFilter\r\n  risk_some: [RiskFilter!]\r\n  risk_count: countFilter\r\n  requirement_some: [RequirementFilter!]\r\n  requirement_count: countFilter\r\n}\r\n\r\nenum Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  name_ASC\r\n  name_DESC\r\n  description_ASC\r\n  description_DESC\r\n  missionCode_ASC\r\n  missionCode_DESC\r\n  includedInTheInitialPlan_ASC\r\n  includedInTheInitialPlan_DESC\r\n  objectiveGRC_ASC\r\n  objectiveGRC_DESC\r\n  missionCategory_ASC\r\n  missionCategory_DESC\r\n  missionStatus_ASC\r\n  missionStatus_DESC\r\n  justificationGRC_ASC\r\n  justificationGRC_DESC\r\n  missionOrigin_ASC\r\n  missionOrigin_DESC\r\n  missionPriority_ASC\r\n  missionPriority_DESC\r\n  estimatedDurationDays_ASC\r\n  estimatedDurationDays_DESC\r\n  estimatedNumberOfResources_ASC\r\n  estimatedNumberOfResources_DESC\r\n  estimatedWorkloadHours_ASC\r\n  estimatedWorkloadHours_DESC\r\n  effectiveWorkloadHours_ASC\r\n  effectiveWorkloadHours_DESC\r\n  numberOfStaffedResources_ASC\r\n  numberOfStaffedResources_DESC\r\n  missionEvaluation_ASC\r\n  missionEvaluation_DESC\r\n  missionPlannedBeginDate_ASC\r\n  missionPlannedBeginDate_DESC\r\n  missionPlannedEndDate_ASC\r\n  missionPlannedEndDate_DESC\r\n  missionEffectiveBeginDate_ASC\r\n  missionEffectiveBeginDate_DESC\r\n  missionEffectiveEndDate_ASC\r\n  missionEffectiveEndDate_DESC\r\n  keyWeaknesses_ASC\r\n  keyWeaknesses_DESC\r\n  keyStrengths_ASC\r\n  keyStrengths_DESC\r\n  plannedClosingReview_ASC\r\n  plannedClosingReview_DESC\r\n  effectiveClosingReview_ASC\r\n  effectiveClosingReview_DESC\r\n  computedHoursManDayRate_ASC\r\n  computedHoursManDayRate_DESC\r\n  computedEffectiveWorkloadMD_ASC\r\n  computedEffectiveWorkloadMD_DESC\r\n  computedEstimatedWorkloadMD_ASC\r\n  computedEstimatedWorkloadMD_DESC\r\n  followupAudit_ASC\r\n  followupAudit_DESC\r\n  offline_ASC\r\n  offline_DESC\r\n  yearOfTheFollowUpAudit_ASC\r\n  yearOfTheFollowUpAudit_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  gRCAudit_ASC\r\n  gRCAudit_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_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAudit implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  description(language: Languages): String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC(format: StringFormat, language: Languages): String\r\n  missionCategory(format: EnumFormat): MissionCategoryEnum\r\n  missionStatus(format: EnumFormat): MissionStatusEnum\r\n  justificationGRC(format: StringFormat, language: Languages): String\r\n  missionOrigin(format: EnumFormat): MissionOriginEnum\r\n  missionPriority(format: EnumFormat): MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation(format: EnumFormat): MissionEvaluationEnum\r\n  missionPlannedBeginDate(format: String, timeOffset: String): CustomDate\r\n  missionPlannedEndDate(format: String, timeOffset: String): CustomDate\r\n  missionEffectiveBeginDate(format: String, timeOffset: String): CustomDate\r\n  missionEffectiveEndDate(format: String, timeOffset: String): CustomDate\r\n  keyWeaknesses(format: StringFormat, language: Languages): String\r\n  keyStrengths(format: StringFormat, language: Languages): String\r\n  plannedClosingReview(format: String, timeOffset: String): CustomDate\r\n  effectiveClosingReview(format: String, timeOffset: String): CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline(format: EnumFormat): OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  gRCAudit(format: StringFormat): 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  actionActionPlan_OwnedAction(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n  actionActionPlan_OwnedActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\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  auditActivity(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivityAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\r\n  auditTheme(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditTheme]\r\n  auditThemeAggregatedValues(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditThemeAggregatedValues]\r\n  recommendation_FollowUpRecommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendation_FollowUpRecommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  recommendation_OwnedRecommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendation_OwnedRecommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  plan_AuditPlan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  plan_AuditPlanAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n  businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n  organizationalProcess(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcessAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n  orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n  riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n  requirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n  requirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n  otherParticipantInAudit_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [PersonSystemAggregatedValues]\r\n  auditee_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_Auditee]\r\n  auditee_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeOrderBy]): [PersonSystemAggregatedValues]\r\n  auditorInAudit_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [PersonSystemAggregatedValues]\r\n  leadAuditor_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [PersonSystemAggregatedValues]\r\n  mainAuditee_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [PersonSystemAggregatedValues]\r\n  timeSheet(filter: Relationship_TimeSheet_TimeSheet_Imputation_AuditFilter, orderBy: [Relationship_TimeSheet_TimeSheet_Imputation_AuditOrderBy]): [Relationship_TimeSheet_TimeSheet_Imputation_Audit]\r\n  timeSheetAggregatedValues(filter: Relationship_TimeSheet_TimeSheet_Imputation_AuditFilter, orderBy: [Relationship_TimeSheet_TimeSheet_Imputation_AuditOrderBy]): [TimeSheetAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_AuditSkills_AuditFilter, orderBy: [Relationship_Skill_Skill_AuditSkills_AuditOrderBy]): [Relationship_Skill_Skill_AuditSkills_Audit]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_AuditSkills_AuditFilter, orderBy: [Relationship_Skill_Skill_AuditSkills_AuditOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter {\r\n  and: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter!]\r\n  or: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  description_empty: Boolean\r\n  missionCode: String\r\n  missionCode_not: String\r\n  missionCode_in: [String!]\r\n  missionCode_not_in: [String!]\r\n  missionCode_lt: String\r\n  missionCode_lte: String\r\n  missionCode_gt: String\r\n  missionCode_gte: String\r\n  missionCode_contains: String\r\n  missionCode_not_contains: String\r\n  missionCode_starts_with: String\r\n  missionCode_not_starts_with: String\r\n  missionCode_ends_with: String\r\n  missionCode_not_ends_with: String\r\n  missionCode_empty: Boolean\r\n  includedInTheInitialPlan: Boolean\r\n  includedInTheInitialPlan_not: Boolean\r\n  includedInTheInitialPlan_empty: Boolean\r\n  objectiveGRC: String\r\n  objectiveGRC_not: String\r\n  objectiveGRC_in: [String!]\r\n  objectiveGRC_not_in: [String!]\r\n  objectiveGRC_lt: String\r\n  objectiveGRC_lte: String\r\n  objectiveGRC_gt: String\r\n  objectiveGRC_gte: String\r\n  objectiveGRC_contains: String\r\n  objectiveGRC_not_contains: String\r\n  objectiveGRC_starts_with: String\r\n  objectiveGRC_not_starts_with: String\r\n  objectiveGRC_ends_with: String\r\n  objectiveGRC_not_ends_with: String\r\n  objectiveGRC_empty: Boolean\r\n  missionCategory: MissionCategoryEnum\r\n  missionCategory_not: MissionCategoryEnum\r\n  missionCategory_in: [MissionCategoryEnum!]\r\n  missionCategory_not_in: [MissionCategoryEnum!]\r\n  missionCategory_empty: Boolean\r\n  missionStatus: MissionStatusEnum\r\n  missionStatus_not: MissionStatusEnum\r\n  missionStatus_in: [MissionStatusEnum!]\r\n  missionStatus_not_in: [MissionStatusEnum!]\r\n  missionStatus_empty: Boolean\r\n  justificationGRC: String\r\n  justificationGRC_not: String\r\n  justificationGRC_in: [String!]\r\n  justificationGRC_not_in: [String!]\r\n  justificationGRC_lt: String\r\n  justificationGRC_lte: String\r\n  justificationGRC_gt: String\r\n  justificationGRC_gte: String\r\n  justificationGRC_contains: String\r\n  justificationGRC_not_contains: String\r\n  justificationGRC_starts_with: String\r\n  justificationGRC_not_starts_with: String\r\n  justificationGRC_ends_with: String\r\n  justificationGRC_not_ends_with: String\r\n  justificationGRC_empty: Boolean\r\n  missionOrigin: MissionOriginEnum\r\n  missionOrigin_not: MissionOriginEnum\r\n  missionOrigin_in: [MissionOriginEnum!]\r\n  missionOrigin_not_in: [MissionOriginEnum!]\r\n  missionOrigin_empty: Boolean\r\n  missionPriority: MissionPriorityEnum\r\n  missionPriority_not: MissionPriorityEnum\r\n  missionPriority_in: [MissionPriorityEnum!]\r\n  missionPriority_not_in: [MissionPriorityEnum!]\r\n  missionPriority_empty: Boolean\r\n  estimatedDurationDays: CustomInt\r\n  estimatedDurationDays_not: CustomInt\r\n  estimatedDurationDays_in: [CustomInt!]\r\n  estimatedDurationDays_not_in: [CustomInt!]\r\n  estimatedDurationDays_lt: CustomInt\r\n  estimatedDurationDays_lte: CustomInt\r\n  estimatedDurationDays_gt: CustomInt\r\n  estimatedDurationDays_gte: CustomInt\r\n  estimatedDurationDays_empty: Boolean\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedNumberOfResources_not: CustomFloat\r\n  estimatedNumberOfResources_in: [CustomFloat!]\r\n  estimatedNumberOfResources_not_in: [CustomFloat!]\r\n  estimatedNumberOfResources_lt: CustomFloat\r\n  estimatedNumberOfResources_lte: CustomFloat\r\n  estimatedNumberOfResources_gt: CustomFloat\r\n  estimatedNumberOfResources_gte: CustomFloat\r\n  estimatedNumberOfResources_empty: Boolean\r\n  estimatedWorkloadHours: CustomFloat\r\n  estimatedWorkloadHours_not: CustomFloat\r\n  estimatedWorkloadHours_in: [CustomFloat!]\r\n  estimatedWorkloadHours_not_in: [CustomFloat!]\r\n  estimatedWorkloadHours_lt: CustomFloat\r\n  estimatedWorkloadHours_lte: CustomFloat\r\n  estimatedWorkloadHours_gt: CustomFloat\r\n  estimatedWorkloadHours_gte: CustomFloat\r\n  estimatedWorkloadHours_empty: Boolean\r\n  effectiveWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours_not: CustomFloat\r\n  effectiveWorkloadHours_in: [CustomFloat!]\r\n  effectiveWorkloadHours_not_in: [CustomFloat!]\r\n  effectiveWorkloadHours_lt: CustomFloat\r\n  effectiveWorkloadHours_lte: CustomFloat\r\n  effectiveWorkloadHours_gt: CustomFloat\r\n  effectiveWorkloadHours_gte: CustomFloat\r\n  effectiveWorkloadHours_empty: Boolean\r\n  numberOfStaffedResources: String\r\n  numberOfStaffedResources_not: String\r\n  numberOfStaffedResources_in: [String!]\r\n  numberOfStaffedResources_not_in: [String!]\r\n  numberOfStaffedResources_lt: String\r\n  numberOfStaffedResources_lte: String\r\n  numberOfStaffedResources_gt: String\r\n  numberOfStaffedResources_gte: String\r\n  numberOfStaffedResources_contains: String\r\n  numberOfStaffedResources_not_contains: String\r\n  numberOfStaffedResources_starts_with: String\r\n  numberOfStaffedResources_not_starts_with: String\r\n  numberOfStaffedResources_ends_with: String\r\n  numberOfStaffedResources_not_ends_with: String\r\n  numberOfStaffedResources_empty: Boolean\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionEvaluation_not: MissionEvaluationEnum\r\n  missionEvaluation_in: [MissionEvaluationEnum!]\r\n  missionEvaluation_not_in: [MissionEvaluationEnum!]\r\n  missionEvaluation_empty: Boolean\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedBeginDate_not: CustomDate\r\n  missionPlannedBeginDate_in: [CustomDate!]\r\n  missionPlannedBeginDate_not_in: [CustomDate!]\r\n  missionPlannedBeginDate_lt: CustomDate\r\n  missionPlannedBeginDate_lte: CustomDate\r\n  missionPlannedBeginDate_gt: CustomDate\r\n  missionPlannedBeginDate_gte: CustomDate\r\n  missionPlannedBeginDate_empty: Boolean\r\n  missionPlannedEndDate: CustomDate\r\n  missionPlannedEndDate_not: CustomDate\r\n  missionPlannedEndDate_in: [CustomDate!]\r\n  missionPlannedEndDate_not_in: [CustomDate!]\r\n  missionPlannedEndDate_lt: CustomDate\r\n  missionPlannedEndDate_lte: CustomDate\r\n  missionPlannedEndDate_gt: CustomDate\r\n  missionPlannedEndDate_gte: CustomDate\r\n  missionPlannedEndDate_empty: Boolean\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveBeginDate_not: CustomDate\r\n  missionEffectiveBeginDate_in: [CustomDate!]\r\n  missionEffectiveBeginDate_not_in: [CustomDate!]\r\n  missionEffectiveBeginDate_lt: CustomDate\r\n  missionEffectiveBeginDate_lte: CustomDate\r\n  missionEffectiveBeginDate_gt: CustomDate\r\n  missionEffectiveBeginDate_gte: CustomDate\r\n  missionEffectiveBeginDate_empty: Boolean\r\n  missionEffectiveEndDate: CustomDate\r\n  missionEffectiveEndDate_not: CustomDate\r\n  missionEffectiveEndDate_in: [CustomDate!]\r\n  missionEffectiveEndDate_not_in: [CustomDate!]\r\n  missionEffectiveEndDate_lt: CustomDate\r\n  missionEffectiveEndDate_lte: CustomDate\r\n  missionEffectiveEndDate_gt: CustomDate\r\n  missionEffectiveEndDate_gte: CustomDate\r\n  missionEffectiveEndDate_empty: Boolean\r\n  keyWeaknesses: String\r\n  keyWeaknesses_not: String\r\n  keyWeaknesses_in: [String!]\r\n  keyWeaknesses_not_in: [String!]\r\n  keyWeaknesses_lt: String\r\n  keyWeaknesses_lte: String\r\n  keyWeaknesses_gt: String\r\n  keyWeaknesses_gte: String\r\n  keyWeaknesses_contains: String\r\n  keyWeaknesses_not_contains: String\r\n  keyWeaknesses_starts_with: String\r\n  keyWeaknesses_not_starts_with: String\r\n  keyWeaknesses_ends_with: String\r\n  keyWeaknesses_not_ends_with: String\r\n  keyWeaknesses_empty: Boolean\r\n  keyStrengths: String\r\n  keyStrengths_not: String\r\n  keyStrengths_in: [String!]\r\n  keyStrengths_not_in: [String!]\r\n  keyStrengths_lt: String\r\n  keyStrengths_lte: String\r\n  keyStrengths_gt: String\r\n  keyStrengths_gte: String\r\n  keyStrengths_contains: String\r\n  keyStrengths_not_contains: String\r\n  keyStrengths_starts_with: String\r\n  keyStrengths_not_starts_with: String\r\n  keyStrengths_ends_with: String\r\n  keyStrengths_not_ends_with: String\r\n  keyStrengths_empty: Boolean\r\n  plannedClosingReview: CustomDate\r\n  plannedClosingReview_not: CustomDate\r\n  plannedClosingReview_in: [CustomDate!]\r\n  plannedClosingReview_not_in: [CustomDate!]\r\n  plannedClosingReview_lt: CustomDate\r\n  plannedClosingReview_lte: CustomDate\r\n  plannedClosingReview_gt: CustomDate\r\n  plannedClosingReview_gte: CustomDate\r\n  plannedClosingReview_empty: Boolean\r\n  effectiveClosingReview: CustomDate\r\n  effectiveClosingReview_not: CustomDate\r\n  effectiveClosingReview_in: [CustomDate!]\r\n  effectiveClosingReview_not_in: [CustomDate!]\r\n  effectiveClosingReview_lt: CustomDate\r\n  effectiveClosingReview_lte: CustomDate\r\n  effectiveClosingReview_gt: CustomDate\r\n  effectiveClosingReview_gte: CustomDate\r\n  effectiveClosingReview_empty: Boolean\r\n  computedHoursManDayRate: CustomInt\r\n  computedHoursManDayRate_not: CustomInt\r\n  computedHoursManDayRate_in: [CustomInt!]\r\n  computedHoursManDayRate_not_in: [CustomInt!]\r\n  computedHoursManDayRate_lt: CustomInt\r\n  computedHoursManDayRate_lte: CustomInt\r\n  computedHoursManDayRate_gt: CustomInt\r\n  computedHoursManDayRate_gte: CustomInt\r\n  computedHoursManDayRate_empty: Boolean\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEffectiveWorkloadMD_not: CustomFloat\r\n  computedEffectiveWorkloadMD_in: [CustomFloat!]\r\n  computedEffectiveWorkloadMD_not_in: [CustomFloat!]\r\n  computedEffectiveWorkloadMD_lt: CustomFloat\r\n  computedEffectiveWorkloadMD_lte: CustomFloat\r\n  computedEffectiveWorkloadMD_gt: CustomFloat\r\n  computedEffectiveWorkloadMD_gte: CustomFloat\r\n  computedEffectiveWorkloadMD_empty: Boolean\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD_not: CustomFloat\r\n  computedEstimatedWorkloadMD_in: [CustomFloat!]\r\n  computedEstimatedWorkloadMD_not_in: [CustomFloat!]\r\n  computedEstimatedWorkloadMD_lt: CustomFloat\r\n  computedEstimatedWorkloadMD_lte: CustomFloat\r\n  computedEstimatedWorkloadMD_gt: CustomFloat\r\n  computedEstimatedWorkloadMD_gte: CustomFloat\r\n  computedEstimatedWorkloadMD_empty: Boolean\r\n  followupAudit: Boolean\r\n  followupAudit_not: Boolean\r\n  followupAudit_empty: Boolean\r\n  offline: OfflineEnum\r\n  offline_not: OfflineEnum\r\n  offline_in: [OfflineEnum!]\r\n  offline_not_in: [OfflineEnum!]\r\n  offline_empty: Boolean\r\n  yearOfTheFollowUpAudit: String\r\n  yearOfTheFollowUpAudit_not: String\r\n  yearOfTheFollowUpAudit_in: [String!]\r\n  yearOfTheFollowUpAudit_not_in: [String!]\r\n  yearOfTheFollowUpAudit_lt: String\r\n  yearOfTheFollowUpAudit_lte: String\r\n  yearOfTheFollowUpAudit_gt: String\r\n  yearOfTheFollowUpAudit_gte: String\r\n  yearOfTheFollowUpAudit_contains: String\r\n  yearOfTheFollowUpAudit_not_contains: String\r\n  yearOfTheFollowUpAudit_starts_with: String\r\n  yearOfTheFollowUpAudit_not_starts_with: String\r\n  yearOfTheFollowUpAudit_ends_with: String\r\n  yearOfTheFollowUpAudit_not_ends_with: String\r\n  yearOfTheFollowUpAudit_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  gRCAudit: String\r\n  gRCAudit_not: String\r\n  gRCAudit_in: [String!]\r\n  gRCAudit_not_in: [String!]\r\n  gRCAudit_lt: String\r\n  gRCAudit_lte: String\r\n  gRCAudit_gt: String\r\n  gRCAudit_gte: String\r\n  gRCAudit_contains: String\r\n  gRCAudit_not_contains: String\r\n  gRCAudit_starts_with: String\r\n  gRCAudit_not_starts_with: String\r\n  gRCAudit_ends_with: String\r\n  gRCAudit_not_ends_with: String\r\n  gRCAudit_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  actionActionPlan_OwnedAction_some: [ActionActionPlanFilter!]\r\n  actionActionPlan_OwnedAction_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  auditActivity_some: [AuditActivityFilter!]\r\n  auditActivity_count: countFilter\r\n  auditTheme_some: [AuditThemeFilter!]\r\n  auditTheme_count: countFilter\r\n  otherParticipantInAudit_PersonSystem_some: [PersonSystemFilter!]\r\n  otherParticipantInAudit_PersonSystem_count: countFilter\r\n  auditee_PersonSystem_some: [PersonSystemFilter!]\r\n  auditee_PersonSystem_count: countFilter\r\n  auditorInAudit_PersonSystem_some: [PersonSystemFilter!]\r\n  auditorInAudit_PersonSystem_count: countFilter\r\n  leadAuditor_PersonSystem_some: [PersonSystemFilter!]\r\n  leadAuditor_PersonSystem_count: countFilter\r\n  mainAuditee_PersonSystem_some: [PersonSystemFilter!]\r\n  mainAuditee_PersonSystem_count: countFilter\r\n  recommendation_FollowUpRecommendation_some: [RecommendationFilter!]\r\n  recommendation_FollowUpRecommendation_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  recommendation_OwnedRecommendation_some: [RecommendationFilter!]\r\n  recommendation_OwnedRecommendation_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n  plan_AuditPlan_some: [PlanFilter!]\r\n  plan_AuditPlan_count: countFilter\r\n  businessProcess_some: [BusinessProcessFilter!]\r\n  businessProcess_count: countFilter\r\n  organizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_count: countFilter\r\n  orgUnit_some: [OrgUnitFilter!]\r\n  orgUnit_count: countFilter\r\n  risk_some: [RiskFilter!]\r\n  risk_count: countFilter\r\n  requirement_some: [RequirementFilter!]\r\n  requirement_count: countFilter\r\n}\r\n\r\nenum Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  name_ASC\r\n  name_DESC\r\n  description_ASC\r\n  description_DESC\r\n  missionCode_ASC\r\n  missionCode_DESC\r\n  includedInTheInitialPlan_ASC\r\n  includedInTheInitialPlan_DESC\r\n  objectiveGRC_ASC\r\n  objectiveGRC_DESC\r\n  missionCategory_ASC\r\n  missionCategory_DESC\r\n  missionStatus_ASC\r\n  missionStatus_DESC\r\n  justificationGRC_ASC\r\n  justificationGRC_DESC\r\n  missionOrigin_ASC\r\n  missionOrigin_DESC\r\n  missionPriority_ASC\r\n  missionPriority_DESC\r\n  estimatedDurationDays_ASC\r\n  estimatedDurationDays_DESC\r\n  estimatedNumberOfResources_ASC\r\n  estimatedNumberOfResources_DESC\r\n  estimatedWorkloadHours_ASC\r\n  estimatedWorkloadHours_DESC\r\n  effectiveWorkloadHours_ASC\r\n  effectiveWorkloadHours_DESC\r\n  numberOfStaffedResources_ASC\r\n  numberOfStaffedResources_DESC\r\n  missionEvaluation_ASC\r\n  missionEvaluation_DESC\r\n  missionPlannedBeginDate_ASC\r\n  missionPlannedBeginDate_DESC\r\n  missionPlannedEndDate_ASC\r\n  missionPlannedEndDate_DESC\r\n  missionEffectiveBeginDate_ASC\r\n  missionEffectiveBeginDate_DESC\r\n  missionEffectiveEndDate_ASC\r\n  missionEffectiveEndDate_DESC\r\n  keyWeaknesses_ASC\r\n  keyWeaknesses_DESC\r\n  keyStrengths_ASC\r\n  keyStrengths_DESC\r\n  plannedClosingReview_ASC\r\n  plannedClosingReview_DESC\r\n  effectiveClosingReview_ASC\r\n  effectiveClosingReview_DESC\r\n  computedHoursManDayRate_ASC\r\n  computedHoursManDayRate_DESC\r\n  computedEffectiveWorkloadMD_ASC\r\n  computedEffectiveWorkloadMD_DESC\r\n  computedEstimatedWorkloadMD_ASC\r\n  computedEstimatedWorkloadMD_DESC\r\n  followupAudit_ASC\r\n  followupAudit_DESC\r\n  offline_ASC\r\n  offline_DESC\r\n  yearOfTheFollowUpAudit_ASC\r\n  yearOfTheFollowUpAudit_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  gRCAudit_ASC\r\n  gRCAudit_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_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  description(language: Languages): String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC(format: StringFormat, language: Languages): String\r\n  missionCategory(format: EnumFormat): MissionCategoryEnum\r\n  missionStatus(format: EnumFormat): MissionStatusEnum\r\n  justificationGRC(format: StringFormat, language: Languages): String\r\n  missionOrigin(format: EnumFormat): MissionOriginEnum\r\n  missionPriority(format: EnumFormat): MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation(format: EnumFormat): MissionEvaluationEnum\r\n  missionPlannedBeginDate(format: String, timeOffset: String): CustomDate\r\n  missionPlannedEndDate(format: String, timeOffset: String): CustomDate\r\n  missionEffectiveBeginDate(format: String, timeOffset: String): CustomDate\r\n  missionEffectiveEndDate(format: String, timeOffset: String): CustomDate\r\n  keyWeaknesses(format: StringFormat, language: Languages): String\r\n  keyStrengths(format: StringFormat, language: Languages): String\r\n  plannedClosingReview(format: String, timeOffset: String): CustomDate\r\n  effectiveClosingReview(format: String, timeOffset: String): CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline(format: EnumFormat): OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  gRCAudit(format: StringFormat): 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  actionActionPlan_OwnedAction(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n  actionActionPlan_OwnedActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\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  auditActivity(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivityAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\r\n  auditTheme(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditTheme]\r\n  auditThemeAggregatedValues(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditThemeAggregatedValues]\r\n  recommendation_FollowUpRecommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendation_FollowUpRecommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  recommendation_OwnedRecommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendation_OwnedRecommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  plan_AuditPlan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  plan_AuditPlanAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n  businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n  organizationalProcess(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcessAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n  orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n  riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n  requirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n  requirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n  otherParticipantInAudit_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [PersonSystemAggregatedValues]\r\n  auditee_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_Auditee]\r\n  auditee_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeOrderBy]): [PersonSystemAggregatedValues]\r\n  auditorInAudit_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [PersonSystemAggregatedValues]\r\n  leadAuditor_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [PersonSystemAggregatedValues]\r\n  mainAuditee_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [PersonSystemAggregatedValues]\r\n  timeSheet(filter: Relationship_TimeSheet_TimeSheet_Imputation_AuditFilter, orderBy: [Relationship_TimeSheet_TimeSheet_Imputation_AuditOrderBy]): [Relationship_TimeSheet_TimeSheet_Imputation_Audit]\r\n  timeSheetAggregatedValues(filter: Relationship_TimeSheet_TimeSheet_Imputation_AuditFilter, orderBy: [Relationship_TimeSheet_TimeSheet_Imputation_AuditOrderBy]): [TimeSheetAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_AuditSkills_AuditFilter, orderBy: [Relationship_Skill_Skill_AuditSkills_AuditOrderBy]): [Relationship_Skill_Skill_AuditSkills_Audit]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_AuditSkills_AuditFilter, orderBy: [Relationship_Skill_Skill_AuditSkills_AuditOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n  and: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n  or: [Relationship_Audit_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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  description_empty: Boolean\r\n  missionCode: String\r\n  missionCode_not: String\r\n  missionCode_in: [String!]\r\n  missionCode_not_in: [String!]\r\n  missionCode_lt: String\r\n  missionCode_lte: String\r\n  missionCode_gt: String\r\n  missionCode_gte: String\r\n  missionCode_contains: String\r\n  missionCode_not_contains: String\r\n  missionCode_starts_with: String\r\n  missionCode_not_starts_with: String\r\n  missionCode_ends_with: String\r\n  missionCode_not_ends_with: String\r\n  missionCode_empty: Boolean\r\n  includedInTheInitialPlan: Boolean\r\n  includedInTheInitialPlan_not: Boolean\r\n  includedInTheInitialPlan_empty: Boolean\r\n  objectiveGRC: String\r\n  objectiveGRC_not: String\r\n  objectiveGRC_in: [String!]\r\n  objectiveGRC_not_in: [String!]\r\n  objectiveGRC_lt: String\r\n  objectiveGRC_lte: String\r\n  objectiveGRC_gt: String\r\n  objectiveGRC_gte: String\r\n  objectiveGRC_contains: String\r\n  objectiveGRC_not_contains: String\r\n  objectiveGRC_starts_with: String\r\n  objectiveGRC_not_starts_with: String\r\n  objectiveGRC_ends_with: String\r\n  objectiveGRC_not_ends_with: String\r\n  objectiveGRC_empty: Boolean\r\n  missionCategory: MissionCategoryEnum\r\n  missionCategory_not: MissionCategoryEnum\r\n  missionCategory_in: [MissionCategoryEnum!]\r\n  missionCategory_not_in: [MissionCategoryEnum!]\r\n  missionCategory_empty: Boolean\r\n  missionStatus: MissionStatusEnum\r\n  missionStatus_not: MissionStatusEnum\r\n  missionStatus_in: [MissionStatusEnum!]\r\n  missionStatus_not_in: [MissionStatusEnum!]\r\n  missionStatus_empty: Boolean\r\n  justificationGRC: String\r\n  justificationGRC_not: String\r\n  justificationGRC_in: [String!]\r\n  justificationGRC_not_in: [String!]\r\n  justificationGRC_lt: String\r\n  justificationGRC_lte: String\r\n  justificationGRC_gt: String\r\n  justificationGRC_gte: String\r\n  justificationGRC_contains: String\r\n  justificationGRC_not_contains: String\r\n  justificationGRC_starts_with: String\r\n  justificationGRC_not_starts_with: String\r\n  justificationGRC_ends_with: String\r\n  justificationGRC_not_ends_with: String\r\n  justificationGRC_empty: Boolean\r\n  missionOrigin: MissionOriginEnum\r\n  missionOrigin_not: MissionOriginEnum\r\n  missionOrigin_in: [MissionOriginEnum!]\r\n  missionOrigin_not_in: [MissionOriginEnum!]\r\n  missionOrigin_empty: Boolean\r\n  missionPriority: MissionPriorityEnum\r\n  missionPriority_not: MissionPriorityEnum\r\n  missionPriority_in: [MissionPriorityEnum!]\r\n  missionPriority_not_in: [MissionPriorityEnum!]\r\n  missionPriority_empty: Boolean\r\n  estimatedDurationDays: CustomInt\r\n  estimatedDurationDays_not: CustomInt\r\n  estimatedDurationDays_in: [CustomInt!]\r\n  estimatedDurationDays_not_in: [CustomInt!]\r\n  estimatedDurationDays_lt: CustomInt\r\n  estimatedDurationDays_lte: CustomInt\r\n  estimatedDurationDays_gt: CustomInt\r\n  estimatedDurationDays_gte: CustomInt\r\n  estimatedDurationDays_empty: Boolean\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedNumberOfResources_not: CustomFloat\r\n  estimatedNumberOfResources_in: [CustomFloat!]\r\n  estimatedNumberOfResources_not_in: [CustomFloat!]\r\n  estimatedNumberOfResources_lt: CustomFloat\r\n  estimatedNumberOfResources_lte: CustomFloat\r\n  estimatedNumberOfResources_gt: CustomFloat\r\n  estimatedNumberOfResources_gte: CustomFloat\r\n  estimatedNumberOfResources_empty: Boolean\r\n  estimatedWorkloadHours: CustomFloat\r\n  estimatedWorkloadHours_not: CustomFloat\r\n  estimatedWorkloadHours_in: [CustomFloat!]\r\n  estimatedWorkloadHours_not_in: [CustomFloat!]\r\n  estimatedWorkloadHours_lt: CustomFloat\r\n  estimatedWorkloadHours_lte: CustomFloat\r\n  estimatedWorkloadHours_gt: CustomFloat\r\n  estimatedWorkloadHours_gte: CustomFloat\r\n  estimatedWorkloadHours_empty: Boolean\r\n  effectiveWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours_not: CustomFloat\r\n  effectiveWorkloadHours_in: [CustomFloat!]\r\n  effectiveWorkloadHours_not_in: [CustomFloat!]\r\n  effectiveWorkloadHours_lt: CustomFloat\r\n  effectiveWorkloadHours_lte: CustomFloat\r\n  effectiveWorkloadHours_gt: CustomFloat\r\n  effectiveWorkloadHours_gte: CustomFloat\r\n  effectiveWorkloadHours_empty: Boolean\r\n  numberOfStaffedResources: String\r\n  numberOfStaffedResources_not: String\r\n  numberOfStaffedResources_in: [String!]\r\n  numberOfStaffedResources_not_in: [String!]\r\n  numberOfStaffedResources_lt: String\r\n  numberOfStaffedResources_lte: String\r\n  numberOfStaffedResources_gt: String\r\n  numberOfStaffedResources_gte: String\r\n  numberOfStaffedResources_contains: String\r\n  numberOfStaffedResources_not_contains: String\r\n  numberOfStaffedResources_starts_with: String\r\n  numberOfStaffedResources_not_starts_with: String\r\n  numberOfStaffedResources_ends_with: String\r\n  numberOfStaffedResources_not_ends_with: String\r\n  numberOfStaffedResources_empty: Boolean\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionEvaluation_not: MissionEvaluationEnum\r\n  missionEvaluation_in: [MissionEvaluationEnum!]\r\n  missionEvaluation_not_in: [MissionEvaluationEnum!]\r\n  missionEvaluation_empty: Boolean\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedBeginDate_not: CustomDate\r\n  missionPlannedBeginDate_in: [CustomDate!]\r\n  missionPlannedBeginDate_not_in: [CustomDate!]\r\n  missionPlannedBeginDate_lt: CustomDate\r\n  missionPlannedBeginDate_lte: CustomDate\r\n  missionPlannedBeginDate_gt: CustomDate\r\n  missionPlannedBeginDate_gte: CustomDate\r\n  missionPlannedBeginDate_empty: Boolean\r\n  missionPlannedEndDate: CustomDate\r\n  missionPlannedEndDate_not: CustomDate\r\n  missionPlannedEndDate_in: [CustomDate!]\r\n  missionPlannedEndDate_not_in: [CustomDate!]\r\n  missionPlannedEndDate_lt: CustomDate\r\n  missionPlannedEndDate_lte: CustomDate\r\n  missionPlannedEndDate_gt: CustomDate\r\n  missionPlannedEndDate_gte: CustomDate\r\n  missionPlannedEndDate_empty: Boolean\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveBeginDate_not: CustomDate\r\n  missionEffectiveBeginDate_in: [CustomDate!]\r\n  missionEffectiveBeginDate_not_in: [CustomDate!]\r\n  missionEffectiveBeginDate_lt: CustomDate\r\n  missionEffectiveBeginDate_lte: CustomDate\r\n  missionEffectiveBeginDate_gt: CustomDate\r\n  missionEffectiveBeginDate_gte: CustomDate\r\n  missionEffectiveBeginDate_empty: Boolean\r\n  missionEffectiveEndDate: CustomDate\r\n  missionEffectiveEndDate_not: CustomDate\r\n  missionEffectiveEndDate_in: [CustomDate!]\r\n  missionEffectiveEndDate_not_in: [CustomDate!]\r\n  missionEffectiveEndDate_lt: CustomDate\r\n  missionEffectiveEndDate_lte: CustomDate\r\n  missionEffectiveEndDate_gt: CustomDate\r\n  missionEffectiveEndDate_gte: CustomDate\r\n  missionEffectiveEndDate_empty: Boolean\r\n  keyWeaknesses: String\r\n  keyWeaknesses_not: String\r\n  keyWeaknesses_in: [String!]\r\n  keyWeaknesses_not_in: [String!]\r\n  keyWeaknesses_lt: String\r\n  keyWeaknesses_lte: String\r\n  keyWeaknesses_gt: String\r\n  keyWeaknesses_gte: String\r\n  keyWeaknesses_contains: String\r\n  keyWeaknesses_not_contains: String\r\n  keyWeaknesses_starts_with: String\r\n  keyWeaknesses_not_starts_with: String\r\n  keyWeaknesses_ends_with: String\r\n  keyWeaknesses_not_ends_with: String\r\n  keyWeaknesses_empty: Boolean\r\n  keyStrengths: String\r\n  keyStrengths_not: String\r\n  keyStrengths_in: [String!]\r\n  keyStrengths_not_in: [String!]\r\n  keyStrengths_lt: String\r\n  keyStrengths_lte: String\r\n  keyStrengths_gt: String\r\n  keyStrengths_gte: String\r\n  keyStrengths_contains: String\r\n  keyStrengths_not_contains: String\r\n  keyStrengths_starts_with: String\r\n  keyStrengths_not_starts_with: String\r\n  keyStrengths_ends_with: String\r\n  keyStrengths_not_ends_with: String\r\n  keyStrengths_empty: Boolean\r\n  plannedClosingReview: CustomDate\r\n  plannedClosingReview_not: CustomDate\r\n  plannedClosingReview_in: [CustomDate!]\r\n  plannedClosingReview_not_in: [CustomDate!]\r\n  plannedClosingReview_lt: CustomDate\r\n  plannedClosingReview_lte: CustomDate\r\n  plannedClosingReview_gt: CustomDate\r\n  plannedClosingReview_gte: CustomDate\r\n  plannedClosingReview_empty: Boolean\r\n  effectiveClosingReview: CustomDate\r\n  effectiveClosingReview_not: CustomDate\r\n  effectiveClosingReview_in: [CustomDate!]\r\n  effectiveClosingReview_not_in: [CustomDate!]\r\n  effectiveClosingReview_lt: CustomDate\r\n  effectiveClosingReview_lte: CustomDate\r\n  effectiveClosingReview_gt: CustomDate\r\n  effectiveClosingReview_gte: CustomDate\r\n  effectiveClosingReview_empty: Boolean\r\n  computedHoursManDayRate: CustomInt\r\n  computedHoursManDayRate_not: CustomInt\r\n  computedHoursManDayRate_in: [CustomInt!]\r\n  computedHoursManDayRate_not_in: [CustomInt!]\r\n  computedHoursManDayRate_lt: CustomInt\r\n  computedHoursManDayRate_lte: CustomInt\r\n  computedHoursManDayRate_gt: CustomInt\r\n  computedHoursManDayRate_gte: CustomInt\r\n  computedHoursManDayRate_empty: Boolean\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEffectiveWorkloadMD_not: CustomFloat\r\n  computedEffectiveWorkloadMD_in: [CustomFloat!]\r\n  computedEffectiveWorkloadMD_not_in: [CustomFloat!]\r\n  computedEffectiveWorkloadMD_lt: CustomFloat\r\n  computedEffectiveWorkloadMD_lte: CustomFloat\r\n  computedEffectiveWorkloadMD_gt: CustomFloat\r\n  computedEffectiveWorkloadMD_gte: CustomFloat\r\n  computedEffectiveWorkloadMD_empty: Boolean\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD_not: CustomFloat\r\n  computedEstimatedWorkloadMD_in: [CustomFloat!]\r\n  computedEstimatedWorkloadMD_not_in: [CustomFloat!]\r\n  computedEstimatedWorkloadMD_lt: CustomFloat\r\n  computedEstimatedWorkloadMD_lte: CustomFloat\r\n  computedEstimatedWorkloadMD_gt: CustomFloat\r\n  computedEstimatedWorkloadMD_gte: CustomFloat\r\n  computedEstimatedWorkloadMD_empty: Boolean\r\n  followupAudit: Boolean\r\n  followupAudit_not: Boolean\r\n  followupAudit_empty: Boolean\r\n  offline: OfflineEnum\r\n  offline_not: OfflineEnum\r\n  offline_in: [OfflineEnum!]\r\n  offline_not_in: [OfflineEnum!]\r\n  offline_empty: Boolean\r\n  yearOfTheFollowUpAudit: String\r\n  yearOfTheFollowUpAudit_not: String\r\n  yearOfTheFollowUpAudit_in: [String!]\r\n  yearOfTheFollowUpAudit_not_in: [String!]\r\n  yearOfTheFollowUpAudit_lt: String\r\n  yearOfTheFollowUpAudit_lte: String\r\n  yearOfTheFollowUpAudit_gt: String\r\n  yearOfTheFollowUpAudit_gte: String\r\n  yearOfTheFollowUpAudit_contains: String\r\n  yearOfTheFollowUpAudit_not_contains: String\r\n  yearOfTheFollowUpAudit_starts_with: String\r\n  yearOfTheFollowUpAudit_not_starts_with: String\r\n  yearOfTheFollowUpAudit_ends_with: String\r\n  yearOfTheFollowUpAudit_not_ends_with: String\r\n  yearOfTheFollowUpAudit_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  gRCAudit: String\r\n  gRCAudit_not: String\r\n  gRCAudit_in: [String!]\r\n  gRCAudit_not_in: [String!]\r\n  gRCAudit_lt: String\r\n  gRCAudit_lte: String\r\n  gRCAudit_gt: String\r\n  gRCAudit_gte: String\r\n  gRCAudit_contains: String\r\n  gRCAudit_not_contains: String\r\n  gRCAudit_starts_with: String\r\n  gRCAudit_not_starts_with: String\r\n  gRCAudit_ends_with: String\r\n  gRCAudit_not_ends_with: String\r\n  gRCAudit_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  actionActionPlan_OwnedAction_some: [ActionActionPlanFilter!]\r\n  actionActionPlan_OwnedAction_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  auditActivity_some: [AuditActivityFilter!]\r\n  auditActivity_count: countFilter\r\n  auditTheme_some: [AuditThemeFilter!]\r\n  auditTheme_count: countFilter\r\n  otherParticipantInAudit_PersonSystem_some: [PersonSystemFilter!]\r\n  otherParticipantInAudit_PersonSystem_count: countFilter\r\n  auditee_PersonSystem_some: [PersonSystemFilter!]\r\n  auditee_PersonSystem_count: countFilter\r\n  auditorInAudit_PersonSystem_some: [PersonSystemFilter!]\r\n  auditorInAudit_PersonSystem_count: countFilter\r\n  leadAuditor_PersonSystem_some: [PersonSystemFilter!]\r\n  leadAuditor_PersonSystem_count: countFilter\r\n  mainAuditee_PersonSystem_some: [PersonSystemFilter!]\r\n  mainAuditee_PersonSystem_count: countFilter\r\n  recommendation_FollowUpRecommendation_some: [RecommendationFilter!]\r\n  recommendation_FollowUpRecommendation_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  recommendation_OwnedRecommendation_some: [RecommendationFilter!]\r\n  recommendation_OwnedRecommendation_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n  plan_AuditPlan_some: [PlanFilter!]\r\n  plan_AuditPlan_count: countFilter\r\n  businessProcess_some: [BusinessProcessFilter!]\r\n  businessProcess_count: countFilter\r\n  organizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_count: countFilter\r\n  orgUnit_some: [OrgUnitFilter!]\r\n  orgUnit_count: countFilter\r\n  risk_some: [RiskFilter!]\r\n  risk_count: countFilter\r\n  requirement_some: [RequirementFilter!]\r\n  requirement_count: countFilter\r\n}\r\n\r\nenum Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  name_ASC\r\n  name_DESC\r\n  description_ASC\r\n  description_DESC\r\n  missionCode_ASC\r\n  missionCode_DESC\r\n  includedInTheInitialPlan_ASC\r\n  includedInTheInitialPlan_DESC\r\n  objectiveGRC_ASC\r\n  objectiveGRC_DESC\r\n  missionCategory_ASC\r\n  missionCategory_DESC\r\n  missionStatus_ASC\r\n  missionStatus_DESC\r\n  justificationGRC_ASC\r\n  justificationGRC_DESC\r\n  missionOrigin_ASC\r\n  missionOrigin_DESC\r\n  missionPriority_ASC\r\n  missionPriority_DESC\r\n  estimatedDurationDays_ASC\r\n  estimatedDurationDays_DESC\r\n  estimatedNumberOfResources_ASC\r\n  estimatedNumberOfResources_DESC\r\n  estimatedWorkloadHours_ASC\r\n  estimatedWorkloadHours_DESC\r\n  effectiveWorkloadHours_ASC\r\n  effectiveWorkloadHours_DESC\r\n  numberOfStaffedResources_ASC\r\n  numberOfStaffedResources_DESC\r\n  missionEvaluation_ASC\r\n  missionEvaluation_DESC\r\n  missionPlannedBeginDate_ASC\r\n  missionPlannedBeginDate_DESC\r\n  missionPlannedEndDate_ASC\r\n  missionPlannedEndDate_DESC\r\n  missionEffectiveBeginDate_ASC\r\n  missionEffectiveBeginDate_DESC\r\n  missionEffectiveEndDate_ASC\r\n  missionEffectiveEndDate_DESC\r\n  keyWeaknesses_ASC\r\n  keyWeaknesses_DESC\r\n  keyStrengths_ASC\r\n  keyStrengths_DESC\r\n  plannedClosingReview_ASC\r\n  plannedClosingReview_DESC\r\n  effectiveClosingReview_ASC\r\n  effectiveClosingReview_DESC\r\n  computedHoursManDayRate_ASC\r\n  computedHoursManDayRate_DESC\r\n  computedEffectiveWorkloadMD_ASC\r\n  computedEffectiveWorkloadMD_DESC\r\n  computedEstimatedWorkloadMD_ASC\r\n  computedEstimatedWorkloadMD_DESC\r\n  followupAudit_ASC\r\n  followupAudit_DESC\r\n  offline_ASC\r\n  offline_DESC\r\n  yearOfTheFollowUpAudit_ASC\r\n  yearOfTheFollowUpAudit_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  gRCAudit_ASC\r\n  gRCAudit_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_Audit_Audit_AuditSkills_Skill implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  description(language: Languages): String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC(format: StringFormat, language: Languages): String\r\n  missionCategory(format: EnumFormat): MissionCategoryEnum\r\n  missionStatus(format: EnumFormat): MissionStatusEnum\r\n  justificationGRC(format: StringFormat, language: Languages): String\r\n  missionOrigin(format: EnumFormat): MissionOriginEnum\r\n  missionPriority(format: EnumFormat): MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation(format: EnumFormat): MissionEvaluationEnum\r\n  missionPlannedBeginDate(format: String, timeOffset: String): CustomDate\r\n  missionPlannedEndDate(format: String, timeOffset: String): CustomDate\r\n  missionEffectiveBeginDate(format: String, timeOffset: String): CustomDate\r\n  missionEffectiveEndDate(format: String, timeOffset: String): CustomDate\r\n  keyWeaknesses(format: StringFormat, language: Languages): String\r\n  keyStrengths(format: StringFormat, language: Languages): String\r\n  plannedClosingReview(format: String, timeOffset: String): CustomDate\r\n  effectiveClosingReview(format: String, timeOffset: String): CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline(format: EnumFormat): OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  gRCAudit(format: StringFormat): 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  actionActionPlan_OwnedAction(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n  actionActionPlan_OwnedActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\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  auditActivity(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivityAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\r\n  auditTheme(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditTheme]\r\n  auditThemeAggregatedValues(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditThemeAggregatedValues]\r\n  recommendation_FollowUpRecommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendation_FollowUpRecommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  recommendation_OwnedRecommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendation_OwnedRecommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  plan_AuditPlan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  plan_AuditPlanAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n  businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n  organizationalProcess(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcessAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n  orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n  riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n  requirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n  requirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n  otherParticipantInAudit_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [PersonSystemAggregatedValues]\r\n  auditee_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_Auditee]\r\n  auditee_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeOrderBy]): [PersonSystemAggregatedValues]\r\n  auditorInAudit_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [PersonSystemAggregatedValues]\r\n  leadAuditor_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [PersonSystemAggregatedValues]\r\n  mainAuditee_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [PersonSystemAggregatedValues]\r\n  timeSheet(filter: Relationship_TimeSheet_TimeSheet_Imputation_AuditFilter, orderBy: [Relationship_TimeSheet_TimeSheet_Imputation_AuditOrderBy]): [Relationship_TimeSheet_TimeSheet_Imputation_Audit]\r\n  timeSheetAggregatedValues(filter: Relationship_TimeSheet_TimeSheet_Imputation_AuditFilter, orderBy: [Relationship_TimeSheet_TimeSheet_Imputation_AuditOrderBy]): [TimeSheetAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_AuditSkills_AuditFilter, orderBy: [Relationship_Skill_Skill_AuditSkills_AuditOrderBy]): [Relationship_Skill_Skill_AuditSkills_Audit]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_AuditSkills_AuditFilter, orderBy: [Relationship_Skill_Skill_AuditSkills_AuditOrderBy]): [SkillAggregatedValues]\r\n  skillLevel: GraphQLObjectInterface\r\n  skillLevelCode: String\r\n}\r\n\r\ninput Relationship_Audit_Audit_AuditSkills_SkillFilter {\r\n  and: [Relationship_Audit_Audit_AuditSkills_SkillFilter!]\r\n  or: [Relationship_Audit_Audit_AuditSkills_SkillFilter!]\r\n  skillLevel: String\r\n  skillLevel_not: String\r\n  skillLevel_in: [String!]\r\n  skillLevel_not_in: [String!]\r\n  skillLevel_empty: Boolean\r\n  skillLevelCode: String\r\n  skillLevelCode_not: String\r\n  skillLevelCode_in: [String!]\r\n  skillLevelCode_not_in: [String!]\r\n  skillLevelCode_lt: String\r\n  skillLevelCode_lte: String\r\n  skillLevelCode_gt: String\r\n  skillLevelCode_gte: String\r\n  skillLevelCode_contains: String\r\n  skillLevelCode_not_contains: String\r\n  skillLevelCode_starts_with: String\r\n  skillLevelCode_not_starts_with: String\r\n  skillLevelCode_ends_with: String\r\n  skillLevelCode_not_ends_with: String\r\n  skillLevelCode_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  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  description_empty: Boolean\r\n  missionCode: String\r\n  missionCode_not: String\r\n  missionCode_in: [String!]\r\n  missionCode_not_in: [String!]\r\n  missionCode_lt: String\r\n  missionCode_lte: String\r\n  missionCode_gt: String\r\n  missionCode_gte: String\r\n  missionCode_contains: String\r\n  missionCode_not_contains: String\r\n  missionCode_starts_with: String\r\n  missionCode_not_starts_with: String\r\n  missionCode_ends_with: String\r\n  missionCode_not_ends_with: String\r\n  missionCode_empty: Boolean\r\n  includedInTheInitialPlan: Boolean\r\n  includedInTheInitialPlan_not: Boolean\r\n  includedInTheInitialPlan_empty: Boolean\r\n  objectiveGRC: String\r\n  objectiveGRC_not: String\r\n  objectiveGRC_in: [String!]\r\n  objectiveGRC_not_in: [String!]\r\n  objectiveGRC_lt: String\r\n  objectiveGRC_lte: String\r\n  objectiveGRC_gt: String\r\n  objectiveGRC_gte: String\r\n  objectiveGRC_contains: String\r\n  objectiveGRC_not_contains: String\r\n  objectiveGRC_starts_with: String\r\n  objectiveGRC_not_starts_with: String\r\n  objectiveGRC_ends_with: String\r\n  objectiveGRC_not_ends_with: String\r\n  objectiveGRC_empty: Boolean\r\n  missionCategory: MissionCategoryEnum\r\n  missionCategory_not: MissionCategoryEnum\r\n  missionCategory_in: [MissionCategoryEnum!]\r\n  missionCategory_not_in: [MissionCategoryEnum!]\r\n  missionCategory_empty: Boolean\r\n  missionStatus: MissionStatusEnum\r\n  missionStatus_not: MissionStatusEnum\r\n  missionStatus_in: [MissionStatusEnum!]\r\n  missionStatus_not_in: [MissionStatusEnum!]\r\n  missionStatus_empty: Boolean\r\n  justificationGRC: String\r\n  justificationGRC_not: String\r\n  justificationGRC_in: [String!]\r\n  justificationGRC_not_in: [String!]\r\n  justificationGRC_lt: String\r\n  justificationGRC_lte: String\r\n  justificationGRC_gt: String\r\n  justificationGRC_gte: String\r\n  justificationGRC_contains: String\r\n  justificationGRC_not_contains: String\r\n  justificationGRC_starts_with: String\r\n  justificationGRC_not_starts_with: String\r\n  justificationGRC_ends_with: String\r\n  justificationGRC_not_ends_with: String\r\n  justificationGRC_empty: Boolean\r\n  missionOrigin: MissionOriginEnum\r\n  missionOrigin_not: MissionOriginEnum\r\n  missionOrigin_in: [MissionOriginEnum!]\r\n  missionOrigin_not_in: [MissionOriginEnum!]\r\n  missionOrigin_empty: Boolean\r\n  missionPriority: MissionPriorityEnum\r\n  missionPriority_not: MissionPriorityEnum\r\n  missionPriority_in: [MissionPriorityEnum!]\r\n  missionPriority_not_in: [MissionPriorityEnum!]\r\n  missionPriority_empty: Boolean\r\n  estimatedDurationDays: CustomInt\r\n  estimatedDurationDays_not: CustomInt\r\n  estimatedDurationDays_in: [CustomInt!]\r\n  estimatedDurationDays_not_in: [CustomInt!]\r\n  estimatedDurationDays_lt: CustomInt\r\n  estimatedDurationDays_lte: CustomInt\r\n  estimatedDurationDays_gt: CustomInt\r\n  estimatedDurationDays_gte: CustomInt\r\n  estimatedDurationDays_empty: Boolean\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedNumberOfResources_not: CustomFloat\r\n  estimatedNumberOfResources_in: [CustomFloat!]\r\n  estimatedNumberOfResources_not_in: [CustomFloat!]\r\n  estimatedNumberOfResources_lt: CustomFloat\r\n  estimatedNumberOfResources_lte: CustomFloat\r\n  estimatedNumberOfResources_gt: CustomFloat\r\n  estimatedNumberOfResources_gte: CustomFloat\r\n  estimatedNumberOfResources_empty: Boolean\r\n  estimatedWorkloadHours: CustomFloat\r\n  estimatedWorkloadHours_not: CustomFloat\r\n  estimatedWorkloadHours_in: [CustomFloat!]\r\n  estimatedWorkloadHours_not_in: [CustomFloat!]\r\n  estimatedWorkloadHours_lt: CustomFloat\r\n  estimatedWorkloadHours_lte: CustomFloat\r\n  estimatedWorkloadHours_gt: CustomFloat\r\n  estimatedWorkloadHours_gte: CustomFloat\r\n  estimatedWorkloadHours_empty: Boolean\r\n  effectiveWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours_not: CustomFloat\r\n  effectiveWorkloadHours_in: [CustomFloat!]\r\n  effectiveWorkloadHours_not_in: [CustomFloat!]\r\n  effectiveWorkloadHours_lt: CustomFloat\r\n  effectiveWorkloadHours_lte: CustomFloat\r\n  effectiveWorkloadHours_gt: CustomFloat\r\n  effectiveWorkloadHours_gte: CustomFloat\r\n  effectiveWorkloadHours_empty: Boolean\r\n  numberOfStaffedResources: String\r\n  numberOfStaffedResources_not: String\r\n  numberOfStaffedResources_in: [String!]\r\n  numberOfStaffedResources_not_in: [String!]\r\n  numberOfStaffedResources_lt: String\r\n  numberOfStaffedResources_lte: String\r\n  numberOfStaffedResources_gt: String\r\n  numberOfStaffedResources_gte: String\r\n  numberOfStaffedResources_contains: String\r\n  numberOfStaffedResources_not_contains: String\r\n  numberOfStaffedResources_starts_with: String\r\n  numberOfStaffedResources_not_starts_with: String\r\n  numberOfStaffedResources_ends_with: String\r\n  numberOfStaffedResources_not_ends_with: String\r\n  numberOfStaffedResources_empty: Boolean\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionEvaluation_not: MissionEvaluationEnum\r\n  missionEvaluation_in: [MissionEvaluationEnum!]\r\n  missionEvaluation_not_in: [MissionEvaluationEnum!]\r\n  missionEvaluation_empty: Boolean\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedBeginDate_not: CustomDate\r\n  missionPlannedBeginDate_in: [CustomDate!]\r\n  missionPlannedBeginDate_not_in: [CustomDate!]\r\n  missionPlannedBeginDate_lt: CustomDate\r\n  missionPlannedBeginDate_lte: CustomDate\r\n  missionPlannedBeginDate_gt: CustomDate\r\n  missionPlannedBeginDate_gte: CustomDate\r\n  missionPlannedBeginDate_empty: Boolean\r\n  missionPlannedEndDate: CustomDate\r\n  missionPlannedEndDate_not: CustomDate\r\n  missionPlannedEndDate_in: [CustomDate!]\r\n  missionPlannedEndDate_not_in: [CustomDate!]\r\n  missionPlannedEndDate_lt: CustomDate\r\n  missionPlannedEndDate_lte: CustomDate\r\n  missionPlannedEndDate_gt: CustomDate\r\n  missionPlannedEndDate_gte: CustomDate\r\n  missionPlannedEndDate_empty: Boolean\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveBeginDate_not: CustomDate\r\n  missionEffectiveBeginDate_in: [CustomDate!]\r\n  missionEffectiveBeginDate_not_in: [CustomDate!]\r\n  missionEffectiveBeginDate_lt: CustomDate\r\n  missionEffectiveBeginDate_lte: CustomDate\r\n  missionEffectiveBeginDate_gt: CustomDate\r\n  missionEffectiveBeginDate_gte: CustomDate\r\n  missionEffectiveBeginDate_empty: Boolean\r\n  missionEffectiveEndDate: CustomDate\r\n  missionEffectiveEndDate_not: CustomDate\r\n  missionEffectiveEndDate_in: [CustomDate!]\r\n  missionEffectiveEndDate_not_in: [CustomDate!]\r\n  missionEffectiveEndDate_lt: CustomDate\r\n  missionEffectiveEndDate_lte: CustomDate\r\n  missionEffectiveEndDate_gt: CustomDate\r\n  missionEffectiveEndDate_gte: CustomDate\r\n  missionEffectiveEndDate_empty: Boolean\r\n  keyWeaknesses: String\r\n  keyWeaknesses_not: String\r\n  keyWeaknesses_in: [String!]\r\n  keyWeaknesses_not_in: [String!]\r\n  keyWeaknesses_lt: String\r\n  keyWeaknesses_lte: String\r\n  keyWeaknesses_gt: String\r\n  keyWeaknesses_gte: String\r\n  keyWeaknesses_contains: String\r\n  keyWeaknesses_not_contains: String\r\n  keyWeaknesses_starts_with: String\r\n  keyWeaknesses_not_starts_with: String\r\n  keyWeaknesses_ends_with: String\r\n  keyWeaknesses_not_ends_with: String\r\n  keyWeaknesses_empty: Boolean\r\n  keyStrengths: String\r\n  keyStrengths_not: String\r\n  keyStrengths_in: [String!]\r\n  keyStrengths_not_in: [String!]\r\n  keyStrengths_lt: String\r\n  keyStrengths_lte: String\r\n  keyStrengths_gt: String\r\n  keyStrengths_gte: String\r\n  keyStrengths_contains: String\r\n  keyStrengths_not_contains: String\r\n  keyStrengths_starts_with: String\r\n  keyStrengths_not_starts_with: String\r\n  keyStrengths_ends_with: String\r\n  keyStrengths_not_ends_with: String\r\n  keyStrengths_empty: Boolean\r\n  plannedClosingReview: CustomDate\r\n  plannedClosingReview_not: CustomDate\r\n  plannedClosingReview_in: [CustomDate!]\r\n  plannedClosingReview_not_in: [CustomDate!]\r\n  plannedClosingReview_lt: CustomDate\r\n  plannedClosingReview_lte: CustomDate\r\n  plannedClosingReview_gt: CustomDate\r\n  plannedClosingReview_gte: CustomDate\r\n  plannedClosingReview_empty: Boolean\r\n  effectiveClosingReview: CustomDate\r\n  effectiveClosingReview_not: CustomDate\r\n  effectiveClosingReview_in: [CustomDate!]\r\n  effectiveClosingReview_not_in: [CustomDate!]\r\n  effectiveClosingReview_lt: CustomDate\r\n  effectiveClosingReview_lte: CustomDate\r\n  effectiveClosingReview_gt: CustomDate\r\n  effectiveClosingReview_gte: CustomDate\r\n  effectiveClosingReview_empty: Boolean\r\n  computedHoursManDayRate: CustomInt\r\n  computedHoursManDayRate_not: CustomInt\r\n  computedHoursManDayRate_in: [CustomInt!]\r\n  computedHoursManDayRate_not_in: [CustomInt!]\r\n  computedHoursManDayRate_lt: CustomInt\r\n  computedHoursManDayRate_lte: CustomInt\r\n  computedHoursManDayRate_gt: CustomInt\r\n  computedHoursManDayRate_gte: CustomInt\r\n  computedHoursManDayRate_empty: Boolean\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEffectiveWorkloadMD_not: CustomFloat\r\n  computedEffectiveWorkloadMD_in: [CustomFloat!]\r\n  computedEffectiveWorkloadMD_not_in: [CustomFloat!]\r\n  computedEffectiveWorkloadMD_lt: CustomFloat\r\n  computedEffectiveWorkloadMD_lte: CustomFloat\r\n  computedEffectiveWorkloadMD_gt: CustomFloat\r\n  computedEffectiveWorkloadMD_gte: CustomFloat\r\n  computedEffectiveWorkloadMD_empty: Boolean\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD_not: CustomFloat\r\n  computedEstimatedWorkloadMD_in: [CustomFloat!]\r\n  computedEstimatedWorkloadMD_not_in: [CustomFloat!]\r\n  computedEstimatedWorkloadMD_lt: CustomFloat\r\n  computedEstimatedWorkloadMD_lte: CustomFloat\r\n  computedEstimatedWorkloadMD_gt: CustomFloat\r\n  computedEstimatedWorkloadMD_gte: CustomFloat\r\n  computedEstimatedWorkloadMD_empty: Boolean\r\n  followupAudit: Boolean\r\n  followupAudit_not: Boolean\r\n  followupAudit_empty: Boolean\r\n  offline: OfflineEnum\r\n  offline_not: OfflineEnum\r\n  offline_in: [OfflineEnum!]\r\n  offline_not_in: [OfflineEnum!]\r\n  offline_empty: Boolean\r\n  yearOfTheFollowUpAudit: String\r\n  yearOfTheFollowUpAudit_not: String\r\n  yearOfTheFollowUpAudit_in: [String!]\r\n  yearOfTheFollowUpAudit_not_in: [String!]\r\n  yearOfTheFollowUpAudit_lt: String\r\n  yearOfTheFollowUpAudit_lte: String\r\n  yearOfTheFollowUpAudit_gt: String\r\n  yearOfTheFollowUpAudit_gte: String\r\n  yearOfTheFollowUpAudit_contains: String\r\n  yearOfTheFollowUpAudit_not_contains: String\r\n  yearOfTheFollowUpAudit_starts_with: String\r\n  yearOfTheFollowUpAudit_not_starts_with: String\r\n  yearOfTheFollowUpAudit_ends_with: String\r\n  yearOfTheFollowUpAudit_not_ends_with: String\r\n  yearOfTheFollowUpAudit_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  gRCAudit: String\r\n  gRCAudit_not: String\r\n  gRCAudit_in: [String!]\r\n  gRCAudit_not_in: [String!]\r\n  gRCAudit_lt: String\r\n  gRCAudit_lte: String\r\n  gRCAudit_gt: String\r\n  gRCAudit_gte: String\r\n  gRCAudit_contains: String\r\n  gRCAudit_not_contains: String\r\n  gRCAudit_starts_with: String\r\n  gRCAudit_not_starts_with: String\r\n  gRCAudit_ends_with: String\r\n  gRCAudit_not_ends_with: String\r\n  gRCAudit_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  actionActionPlan_OwnedAction_some: [ActionActionPlanFilter!]\r\n  actionActionPlan_OwnedAction_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  auditActivity_some: [AuditActivityFilter!]\r\n  auditActivity_count: countFilter\r\n  auditTheme_some: [AuditThemeFilter!]\r\n  auditTheme_count: countFilter\r\n  otherParticipantInAudit_PersonSystem_some: [PersonSystemFilter!]\r\n  otherParticipantInAudit_PersonSystem_count: countFilter\r\n  auditee_PersonSystem_some: [PersonSystemFilter!]\r\n  auditee_PersonSystem_count: countFilter\r\n  auditorInAudit_PersonSystem_some: [PersonSystemFilter!]\r\n  auditorInAudit_PersonSystem_count: countFilter\r\n  leadAuditor_PersonSystem_some: [PersonSystemFilter!]\r\n  leadAuditor_PersonSystem_count: countFilter\r\n  mainAuditee_PersonSystem_some: [PersonSystemFilter!]\r\n  mainAuditee_PersonSystem_count: countFilter\r\n  recommendation_FollowUpRecommendation_some: [RecommendationFilter!]\r\n  recommendation_FollowUpRecommendation_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  recommendation_OwnedRecommendation_some: [RecommendationFilter!]\r\n  recommendation_OwnedRecommendation_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n  plan_AuditPlan_some: [PlanFilter!]\r\n  plan_AuditPlan_count: countFilter\r\n  businessProcess_some: [BusinessProcessFilter!]\r\n  businessProcess_count: countFilter\r\n  organizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_count: countFilter\r\n  orgUnit_some: [OrgUnitFilter!]\r\n  orgUnit_count: countFilter\r\n  risk_some: [RiskFilter!]\r\n  risk_count: countFilter\r\n  requirement_some: [RequirementFilter!]\r\n  requirement_count: countFilter\r\n}\r\n\r\nenum Relationship_Audit_Audit_AuditSkills_SkillOrderBy {\r\n  skillLevel_ASC\r\n  skillLevel_DESC\r\n  skillLevelCode_ASC\r\n  skillLevelCode_DESC\r\n  name_ASC\r\n  name_DESC\r\n  description_ASC\r\n  description_DESC\r\n  missionCode_ASC\r\n  missionCode_DESC\r\n  includedInTheInitialPlan_ASC\r\n  includedInTheInitialPlan_DESC\r\n  objectiveGRC_ASC\r\n  objectiveGRC_DESC\r\n  missionCategory_ASC\r\n  missionCategory_DESC\r\n  missionStatus_ASC\r\n  missionStatus_DESC\r\n  justificationGRC_ASC\r\n  justificationGRC_DESC\r\n  missionOrigin_ASC\r\n  missionOrigin_DESC\r\n  missionPriority_ASC\r\n  missionPriority_DESC\r\n  estimatedDurationDays_ASC\r\n  estimatedDurationDays_DESC\r\n  estimatedNumberOfResources_ASC\r\n  estimatedNumberOfResources_DESC\r\n  estimatedWorkloadHours_ASC\r\n  estimatedWorkloadHours_DESC\r\n  effectiveWorkloadHours_ASC\r\n  effectiveWorkloadHours_DESC\r\n  numberOfStaffedResources_ASC\r\n  numberOfStaffedResources_DESC\r\n  missionEvaluation_ASC\r\n  missionEvaluation_DESC\r\n  missionPlannedBeginDate_ASC\r\n  missionPlannedBeginDate_DESC\r\n  missionPlannedEndDate_ASC\r\n  missionPlannedEndDate_DESC\r\n  missionEffectiveBeginDate_ASC\r\n  missionEffectiveBeginDate_DESC\r\n  missionEffectiveEndDate_ASC\r\n  missionEffectiveEndDate_DESC\r\n  keyWeaknesses_ASC\r\n  keyWeaknesses_DESC\r\n  keyStrengths_ASC\r\n  keyStrengths_DESC\r\n  plannedClosingReview_ASC\r\n  plannedClosingReview_DESC\r\n  effectiveClosingReview_ASC\r\n  effectiveClosingReview_DESC\r\n  computedHoursManDayRate_ASC\r\n  computedHoursManDayRate_DESC\r\n  computedEffectiveWorkloadMD_ASC\r\n  computedEffectiveWorkloadMD_DESC\r\n  computedEstimatedWorkloadMD_ASC\r\n  computedEstimatedWorkloadMD_DESC\r\n  followupAudit_ASC\r\n  followupAudit_DESC\r\n  offline_ASC\r\n  offline_DESC\r\n  yearOfTheFollowUpAudit_ASC\r\n  yearOfTheFollowUpAudit_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  gRCAudit_ASC\r\n  gRCAudit_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_Audit_WorkPeriod_Imputation_TimeSheet implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  description(language: Languages): String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC(format: StringFormat, language: Languages): String\r\n  missionCategory(format: EnumFormat): MissionCategoryEnum\r\n  missionStatus(format: EnumFormat): MissionStatusEnum\r\n  justificationGRC(format: StringFormat, language: Languages): String\r\n  missionOrigin(format: EnumFormat): MissionOriginEnum\r\n  missionPriority(format: EnumFormat): MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation(format: EnumFormat): MissionEvaluationEnum\r\n  missionPlannedBeginDate(format: String, timeOffset: String): CustomDate\r\n  missionPlannedEndDate(format: String, timeOffset: String): CustomDate\r\n  missionEffectiveBeginDate(format: String, timeOffset: String): CustomDate\r\n  missionEffectiveEndDate(format: String, timeOffset: String): CustomDate\r\n  keyWeaknesses(format: StringFormat, language: Languages): String\r\n  keyStrengths(format: StringFormat, language: Languages): String\r\n  plannedClosingReview(format: String, timeOffset: String): CustomDate\r\n  effectiveClosingReview(format: String, timeOffset: String): CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline(format: EnumFormat): OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  gRCAudit(format: StringFormat): 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  actionActionPlan_OwnedAction(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n  actionActionPlan_OwnedActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\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  auditActivity(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivityAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\r\n  auditTheme(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditTheme]\r\n  auditThemeAggregatedValues(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditThemeAggregatedValues]\r\n  recommendation_FollowUpRecommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendation_FollowUpRecommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  recommendation_OwnedRecommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendation_OwnedRecommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  plan_AuditPlan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  plan_AuditPlanAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n  businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n  organizationalProcess(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcessAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n  orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n  riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n  requirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n  requirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n  otherParticipantInAudit_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [PersonSystemAggregatedValues]\r\n  auditee_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_Auditee]\r\n  auditee_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeOrderBy]): [PersonSystemAggregatedValues]\r\n  auditorInAudit_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [PersonSystemAggregatedValues]\r\n  leadAuditor_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [PersonSystemAggregatedValues]\r\n  mainAuditee_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [PersonSystemAggregatedValues]\r\n  timeSheet(filter: Relationship_TimeSheet_TimeSheet_Imputation_AuditFilter, orderBy: [Relationship_TimeSheet_TimeSheet_Imputation_AuditOrderBy]): [Relationship_TimeSheet_TimeSheet_Imputation_Audit]\r\n  timeSheetAggregatedValues(filter: Relationship_TimeSheet_TimeSheet_Imputation_AuditFilter, orderBy: [Relationship_TimeSheet_TimeSheet_Imputation_AuditOrderBy]): [TimeSheetAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_AuditSkills_AuditFilter, orderBy: [Relationship_Skill_Skill_AuditSkills_AuditOrderBy]): [Relationship_Skill_Skill_AuditSkills_Audit]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_AuditSkills_AuditFilter, orderBy: [Relationship_Skill_Skill_AuditSkills_AuditOrderBy]): [SkillAggregatedValues]\r\n  totalWeekHours: CustomInt\r\n  mondayHours: CustomInt\r\n  tuesdayHours: CustomInt\r\n  wednesdayHours: CustomInt\r\n  thursdayHours: CustomInt\r\n  fridayHours: CustomInt\r\n  saturdayHours: CustomInt\r\n  sundayHours: CustomInt\r\n  budgetedHours: CustomInt\r\n  actualHours: CustomInt\r\n  remainingHours: CustomInt\r\n}\r\n\r\ninput Relationship_Audit_WorkPeriod_Imputation_TimeSheetFilter {\r\n  and: [Relationship_Audit_WorkPeriod_Imputation_TimeSheetFilter!]\r\n  or: [Relationship_Audit_WorkPeriod_Imputation_TimeSheetFilter!]\r\n  totalWeekHours: CustomInt\r\n  totalWeekHours_not: CustomInt\r\n  totalWeekHours_in: [CustomInt!]\r\n  totalWeekHours_not_in: [CustomInt!]\r\n  totalWeekHours_lt: CustomInt\r\n  totalWeekHours_lte: CustomInt\r\n  totalWeekHours_gt: CustomInt\r\n  totalWeekHours_gte: CustomInt\r\n  totalWeekHours_empty: Boolean\r\n  mondayHours: CustomInt\r\n  mondayHours_not: CustomInt\r\n  mondayHours_in: [CustomInt!]\r\n  mondayHours_not_in: [CustomInt!]\r\n  mondayHours_lt: CustomInt\r\n  mondayHours_lte: CustomInt\r\n  mondayHours_gt: CustomInt\r\n  mondayHours_gte: CustomInt\r\n  mondayHours_empty: Boolean\r\n  tuesdayHours: CustomInt\r\n  tuesdayHours_not: CustomInt\r\n  tuesdayHours_in: [CustomInt!]\r\n  tuesdayHours_not_in: [CustomInt!]\r\n  tuesdayHours_lt: CustomInt\r\n  tuesdayHours_lte: CustomInt\r\n  tuesdayHours_gt: CustomInt\r\n  tuesdayHours_gte: CustomInt\r\n  tuesdayHours_empty: Boolean\r\n  wednesdayHours: CustomInt\r\n  wednesdayHours_not: CustomInt\r\n  wednesdayHours_in: [CustomInt!]\r\n  wednesdayHours_not_in: [CustomInt!]\r\n  wednesdayHours_lt: CustomInt\r\n  wednesdayHours_lte: CustomInt\r\n  wednesdayHours_gt: CustomInt\r\n  wednesdayHours_gte: CustomInt\r\n  wednesdayHours_empty: Boolean\r\n  thursdayHours: CustomInt\r\n  thursdayHours_not: CustomInt\r\n  thursdayHours_in: [CustomInt!]\r\n  thursdayHours_not_in: [CustomInt!]\r\n  thursdayHours_lt: CustomInt\r\n  thursdayHours_lte: CustomInt\r\n  thursdayHours_gt: CustomInt\r\n  thursdayHours_gte: CustomInt\r\n  thursdayHours_empty: Boolean\r\n  fridayHours: CustomInt\r\n  fridayHours_not: CustomInt\r\n  fridayHours_in: [CustomInt!]\r\n  fridayHours_not_in: [CustomInt!]\r\n  fridayHours_lt: CustomInt\r\n  fridayHours_lte: CustomInt\r\n  fridayHours_gt: CustomInt\r\n  fridayHours_gte: CustomInt\r\n  fridayHours_empty: Boolean\r\n  saturdayHours: CustomInt\r\n  saturdayHours_not: CustomInt\r\n  saturdayHours_in: [CustomInt!]\r\n  saturdayHours_not_in: [CustomInt!]\r\n  saturdayHours_lt: CustomInt\r\n  saturdayHours_lte: CustomInt\r\n  saturdayHours_gt: CustomInt\r\n  saturdayHours_gte: CustomInt\r\n  saturdayHours_empty: Boolean\r\n  sundayHours: CustomInt\r\n  sundayHours_not: CustomInt\r\n  sundayHours_in: [CustomInt!]\r\n  sundayHours_not_in: [CustomInt!]\r\n  sundayHours_lt: CustomInt\r\n  sundayHours_lte: CustomInt\r\n  sundayHours_gt: CustomInt\r\n  sundayHours_gte: CustomInt\r\n  sundayHours_empty: Boolean\r\n  budgetedHours: CustomInt\r\n  budgetedHours_not: CustomInt\r\n  budgetedHours_in: [CustomInt!]\r\n  budgetedHours_not_in: [CustomInt!]\r\n  budgetedHours_lt: CustomInt\r\n  budgetedHours_lte: CustomInt\r\n  budgetedHours_gt: CustomInt\r\n  budgetedHours_gte: CustomInt\r\n  budgetedHours_empty: Boolean\r\n  actualHours: CustomInt\r\n  actualHours_not: CustomInt\r\n  actualHours_in: [CustomInt!]\r\n  actualHours_not_in: [CustomInt!]\r\n  actualHours_lt: CustomInt\r\n  actualHours_lte: CustomInt\r\n  actualHours_gt: CustomInt\r\n  actualHours_gte: CustomInt\r\n  actualHours_empty: Boolean\r\n  remainingHours: CustomInt\r\n  remainingHours_not: CustomInt\r\n  remainingHours_in: [CustomInt!]\r\n  remainingHours_not_in: [CustomInt!]\r\n  remainingHours_lt: CustomInt\r\n  remainingHours_lte: CustomInt\r\n  remainingHours_gt: CustomInt\r\n  remainingHours_gte: CustomInt\r\n  remainingHours_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  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  description_empty: Boolean\r\n  missionCode: String\r\n  missionCode_not: String\r\n  missionCode_in: [String!]\r\n  missionCode_not_in: [String!]\r\n  missionCode_lt: String\r\n  missionCode_lte: String\r\n  missionCode_gt: String\r\n  missionCode_gte: String\r\n  missionCode_contains: String\r\n  missionCode_not_contains: String\r\n  missionCode_starts_with: String\r\n  missionCode_not_starts_with: String\r\n  missionCode_ends_with: String\r\n  missionCode_not_ends_with: String\r\n  missionCode_empty: Boolean\r\n  includedInTheInitialPlan: Boolean\r\n  includedInTheInitialPlan_not: Boolean\r\n  includedInTheInitialPlan_empty: Boolean\r\n  objectiveGRC: String\r\n  objectiveGRC_not: String\r\n  objectiveGRC_in: [String!]\r\n  objectiveGRC_not_in: [String!]\r\n  objectiveGRC_lt: String\r\n  objectiveGRC_lte: String\r\n  objectiveGRC_gt: String\r\n  objectiveGRC_gte: String\r\n  objectiveGRC_contains: String\r\n  objectiveGRC_not_contains: String\r\n  objectiveGRC_starts_with: String\r\n  objectiveGRC_not_starts_with: String\r\n  objectiveGRC_ends_with: String\r\n  objectiveGRC_not_ends_with: String\r\n  objectiveGRC_empty: Boolean\r\n  missionCategory: MissionCategoryEnum\r\n  missionCategory_not: MissionCategoryEnum\r\n  missionCategory_in: [MissionCategoryEnum!]\r\n  missionCategory_not_in: [MissionCategoryEnum!]\r\n  missionCategory_empty: Boolean\r\n  missionStatus: MissionStatusEnum\r\n  missionStatus_not: MissionStatusEnum\r\n  missionStatus_in: [MissionStatusEnum!]\r\n  missionStatus_not_in: [MissionStatusEnum!]\r\n  missionStatus_empty: Boolean\r\n  justificationGRC: String\r\n  justificationGRC_not: String\r\n  justificationGRC_in: [String!]\r\n  justificationGRC_not_in: [String!]\r\n  justificationGRC_lt: String\r\n  justificationGRC_lte: String\r\n  justificationGRC_gt: String\r\n  justificationGRC_gte: String\r\n  justificationGRC_contains: String\r\n  justificationGRC_not_contains: String\r\n  justificationGRC_starts_with: String\r\n  justificationGRC_not_starts_with: String\r\n  justificationGRC_ends_with: String\r\n  justificationGRC_not_ends_with: String\r\n  justificationGRC_empty: Boolean\r\n  missionOrigin: MissionOriginEnum\r\n  missionOrigin_not: MissionOriginEnum\r\n  missionOrigin_in: [MissionOriginEnum!]\r\n  missionOrigin_not_in: [MissionOriginEnum!]\r\n  missionOrigin_empty: Boolean\r\n  missionPriority: MissionPriorityEnum\r\n  missionPriority_not: MissionPriorityEnum\r\n  missionPriority_in: [MissionPriorityEnum!]\r\n  missionPriority_not_in: [MissionPriorityEnum!]\r\n  missionPriority_empty: Boolean\r\n  estimatedDurationDays: CustomInt\r\n  estimatedDurationDays_not: CustomInt\r\n  estimatedDurationDays_in: [CustomInt!]\r\n  estimatedDurationDays_not_in: [CustomInt!]\r\n  estimatedDurationDays_lt: CustomInt\r\n  estimatedDurationDays_lte: CustomInt\r\n  estimatedDurationDays_gt: CustomInt\r\n  estimatedDurationDays_gte: CustomInt\r\n  estimatedDurationDays_empty: Boolean\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedNumberOfResources_not: CustomFloat\r\n  estimatedNumberOfResources_in: [CustomFloat!]\r\n  estimatedNumberOfResources_not_in: [CustomFloat!]\r\n  estimatedNumberOfResources_lt: CustomFloat\r\n  estimatedNumberOfResources_lte: CustomFloat\r\n  estimatedNumberOfResources_gt: CustomFloat\r\n  estimatedNumberOfResources_gte: CustomFloat\r\n  estimatedNumberOfResources_empty: Boolean\r\n  estimatedWorkloadHours: CustomFloat\r\n  estimatedWorkloadHours_not: CustomFloat\r\n  estimatedWorkloadHours_in: [CustomFloat!]\r\n  estimatedWorkloadHours_not_in: [CustomFloat!]\r\n  estimatedWorkloadHours_lt: CustomFloat\r\n  estimatedWorkloadHours_lte: CustomFloat\r\n  estimatedWorkloadHours_gt: CustomFloat\r\n  estimatedWorkloadHours_gte: CustomFloat\r\n  estimatedWorkloadHours_empty: Boolean\r\n  effectiveWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours_not: CustomFloat\r\n  effectiveWorkloadHours_in: [CustomFloat!]\r\n  effectiveWorkloadHours_not_in: [CustomFloat!]\r\n  effectiveWorkloadHours_lt: CustomFloat\r\n  effectiveWorkloadHours_lte: CustomFloat\r\n  effectiveWorkloadHours_gt: CustomFloat\r\n  effectiveWorkloadHours_gte: CustomFloat\r\n  effectiveWorkloadHours_empty: Boolean\r\n  numberOfStaffedResources: String\r\n  numberOfStaffedResources_not: String\r\n  numberOfStaffedResources_in: [String!]\r\n  numberOfStaffedResources_not_in: [String!]\r\n  numberOfStaffedResources_lt: String\r\n  numberOfStaffedResources_lte: String\r\n  numberOfStaffedResources_gt: String\r\n  numberOfStaffedResources_gte: String\r\n  numberOfStaffedResources_contains: String\r\n  numberOfStaffedResources_not_contains: String\r\n  numberOfStaffedResources_starts_with: String\r\n  numberOfStaffedResources_not_starts_with: String\r\n  numberOfStaffedResources_ends_with: String\r\n  numberOfStaffedResources_not_ends_with: String\r\n  numberOfStaffedResources_empty: Boolean\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionEvaluation_not: MissionEvaluationEnum\r\n  missionEvaluation_in: [MissionEvaluationEnum!]\r\n  missionEvaluation_not_in: [MissionEvaluationEnum!]\r\n  missionEvaluation_empty: Boolean\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedBeginDate_not: CustomDate\r\n  missionPlannedBeginDate_in: [CustomDate!]\r\n  missionPlannedBeginDate_not_in: [CustomDate!]\r\n  missionPlannedBeginDate_lt: CustomDate\r\n  missionPlannedBeginDate_lte: CustomDate\r\n  missionPlannedBeginDate_gt: CustomDate\r\n  missionPlannedBeginDate_gte: CustomDate\r\n  missionPlannedBeginDate_empty: Boolean\r\n  missionPlannedEndDate: CustomDate\r\n  missionPlannedEndDate_not: CustomDate\r\n  missionPlannedEndDate_in: [CustomDate!]\r\n  missionPlannedEndDate_not_in: [CustomDate!]\r\n  missionPlannedEndDate_lt: CustomDate\r\n  missionPlannedEndDate_lte: CustomDate\r\n  missionPlannedEndDate_gt: CustomDate\r\n  missionPlannedEndDate_gte: CustomDate\r\n  missionPlannedEndDate_empty: Boolean\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveBeginDate_not: CustomDate\r\n  missionEffectiveBeginDate_in: [CustomDate!]\r\n  missionEffectiveBeginDate_not_in: [CustomDate!]\r\n  missionEffectiveBeginDate_lt: CustomDate\r\n  missionEffectiveBeginDate_lte: CustomDate\r\n  missionEffectiveBeginDate_gt: CustomDate\r\n  missionEffectiveBeginDate_gte: CustomDate\r\n  missionEffectiveBeginDate_empty: Boolean\r\n  missionEffectiveEndDate: CustomDate\r\n  missionEffectiveEndDate_not: CustomDate\r\n  missionEffectiveEndDate_in: [CustomDate!]\r\n  missionEffectiveEndDate_not_in: [CustomDate!]\r\n  missionEffectiveEndDate_lt: CustomDate\r\n  missionEffectiveEndDate_lte: CustomDate\r\n  missionEffectiveEndDate_gt: CustomDate\r\n  missionEffectiveEndDate_gte: CustomDate\r\n  missionEffectiveEndDate_empty: Boolean\r\n  keyWeaknesses: String\r\n  keyWeaknesses_not: String\r\n  keyWeaknesses_in: [String!]\r\n  keyWeaknesses_not_in: [String!]\r\n  keyWeaknesses_lt: String\r\n  keyWeaknesses_lte: String\r\n  keyWeaknesses_gt: String\r\n  keyWeaknesses_gte: String\r\n  keyWeaknesses_contains: String\r\n  keyWeaknesses_not_contains: String\r\n  keyWeaknesses_starts_with: String\r\n  keyWeaknesses_not_starts_with: String\r\n  keyWeaknesses_ends_with: String\r\n  keyWeaknesses_not_ends_with: String\r\n  keyWeaknesses_empty: Boolean\r\n  keyStrengths: String\r\n  keyStrengths_not: String\r\n  keyStrengths_in: [String!]\r\n  keyStrengths_not_in: [String!]\r\n  keyStrengths_lt: String\r\n  keyStrengths_lte: String\r\n  keyStrengths_gt: String\r\n  keyStrengths_gte: String\r\n  keyStrengths_contains: String\r\n  keyStrengths_not_contains: String\r\n  keyStrengths_starts_with: String\r\n  keyStrengths_not_starts_with: String\r\n  keyStrengths_ends_with: String\r\n  keyStrengths_not_ends_with: String\r\n  keyStrengths_empty: Boolean\r\n  plannedClosingReview: CustomDate\r\n  plannedClosingReview_not: CustomDate\r\n  plannedClosingReview_in: [CustomDate!]\r\n  plannedClosingReview_not_in: [CustomDate!]\r\n  plannedClosingReview_lt: CustomDate\r\n  plannedClosingReview_lte: CustomDate\r\n  plannedClosingReview_gt: CustomDate\r\n  plannedClosingReview_gte: CustomDate\r\n  plannedClosingReview_empty: Boolean\r\n  effectiveClosingReview: CustomDate\r\n  effectiveClosingReview_not: CustomDate\r\n  effectiveClosingReview_in: [CustomDate!]\r\n  effectiveClosingReview_not_in: [CustomDate!]\r\n  effectiveClosingReview_lt: CustomDate\r\n  effectiveClosingReview_lte: CustomDate\r\n  effectiveClosingReview_gt: CustomDate\r\n  effectiveClosingReview_gte: CustomDate\r\n  effectiveClosingReview_empty: Boolean\r\n  computedHoursManDayRate: CustomInt\r\n  computedHoursManDayRate_not: CustomInt\r\n  computedHoursManDayRate_in: [CustomInt!]\r\n  computedHoursManDayRate_not_in: [CustomInt!]\r\n  computedHoursManDayRate_lt: CustomInt\r\n  computedHoursManDayRate_lte: CustomInt\r\n  computedHoursManDayRate_gt: CustomInt\r\n  computedHoursManDayRate_gte: CustomInt\r\n  computedHoursManDayRate_empty: Boolean\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEffectiveWorkloadMD_not: CustomFloat\r\n  computedEffectiveWorkloadMD_in: [CustomFloat!]\r\n  computedEffectiveWorkloadMD_not_in: [CustomFloat!]\r\n  computedEffectiveWorkloadMD_lt: CustomFloat\r\n  computedEffectiveWorkloadMD_lte: CustomFloat\r\n  computedEffectiveWorkloadMD_gt: CustomFloat\r\n  computedEffectiveWorkloadMD_gte: CustomFloat\r\n  computedEffectiveWorkloadMD_empty: Boolean\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD_not: CustomFloat\r\n  computedEstimatedWorkloadMD_in: [CustomFloat!]\r\n  computedEstimatedWorkloadMD_not_in: [CustomFloat!]\r\n  computedEstimatedWorkloadMD_lt: CustomFloat\r\n  computedEstimatedWorkloadMD_lte: CustomFloat\r\n  computedEstimatedWorkloadMD_gt: CustomFloat\r\n  computedEstimatedWorkloadMD_gte: CustomFloat\r\n  computedEstimatedWorkloadMD_empty: Boolean\r\n  followupAudit: Boolean\r\n  followupAudit_not: Boolean\r\n  followupAudit_empty: Boolean\r\n  offline: OfflineEnum\r\n  offline_not: OfflineEnum\r\n  offline_in: [OfflineEnum!]\r\n  offline_not_in: [OfflineEnum!]\r\n  offline_empty: Boolean\r\n  yearOfTheFollowUpAudit: String\r\n  yearOfTheFollowUpAudit_not: String\r\n  yearOfTheFollowUpAudit_in: [String!]\r\n  yearOfTheFollowUpAudit_not_in: [String!]\r\n  yearOfTheFollowUpAudit_lt: String\r\n  yearOfTheFollowUpAudit_lte: String\r\n  yearOfTheFollowUpAudit_gt: String\r\n  yearOfTheFollowUpAudit_gte: String\r\n  yearOfTheFollowUpAudit_contains: String\r\n  yearOfTheFollowUpAudit_not_contains: String\r\n  yearOfTheFollowUpAudit_starts_with: String\r\n  yearOfTheFollowUpAudit_not_starts_with: String\r\n  yearOfTheFollowUpAudit_ends_with: String\r\n  yearOfTheFollowUpAudit_not_ends_with: String\r\n  yearOfTheFollowUpAudit_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  gRCAudit: String\r\n  gRCAudit_not: String\r\n  gRCAudit_in: [String!]\r\n  gRCAudit_not_in: [String!]\r\n  gRCAudit_lt: String\r\n  gRCAudit_lte: String\r\n  gRCAudit_gt: String\r\n  gRCAudit_gte: String\r\n  gRCAudit_contains: String\r\n  gRCAudit_not_contains: String\r\n  gRCAudit_starts_with: String\r\n  gRCAudit_not_starts_with: String\r\n  gRCAudit_ends_with: String\r\n  gRCAudit_not_ends_with: String\r\n  gRCAudit_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  actionActionPlan_OwnedAction_some: [ActionActionPlanFilter!]\r\n  actionActionPlan_OwnedAction_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  auditActivity_some: [AuditActivityFilter!]\r\n  auditActivity_count: countFilter\r\n  auditTheme_some: [AuditThemeFilter!]\r\n  auditTheme_count: countFilter\r\n  otherParticipantInAudit_PersonSystem_some: [PersonSystemFilter!]\r\n  otherParticipantInAudit_PersonSystem_count: countFilter\r\n  auditee_PersonSystem_some: [PersonSystemFilter!]\r\n  auditee_PersonSystem_count: countFilter\r\n  auditorInAudit_PersonSystem_some: [PersonSystemFilter!]\r\n  auditorInAudit_PersonSystem_count: countFilter\r\n  leadAuditor_PersonSystem_some: [PersonSystemFilter!]\r\n  leadAuditor_PersonSystem_count: countFilter\r\n  mainAuditee_PersonSystem_some: [PersonSystemFilter!]\r\n  mainAuditee_PersonSystem_count: countFilter\r\n  recommendation_FollowUpRecommendation_some: [RecommendationFilter!]\r\n  recommendation_FollowUpRecommendation_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  recommendation_OwnedRecommendation_some: [RecommendationFilter!]\r\n  recommendation_OwnedRecommendation_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n  plan_AuditPlan_some: [PlanFilter!]\r\n  plan_AuditPlan_count: countFilter\r\n  businessProcess_some: [BusinessProcessFilter!]\r\n  businessProcess_count: countFilter\r\n  organizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_count: countFilter\r\n  orgUnit_some: [OrgUnitFilter!]\r\n  orgUnit_count: countFilter\r\n  risk_some: [RiskFilter!]\r\n  risk_count: countFilter\r\n  requirement_some: [RequirementFilter!]\r\n  requirement_count: countFilter\r\n}\r\n\r\nenum Relationship_Audit_WorkPeriod_Imputation_TimeSheetOrderBy {\r\n  totalWeekHours_ASC\r\n  totalWeekHours_DESC\r\n  mondayHours_ASC\r\n  mondayHours_DESC\r\n  tuesdayHours_ASC\r\n  tuesdayHours_DESC\r\n  wednesdayHours_ASC\r\n  wednesdayHours_DESC\r\n  thursdayHours_ASC\r\n  thursdayHours_DESC\r\n  fridayHours_ASC\r\n  fridayHours_DESC\r\n  saturdayHours_ASC\r\n  saturdayHours_DESC\r\n  sundayHours_ASC\r\n  sundayHours_DESC\r\n  budgetedHours_ASC\r\n  budgetedHours_DESC\r\n  actualHours_ASC\r\n  actualHours_DESC\r\n  remainingHours_ASC\r\n  remainingHours_DESC\r\n  name_ASC\r\n  name_DESC\r\n  description_ASC\r\n  description_DESC\r\n  missionCode_ASC\r\n  missionCode_DESC\r\n  includedInTheInitialPlan_ASC\r\n  includedInTheInitialPlan_DESC\r\n  objectiveGRC_ASC\r\n  objectiveGRC_DESC\r\n  missionCategory_ASC\r\n  missionCategory_DESC\r\n  missionStatus_ASC\r\n  missionStatus_DESC\r\n  justificationGRC_ASC\r\n  justificationGRC_DESC\r\n  missionOrigin_ASC\r\n  missionOrigin_DESC\r\n  missionPriority_ASC\r\n  missionPriority_DESC\r\n  estimatedDurationDays_ASC\r\n  estimatedDurationDays_DESC\r\n  estimatedNumberOfResources_ASC\r\n  estimatedNumberOfResources_DESC\r\n  estimatedWorkloadHours_ASC\r\n  estimatedWorkloadHours_DESC\r\n  effectiveWorkloadHours_ASC\r\n  effectiveWorkloadHours_DESC\r\n  numberOfStaffedResources_ASC\r\n  numberOfStaffedResources_DESC\r\n  missionEvaluation_ASC\r\n  missionEvaluation_DESC\r\n  missionPlannedBeginDate_ASC\r\n  missionPlannedBeginDate_DESC\r\n  missionPlannedEndDate_ASC\r\n  missionPlannedEndDate_DESC\r\n  missionEffectiveBeginDate_ASC\r\n  missionEffectiveBeginDate_DESC\r\n  missionEffectiveEndDate_ASC\r\n  missionEffectiveEndDate_DESC\r\n  keyWeaknesses_ASC\r\n  keyWeaknesses_DESC\r\n  keyStrengths_ASC\r\n  keyStrengths_DESC\r\n  plannedClosingReview_ASC\r\n  plannedClosingReview_DESC\r\n  effectiveClosingReview_ASC\r\n  effectiveClosingReview_DESC\r\n  computedHoursManDayRate_ASC\r\n  computedHoursManDayRate_DESC\r\n  computedEffectiveWorkloadMD_ASC\r\n  computedEffectiveWorkloadMD_DESC\r\n  computedEstimatedWorkloadMD_ASC\r\n  computedEstimatedWorkloadMD_DESC\r\n  followupAudit_ASC\r\n  followupAudit_DESC\r\n  offline_ASC\r\n  offline_DESC\r\n  yearOfTheFollowUpAudit_ASC\r\n  yearOfTheFollowUpAudit_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  gRCAudit_ASC\r\n  gRCAudit_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_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesigner implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  beginLifeDate(format: String, timeOffset: String): CustomDate\r\n  endLifeDate(format: String, timeOffset: String): CustomDate\r\n  outputLogic(format: EnumFormat): OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction(format: EnumFormat): TransactionEnum\r\n  loop(format: EnumFormat): LoopEnum\r\n  adHoc(format: EnumFormat): AdHocEnum\r\n  multiple(format: EnumFormat): MultipleEnum\r\n  compensation(format: EnumFormat): CompensationEnum\r\n  loopCondition: String\r\n  assessmentFreshness: CustomFloat\r\n  lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n  businessProcessStatus(format: EnumFormat): BusinessProcessStatusEnum\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  inputLogic(format: EnumFormat): InputLogicEnum\r\n  executionBA(format: EnumFormat): ExecutionBAEnum\r\n  designBA(format: EnumFormat): DesignBAEnum\r\n  knowledgeBA(format: EnumFormat): KnowledgeBAEnum\r\n  iTSupportBA(format: EnumFormat): ITSupportBAEnum\r\n  performanceBA(format: EnumFormat): PerformanceBAEnum\r\n  efficiencyBA(format: EnumFormat): EfficiencyBAEnum\r\n  businessValueBA(format: EnumFormat): BusinessValueBAEnum\r\n  riskBA(format: EnumFormat): RiskBAEnum\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  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  questionGroup(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroup]\r\n  questionGroupAggregatedValues(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroupAggregatedValues]\r\n  auditActivity_Activity(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivity_ActivityAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\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  auditTheme(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditTheme]\r\n  auditThemeAggregatedValues(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditThemeAggregatedValues]\r\n  recommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  plan_AuditPlan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  plan_AuditPlanAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  audit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  auditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  businessProcessDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n  businessProcessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter {\r\n  and: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter!]\r\n  or: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  outputLogic: OutputLogicEnum\r\n  outputLogic_not: OutputLogicEnum\r\n  outputLogic_in: [OutputLogicEnum!]\r\n  outputLogic_not_in: [OutputLogicEnum!]\r\n  outputLogic_empty: Boolean\r\n  triggeredByEvent: Boolean\r\n  triggeredByEvent_not: Boolean\r\n  triggeredByEvent_empty: Boolean\r\n  businessProcessType: String\r\n  businessProcessType_not: String\r\n  businessProcessType_in: [String!]\r\n  businessProcessType_not_in: [String!]\r\n  businessProcessType_lt: String\r\n  businessProcessType_lte: String\r\n  businessProcessType_gt: String\r\n  businessProcessType_gte: String\r\n  businessProcessType_contains: String\r\n  businessProcessType_not_contains: String\r\n  businessProcessType_starts_with: String\r\n  businessProcessType_not_starts_with: String\r\n  businessProcessType_ends_with: String\r\n  businessProcessType_not_ends_with: String\r\n  businessProcessType_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  transaction: TransactionEnum\r\n  transaction_not: TransactionEnum\r\n  transaction_in: [TransactionEnum!]\r\n  transaction_not_in: [TransactionEnum!]\r\n  transaction_empty: Boolean\r\n  loop: LoopEnum\r\n  loop_not: LoopEnum\r\n  loop_in: [LoopEnum!]\r\n  loop_not_in: [LoopEnum!]\r\n  loop_empty: Boolean\r\n  adHoc: AdHocEnum\r\n  adHoc_not: AdHocEnum\r\n  adHoc_in: [AdHocEnum!]\r\n  adHoc_not_in: [AdHocEnum!]\r\n  adHoc_empty: Boolean\r\n  multiple: MultipleEnum\r\n  multiple_not: MultipleEnum\r\n  multiple_in: [MultipleEnum!]\r\n  multiple_not_in: [MultipleEnum!]\r\n  multiple_empty: Boolean\r\n  compensation: CompensationEnum\r\n  compensation_not: CompensationEnum\r\n  compensation_in: [CompensationEnum!]\r\n  compensation_not_in: [CompensationEnum!]\r\n  compensation_empty: Boolean\r\n  loopCondition: String\r\n  loopCondition_not: String\r\n  loopCondition_in: [String!]\r\n  loopCondition_not_in: [String!]\r\n  loopCondition_lt: String\r\n  loopCondition_lte: String\r\n  loopCondition_gt: String\r\n  loopCondition_gte: String\r\n  loopCondition_contains: String\r\n  loopCondition_not_contains: String\r\n  loopCondition_starts_with: String\r\n  loopCondition_not_starts_with: String\r\n  loopCondition_ends_with: String\r\n  loopCondition_not_ends_with: String\r\n  loopCondition_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  businessProcessStatus: BusinessProcessStatusEnum\r\n  businessProcessStatus_not: BusinessProcessStatusEnum\r\n  businessProcessStatus_in: [BusinessProcessStatusEnum!]\r\n  businessProcessStatus_not_in: [BusinessProcessStatusEnum!]\r\n  businessProcessStatus_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  inputLogic: InputLogicEnum\r\n  inputLogic_not: InputLogicEnum\r\n  inputLogic_in: [InputLogicEnum!]\r\n  inputLogic_not_in: [InputLogicEnum!]\r\n  inputLogic_empty: Boolean\r\n  executionBA: ExecutionBAEnum\r\n  executionBA_not: ExecutionBAEnum\r\n  executionBA_in: [ExecutionBAEnum!]\r\n  executionBA_not_in: [ExecutionBAEnum!]\r\n  executionBA_empty: Boolean\r\n  designBA: DesignBAEnum\r\n  designBA_not: DesignBAEnum\r\n  designBA_in: [DesignBAEnum!]\r\n  designBA_not_in: [DesignBAEnum!]\r\n  designBA_empty: Boolean\r\n  knowledgeBA: KnowledgeBAEnum\r\n  knowledgeBA_not: KnowledgeBAEnum\r\n  knowledgeBA_in: [KnowledgeBAEnum!]\r\n  knowledgeBA_not_in: [KnowledgeBAEnum!]\r\n  knowledgeBA_empty: Boolean\r\n  iTSupportBA: ITSupportBAEnum\r\n  iTSupportBA_not: ITSupportBAEnum\r\n  iTSupportBA_in: [ITSupportBAEnum!]\r\n  iTSupportBA_not_in: [ITSupportBAEnum!]\r\n  iTSupportBA_empty: Boolean\r\n  performanceBA: PerformanceBAEnum\r\n  performanceBA_not: PerformanceBAEnum\r\n  performanceBA_in: [PerformanceBAEnum!]\r\n  performanceBA_not_in: [PerformanceBAEnum!]\r\n  performanceBA_empty: Boolean\r\n  efficiencyBA: EfficiencyBAEnum\r\n  efficiencyBA_not: EfficiencyBAEnum\r\n  efficiencyBA_in: [EfficiencyBAEnum!]\r\n  efficiencyBA_not_in: [EfficiencyBAEnum!]\r\n  efficiencyBA_empty: Boolean\r\n  businessValueBA: BusinessValueBAEnum\r\n  businessValueBA_not: BusinessValueBAEnum\r\n  businessValueBA_in: [BusinessValueBAEnum!]\r\n  businessValueBA_not_in: [BusinessValueBAEnum!]\r\n  businessValueBA_empty: Boolean\r\n  riskBA: RiskBAEnum\r\n  riskBA_not: RiskBAEnum\r\n  riskBA_in: [RiskBAEnum!]\r\n  riskBA_not_in: [RiskBAEnum!]\r\n  riskBA_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  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  businessProcessDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n  businessProcessDesigner_PersonSystem_count: countFilter\r\n  businessProcessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  businessProcessOwner_PersonSystem_count: countFilter\r\n  questionGroup_some: [QuestionGroupFilter!]\r\n  questionGroup_count: countFilter\r\n  auditActivity_Activity_some: [AuditActivityFilter!]\r\n  auditActivity_Activity_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  auditTheme_some: [AuditThemeFilter!]\r\n  auditTheme_count: countFilter\r\n  recommendation_some: [RecommendationFilter!]\r\n  recommendation_count: countFilter\r\n  plan_AuditPlan_some: [PlanFilter!]\r\n  plan_AuditPlan_count: countFilter\r\n  audit_some: [AuditFilter!]\r\n  audit_count: countFilter\r\n}\r\n\r\nenum Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  name_ASC\r\n  name_DESC\r\n  beginLifeDate_ASC\r\n  beginLifeDate_DESC\r\n  endLifeDate_ASC\r\n  endLifeDate_DESC\r\n  outputLogic_ASC\r\n  outputLogic_DESC\r\n  triggeredByEvent_ASC\r\n  triggeredByEvent_DESC\r\n  businessProcessType_ASC\r\n  businessProcessType_DESC\r\n  businessProcessCode_ASC\r\n  businessProcessCode_DESC\r\n  transaction_ASC\r\n  transaction_DESC\r\n  loop_ASC\r\n  loop_DESC\r\n  adHoc_ASC\r\n  adHoc_DESC\r\n  multiple_ASC\r\n  multiple_DESC\r\n  compensation_ASC\r\n  compensation_DESC\r\n  loopCondition_ASC\r\n  loopCondition_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  businessProcessStatus_ASC\r\n  businessProcessStatus_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  inputLogic_ASC\r\n  inputLogic_DESC\r\n  executionBA_ASC\r\n  executionBA_DESC\r\n  designBA_ASC\r\n  designBA_DESC\r\n  knowledgeBA_ASC\r\n  knowledgeBA_DESC\r\n  iTSupportBA_ASC\r\n  iTSupportBA_DESC\r\n  performanceBA_ASC\r\n  performanceBA_DESC\r\n  efficiencyBA_ASC\r\n  efficiencyBA_DESC\r\n  businessValueBA_ASC\r\n  businessValueBA_DESC\r\n  riskBA_ASC\r\n  riskBA_DESC\r\n  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_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwner implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  beginLifeDate(format: String, timeOffset: String): CustomDate\r\n  endLifeDate(format: String, timeOffset: String): CustomDate\r\n  outputLogic(format: EnumFormat): OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction(format: EnumFormat): TransactionEnum\r\n  loop(format: EnumFormat): LoopEnum\r\n  adHoc(format: EnumFormat): AdHocEnum\r\n  multiple(format: EnumFormat): MultipleEnum\r\n  compensation(format: EnumFormat): CompensationEnum\r\n  loopCondition: String\r\n  assessmentFreshness: CustomFloat\r\n  lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n  businessProcessStatus(format: EnumFormat): BusinessProcessStatusEnum\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  inputLogic(format: EnumFormat): InputLogicEnum\r\n  executionBA(format: EnumFormat): ExecutionBAEnum\r\n  designBA(format: EnumFormat): DesignBAEnum\r\n  knowledgeBA(format: EnumFormat): KnowledgeBAEnum\r\n  iTSupportBA(format: EnumFormat): ITSupportBAEnum\r\n  performanceBA(format: EnumFormat): PerformanceBAEnum\r\n  efficiencyBA(format: EnumFormat): EfficiencyBAEnum\r\n  businessValueBA(format: EnumFormat): BusinessValueBAEnum\r\n  riskBA(format: EnumFormat): RiskBAEnum\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  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  questionGroup(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroup]\r\n  questionGroupAggregatedValues(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroupAggregatedValues]\r\n  auditActivity_Activity(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivity_ActivityAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\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  auditTheme(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditTheme]\r\n  auditThemeAggregatedValues(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditThemeAggregatedValues]\r\n  recommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  plan_AuditPlan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  plan_AuditPlanAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  audit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  auditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  businessProcessDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n  businessProcessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter {\r\n  and: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter!]\r\n  or: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  outputLogic: OutputLogicEnum\r\n  outputLogic_not: OutputLogicEnum\r\n  outputLogic_in: [OutputLogicEnum!]\r\n  outputLogic_not_in: [OutputLogicEnum!]\r\n  outputLogic_empty: Boolean\r\n  triggeredByEvent: Boolean\r\n  triggeredByEvent_not: Boolean\r\n  triggeredByEvent_empty: Boolean\r\n  businessProcessType: String\r\n  businessProcessType_not: String\r\n  businessProcessType_in: [String!]\r\n  businessProcessType_not_in: [String!]\r\n  businessProcessType_lt: String\r\n  businessProcessType_lte: String\r\n  businessProcessType_gt: String\r\n  businessProcessType_gte: String\r\n  businessProcessType_contains: String\r\n  businessProcessType_not_contains: String\r\n  businessProcessType_starts_with: String\r\n  businessProcessType_not_starts_with: String\r\n  businessProcessType_ends_with: String\r\n  businessProcessType_not_ends_with: String\r\n  businessProcessType_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  transaction: TransactionEnum\r\n  transaction_not: TransactionEnum\r\n  transaction_in: [TransactionEnum!]\r\n  transaction_not_in: [TransactionEnum!]\r\n  transaction_empty: Boolean\r\n  loop: LoopEnum\r\n  loop_not: LoopEnum\r\n  loop_in: [LoopEnum!]\r\n  loop_not_in: [LoopEnum!]\r\n  loop_empty: Boolean\r\n  adHoc: AdHocEnum\r\n  adHoc_not: AdHocEnum\r\n  adHoc_in: [AdHocEnum!]\r\n  adHoc_not_in: [AdHocEnum!]\r\n  adHoc_empty: Boolean\r\n  multiple: MultipleEnum\r\n  multiple_not: MultipleEnum\r\n  multiple_in: [MultipleEnum!]\r\n  multiple_not_in: [MultipleEnum!]\r\n  multiple_empty: Boolean\r\n  compensation: CompensationEnum\r\n  compensation_not: CompensationEnum\r\n  compensation_in: [CompensationEnum!]\r\n  compensation_not_in: [CompensationEnum!]\r\n  compensation_empty: Boolean\r\n  loopCondition: String\r\n  loopCondition_not: String\r\n  loopCondition_in: [String!]\r\n  loopCondition_not_in: [String!]\r\n  loopCondition_lt: String\r\n  loopCondition_lte: String\r\n  loopCondition_gt: String\r\n  loopCondition_gte: String\r\n  loopCondition_contains: String\r\n  loopCondition_not_contains: String\r\n  loopCondition_starts_with: String\r\n  loopCondition_not_starts_with: String\r\n  loopCondition_ends_with: String\r\n  loopCondition_not_ends_with: String\r\n  loopCondition_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  businessProcessStatus: BusinessProcessStatusEnum\r\n  businessProcessStatus_not: BusinessProcessStatusEnum\r\n  businessProcessStatus_in: [BusinessProcessStatusEnum!]\r\n  businessProcessStatus_not_in: [BusinessProcessStatusEnum!]\r\n  businessProcessStatus_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  inputLogic: InputLogicEnum\r\n  inputLogic_not: InputLogicEnum\r\n  inputLogic_in: [InputLogicEnum!]\r\n  inputLogic_not_in: [InputLogicEnum!]\r\n  inputLogic_empty: Boolean\r\n  executionBA: ExecutionBAEnum\r\n  executionBA_not: ExecutionBAEnum\r\n  executionBA_in: [ExecutionBAEnum!]\r\n  executionBA_not_in: [ExecutionBAEnum!]\r\n  executionBA_empty: Boolean\r\n  designBA: DesignBAEnum\r\n  designBA_not: DesignBAEnum\r\n  designBA_in: [DesignBAEnum!]\r\n  designBA_not_in: [DesignBAEnum!]\r\n  designBA_empty: Boolean\r\n  knowledgeBA: KnowledgeBAEnum\r\n  knowledgeBA_not: KnowledgeBAEnum\r\n  knowledgeBA_in: [KnowledgeBAEnum!]\r\n  knowledgeBA_not_in: [KnowledgeBAEnum!]\r\n  knowledgeBA_empty: Boolean\r\n  iTSupportBA: ITSupportBAEnum\r\n  iTSupportBA_not: ITSupportBAEnum\r\n  iTSupportBA_in: [ITSupportBAEnum!]\r\n  iTSupportBA_not_in: [ITSupportBAEnum!]\r\n  iTSupportBA_empty: Boolean\r\n  performanceBA: PerformanceBAEnum\r\n  performanceBA_not: PerformanceBAEnum\r\n  performanceBA_in: [PerformanceBAEnum!]\r\n  performanceBA_not_in: [PerformanceBAEnum!]\r\n  performanceBA_empty: Boolean\r\n  efficiencyBA: EfficiencyBAEnum\r\n  efficiencyBA_not: EfficiencyBAEnum\r\n  efficiencyBA_in: [EfficiencyBAEnum!]\r\n  efficiencyBA_not_in: [EfficiencyBAEnum!]\r\n  efficiencyBA_empty: Boolean\r\n  businessValueBA: BusinessValueBAEnum\r\n  businessValueBA_not: BusinessValueBAEnum\r\n  businessValueBA_in: [BusinessValueBAEnum!]\r\n  businessValueBA_not_in: [BusinessValueBAEnum!]\r\n  businessValueBA_empty: Boolean\r\n  riskBA: RiskBAEnum\r\n  riskBA_not: RiskBAEnum\r\n  riskBA_in: [RiskBAEnum!]\r\n  riskBA_not_in: [RiskBAEnum!]\r\n  riskBA_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  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  businessProcessDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n  businessProcessDesigner_PersonSystem_count: countFilter\r\n  businessProcessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  businessProcessOwner_PersonSystem_count: countFilter\r\n  questionGroup_some: [QuestionGroupFilter!]\r\n  questionGroup_count: countFilter\r\n  auditActivity_Activity_some: [AuditActivityFilter!]\r\n  auditActivity_Activity_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  auditTheme_some: [AuditThemeFilter!]\r\n  auditTheme_count: countFilter\r\n  recommendation_some: [RecommendationFilter!]\r\n  recommendation_count: countFilter\r\n  plan_AuditPlan_some: [PlanFilter!]\r\n  plan_AuditPlan_count: countFilter\r\n  audit_some: [AuditFilter!]\r\n  audit_count: countFilter\r\n}\r\n\r\nenum Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  name_ASC\r\n  name_DESC\r\n  beginLifeDate_ASC\r\n  beginLifeDate_DESC\r\n  endLifeDate_ASC\r\n  endLifeDate_DESC\r\n  outputLogic_ASC\r\n  outputLogic_DESC\r\n  triggeredByEvent_ASC\r\n  triggeredByEvent_DESC\r\n  businessProcessType_ASC\r\n  businessProcessType_DESC\r\n  businessProcessCode_ASC\r\n  businessProcessCode_DESC\r\n  transaction_ASC\r\n  transaction_DESC\r\n  loop_ASC\r\n  loop_DESC\r\n  adHoc_ASC\r\n  adHoc_DESC\r\n  multiple_ASC\r\n  multiple_DESC\r\n  compensation_ASC\r\n  compensation_DESC\r\n  loopCondition_ASC\r\n  loopCondition_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  businessProcessStatus_ASC\r\n  businessProcessStatus_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  inputLogic_ASC\r\n  inputLogic_DESC\r\n  executionBA_ASC\r\n  executionBA_DESC\r\n  designBA_ASC\r\n  designBA_DESC\r\n  knowledgeBA_ASC\r\n  knowledgeBA_DESC\r\n  iTSupportBA_ASC\r\n  iTSupportBA_DESC\r\n  performanceBA_ASC\r\n  performanceBA_DESC\r\n  efficiencyBA_ASC\r\n  efficiencyBA_DESC\r\n  businessValueBA_ASC\r\n  businessValueBA_DESC\r\n  riskBA_ASC\r\n  riskBA_DESC\r\n  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  beginLifeDate(format: String, timeOffset: String): CustomDate\r\n  endLifeDate(format: String, timeOffset: String): CustomDate\r\n  outputLogic(format: EnumFormat): OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction(format: EnumFormat): TransactionEnum\r\n  loop(format: EnumFormat): LoopEnum\r\n  adHoc(format: EnumFormat): AdHocEnum\r\n  multiple(format: EnumFormat): MultipleEnum\r\n  compensation(format: EnumFormat): CompensationEnum\r\n  loopCondition: String\r\n  assessmentFreshness: CustomFloat\r\n  lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n  businessProcessStatus(format: EnumFormat): BusinessProcessStatusEnum\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  inputLogic(format: EnumFormat): InputLogicEnum\r\n  executionBA(format: EnumFormat): ExecutionBAEnum\r\n  designBA(format: EnumFormat): DesignBAEnum\r\n  knowledgeBA(format: EnumFormat): KnowledgeBAEnum\r\n  iTSupportBA(format: EnumFormat): ITSupportBAEnum\r\n  performanceBA(format: EnumFormat): PerformanceBAEnum\r\n  efficiencyBA(format: EnumFormat): EfficiencyBAEnum\r\n  businessValueBA(format: EnumFormat): BusinessValueBAEnum\r\n  riskBA(format: EnumFormat): RiskBAEnum\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  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  questionGroup(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroup]\r\n  questionGroupAggregatedValues(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroupAggregatedValues]\r\n  auditActivity_Activity(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivity_ActivityAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\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  auditTheme(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditTheme]\r\n  auditThemeAggregatedValues(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditThemeAggregatedValues]\r\n  recommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  plan_AuditPlan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  plan_AuditPlanAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  audit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  auditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  businessProcessDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n  businessProcessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  outputLogic: OutputLogicEnum\r\n  outputLogic_not: OutputLogicEnum\r\n  outputLogic_in: [OutputLogicEnum!]\r\n  outputLogic_not_in: [OutputLogicEnum!]\r\n  outputLogic_empty: Boolean\r\n  triggeredByEvent: Boolean\r\n  triggeredByEvent_not: Boolean\r\n  triggeredByEvent_empty: Boolean\r\n  businessProcessType: String\r\n  businessProcessType_not: String\r\n  businessProcessType_in: [String!]\r\n  businessProcessType_not_in: [String!]\r\n  businessProcessType_lt: String\r\n  businessProcessType_lte: String\r\n  businessProcessType_gt: String\r\n  businessProcessType_gte: String\r\n  businessProcessType_contains: String\r\n  businessProcessType_not_contains: String\r\n  businessProcessType_starts_with: String\r\n  businessProcessType_not_starts_with: String\r\n  businessProcessType_ends_with: String\r\n  businessProcessType_not_ends_with: String\r\n  businessProcessType_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  transaction: TransactionEnum\r\n  transaction_not: TransactionEnum\r\n  transaction_in: [TransactionEnum!]\r\n  transaction_not_in: [TransactionEnum!]\r\n  transaction_empty: Boolean\r\n  loop: LoopEnum\r\n  loop_not: LoopEnum\r\n  loop_in: [LoopEnum!]\r\n  loop_not_in: [LoopEnum!]\r\n  loop_empty: Boolean\r\n  adHoc: AdHocEnum\r\n  adHoc_not: AdHocEnum\r\n  adHoc_in: [AdHocEnum!]\r\n  adHoc_not_in: [AdHocEnum!]\r\n  adHoc_empty: Boolean\r\n  multiple: MultipleEnum\r\n  multiple_not: MultipleEnum\r\n  multiple_in: [MultipleEnum!]\r\n  multiple_not_in: [MultipleEnum!]\r\n  multiple_empty: Boolean\r\n  compensation: CompensationEnum\r\n  compensation_not: CompensationEnum\r\n  compensation_in: [CompensationEnum!]\r\n  compensation_not_in: [CompensationEnum!]\r\n  compensation_empty: Boolean\r\n  loopCondition: String\r\n  loopCondition_not: String\r\n  loopCondition_in: [String!]\r\n  loopCondition_not_in: [String!]\r\n  loopCondition_lt: String\r\n  loopCondition_lte: String\r\n  loopCondition_gt: String\r\n  loopCondition_gte: String\r\n  loopCondition_contains: String\r\n  loopCondition_not_contains: String\r\n  loopCondition_starts_with: String\r\n  loopCondition_not_starts_with: String\r\n  loopCondition_ends_with: String\r\n  loopCondition_not_ends_with: String\r\n  loopCondition_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  businessProcessStatus: BusinessProcessStatusEnum\r\n  businessProcessStatus_not: BusinessProcessStatusEnum\r\n  businessProcessStatus_in: [BusinessProcessStatusEnum!]\r\n  businessProcessStatus_not_in: [BusinessProcessStatusEnum!]\r\n  businessProcessStatus_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  inputLogic: InputLogicEnum\r\n  inputLogic_not: InputLogicEnum\r\n  inputLogic_in: [InputLogicEnum!]\r\n  inputLogic_not_in: [InputLogicEnum!]\r\n  inputLogic_empty: Boolean\r\n  executionBA: ExecutionBAEnum\r\n  executionBA_not: ExecutionBAEnum\r\n  executionBA_in: [ExecutionBAEnum!]\r\n  executionBA_not_in: [ExecutionBAEnum!]\r\n  executionBA_empty: Boolean\r\n  designBA: DesignBAEnum\r\n  designBA_not: DesignBAEnum\r\n  designBA_in: [DesignBAEnum!]\r\n  designBA_not_in: [DesignBAEnum!]\r\n  designBA_empty: Boolean\r\n  knowledgeBA: KnowledgeBAEnum\r\n  knowledgeBA_not: KnowledgeBAEnum\r\n  knowledgeBA_in: [KnowledgeBAEnum!]\r\n  knowledgeBA_not_in: [KnowledgeBAEnum!]\r\n  knowledgeBA_empty: Boolean\r\n  iTSupportBA: ITSupportBAEnum\r\n  iTSupportBA_not: ITSupportBAEnum\r\n  iTSupportBA_in: [ITSupportBAEnum!]\r\n  iTSupportBA_not_in: [ITSupportBAEnum!]\r\n  iTSupportBA_empty: Boolean\r\n  performanceBA: PerformanceBAEnum\r\n  performanceBA_not: PerformanceBAEnum\r\n  performanceBA_in: [PerformanceBAEnum!]\r\n  performanceBA_not_in: [PerformanceBAEnum!]\r\n  performanceBA_empty: Boolean\r\n  efficiencyBA: EfficiencyBAEnum\r\n  efficiencyBA_not: EfficiencyBAEnum\r\n  efficiencyBA_in: [EfficiencyBAEnum!]\r\n  efficiencyBA_not_in: [EfficiencyBAEnum!]\r\n  efficiencyBA_empty: Boolean\r\n  businessValueBA: BusinessValueBAEnum\r\n  businessValueBA_not: BusinessValueBAEnum\r\n  businessValueBA_in: [BusinessValueBAEnum!]\r\n  businessValueBA_not_in: [BusinessValueBAEnum!]\r\n  businessValueBA_empty: Boolean\r\n  riskBA: RiskBAEnum\r\n  riskBA_not: RiskBAEnum\r\n  riskBA_in: [RiskBAEnum!]\r\n  riskBA_not_in: [RiskBAEnum!]\r\n  riskBA_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  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  businessProcessDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n  businessProcessDesigner_PersonSystem_count: countFilter\r\n  businessProcessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  businessProcessOwner_PersonSystem_count: countFilter\r\n  questionGroup_some: [QuestionGroupFilter!]\r\n  questionGroup_count: countFilter\r\n  auditActivity_Activity_some: [AuditActivityFilter!]\r\n  auditActivity_Activity_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  auditTheme_some: [AuditThemeFilter!]\r\n  auditTheme_count: countFilter\r\n  recommendation_some: [RecommendationFilter!]\r\n  recommendation_count: countFilter\r\n  plan_AuditPlan_some: [PlanFilter!]\r\n  plan_AuditPlan_count: countFilter\r\n  audit_some: [AuditFilter!]\r\n  audit_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  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  name_ASC\r\n  name_DESC\r\n  beginLifeDate_ASC\r\n  beginLifeDate_DESC\r\n  endLifeDate_ASC\r\n  endLifeDate_DESC\r\n  outputLogic_ASC\r\n  outputLogic_DESC\r\n  triggeredByEvent_ASC\r\n  triggeredByEvent_DESC\r\n  businessProcessType_ASC\r\n  businessProcessType_DESC\r\n  businessProcessCode_ASC\r\n  businessProcessCode_DESC\r\n  transaction_ASC\r\n  transaction_DESC\r\n  loop_ASC\r\n  loop_DESC\r\n  adHoc_ASC\r\n  adHoc_DESC\r\n  multiple_ASC\r\n  multiple_DESC\r\n  compensation_ASC\r\n  compensation_DESC\r\n  loopCondition_ASC\r\n  loopCondition_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  businessProcessStatus_ASC\r\n  businessProcessStatus_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  inputLogic_ASC\r\n  inputLogic_DESC\r\n  executionBA_ASC\r\n  executionBA_DESC\r\n  designBA_ASC\r\n  designBA_DESC\r\n  knowledgeBA_ASC\r\n  knowledgeBA_DESC\r\n  iTSupportBA_ASC\r\n  iTSupportBA_DESC\r\n  performanceBA_ASC\r\n  performanceBA_DESC\r\n  efficiencyBA_ASC\r\n  efficiencyBA_DESC\r\n  businessValueBA_ASC\r\n  businessValueBA_DESC\r\n  riskBA_ASC\r\n  riskBA_DESC\r\n  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_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  controlCode: String\r\n  controlLevel(format: EnumFormat): ControlLevelEnum\r\n  controlNature(format: EnumFormat): ControlNatureEnum\r\n  controlExecutionMethod(format: EnumFormat): ControlExecutionMethodEnum\r\n  controlStatus(format: EnumFormat): ControlStatusEnum\r\n  testingFrequency(format: EnumFormat): TestingFrequencyEnum\r\n  testingMethod(format: EnumFormat): TestingMethodEnum\r\n  testingPopulationSize: CustomInt\r\n  executionMode(format: EnumFormat): ExecutionModeEnum\r\n  testingSampleSize: CustomInt\r\n  testingProcedure(format: StringFormat): String\r\n  executionProcedure(format: StringFormat): String\r\n  controlKey: Boolean\r\n  controlFrequency(format: EnumFormat): ControlFrequencyEnum\r\n  customFrequency: String\r\n  controlObjective(format: StringFormat, language: Languages): String\r\n  controlExecutionValueIC(format: EnumFormat): ControlExecutionValueICEnum\r\n  operationalCost: String\r\n  controlDesignIC(format: EnumFormat): ControlDesignICEnum\r\n  controlEffectivenessIC(format: EnumFormat): ControlEffectivenessICEnum\r\n  controlLevelIC(format: EnumFormat): ControlLevelICEnum\r\n  controlDesignERM(format: EnumFormat): ControlDesignERMEnum\r\n  controlEfficiencyERM(format: EnumFormat): ControlEfficiencyERMEnum\r\n  controlLevelERM(format: EnumFormat): ControlLevelERMEnum\r\n  assessmentFreshness: CustomFloat\r\n  organizationalLevel(format: EnumFormat): OrganizationalLevelEnum\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  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  questionGroup(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroup]\r\n  questionGroupAggregatedValues(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroupAggregatedValues]\r\n  risk_ControlledRisk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n  risk_ControlledRiskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n  and: [Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n  or: [Relationship_Control_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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  controlCode: String\r\n  controlCode_not: String\r\n  controlCode_in: [String!]\r\n  controlCode_not_in: [String!]\r\n  controlCode_lt: String\r\n  controlCode_lte: String\r\n  controlCode_gt: String\r\n  controlCode_gte: String\r\n  controlCode_contains: String\r\n  controlCode_not_contains: String\r\n  controlCode_starts_with: String\r\n  controlCode_not_starts_with: String\r\n  controlCode_ends_with: String\r\n  controlCode_not_ends_with: String\r\n  controlCode_empty: Boolean\r\n  controlLevel: ControlLevelEnum\r\n  controlLevel_not: ControlLevelEnum\r\n  controlLevel_in: [ControlLevelEnum!]\r\n  controlLevel_not_in: [ControlLevelEnum!]\r\n  controlLevel_empty: Boolean\r\n  controlNature: ControlNatureEnum\r\n  controlNature_not: ControlNatureEnum\r\n  controlNature_in: [ControlNatureEnum!]\r\n  controlNature_not_in: [ControlNatureEnum!]\r\n  controlNature_empty: Boolean\r\n  controlExecutionMethod: ControlExecutionMethodEnum\r\n  controlExecutionMethod_not: ControlExecutionMethodEnum\r\n  controlExecutionMethod_in: [ControlExecutionMethodEnum!]\r\n  controlExecutionMethod_not_in: [ControlExecutionMethodEnum!]\r\n  controlExecutionMethod_empty: Boolean\r\n  controlStatus: ControlStatusEnum\r\n  controlStatus_not: ControlStatusEnum\r\n  controlStatus_in: [ControlStatusEnum!]\r\n  controlStatus_not_in: [ControlStatusEnum!]\r\n  controlStatus_empty: Boolean\r\n  testingFrequency: TestingFrequencyEnum\r\n  testingFrequency_not: TestingFrequencyEnum\r\n  testingFrequency_in: [TestingFrequencyEnum!]\r\n  testingFrequency_not_in: [TestingFrequencyEnum!]\r\n  testingFrequency_empty: Boolean\r\n  testingMethod: TestingMethodEnum\r\n  testingMethod_not: TestingMethodEnum\r\n  testingMethod_in: [TestingMethodEnum!]\r\n  testingMethod_not_in: [TestingMethodEnum!]\r\n  testingMethod_empty: Boolean\r\n  testingPopulationSize: CustomInt\r\n  testingPopulationSize_not: CustomInt\r\n  testingPopulationSize_in: [CustomInt!]\r\n  testingPopulationSize_not_in: [CustomInt!]\r\n  testingPopulationSize_lt: CustomInt\r\n  testingPopulationSize_lte: CustomInt\r\n  testingPopulationSize_gt: CustomInt\r\n  testingPopulationSize_gte: CustomInt\r\n  testingPopulationSize_empty: Boolean\r\n  executionMode: ExecutionModeEnum\r\n  executionMode_not: ExecutionModeEnum\r\n  executionMode_in: [ExecutionModeEnum!]\r\n  executionMode_not_in: [ExecutionModeEnum!]\r\n  executionMode_empty: Boolean\r\n  testingSampleSize: CustomInt\r\n  testingSampleSize_not: CustomInt\r\n  testingSampleSize_in: [CustomInt!]\r\n  testingSampleSize_not_in: [CustomInt!]\r\n  testingSampleSize_lt: CustomInt\r\n  testingSampleSize_lte: CustomInt\r\n  testingSampleSize_gt: CustomInt\r\n  testingSampleSize_gte: CustomInt\r\n  testingSampleSize_empty: Boolean\r\n  testingProcedure: String\r\n  testingProcedure_not: String\r\n  testingProcedure_in: [String!]\r\n  testingProcedure_not_in: [String!]\r\n  testingProcedure_lt: String\r\n  testingProcedure_lte: String\r\n  testingProcedure_gt: String\r\n  testingProcedure_gte: String\r\n  testingProcedure_contains: String\r\n  testingProcedure_not_contains: String\r\n  testingProcedure_starts_with: String\r\n  testingProcedure_not_starts_with: String\r\n  testingProcedure_ends_with: String\r\n  testingProcedure_not_ends_with: String\r\n  testingProcedure_empty: Boolean\r\n  executionProcedure: String\r\n  executionProcedure_not: String\r\n  executionProcedure_in: [String!]\r\n  executionProcedure_not_in: [String!]\r\n  executionProcedure_lt: String\r\n  executionProcedure_lte: String\r\n  executionProcedure_gt: String\r\n  executionProcedure_gte: String\r\n  executionProcedure_contains: String\r\n  executionProcedure_not_contains: String\r\n  executionProcedure_starts_with: String\r\n  executionProcedure_not_starts_with: String\r\n  executionProcedure_ends_with: String\r\n  executionProcedure_not_ends_with: String\r\n  executionProcedure_empty: Boolean\r\n  controlKey: Boolean\r\n  controlKey_not: Boolean\r\n  controlKey_empty: Boolean\r\n  controlFrequency: ControlFrequencyEnum\r\n  controlFrequency_not: ControlFrequencyEnum\r\n  controlFrequency_in: [ControlFrequencyEnum!]\r\n  controlFrequency_not_in: [ControlFrequencyEnum!]\r\n  controlFrequency_empty: Boolean\r\n  customFrequency: String\r\n  customFrequency_not: String\r\n  customFrequency_in: [String!]\r\n  customFrequency_not_in: [String!]\r\n  customFrequency_lt: String\r\n  customFrequency_lte: String\r\n  customFrequency_gt: String\r\n  customFrequency_gte: String\r\n  customFrequency_contains: String\r\n  customFrequency_not_contains: String\r\n  customFrequency_starts_with: String\r\n  customFrequency_not_starts_with: String\r\n  customFrequency_ends_with: String\r\n  customFrequency_not_ends_with: String\r\n  customFrequency_empty: Boolean\r\n  controlObjective: String\r\n  controlObjective_not: String\r\n  controlObjective_in: [String!]\r\n  controlObjective_not_in: [String!]\r\n  controlObjective_lt: String\r\n  controlObjective_lte: String\r\n  controlObjective_gt: String\r\n  controlObjective_gte: String\r\n  controlObjective_contains: String\r\n  controlObjective_not_contains: String\r\n  controlObjective_starts_with: String\r\n  controlObjective_not_starts_with: String\r\n  controlObjective_ends_with: String\r\n  controlObjective_not_ends_with: String\r\n  controlObjective_empty: Boolean\r\n  controlExecutionValueIC: ControlExecutionValueICEnum\r\n  controlExecutionValueIC_not: ControlExecutionValueICEnum\r\n  controlExecutionValueIC_in: [ControlExecutionValueICEnum!]\r\n  controlExecutionValueIC_not_in: [ControlExecutionValueICEnum!]\r\n  controlExecutionValueIC_empty: Boolean\r\n  operationalCost: String\r\n  operationalCost_not: String\r\n  operationalCost_in: [String!]\r\n  operationalCost_not_in: [String!]\r\n  operationalCost_lt: String\r\n  operationalCost_lte: String\r\n  operationalCost_gt: String\r\n  operationalCost_gte: String\r\n  operationalCost_contains: String\r\n  operationalCost_not_contains: String\r\n  operationalCost_starts_with: String\r\n  operationalCost_not_starts_with: String\r\n  operationalCost_ends_with: String\r\n  operationalCost_not_ends_with: String\r\n  operationalCost_empty: Boolean\r\n  controlDesignIC: ControlDesignICEnum\r\n  controlDesignIC_not: ControlDesignICEnum\r\n  controlDesignIC_in: [ControlDesignICEnum!]\r\n  controlDesignIC_not_in: [ControlDesignICEnum!]\r\n  controlDesignIC_empty: Boolean\r\n  controlEffectivenessIC: ControlEffectivenessICEnum\r\n  controlEffectivenessIC_not: ControlEffectivenessICEnum\r\n  controlEffectivenessIC_in: [ControlEffectivenessICEnum!]\r\n  controlEffectivenessIC_not_in: [ControlEffectivenessICEnum!]\r\n  controlEffectivenessIC_empty: Boolean\r\n  controlLevelIC: ControlLevelICEnum\r\n  controlLevelIC_not: ControlLevelICEnum\r\n  controlLevelIC_in: [ControlLevelICEnum!]\r\n  controlLevelIC_not_in: [ControlLevelICEnum!]\r\n  controlLevelIC_empty: Boolean\r\n  controlDesignERM: ControlDesignERMEnum\r\n  controlDesignERM_not: ControlDesignERMEnum\r\n  controlDesignERM_in: [ControlDesignERMEnum!]\r\n  controlDesignERM_not_in: [ControlDesignERMEnum!]\r\n  controlDesignERM_empty: Boolean\r\n  controlEfficiencyERM: ControlEfficiencyERMEnum\r\n  controlEfficiencyERM_not: ControlEfficiencyERMEnum\r\n  controlEfficiencyERM_in: [ControlEfficiencyERMEnum!]\r\n  controlEfficiencyERM_not_in: [ControlEfficiencyERMEnum!]\r\n  controlEfficiencyERM_empty: Boolean\r\n  controlLevelERM: ControlLevelERMEnum\r\n  controlLevelERM_not: ControlLevelERMEnum\r\n  controlLevelERM_in: [ControlLevelERMEnum!]\r\n  controlLevelERM_not_in: [ControlLevelERMEnum!]\r\n  controlLevelERM_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  organizationalLevel: OrganizationalLevelEnum\r\n  organizationalLevel_not: OrganizationalLevelEnum\r\n  organizationalLevel_in: [OrganizationalLevelEnum!]\r\n  organizationalLevel_not_in: [OrganizationalLevelEnum!]\r\n  organizationalLevel_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  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  questionGroup_some: [QuestionGroupFilter!]\r\n  questionGroup_count: countFilter\r\n  risk_ControlledRisk_some: [RiskFilter!]\r\n  risk_ControlledRisk_count: countFilter\r\n}\r\n\r\nenum Relationship_Control_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  name_ASC\r\n  name_DESC\r\n  controlCode_ASC\r\n  controlCode_DESC\r\n  controlLevel_ASC\r\n  controlLevel_DESC\r\n  controlNature_ASC\r\n  controlNature_DESC\r\n  controlExecutionMethod_ASC\r\n  controlExecutionMethod_DESC\r\n  controlStatus_ASC\r\n  controlStatus_DESC\r\n  testingFrequency_ASC\r\n  testingFrequency_DESC\r\n  testingMethod_ASC\r\n  testingMethod_DESC\r\n  testingPopulationSize_ASC\r\n  testingPopulationSize_DESC\r\n  executionMode_ASC\r\n  executionMode_DESC\r\n  testingSampleSize_ASC\r\n  testingSampleSize_DESC\r\n  testingProcedure_ASC\r\n  testingProcedure_DESC\r\n  executionProcedure_ASC\r\n  executionProcedure_DESC\r\n  controlKey_ASC\r\n  controlKey_DESC\r\n  controlFrequency_ASC\r\n  controlFrequency_DESC\r\n  customFrequency_ASC\r\n  customFrequency_DESC\r\n  controlObjective_ASC\r\n  controlObjective_DESC\r\n  controlExecutionValueIC_ASC\r\n  controlExecutionValueIC_DESC\r\n  operationalCost_ASC\r\n  operationalCost_DESC\r\n  controlDesignIC_ASC\r\n  controlDesignIC_DESC\r\n  controlEffectivenessIC_ASC\r\n  controlEffectivenessIC_DESC\r\n  controlLevelIC_ASC\r\n  controlLevelIC_DESC\r\n  controlDesignERM_ASC\r\n  controlDesignERM_DESC\r\n  controlEfficiencyERM_ASC\r\n  controlEfficiencyERM_DESC\r\n  controlLevelERM_ASC\r\n  controlLevelERM_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  organizationalLevel_ASC\r\n  organizationalLevel_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  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_OrgUnit_AggregationOf_SubOrgUnit_OrgUnit implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  internalExternal(format: EnumFormat): InternalExternalEnum\r\n  orgUnitType(format: EnumFormat): OrgUnitTypeEnum\r\n  beginLifeDate(format: String, timeOffset: String): CustomDate\r\n  endLifeDate(format: String, timeOffset: String): CustomDate\r\n  assessmentFreshness: CustomFloat\r\n  lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  email: String\r\n  orgUnitActivity(format: EnumFormat): OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel(format: EnumFormat): OrgUnitLevelEnum\r\n  orgUnitStatus(format: EnumFormat): OrgUnitStatusEnum\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  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  questionGroup(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroup]\r\n  questionGroupAggregatedValues(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroupAggregatedValues]\r\n  auditActivity_Activity(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivity_ActivityAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\r\n  plan_AuditPlan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  plan_AuditPlanAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  recommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  audit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  auditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\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  organizationalUnitOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n  orgUnitDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n  orgUnit_AggregationOf(filter: Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitFilter, orderBy: [Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitOrderBy]): [Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnit]\r\n  orgUnit_AggregationOfAggregatedValues(filter: Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitFilter, orderBy: [Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnit_Component(filter: Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitFilter, orderBy: [Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitOrderBy]): [Relationship_OrgUnit_Component_SubOrgUnit_OrgUnit]\r\n  orgUnit_ComponentAggregatedValues(filter: Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitFilter, orderBy: [Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  dependency(format: EnumFormat): DependencyEnum\r\n  personInCharge: Boolean\r\n}\r\n\r\ninput Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitFilter {\r\n  and: [Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitFilter!]\r\n  or: [Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitFilter!]\r\n  dependency: DependencyEnum\r\n  dependency_not: DependencyEnum\r\n  dependency_in: [DependencyEnum!]\r\n  dependency_not_in: [DependencyEnum!]\r\n  dependency_empty: Boolean\r\n  personInCharge: Boolean\r\n  personInCharge_not: Boolean\r\n  personInCharge_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  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  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  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  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  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  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitActivity_not: OrgUnitActivityEnum\r\n  orgUnitActivity_in: [OrgUnitActivityEnum!]\r\n  orgUnitActivity_not_in: [OrgUnitActivityEnum!]\r\n  orgUnitActivity_empty: Boolean\r\n  orgUnitCode: String\r\n  orgUnitCode_not: String\r\n  orgUnitCode_in: [String!]\r\n  orgUnitCode_not_in: [String!]\r\n  orgUnitCode_lt: String\r\n  orgUnitCode_lte: String\r\n  orgUnitCode_gt: String\r\n  orgUnitCode_gte: String\r\n  orgUnitCode_contains: String\r\n  orgUnitCode_not_contains: String\r\n  orgUnitCode_starts_with: String\r\n  orgUnitCode_not_starts_with: String\r\n  orgUnitCode_ends_with: String\r\n  orgUnitCode_not_ends_with: String\r\n  orgUnitCode_empty: Boolean\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitLevel_not: OrgUnitLevelEnum\r\n  orgUnitLevel_in: [OrgUnitLevelEnum!]\r\n  orgUnitLevel_not_in: [OrgUnitLevelEnum!]\r\n  orgUnitLevel_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  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  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  orgUnitMember_PersonSystem_some: [PersonSystemFilter!]\r\n  orgUnitMember_PersonSystem_count: countFilter\r\n  organizationalUnitOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  organizationalUnitOwner_PersonSystem_count: countFilter\r\n  orgUnitDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n  orgUnitDesigner_PersonSystem_count: countFilter\r\n  questionGroup_some: [QuestionGroupFilter!]\r\n  questionGroup_count: countFilter\r\n  auditActivity_Activity_some: [AuditActivityFilter!]\r\n  auditActivity_Activity_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  plan_AuditPlan_some: [PlanFilter!]\r\n  plan_AuditPlan_count: countFilter\r\n  recommendation_some: [RecommendationFilter!]\r\n  recommendation_count: countFilter\r\n  audit_some: [AuditFilter!]\r\n  audit_count: countFilter\r\n}\r\n\r\nenum Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitOrderBy {\r\n  dependency_ASC\r\n  dependency_DESC\r\n  personInCharge_ASC\r\n  personInCharge_DESC\r\n  name_ASC\r\n  name_DESC\r\n  internalExternal_ASC\r\n  internalExternal_DESC\r\n  orgUnitType_ASC\r\n  orgUnitType_DESC\r\n  beginLifeDate_ASC\r\n  beginLifeDate_DESC\r\n  endLifeDate_ASC\r\n  endLifeDate_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  email_ASC\r\n  email_DESC\r\n  orgUnitActivity_ASC\r\n  orgUnitActivity_DESC\r\n  orgUnitCode_ASC\r\n  orgUnitCode_DESC\r\n  orgUnitLevel_ASC\r\n  orgUnitLevel_DESC\r\n  orgUnitStatus_ASC\r\n  orgUnitStatus_DESC\r\n  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_OrgUnitDesigner implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  internalExternal(format: EnumFormat): InternalExternalEnum\r\n  orgUnitType(format: EnumFormat): OrgUnitTypeEnum\r\n  beginLifeDate(format: String, timeOffset: String): CustomDate\r\n  endLifeDate(format: String, timeOffset: String): CustomDate\r\n  assessmentFreshness: CustomFloat\r\n  lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  email: String\r\n  orgUnitActivity(format: EnumFormat): OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel(format: EnumFormat): OrgUnitLevelEnum\r\n  orgUnitStatus(format: EnumFormat): OrgUnitStatusEnum\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  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  questionGroup(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroup]\r\n  questionGroupAggregatedValues(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroupAggregatedValues]\r\n  auditActivity_Activity(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivity_ActivityAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\r\n  plan_AuditPlan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  plan_AuditPlanAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  recommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  audit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  auditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\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  organizationalUnitOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n  orgUnitDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n  orgUnit_AggregationOf(filter: Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitFilter, orderBy: [Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitOrderBy]): [Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnit]\r\n  orgUnit_AggregationOfAggregatedValues(filter: Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitFilter, orderBy: [Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnit_Component(filter: Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitFilter, orderBy: [Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitOrderBy]): [Relationship_OrgUnit_Component_SubOrgUnit_OrgUnit]\r\n  orgUnit_ComponentAggregatedValues(filter: Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitFilter, orderBy: [Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter {\r\n  and: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter!]\r\n  or: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  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  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  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  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  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitActivity_not: OrgUnitActivityEnum\r\n  orgUnitActivity_in: [OrgUnitActivityEnum!]\r\n  orgUnitActivity_not_in: [OrgUnitActivityEnum!]\r\n  orgUnitActivity_empty: Boolean\r\n  orgUnitCode: String\r\n  orgUnitCode_not: String\r\n  orgUnitCode_in: [String!]\r\n  orgUnitCode_not_in: [String!]\r\n  orgUnitCode_lt: String\r\n  orgUnitCode_lte: String\r\n  orgUnitCode_gt: String\r\n  orgUnitCode_gte: String\r\n  orgUnitCode_contains: String\r\n  orgUnitCode_not_contains: String\r\n  orgUnitCode_starts_with: String\r\n  orgUnitCode_not_starts_with: String\r\n  orgUnitCode_ends_with: String\r\n  orgUnitCode_not_ends_with: String\r\n  orgUnitCode_empty: Boolean\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitLevel_not: OrgUnitLevelEnum\r\n  orgUnitLevel_in: [OrgUnitLevelEnum!]\r\n  orgUnitLevel_not_in: [OrgUnitLevelEnum!]\r\n  orgUnitLevel_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  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  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  orgUnitMember_PersonSystem_some: [PersonSystemFilter!]\r\n  orgUnitMember_PersonSystem_count: countFilter\r\n  organizationalUnitOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  organizationalUnitOwner_PersonSystem_count: countFilter\r\n  orgUnitDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n  orgUnitDesigner_PersonSystem_count: countFilter\r\n  questionGroup_some: [QuestionGroupFilter!]\r\n  questionGroup_count: countFilter\r\n  auditActivity_Activity_some: [AuditActivityFilter!]\r\n  auditActivity_Activity_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  plan_AuditPlan_some: [PlanFilter!]\r\n  plan_AuditPlan_count: countFilter\r\n  recommendation_some: [RecommendationFilter!]\r\n  recommendation_count: countFilter\r\n  audit_some: [AuditFilter!]\r\n  audit_count: countFilter\r\n}\r\n\r\nenum Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  name_ASC\r\n  name_DESC\r\n  internalExternal_ASC\r\n  internalExternal_DESC\r\n  orgUnitType_ASC\r\n  orgUnitType_DESC\r\n  beginLifeDate_ASC\r\n  beginLifeDate_DESC\r\n  endLifeDate_ASC\r\n  endLifeDate_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  email_ASC\r\n  email_DESC\r\n  orgUnitActivity_ASC\r\n  orgUnitActivity_DESC\r\n  orgUnitCode_ASC\r\n  orgUnitCode_DESC\r\n  orgUnitLevel_ASC\r\n  orgUnitLevel_DESC\r\n  orgUnitStatus_ASC\r\n  orgUnitStatus_DESC\r\n  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  internalExternal(format: EnumFormat): InternalExternalEnum\r\n  orgUnitType(format: EnumFormat): OrgUnitTypeEnum\r\n  beginLifeDate(format: String, timeOffset: String): CustomDate\r\n  endLifeDate(format: String, timeOffset: String): CustomDate\r\n  assessmentFreshness: CustomFloat\r\n  lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  email: String\r\n  orgUnitActivity(format: EnumFormat): OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel(format: EnumFormat): OrgUnitLevelEnum\r\n  orgUnitStatus(format: EnumFormat): OrgUnitStatusEnum\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  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  questionGroup(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroup]\r\n  questionGroupAggregatedValues(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroupAggregatedValues]\r\n  auditActivity_Activity(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivity_ActivityAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\r\n  plan_AuditPlan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  plan_AuditPlanAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  recommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  audit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  auditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\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  organizationalUnitOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n  orgUnitDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n  orgUnit_AggregationOf(filter: Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitFilter, orderBy: [Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitOrderBy]): [Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnit]\r\n  orgUnit_AggregationOfAggregatedValues(filter: Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitFilter, orderBy: [Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnit_Component(filter: Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitFilter, orderBy: [Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitOrderBy]): [Relationship_OrgUnit_Component_SubOrgUnit_OrgUnit]\r\n  orgUnit_ComponentAggregatedValues(filter: Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitFilter, orderBy: [Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  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  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  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  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  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitActivity_not: OrgUnitActivityEnum\r\n  orgUnitActivity_in: [OrgUnitActivityEnum!]\r\n  orgUnitActivity_not_in: [OrgUnitActivityEnum!]\r\n  orgUnitActivity_empty: Boolean\r\n  orgUnitCode: String\r\n  orgUnitCode_not: String\r\n  orgUnitCode_in: [String!]\r\n  orgUnitCode_not_in: [String!]\r\n  orgUnitCode_lt: String\r\n  orgUnitCode_lte: String\r\n  orgUnitCode_gt: String\r\n  orgUnitCode_gte: String\r\n  orgUnitCode_contains: String\r\n  orgUnitCode_not_contains: String\r\n  orgUnitCode_starts_with: String\r\n  orgUnitCode_not_starts_with: String\r\n  orgUnitCode_ends_with: String\r\n  orgUnitCode_not_ends_with: String\r\n  orgUnitCode_empty: Boolean\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitLevel_not: OrgUnitLevelEnum\r\n  orgUnitLevel_in: [OrgUnitLevelEnum!]\r\n  orgUnitLevel_not_in: [OrgUnitLevelEnum!]\r\n  orgUnitLevel_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  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  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  orgUnitMember_PersonSystem_some: [PersonSystemFilter!]\r\n  orgUnitMember_PersonSystem_count: countFilter\r\n  organizationalUnitOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  organizationalUnitOwner_PersonSystem_count: countFilter\r\n  orgUnitDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n  orgUnitDesigner_PersonSystem_count: countFilter\r\n  questionGroup_some: [QuestionGroupFilter!]\r\n  questionGroup_count: countFilter\r\n  auditActivity_Activity_some: [AuditActivityFilter!]\r\n  auditActivity_Activity_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  plan_AuditPlan_some: [PlanFilter!]\r\n  plan_AuditPlan_count: countFilter\r\n  recommendation_some: [RecommendationFilter!]\r\n  recommendation_count: countFilter\r\n  audit_some: [AuditFilter!]\r\n  audit_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  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  name_ASC\r\n  name_DESC\r\n  internalExternal_ASC\r\n  internalExternal_DESC\r\n  orgUnitType_ASC\r\n  orgUnitType_DESC\r\n  beginLifeDate_ASC\r\n  beginLifeDate_DESC\r\n  endLifeDate_ASC\r\n  endLifeDate_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  email_ASC\r\n  email_DESC\r\n  orgUnitActivity_ASC\r\n  orgUnitActivity_DESC\r\n  orgUnitCode_ASC\r\n  orgUnitCode_DESC\r\n  orgUnitLevel_ASC\r\n  orgUnitLevel_DESC\r\n  orgUnitStatus_ASC\r\n  orgUnitStatus_DESC\r\n  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_OrganizationalUnitOwner implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  internalExternal(format: EnumFormat): InternalExternalEnum\r\n  orgUnitType(format: EnumFormat): OrgUnitTypeEnum\r\n  beginLifeDate(format: String, timeOffset: String): CustomDate\r\n  endLifeDate(format: String, timeOffset: String): CustomDate\r\n  assessmentFreshness: CustomFloat\r\n  lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  email: String\r\n  orgUnitActivity(format: EnumFormat): OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel(format: EnumFormat): OrgUnitLevelEnum\r\n  orgUnitStatus(format: EnumFormat): OrgUnitStatusEnum\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  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  questionGroup(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroup]\r\n  questionGroupAggregatedValues(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroupAggregatedValues]\r\n  auditActivity_Activity(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivity_ActivityAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\r\n  plan_AuditPlan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  plan_AuditPlanAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  recommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  audit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  auditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\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  organizationalUnitOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n  orgUnitDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n  orgUnit_AggregationOf(filter: Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitFilter, orderBy: [Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitOrderBy]): [Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnit]\r\n  orgUnit_AggregationOfAggregatedValues(filter: Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitFilter, orderBy: [Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnit_Component(filter: Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitFilter, orderBy: [Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitOrderBy]): [Relationship_OrgUnit_Component_SubOrgUnit_OrgUnit]\r\n  orgUnit_ComponentAggregatedValues(filter: Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitFilter, orderBy: [Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter {\r\n  and: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter!]\r\n  or: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  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  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  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  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  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitActivity_not: OrgUnitActivityEnum\r\n  orgUnitActivity_in: [OrgUnitActivityEnum!]\r\n  orgUnitActivity_not_in: [OrgUnitActivityEnum!]\r\n  orgUnitActivity_empty: Boolean\r\n  orgUnitCode: String\r\n  orgUnitCode_not: String\r\n  orgUnitCode_in: [String!]\r\n  orgUnitCode_not_in: [String!]\r\n  orgUnitCode_lt: String\r\n  orgUnitCode_lte: String\r\n  orgUnitCode_gt: String\r\n  orgUnitCode_gte: String\r\n  orgUnitCode_contains: String\r\n  orgUnitCode_not_contains: String\r\n  orgUnitCode_starts_with: String\r\n  orgUnitCode_not_starts_with: String\r\n  orgUnitCode_ends_with: String\r\n  orgUnitCode_not_ends_with: String\r\n  orgUnitCode_empty: Boolean\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitLevel_not: OrgUnitLevelEnum\r\n  orgUnitLevel_in: [OrgUnitLevelEnum!]\r\n  orgUnitLevel_not_in: [OrgUnitLevelEnum!]\r\n  orgUnitLevel_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  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  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  orgUnitMember_PersonSystem_some: [PersonSystemFilter!]\r\n  orgUnitMember_PersonSystem_count: countFilter\r\n  organizationalUnitOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  organizationalUnitOwner_PersonSystem_count: countFilter\r\n  orgUnitDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n  orgUnitDesigner_PersonSystem_count: countFilter\r\n  questionGroup_some: [QuestionGroupFilter!]\r\n  questionGroup_count: countFilter\r\n  auditActivity_Activity_some: [AuditActivityFilter!]\r\n  auditActivity_Activity_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  plan_AuditPlan_some: [PlanFilter!]\r\n  plan_AuditPlan_count: countFilter\r\n  recommendation_some: [RecommendationFilter!]\r\n  recommendation_count: countFilter\r\n  audit_some: [AuditFilter!]\r\n  audit_count: countFilter\r\n}\r\n\r\nenum Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  name_ASC\r\n  name_DESC\r\n  internalExternal_ASC\r\n  internalExternal_DESC\r\n  orgUnitType_ASC\r\n  orgUnitType_DESC\r\n  beginLifeDate_ASC\r\n  beginLifeDate_DESC\r\n  endLifeDate_ASC\r\n  endLifeDate_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  email_ASC\r\n  email_DESC\r\n  orgUnitActivity_ASC\r\n  orgUnitActivity_DESC\r\n  orgUnitCode_ASC\r\n  orgUnitCode_DESC\r\n  orgUnitLevel_ASC\r\n  orgUnitLevel_DESC\r\n  orgUnitStatus_ASC\r\n  orgUnitStatus_DESC\r\n  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  internalExternal(format: EnumFormat): InternalExternalEnum\r\n  orgUnitType(format: EnumFormat): OrgUnitTypeEnum\r\n  beginLifeDate(format: String, timeOffset: String): CustomDate\r\n  endLifeDate(format: String, timeOffset: String): CustomDate\r\n  assessmentFreshness: CustomFloat\r\n  lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  email: String\r\n  orgUnitActivity(format: EnumFormat): OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel(format: EnumFormat): OrgUnitLevelEnum\r\n  orgUnitStatus(format: EnumFormat): OrgUnitStatusEnum\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  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  questionGroup(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroup]\r\n  questionGroupAggregatedValues(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroupAggregatedValues]\r\n  auditActivity_Activity(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivity_ActivityAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\r\n  plan_AuditPlan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  plan_AuditPlanAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  recommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  audit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  auditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\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  organizationalUnitOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n  orgUnitDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n  orgUnit_AggregationOf(filter: Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitFilter, orderBy: [Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitOrderBy]): [Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnit]\r\n  orgUnit_AggregationOfAggregatedValues(filter: Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitFilter, orderBy: [Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnit_Component(filter: Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitFilter, orderBy: [Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitOrderBy]): [Relationship_OrgUnit_Component_SubOrgUnit_OrgUnit]\r\n  orgUnit_ComponentAggregatedValues(filter: Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitFilter, orderBy: [Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  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  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  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  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  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitActivity_not: OrgUnitActivityEnum\r\n  orgUnitActivity_in: [OrgUnitActivityEnum!]\r\n  orgUnitActivity_not_in: [OrgUnitActivityEnum!]\r\n  orgUnitActivity_empty: Boolean\r\n  orgUnitCode: String\r\n  orgUnitCode_not: String\r\n  orgUnitCode_in: [String!]\r\n  orgUnitCode_not_in: [String!]\r\n  orgUnitCode_lt: String\r\n  orgUnitCode_lte: String\r\n  orgUnitCode_gt: String\r\n  orgUnitCode_gte: String\r\n  orgUnitCode_contains: String\r\n  orgUnitCode_not_contains: String\r\n  orgUnitCode_starts_with: String\r\n  orgUnitCode_not_starts_with: String\r\n  orgUnitCode_ends_with: String\r\n  orgUnitCode_not_ends_with: String\r\n  orgUnitCode_empty: Boolean\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitLevel_not: OrgUnitLevelEnum\r\n  orgUnitLevel_in: [OrgUnitLevelEnum!]\r\n  orgUnitLevel_not_in: [OrgUnitLevelEnum!]\r\n  orgUnitLevel_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  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  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  orgUnitMember_PersonSystem_some: [PersonSystemFilter!]\r\n  orgUnitMember_PersonSystem_count: countFilter\r\n  organizationalUnitOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  organizationalUnitOwner_PersonSystem_count: countFilter\r\n  orgUnitDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n  orgUnitDesigner_PersonSystem_count: countFilter\r\n  questionGroup_some: [QuestionGroupFilter!]\r\n  questionGroup_count: countFilter\r\n  auditActivity_Activity_some: [AuditActivityFilter!]\r\n  auditActivity_Activity_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  plan_AuditPlan_some: [PlanFilter!]\r\n  plan_AuditPlan_count: countFilter\r\n  recommendation_some: [RecommendationFilter!]\r\n  recommendation_count: countFilter\r\n  audit_some: [AuditFilter!]\r\n  audit_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  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  name_ASC\r\n  name_DESC\r\n  internalExternal_ASC\r\n  internalExternal_DESC\r\n  orgUnitType_ASC\r\n  orgUnitType_DESC\r\n  beginLifeDate_ASC\r\n  beginLifeDate_DESC\r\n  endLifeDate_ASC\r\n  endLifeDate_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  email_ASC\r\n  email_DESC\r\n  orgUnitActivity_ASC\r\n  orgUnitActivity_DESC\r\n  orgUnitCode_ASC\r\n  orgUnitCode_DESC\r\n  orgUnitLevel_ASC\r\n  orgUnitLevel_DESC\r\n  orgUnitStatus_ASC\r\n  orgUnitStatus_DESC\r\n  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_Component_SubOrgUnit_OrgUnit implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  internalExternal(format: EnumFormat): InternalExternalEnum\r\n  orgUnitType(format: EnumFormat): OrgUnitTypeEnum\r\n  beginLifeDate(format: String, timeOffset: String): CustomDate\r\n  endLifeDate(format: String, timeOffset: String): CustomDate\r\n  assessmentFreshness: CustomFloat\r\n  lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  email: String\r\n  orgUnitActivity(format: EnumFormat): OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel(format: EnumFormat): OrgUnitLevelEnum\r\n  orgUnitStatus(format: EnumFormat): OrgUnitStatusEnum\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  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  questionGroup(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroup]\r\n  questionGroupAggregatedValues(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroupAggregatedValues]\r\n  auditActivity_Activity(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivity_ActivityAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\r\n  plan_AuditPlan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  plan_AuditPlanAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  recommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  audit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  auditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\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  organizationalUnitOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n  orgUnitDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n  orgUnit_AggregationOf(filter: Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitFilter, orderBy: [Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitOrderBy]): [Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnit]\r\n  orgUnit_AggregationOfAggregatedValues(filter: Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitFilter, orderBy: [Relationship_OrgUnit_AggregationOf_SubOrgUnit_OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnit_Component(filter: Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitFilter, orderBy: [Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitOrderBy]): [Relationship_OrgUnit_Component_SubOrgUnit_OrgUnit]\r\n  orgUnit_ComponentAggregatedValues(filter: Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitFilter, orderBy: [Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  dependency(format: EnumFormat): DependencyEnum\r\n  personInCharge: Boolean\r\n}\r\n\r\ninput Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitFilter {\r\n  and: [Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitFilter!]\r\n  or: [Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitFilter!]\r\n  dependency: DependencyEnum\r\n  dependency_not: DependencyEnum\r\n  dependency_in: [DependencyEnum!]\r\n  dependency_not_in: [DependencyEnum!]\r\n  dependency_empty: Boolean\r\n  personInCharge: Boolean\r\n  personInCharge_not: Boolean\r\n  personInCharge_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  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  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  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  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  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  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitActivity_not: OrgUnitActivityEnum\r\n  orgUnitActivity_in: [OrgUnitActivityEnum!]\r\n  orgUnitActivity_not_in: [OrgUnitActivityEnum!]\r\n  orgUnitActivity_empty: Boolean\r\n  orgUnitCode: String\r\n  orgUnitCode_not: String\r\n  orgUnitCode_in: [String!]\r\n  orgUnitCode_not_in: [String!]\r\n  orgUnitCode_lt: String\r\n  orgUnitCode_lte: String\r\n  orgUnitCode_gt: String\r\n  orgUnitCode_gte: String\r\n  orgUnitCode_contains: String\r\n  orgUnitCode_not_contains: String\r\n  orgUnitCode_starts_with: String\r\n  orgUnitCode_not_starts_with: String\r\n  orgUnitCode_ends_with: String\r\n  orgUnitCode_not_ends_with: String\r\n  orgUnitCode_empty: Boolean\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitLevel_not: OrgUnitLevelEnum\r\n  orgUnitLevel_in: [OrgUnitLevelEnum!]\r\n  orgUnitLevel_not_in: [OrgUnitLevelEnum!]\r\n  orgUnitLevel_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  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  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  orgUnitMember_PersonSystem_some: [PersonSystemFilter!]\r\n  orgUnitMember_PersonSystem_count: countFilter\r\n  organizationalUnitOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  organizationalUnitOwner_PersonSystem_count: countFilter\r\n  orgUnitDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n  orgUnitDesigner_PersonSystem_count: countFilter\r\n  questionGroup_some: [QuestionGroupFilter!]\r\n  questionGroup_count: countFilter\r\n  auditActivity_Activity_some: [AuditActivityFilter!]\r\n  auditActivity_Activity_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  plan_AuditPlan_some: [PlanFilter!]\r\n  plan_AuditPlan_count: countFilter\r\n  recommendation_some: [RecommendationFilter!]\r\n  recommendation_count: countFilter\r\n  audit_some: [AuditFilter!]\r\n  audit_count: countFilter\r\n}\r\n\r\nenum Relationship_OrgUnit_Component_SubOrgUnit_OrgUnitOrderBy {\r\n  dependency_ASC\r\n  dependency_DESC\r\n  personInCharge_ASC\r\n  personInCharge_DESC\r\n  name_ASC\r\n  name_DESC\r\n  internalExternal_ASC\r\n  internalExternal_DESC\r\n  orgUnitType_ASC\r\n  orgUnitType_DESC\r\n  beginLifeDate_ASC\r\n  beginLifeDate_DESC\r\n  endLifeDate_ASC\r\n  endLifeDate_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  email_ASC\r\n  email_DESC\r\n  orgUnitActivity_ASC\r\n  orgUnitActivity_DESC\r\n  orgUnitCode_ASC\r\n  orgUnitCode_DESC\r\n  orgUnitLevel_ASC\r\n  orgUnitLevel_DESC\r\n  orgUnitStatus_ASC\r\n  orgUnitStatus_DESC\r\n  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_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributor implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  organizationalProcessCode: String\r\n  beginLifeDate(format: String, timeOffset: String): CustomDate\r\n  endLifeDate(format: String, timeOffset: String): CustomDate\r\n  outputLogic(format: EnumFormat): OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA(format: EnumFormat): DesignBAEnum\r\n  knowledgeBA(format: EnumFormat): KnowledgeBAEnum\r\n  iTSupportBA(format: EnumFormat): ITSupportBAEnum\r\n  executionBA(format: EnumFormat): ExecutionBAEnum\r\n  efficiencyBA(format: EnumFormat): EfficiencyBAEnum\r\n  businessValueBA(format: EnumFormat): BusinessValueBAEnum\r\n  riskBA(format: EnumFormat): RiskBAEnum\r\n  performanceBA(format: EnumFormat): PerformanceBAEnum\r\n  transaction(format: EnumFormat): TransactionEnum\r\n  loop(format: EnumFormat): LoopEnum\r\n  adHoc(format: EnumFormat): AdHocEnum\r\n  multiple(format: EnumFormat): MultipleEnum\r\n  compensation(format: EnumFormat): CompensationEnum\r\n  loopCondition: String\r\n  assessmentFreshness: CustomFloat\r\n  organizationalProcessStatus(format: EnumFormat): OrganizationalProcessStatusEnum\r\n  lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  taskType(format: EnumFormat): TaskTypeEnum\r\n  inputLogic(format: EnumFormat): InputLogicEnum\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  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  organizationalProcess_OrganizationalProcessUsed(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcess_OrganizationalProcessUsedAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcess_UserOrganizationalProcess(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcess_UserOrganizationalProcessAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  questionGroup(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroup]\r\n  questionGroupAggregatedValues(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroupAggregatedValues]\r\n  auditActivity_Activity(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivity_ActivityAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\r\n  auditTheme(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditTheme]\r\n  auditThemeAggregatedValues(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditThemeAggregatedValues]\r\n  plan_AuditPlan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  plan_AuditPlanAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  recommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  audit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  auditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  organizationalProcessDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n  organizationalProcessManager_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [PersonSystemAggregatedValues]\r\n  organizationalProcessContributor_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [PersonSystemAggregatedValues]\r\n  organizationalProcessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter {\r\n  and: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter!]\r\n  or: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  organizationalProcessCode: String\r\n  organizationalProcessCode_not: String\r\n  organizationalProcessCode_in: [String!]\r\n  organizationalProcessCode_not_in: [String!]\r\n  organizationalProcessCode_lt: String\r\n  organizationalProcessCode_lte: String\r\n  organizationalProcessCode_gt: String\r\n  organizationalProcessCode_gte: String\r\n  organizationalProcessCode_contains: String\r\n  organizationalProcessCode_not_contains: String\r\n  organizationalProcessCode_starts_with: String\r\n  organizationalProcessCode_not_starts_with: String\r\n  organizationalProcessCode_ends_with: String\r\n  organizationalProcessCode_not_ends_with: String\r\n  organizationalProcessCode_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  outputLogic: OutputLogicEnum\r\n  outputLogic_not: OutputLogicEnum\r\n  outputLogic_in: [OutputLogicEnum!]\r\n  outputLogic_not_in: [OutputLogicEnum!]\r\n  outputLogic_empty: Boolean\r\n  triggeredByEvent: Boolean\r\n  triggeredByEvent_not: Boolean\r\n  triggeredByEvent_empty: Boolean\r\n  designBA: DesignBAEnum\r\n  designBA_not: DesignBAEnum\r\n  designBA_in: [DesignBAEnum!]\r\n  designBA_not_in: [DesignBAEnum!]\r\n  designBA_empty: Boolean\r\n  knowledgeBA: KnowledgeBAEnum\r\n  knowledgeBA_not: KnowledgeBAEnum\r\n  knowledgeBA_in: [KnowledgeBAEnum!]\r\n  knowledgeBA_not_in: [KnowledgeBAEnum!]\r\n  knowledgeBA_empty: Boolean\r\n  iTSupportBA: ITSupportBAEnum\r\n  iTSupportBA_not: ITSupportBAEnum\r\n  iTSupportBA_in: [ITSupportBAEnum!]\r\n  iTSupportBA_not_in: [ITSupportBAEnum!]\r\n  iTSupportBA_empty: Boolean\r\n  executionBA: ExecutionBAEnum\r\n  executionBA_not: ExecutionBAEnum\r\n  executionBA_in: [ExecutionBAEnum!]\r\n  executionBA_not_in: [ExecutionBAEnum!]\r\n  executionBA_empty: Boolean\r\n  efficiencyBA: EfficiencyBAEnum\r\n  efficiencyBA_not: EfficiencyBAEnum\r\n  efficiencyBA_in: [EfficiencyBAEnum!]\r\n  efficiencyBA_not_in: [EfficiencyBAEnum!]\r\n  efficiencyBA_empty: Boolean\r\n  businessValueBA: BusinessValueBAEnum\r\n  businessValueBA_not: BusinessValueBAEnum\r\n  businessValueBA_in: [BusinessValueBAEnum!]\r\n  businessValueBA_not_in: [BusinessValueBAEnum!]\r\n  businessValueBA_empty: Boolean\r\n  riskBA: RiskBAEnum\r\n  riskBA_not: RiskBAEnum\r\n  riskBA_in: [RiskBAEnum!]\r\n  riskBA_not_in: [RiskBAEnum!]\r\n  riskBA_empty: Boolean\r\n  performanceBA: PerformanceBAEnum\r\n  performanceBA_not: PerformanceBAEnum\r\n  performanceBA_in: [PerformanceBAEnum!]\r\n  performanceBA_not_in: [PerformanceBAEnum!]\r\n  performanceBA_empty: Boolean\r\n  transaction: TransactionEnum\r\n  transaction_not: TransactionEnum\r\n  transaction_in: [TransactionEnum!]\r\n  transaction_not_in: [TransactionEnum!]\r\n  transaction_empty: Boolean\r\n  loop: LoopEnum\r\n  loop_not: LoopEnum\r\n  loop_in: [LoopEnum!]\r\n  loop_not_in: [LoopEnum!]\r\n  loop_empty: Boolean\r\n  adHoc: AdHocEnum\r\n  adHoc_not: AdHocEnum\r\n  adHoc_in: [AdHocEnum!]\r\n  adHoc_not_in: [AdHocEnum!]\r\n  adHoc_empty: Boolean\r\n  multiple: MultipleEnum\r\n  multiple_not: MultipleEnum\r\n  multiple_in: [MultipleEnum!]\r\n  multiple_not_in: [MultipleEnum!]\r\n  multiple_empty: Boolean\r\n  compensation: CompensationEnum\r\n  compensation_not: CompensationEnum\r\n  compensation_in: [CompensationEnum!]\r\n  compensation_not_in: [CompensationEnum!]\r\n  compensation_empty: Boolean\r\n  loopCondition: String\r\n  loopCondition_not: String\r\n  loopCondition_in: [String!]\r\n  loopCondition_not_in: [String!]\r\n  loopCondition_lt: String\r\n  loopCondition_lte: String\r\n  loopCondition_gt: String\r\n  loopCondition_gte: String\r\n  loopCondition_contains: String\r\n  loopCondition_not_contains: String\r\n  loopCondition_starts_with: String\r\n  loopCondition_not_starts_with: String\r\n  loopCondition_ends_with: String\r\n  loopCondition_not_ends_with: String\r\n  loopCondition_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  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  organizationalProcessStatus_not: OrganizationalProcessStatusEnum\r\n  organizationalProcessStatus_in: [OrganizationalProcessStatusEnum!]\r\n  organizationalProcessStatus_not_in: [OrganizationalProcessStatusEnum!]\r\n  organizationalProcessStatus_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  taskType: TaskTypeEnum\r\n  taskType_not: TaskTypeEnum\r\n  taskType_in: [TaskTypeEnum!]\r\n  taskType_not_in: [TaskTypeEnum!]\r\n  taskType_empty: Boolean\r\n  inputLogic: InputLogicEnum\r\n  inputLogic_not: InputLogicEnum\r\n  inputLogic_in: [InputLogicEnum!]\r\n  inputLogic_not_in: [InputLogicEnum!]\r\n  inputLogic_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  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  organizationalProcessDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n  organizationalProcessDesigner_PersonSystem_count: countFilter\r\n  organizationalProcessManager_PersonSystem_some: [PersonSystemFilter!]\r\n  organizationalProcessManager_PersonSystem_count: countFilter\r\n  organizationalProcessContributor_PersonSystem_some: [PersonSystemFilter!]\r\n  organizationalProcessContributor_PersonSystem_count: countFilter\r\n  organizationalProcessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  organizationalProcessOwner_PersonSystem_count: countFilter\r\n  organizationalProcess_OrganizationalProcessUsed_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_OrganizationalProcessUsed_count: countFilter\r\n  organizationalProcess_UserOrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_UserOrganizationalProcess_count: countFilter\r\n  questionGroup_some: [QuestionGroupFilter!]\r\n  questionGroup_count: countFilter\r\n  auditActivity_Activity_some: [AuditActivityFilter!]\r\n  auditActivity_Activity_count: countFilter\r\n  auditTheme_some: [AuditThemeFilter!]\r\n  auditTheme_count: countFilter\r\n  plan_AuditPlan_some: [PlanFilter!]\r\n  plan_AuditPlan_count: countFilter\r\n  recommendation_some: [RecommendationFilter!]\r\n  recommendation_count: countFilter\r\n  audit_some: [AuditFilter!]\r\n  audit_count: countFilter\r\n}\r\n\r\nenum Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  name_ASC\r\n  name_DESC\r\n  organizationalProcessCode_ASC\r\n  organizationalProcessCode_DESC\r\n  beginLifeDate_ASC\r\n  beginLifeDate_DESC\r\n  endLifeDate_ASC\r\n  endLifeDate_DESC\r\n  outputLogic_ASC\r\n  outputLogic_DESC\r\n  triggeredByEvent_ASC\r\n  triggeredByEvent_DESC\r\n  designBA_ASC\r\n  designBA_DESC\r\n  knowledgeBA_ASC\r\n  knowledgeBA_DESC\r\n  iTSupportBA_ASC\r\n  iTSupportBA_DESC\r\n  executionBA_ASC\r\n  executionBA_DESC\r\n  efficiencyBA_ASC\r\n  efficiencyBA_DESC\r\n  businessValueBA_ASC\r\n  businessValueBA_DESC\r\n  riskBA_ASC\r\n  riskBA_DESC\r\n  performanceBA_ASC\r\n  performanceBA_DESC\r\n  transaction_ASC\r\n  transaction_DESC\r\n  loop_ASC\r\n  loop_DESC\r\n  adHoc_ASC\r\n  adHoc_DESC\r\n  multiple_ASC\r\n  multiple_DESC\r\n  compensation_ASC\r\n  compensation_DESC\r\n  loopCondition_ASC\r\n  loopCondition_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  organizationalProcessStatus_ASC\r\n  organizationalProcessStatus_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  taskType_ASC\r\n  taskType_DESC\r\n  inputLogic_ASC\r\n  inputLogic_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_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesigner implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  organizationalProcessCode: String\r\n  beginLifeDate(format: String, timeOffset: String): CustomDate\r\n  endLifeDate(format: String, timeOffset: String): CustomDate\r\n  outputLogic(format: EnumFormat): OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA(format: EnumFormat): DesignBAEnum\r\n  knowledgeBA(format: EnumFormat): KnowledgeBAEnum\r\n  iTSupportBA(format: EnumFormat): ITSupportBAEnum\r\n  executionBA(format: EnumFormat): ExecutionBAEnum\r\n  efficiencyBA(format: EnumFormat): EfficiencyBAEnum\r\n  businessValueBA(format: EnumFormat): BusinessValueBAEnum\r\n  riskBA(format: EnumFormat): RiskBAEnum\r\n  performanceBA(format: EnumFormat): PerformanceBAEnum\r\n  transaction(format: EnumFormat): TransactionEnum\r\n  loop(format: EnumFormat): LoopEnum\r\n  adHoc(format: EnumFormat): AdHocEnum\r\n  multiple(format: EnumFormat): MultipleEnum\r\n  compensation(format: EnumFormat): CompensationEnum\r\n  loopCondition: String\r\n  assessmentFreshness: CustomFloat\r\n  organizationalProcessStatus(format: EnumFormat): OrganizationalProcessStatusEnum\r\n  lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  taskType(format: EnumFormat): TaskTypeEnum\r\n  inputLogic(format: EnumFormat): InputLogicEnum\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  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  organizationalProcess_OrganizationalProcessUsed(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcess_OrganizationalProcessUsedAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcess_UserOrganizationalProcess(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcess_UserOrganizationalProcessAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  questionGroup(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroup]\r\n  questionGroupAggregatedValues(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroupAggregatedValues]\r\n  auditActivity_Activity(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivity_ActivityAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\r\n  auditTheme(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditTheme]\r\n  auditThemeAggregatedValues(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditThemeAggregatedValues]\r\n  plan_AuditPlan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  plan_AuditPlanAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  recommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  audit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  auditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  organizationalProcessDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n  organizationalProcessManager_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [PersonSystemAggregatedValues]\r\n  organizationalProcessContributor_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [PersonSystemAggregatedValues]\r\n  organizationalProcessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter {\r\n  and: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter!]\r\n  or: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  organizationalProcessCode: String\r\n  organizationalProcessCode_not: String\r\n  organizationalProcessCode_in: [String!]\r\n  organizationalProcessCode_not_in: [String!]\r\n  organizationalProcessCode_lt: String\r\n  organizationalProcessCode_lte: String\r\n  organizationalProcessCode_gt: String\r\n  organizationalProcessCode_gte: String\r\n  organizationalProcessCode_contains: String\r\n  organizationalProcessCode_not_contains: String\r\n  organizationalProcessCode_starts_with: String\r\n  organizationalProcessCode_not_starts_with: String\r\n  organizationalProcessCode_ends_with: String\r\n  organizationalProcessCode_not_ends_with: String\r\n  organizationalProcessCode_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  outputLogic: OutputLogicEnum\r\n  outputLogic_not: OutputLogicEnum\r\n  outputLogic_in: [OutputLogicEnum!]\r\n  outputLogic_not_in: [OutputLogicEnum!]\r\n  outputLogic_empty: Boolean\r\n  triggeredByEvent: Boolean\r\n  triggeredByEvent_not: Boolean\r\n  triggeredByEvent_empty: Boolean\r\n  designBA: DesignBAEnum\r\n  designBA_not: DesignBAEnum\r\n  designBA_in: [DesignBAEnum!]\r\n  designBA_not_in: [DesignBAEnum!]\r\n  designBA_empty: Boolean\r\n  knowledgeBA: KnowledgeBAEnum\r\n  knowledgeBA_not: KnowledgeBAEnum\r\n  knowledgeBA_in: [KnowledgeBAEnum!]\r\n  knowledgeBA_not_in: [KnowledgeBAEnum!]\r\n  knowledgeBA_empty: Boolean\r\n  iTSupportBA: ITSupportBAEnum\r\n  iTSupportBA_not: ITSupportBAEnum\r\n  iTSupportBA_in: [ITSupportBAEnum!]\r\n  iTSupportBA_not_in: [ITSupportBAEnum!]\r\n  iTSupportBA_empty: Boolean\r\n  executionBA: ExecutionBAEnum\r\n  executionBA_not: ExecutionBAEnum\r\n  executionBA_in: [ExecutionBAEnum!]\r\n  executionBA_not_in: [ExecutionBAEnum!]\r\n  executionBA_empty: Boolean\r\n  efficiencyBA: EfficiencyBAEnum\r\n  efficiencyBA_not: EfficiencyBAEnum\r\n  efficiencyBA_in: [EfficiencyBAEnum!]\r\n  efficiencyBA_not_in: [EfficiencyBAEnum!]\r\n  efficiencyBA_empty: Boolean\r\n  businessValueBA: BusinessValueBAEnum\r\n  businessValueBA_not: BusinessValueBAEnum\r\n  businessValueBA_in: [BusinessValueBAEnum!]\r\n  businessValueBA_not_in: [BusinessValueBAEnum!]\r\n  businessValueBA_empty: Boolean\r\n  riskBA: RiskBAEnum\r\n  riskBA_not: RiskBAEnum\r\n  riskBA_in: [RiskBAEnum!]\r\n  riskBA_not_in: [RiskBAEnum!]\r\n  riskBA_empty: Boolean\r\n  performanceBA: PerformanceBAEnum\r\n  performanceBA_not: PerformanceBAEnum\r\n  performanceBA_in: [PerformanceBAEnum!]\r\n  performanceBA_not_in: [PerformanceBAEnum!]\r\n  performanceBA_empty: Boolean\r\n  transaction: TransactionEnum\r\n  transaction_not: TransactionEnum\r\n  transaction_in: [TransactionEnum!]\r\n  transaction_not_in: [TransactionEnum!]\r\n  transaction_empty: Boolean\r\n  loop: LoopEnum\r\n  loop_not: LoopEnum\r\n  loop_in: [LoopEnum!]\r\n  loop_not_in: [LoopEnum!]\r\n  loop_empty: Boolean\r\n  adHoc: AdHocEnum\r\n  adHoc_not: AdHocEnum\r\n  adHoc_in: [AdHocEnum!]\r\n  adHoc_not_in: [AdHocEnum!]\r\n  adHoc_empty: Boolean\r\n  multiple: MultipleEnum\r\n  multiple_not: MultipleEnum\r\n  multiple_in: [MultipleEnum!]\r\n  multiple_not_in: [MultipleEnum!]\r\n  multiple_empty: Boolean\r\n  compensation: CompensationEnum\r\n  compensation_not: CompensationEnum\r\n  compensation_in: [CompensationEnum!]\r\n  compensation_not_in: [CompensationEnum!]\r\n  compensation_empty: Boolean\r\n  loopCondition: String\r\n  loopCondition_not: String\r\n  loopCondition_in: [String!]\r\n  loopCondition_not_in: [String!]\r\n  loopCondition_lt: String\r\n  loopCondition_lte: String\r\n  loopCondition_gt: String\r\n  loopCondition_gte: String\r\n  loopCondition_contains: String\r\n  loopCondition_not_contains: String\r\n  loopCondition_starts_with: String\r\n  loopCondition_not_starts_with: String\r\n  loopCondition_ends_with: String\r\n  loopCondition_not_ends_with: String\r\n  loopCondition_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  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  organizationalProcessStatus_not: OrganizationalProcessStatusEnum\r\n  organizationalProcessStatus_in: [OrganizationalProcessStatusEnum!]\r\n  organizationalProcessStatus_not_in: [OrganizationalProcessStatusEnum!]\r\n  organizationalProcessStatus_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  taskType: TaskTypeEnum\r\n  taskType_not: TaskTypeEnum\r\n  taskType_in: [TaskTypeEnum!]\r\n  taskType_not_in: [TaskTypeEnum!]\r\n  taskType_empty: Boolean\r\n  inputLogic: InputLogicEnum\r\n  inputLogic_not: InputLogicEnum\r\n  inputLogic_in: [InputLogicEnum!]\r\n  inputLogic_not_in: [InputLogicEnum!]\r\n  inputLogic_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  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  organizationalProcessDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n  organizationalProcessDesigner_PersonSystem_count: countFilter\r\n  organizationalProcessManager_PersonSystem_some: [PersonSystemFilter!]\r\n  organizationalProcessManager_PersonSystem_count: countFilter\r\n  organizationalProcessContributor_PersonSystem_some: [PersonSystemFilter!]\r\n  organizationalProcessContributor_PersonSystem_count: countFilter\r\n  organizationalProcessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  organizationalProcessOwner_PersonSystem_count: countFilter\r\n  organizationalProcess_OrganizationalProcessUsed_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_OrganizationalProcessUsed_count: countFilter\r\n  organizationalProcess_UserOrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_UserOrganizationalProcess_count: countFilter\r\n  questionGroup_some: [QuestionGroupFilter!]\r\n  questionGroup_count: countFilter\r\n  auditActivity_Activity_some: [AuditActivityFilter!]\r\n  auditActivity_Activity_count: countFilter\r\n  auditTheme_some: [AuditThemeFilter!]\r\n  auditTheme_count: countFilter\r\n  plan_AuditPlan_some: [PlanFilter!]\r\n  plan_AuditPlan_count: countFilter\r\n  recommendation_some: [RecommendationFilter!]\r\n  recommendation_count: countFilter\r\n  audit_some: [AuditFilter!]\r\n  audit_count: countFilter\r\n}\r\n\r\nenum Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  name_ASC\r\n  name_DESC\r\n  organizationalProcessCode_ASC\r\n  organizationalProcessCode_DESC\r\n  beginLifeDate_ASC\r\n  beginLifeDate_DESC\r\n  endLifeDate_ASC\r\n  endLifeDate_DESC\r\n  outputLogic_ASC\r\n  outputLogic_DESC\r\n  triggeredByEvent_ASC\r\n  triggeredByEvent_DESC\r\n  designBA_ASC\r\n  designBA_DESC\r\n  knowledgeBA_ASC\r\n  knowledgeBA_DESC\r\n  iTSupportBA_ASC\r\n  iTSupportBA_DESC\r\n  executionBA_ASC\r\n  executionBA_DESC\r\n  efficiencyBA_ASC\r\n  efficiencyBA_DESC\r\n  businessValueBA_ASC\r\n  businessValueBA_DESC\r\n  riskBA_ASC\r\n  riskBA_DESC\r\n  performanceBA_ASC\r\n  performanceBA_DESC\r\n  transaction_ASC\r\n  transaction_DESC\r\n  loop_ASC\r\n  loop_DESC\r\n  adHoc_ASC\r\n  adHoc_DESC\r\n  multiple_ASC\r\n  multiple_DESC\r\n  compensation_ASC\r\n  compensation_DESC\r\n  loopCondition_ASC\r\n  loopCondition_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  organizationalProcessStatus_ASC\r\n  organizationalProcessStatus_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  taskType_ASC\r\n  taskType_DESC\r\n  inputLogic_ASC\r\n  inputLogic_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_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  organizationalProcessCode: String\r\n  beginLifeDate(format: String, timeOffset: String): CustomDate\r\n  endLifeDate(format: String, timeOffset: String): CustomDate\r\n  outputLogic(format: EnumFormat): OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA(format: EnumFormat): DesignBAEnum\r\n  knowledgeBA(format: EnumFormat): KnowledgeBAEnum\r\n  iTSupportBA(format: EnumFormat): ITSupportBAEnum\r\n  executionBA(format: EnumFormat): ExecutionBAEnum\r\n  efficiencyBA(format: EnumFormat): EfficiencyBAEnum\r\n  businessValueBA(format: EnumFormat): BusinessValueBAEnum\r\n  riskBA(format: EnumFormat): RiskBAEnum\r\n  performanceBA(format: EnumFormat): PerformanceBAEnum\r\n  transaction(format: EnumFormat): TransactionEnum\r\n  loop(format: EnumFormat): LoopEnum\r\n  adHoc(format: EnumFormat): AdHocEnum\r\n  multiple(format: EnumFormat): MultipleEnum\r\n  compensation(format: EnumFormat): CompensationEnum\r\n  loopCondition: String\r\n  assessmentFreshness: CustomFloat\r\n  organizationalProcessStatus(format: EnumFormat): OrganizationalProcessStatusEnum\r\n  lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  taskType(format: EnumFormat): TaskTypeEnum\r\n  inputLogic(format: EnumFormat): InputLogicEnum\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  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  organizationalProcess_OrganizationalProcessUsed(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcess_OrganizationalProcessUsedAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcess_UserOrganizationalProcess(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcess_UserOrganizationalProcessAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  questionGroup(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroup]\r\n  questionGroupAggregatedValues(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroupAggregatedValues]\r\n  auditActivity_Activity(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivity_ActivityAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\r\n  auditTheme(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditTheme]\r\n  auditThemeAggregatedValues(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditThemeAggregatedValues]\r\n  plan_AuditPlan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  plan_AuditPlanAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  recommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  audit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  auditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  organizationalProcessDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n  organizationalProcessManager_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [PersonSystemAggregatedValues]\r\n  organizationalProcessContributor_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [PersonSystemAggregatedValues]\r\n  organizationalProcessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter {\r\n  and: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter!]\r\n  or: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  organizationalProcessCode: String\r\n  organizationalProcessCode_not: String\r\n  organizationalProcessCode_in: [String!]\r\n  organizationalProcessCode_not_in: [String!]\r\n  organizationalProcessCode_lt: String\r\n  organizationalProcessCode_lte: String\r\n  organizationalProcessCode_gt: String\r\n  organizationalProcessCode_gte: String\r\n  organizationalProcessCode_contains: String\r\n  organizationalProcessCode_not_contains: String\r\n  organizationalProcessCode_starts_with: String\r\n  organizationalProcessCode_not_starts_with: String\r\n  organizationalProcessCode_ends_with: String\r\n  organizationalProcessCode_not_ends_with: String\r\n  organizationalProcessCode_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  outputLogic: OutputLogicEnum\r\n  outputLogic_not: OutputLogicEnum\r\n  outputLogic_in: [OutputLogicEnum!]\r\n  outputLogic_not_in: [OutputLogicEnum!]\r\n  outputLogic_empty: Boolean\r\n  triggeredByEvent: Boolean\r\n  triggeredByEvent_not: Boolean\r\n  triggeredByEvent_empty: Boolean\r\n  designBA: DesignBAEnum\r\n  designBA_not: DesignBAEnum\r\n  designBA_in: [DesignBAEnum!]\r\n  designBA_not_in: [DesignBAEnum!]\r\n  designBA_empty: Boolean\r\n  knowledgeBA: KnowledgeBAEnum\r\n  knowledgeBA_not: KnowledgeBAEnum\r\n  knowledgeBA_in: [KnowledgeBAEnum!]\r\n  knowledgeBA_not_in: [KnowledgeBAEnum!]\r\n  knowledgeBA_empty: Boolean\r\n  iTSupportBA: ITSupportBAEnum\r\n  iTSupportBA_not: ITSupportBAEnum\r\n  iTSupportBA_in: [ITSupportBAEnum!]\r\n  iTSupportBA_not_in: [ITSupportBAEnum!]\r\n  iTSupportBA_empty: Boolean\r\n  executionBA: ExecutionBAEnum\r\n  executionBA_not: ExecutionBAEnum\r\n  executionBA_in: [ExecutionBAEnum!]\r\n  executionBA_not_in: [ExecutionBAEnum!]\r\n  executionBA_empty: Boolean\r\n  efficiencyBA: EfficiencyBAEnum\r\n  efficiencyBA_not: EfficiencyBAEnum\r\n  efficiencyBA_in: [EfficiencyBAEnum!]\r\n  efficiencyBA_not_in: [EfficiencyBAEnum!]\r\n  efficiencyBA_empty: Boolean\r\n  businessValueBA: BusinessValueBAEnum\r\n  businessValueBA_not: BusinessValueBAEnum\r\n  businessValueBA_in: [BusinessValueBAEnum!]\r\n  businessValueBA_not_in: [BusinessValueBAEnum!]\r\n  businessValueBA_empty: Boolean\r\n  riskBA: RiskBAEnum\r\n  riskBA_not: RiskBAEnum\r\n  riskBA_in: [RiskBAEnum!]\r\n  riskBA_not_in: [RiskBAEnum!]\r\n  riskBA_empty: Boolean\r\n  performanceBA: PerformanceBAEnum\r\n  performanceBA_not: PerformanceBAEnum\r\n  performanceBA_in: [PerformanceBAEnum!]\r\n  performanceBA_not_in: [PerformanceBAEnum!]\r\n  performanceBA_empty: Boolean\r\n  transaction: TransactionEnum\r\n  transaction_not: TransactionEnum\r\n  transaction_in: [TransactionEnum!]\r\n  transaction_not_in: [TransactionEnum!]\r\n  transaction_empty: Boolean\r\n  loop: LoopEnum\r\n  loop_not: LoopEnum\r\n  loop_in: [LoopEnum!]\r\n  loop_not_in: [LoopEnum!]\r\n  loop_empty: Boolean\r\n  adHoc: AdHocEnum\r\n  adHoc_not: AdHocEnum\r\n  adHoc_in: [AdHocEnum!]\r\n  adHoc_not_in: [AdHocEnum!]\r\n  adHoc_empty: Boolean\r\n  multiple: MultipleEnum\r\n  multiple_not: MultipleEnum\r\n  multiple_in: [MultipleEnum!]\r\n  multiple_not_in: [MultipleEnum!]\r\n  multiple_empty: Boolean\r\n  compensation: CompensationEnum\r\n  compensation_not: CompensationEnum\r\n  compensation_in: [CompensationEnum!]\r\n  compensation_not_in: [CompensationEnum!]\r\n  compensation_empty: Boolean\r\n  loopCondition: String\r\n  loopCondition_not: String\r\n  loopCondition_in: [String!]\r\n  loopCondition_not_in: [String!]\r\n  loopCondition_lt: String\r\n  loopCondition_lte: String\r\n  loopCondition_gt: String\r\n  loopCondition_gte: String\r\n  loopCondition_contains: String\r\n  loopCondition_not_contains: String\r\n  loopCondition_starts_with: String\r\n  loopCondition_not_starts_with: String\r\n  loopCondition_ends_with: String\r\n  loopCondition_not_ends_with: String\r\n  loopCondition_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  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  organizationalProcessStatus_not: OrganizationalProcessStatusEnum\r\n  organizationalProcessStatus_in: [OrganizationalProcessStatusEnum!]\r\n  organizationalProcessStatus_not_in: [OrganizationalProcessStatusEnum!]\r\n  organizationalProcessStatus_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  taskType: TaskTypeEnum\r\n  taskType_not: TaskTypeEnum\r\n  taskType_in: [TaskTypeEnum!]\r\n  taskType_not_in: [TaskTypeEnum!]\r\n  taskType_empty: Boolean\r\n  inputLogic: InputLogicEnum\r\n  inputLogic_not: InputLogicEnum\r\n  inputLogic_in: [InputLogicEnum!]\r\n  inputLogic_not_in: [InputLogicEnum!]\r\n  inputLogic_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  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  organizationalProcessDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n  organizationalProcessDesigner_PersonSystem_count: countFilter\r\n  organizationalProcessManager_PersonSystem_some: [PersonSystemFilter!]\r\n  organizationalProcessManager_PersonSystem_count: countFilter\r\n  organizationalProcessContributor_PersonSystem_some: [PersonSystemFilter!]\r\n  organizationalProcessContributor_PersonSystem_count: countFilter\r\n  organizationalProcessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  organizationalProcessOwner_PersonSystem_count: countFilter\r\n  organizationalProcess_OrganizationalProcessUsed_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_OrganizationalProcessUsed_count: countFilter\r\n  organizationalProcess_UserOrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_UserOrganizationalProcess_count: countFilter\r\n  questionGroup_some: [QuestionGroupFilter!]\r\n  questionGroup_count: countFilter\r\n  auditActivity_Activity_some: [AuditActivityFilter!]\r\n  auditActivity_Activity_count: countFilter\r\n  auditTheme_some: [AuditThemeFilter!]\r\n  auditTheme_count: countFilter\r\n  plan_AuditPlan_some: [PlanFilter!]\r\n  plan_AuditPlan_count: countFilter\r\n  recommendation_some: [RecommendationFilter!]\r\n  recommendation_count: countFilter\r\n  audit_some: [AuditFilter!]\r\n  audit_count: countFilter\r\n}\r\n\r\nenum Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  name_ASC\r\n  name_DESC\r\n  organizationalProcessCode_ASC\r\n  organizationalProcessCode_DESC\r\n  beginLifeDate_ASC\r\n  beginLifeDate_DESC\r\n  endLifeDate_ASC\r\n  endLifeDate_DESC\r\n  outputLogic_ASC\r\n  outputLogic_DESC\r\n  triggeredByEvent_ASC\r\n  triggeredByEvent_DESC\r\n  designBA_ASC\r\n  designBA_DESC\r\n  knowledgeBA_ASC\r\n  knowledgeBA_DESC\r\n  iTSupportBA_ASC\r\n  iTSupportBA_DESC\r\n  executionBA_ASC\r\n  executionBA_DESC\r\n  efficiencyBA_ASC\r\n  efficiencyBA_DESC\r\n  businessValueBA_ASC\r\n  businessValueBA_DESC\r\n  riskBA_ASC\r\n  riskBA_DESC\r\n  performanceBA_ASC\r\n  performanceBA_DESC\r\n  transaction_ASC\r\n  transaction_DESC\r\n  loop_ASC\r\n  loop_DESC\r\n  adHoc_ASC\r\n  adHoc_DESC\r\n  multiple_ASC\r\n  multiple_DESC\r\n  compensation_ASC\r\n  compensation_DESC\r\n  loopCondition_ASC\r\n  loopCondition_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  organizationalProcessStatus_ASC\r\n  organizationalProcessStatus_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  taskType_ASC\r\n  taskType_DESC\r\n  inputLogic_ASC\r\n  inputLogic_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_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwner implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  organizationalProcessCode: String\r\n  beginLifeDate(format: String, timeOffset: String): CustomDate\r\n  endLifeDate(format: String, timeOffset: String): CustomDate\r\n  outputLogic(format: EnumFormat): OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA(format: EnumFormat): DesignBAEnum\r\n  knowledgeBA(format: EnumFormat): KnowledgeBAEnum\r\n  iTSupportBA(format: EnumFormat): ITSupportBAEnum\r\n  executionBA(format: EnumFormat): ExecutionBAEnum\r\n  efficiencyBA(format: EnumFormat): EfficiencyBAEnum\r\n  businessValueBA(format: EnumFormat): BusinessValueBAEnum\r\n  riskBA(format: EnumFormat): RiskBAEnum\r\n  performanceBA(format: EnumFormat): PerformanceBAEnum\r\n  transaction(format: EnumFormat): TransactionEnum\r\n  loop(format: EnumFormat): LoopEnum\r\n  adHoc(format: EnumFormat): AdHocEnum\r\n  multiple(format: EnumFormat): MultipleEnum\r\n  compensation(format: EnumFormat): CompensationEnum\r\n  loopCondition: String\r\n  assessmentFreshness: CustomFloat\r\n  organizationalProcessStatus(format: EnumFormat): OrganizationalProcessStatusEnum\r\n  lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  taskType(format: EnumFormat): TaskTypeEnum\r\n  inputLogic(format: EnumFormat): InputLogicEnum\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  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  organizationalProcess_OrganizationalProcessUsed(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcess_OrganizationalProcessUsedAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcess_UserOrganizationalProcess(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcess_UserOrganizationalProcessAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  questionGroup(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroup]\r\n  questionGroupAggregatedValues(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroupAggregatedValues]\r\n  auditActivity_Activity(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivity_ActivityAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\r\n  auditTheme(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditTheme]\r\n  auditThemeAggregatedValues(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditThemeAggregatedValues]\r\n  plan_AuditPlan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  plan_AuditPlanAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  recommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  audit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  auditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  organizationalProcessDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n  organizationalProcessManager_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [PersonSystemAggregatedValues]\r\n  organizationalProcessContributor_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [PersonSystemAggregatedValues]\r\n  organizationalProcessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter {\r\n  and: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter!]\r\n  or: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  organizationalProcessCode: String\r\n  organizationalProcessCode_not: String\r\n  organizationalProcessCode_in: [String!]\r\n  organizationalProcessCode_not_in: [String!]\r\n  organizationalProcessCode_lt: String\r\n  organizationalProcessCode_lte: String\r\n  organizationalProcessCode_gt: String\r\n  organizationalProcessCode_gte: String\r\n  organizationalProcessCode_contains: String\r\n  organizationalProcessCode_not_contains: String\r\n  organizationalProcessCode_starts_with: String\r\n  organizationalProcessCode_not_starts_with: String\r\n  organizationalProcessCode_ends_with: String\r\n  organizationalProcessCode_not_ends_with: String\r\n  organizationalProcessCode_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  outputLogic: OutputLogicEnum\r\n  outputLogic_not: OutputLogicEnum\r\n  outputLogic_in: [OutputLogicEnum!]\r\n  outputLogic_not_in: [OutputLogicEnum!]\r\n  outputLogic_empty: Boolean\r\n  triggeredByEvent: Boolean\r\n  triggeredByEvent_not: Boolean\r\n  triggeredByEvent_empty: Boolean\r\n  designBA: DesignBAEnum\r\n  designBA_not: DesignBAEnum\r\n  designBA_in: [DesignBAEnum!]\r\n  designBA_not_in: [DesignBAEnum!]\r\n  designBA_empty: Boolean\r\n  knowledgeBA: KnowledgeBAEnum\r\n  knowledgeBA_not: KnowledgeBAEnum\r\n  knowledgeBA_in: [KnowledgeBAEnum!]\r\n  knowledgeBA_not_in: [KnowledgeBAEnum!]\r\n  knowledgeBA_empty: Boolean\r\n  iTSupportBA: ITSupportBAEnum\r\n  iTSupportBA_not: ITSupportBAEnum\r\n  iTSupportBA_in: [ITSupportBAEnum!]\r\n  iTSupportBA_not_in: [ITSupportBAEnum!]\r\n  iTSupportBA_empty: Boolean\r\n  executionBA: ExecutionBAEnum\r\n  executionBA_not: ExecutionBAEnum\r\n  executionBA_in: [ExecutionBAEnum!]\r\n  executionBA_not_in: [ExecutionBAEnum!]\r\n  executionBA_empty: Boolean\r\n  efficiencyBA: EfficiencyBAEnum\r\n  efficiencyBA_not: EfficiencyBAEnum\r\n  efficiencyBA_in: [EfficiencyBAEnum!]\r\n  efficiencyBA_not_in: [EfficiencyBAEnum!]\r\n  efficiencyBA_empty: Boolean\r\n  businessValueBA: BusinessValueBAEnum\r\n  businessValueBA_not: BusinessValueBAEnum\r\n  businessValueBA_in: [BusinessValueBAEnum!]\r\n  businessValueBA_not_in: [BusinessValueBAEnum!]\r\n  businessValueBA_empty: Boolean\r\n  riskBA: RiskBAEnum\r\n  riskBA_not: RiskBAEnum\r\n  riskBA_in: [RiskBAEnum!]\r\n  riskBA_not_in: [RiskBAEnum!]\r\n  riskBA_empty: Boolean\r\n  performanceBA: PerformanceBAEnum\r\n  performanceBA_not: PerformanceBAEnum\r\n  performanceBA_in: [PerformanceBAEnum!]\r\n  performanceBA_not_in: [PerformanceBAEnum!]\r\n  performanceBA_empty: Boolean\r\n  transaction: TransactionEnum\r\n  transaction_not: TransactionEnum\r\n  transaction_in: [TransactionEnum!]\r\n  transaction_not_in: [TransactionEnum!]\r\n  transaction_empty: Boolean\r\n  loop: LoopEnum\r\n  loop_not: LoopEnum\r\n  loop_in: [LoopEnum!]\r\n  loop_not_in: [LoopEnum!]\r\n  loop_empty: Boolean\r\n  adHoc: AdHocEnum\r\n  adHoc_not: AdHocEnum\r\n  adHoc_in: [AdHocEnum!]\r\n  adHoc_not_in: [AdHocEnum!]\r\n  adHoc_empty: Boolean\r\n  multiple: MultipleEnum\r\n  multiple_not: MultipleEnum\r\n  multiple_in: [MultipleEnum!]\r\n  multiple_not_in: [MultipleEnum!]\r\n  multiple_empty: Boolean\r\n  compensation: CompensationEnum\r\n  compensation_not: CompensationEnum\r\n  compensation_in: [CompensationEnum!]\r\n  compensation_not_in: [CompensationEnum!]\r\n  compensation_empty: Boolean\r\n  loopCondition: String\r\n  loopCondition_not: String\r\n  loopCondition_in: [String!]\r\n  loopCondition_not_in: [String!]\r\n  loopCondition_lt: String\r\n  loopCondition_lte: String\r\n  loopCondition_gt: String\r\n  loopCondition_gte: String\r\n  loopCondition_contains: String\r\n  loopCondition_not_contains: String\r\n  loopCondition_starts_with: String\r\n  loopCondition_not_starts_with: String\r\n  loopCondition_ends_with: String\r\n  loopCondition_not_ends_with: String\r\n  loopCondition_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  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  organizationalProcessStatus_not: OrganizationalProcessStatusEnum\r\n  organizationalProcessStatus_in: [OrganizationalProcessStatusEnum!]\r\n  organizationalProcessStatus_not_in: [OrganizationalProcessStatusEnum!]\r\n  organizationalProcessStatus_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  taskType: TaskTypeEnum\r\n  taskType_not: TaskTypeEnum\r\n  taskType_in: [TaskTypeEnum!]\r\n  taskType_not_in: [TaskTypeEnum!]\r\n  taskType_empty: Boolean\r\n  inputLogic: InputLogicEnum\r\n  inputLogic_not: InputLogicEnum\r\n  inputLogic_in: [InputLogicEnum!]\r\n  inputLogic_not_in: [InputLogicEnum!]\r\n  inputLogic_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  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  organizationalProcessDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n  organizationalProcessDesigner_PersonSystem_count: countFilter\r\n  organizationalProcessManager_PersonSystem_some: [PersonSystemFilter!]\r\n  organizationalProcessManager_PersonSystem_count: countFilter\r\n  organizationalProcessContributor_PersonSystem_some: [PersonSystemFilter!]\r\n  organizationalProcessContributor_PersonSystem_count: countFilter\r\n  organizationalProcessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  organizationalProcessOwner_PersonSystem_count: countFilter\r\n  organizationalProcess_OrganizationalProcessUsed_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_OrganizationalProcessUsed_count: countFilter\r\n  organizationalProcess_UserOrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_UserOrganizationalProcess_count: countFilter\r\n  questionGroup_some: [QuestionGroupFilter!]\r\n  questionGroup_count: countFilter\r\n  auditActivity_Activity_some: [AuditActivityFilter!]\r\n  auditActivity_Activity_count: countFilter\r\n  auditTheme_some: [AuditThemeFilter!]\r\n  auditTheme_count: countFilter\r\n  plan_AuditPlan_some: [PlanFilter!]\r\n  plan_AuditPlan_count: countFilter\r\n  recommendation_some: [RecommendationFilter!]\r\n  recommendation_count: countFilter\r\n  audit_some: [AuditFilter!]\r\n  audit_count: countFilter\r\n}\r\n\r\nenum Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  name_ASC\r\n  name_DESC\r\n  organizationalProcessCode_ASC\r\n  organizationalProcessCode_DESC\r\n  beginLifeDate_ASC\r\n  beginLifeDate_DESC\r\n  endLifeDate_ASC\r\n  endLifeDate_DESC\r\n  outputLogic_ASC\r\n  outputLogic_DESC\r\n  triggeredByEvent_ASC\r\n  triggeredByEvent_DESC\r\n  designBA_ASC\r\n  designBA_DESC\r\n  knowledgeBA_ASC\r\n  knowledgeBA_DESC\r\n  iTSupportBA_ASC\r\n  iTSupportBA_DESC\r\n  executionBA_ASC\r\n  executionBA_DESC\r\n  efficiencyBA_ASC\r\n  efficiencyBA_DESC\r\n  businessValueBA_ASC\r\n  businessValueBA_DESC\r\n  riskBA_ASC\r\n  riskBA_DESC\r\n  performanceBA_ASC\r\n  performanceBA_DESC\r\n  transaction_ASC\r\n  transaction_DESC\r\n  loop_ASC\r\n  loop_DESC\r\n  adHoc_ASC\r\n  adHoc_DESC\r\n  multiple_ASC\r\n  multiple_DESC\r\n  compensation_ASC\r\n  compensation_DESC\r\n  loopCondition_ASC\r\n  loopCondition_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  organizationalProcessStatus_ASC\r\n  organizationalProcessStatus_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  taskType_ASC\r\n  taskType_DESC\r\n  inputLogic_ASC\r\n  inputLogic_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_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  organizationalProcessCode: String\r\n  beginLifeDate(format: String, timeOffset: String): CustomDate\r\n  endLifeDate(format: String, timeOffset: String): CustomDate\r\n  outputLogic(format: EnumFormat): OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA(format: EnumFormat): DesignBAEnum\r\n  knowledgeBA(format: EnumFormat): KnowledgeBAEnum\r\n  iTSupportBA(format: EnumFormat): ITSupportBAEnum\r\n  executionBA(format: EnumFormat): ExecutionBAEnum\r\n  efficiencyBA(format: EnumFormat): EfficiencyBAEnum\r\n  businessValueBA(format: EnumFormat): BusinessValueBAEnum\r\n  riskBA(format: EnumFormat): RiskBAEnum\r\n  performanceBA(format: EnumFormat): PerformanceBAEnum\r\n  transaction(format: EnumFormat): TransactionEnum\r\n  loop(format: EnumFormat): LoopEnum\r\n  adHoc(format: EnumFormat): AdHocEnum\r\n  multiple(format: EnumFormat): MultipleEnum\r\n  compensation(format: EnumFormat): CompensationEnum\r\n  loopCondition: String\r\n  assessmentFreshness: CustomFloat\r\n  organizationalProcessStatus(format: EnumFormat): OrganizationalProcessStatusEnum\r\n  lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  taskType(format: EnumFormat): TaskTypeEnum\r\n  inputLogic(format: EnumFormat): InputLogicEnum\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  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  organizationalProcess_OrganizationalProcessUsed(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcess_OrganizationalProcessUsedAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcess_UserOrganizationalProcess(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcess_UserOrganizationalProcessAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  questionGroup(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroup]\r\n  questionGroupAggregatedValues(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroupAggregatedValues]\r\n  auditActivity_Activity(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivity_ActivityAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\r\n  auditTheme(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditTheme]\r\n  auditThemeAggregatedValues(filter: AuditThemeFilter, orderBy: [AuditThemeOrderBy]): [AuditThemeAggregatedValues]\r\n  plan_AuditPlan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  plan_AuditPlanAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  recommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  audit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  auditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  organizationalProcessDesigner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [PersonSystemAggregatedValues]\r\n  organizationalProcessManager_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [PersonSystemAggregatedValues]\r\n  organizationalProcessContributor_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [PersonSystemAggregatedValues]\r\n  organizationalProcessOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n  and: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n  or: [Relationship_OrganizationalProcess_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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  organizationalProcessCode: String\r\n  organizationalProcessCode_not: String\r\n  organizationalProcessCode_in: [String!]\r\n  organizationalProcessCode_not_in: [String!]\r\n  organizationalProcessCode_lt: String\r\n  organizationalProcessCode_lte: String\r\n  organizationalProcessCode_gt: String\r\n  organizationalProcessCode_gte: String\r\n  organizationalProcessCode_contains: String\r\n  organizationalProcessCode_not_contains: String\r\n  organizationalProcessCode_starts_with: String\r\n  organizationalProcessCode_not_starts_with: String\r\n  organizationalProcessCode_ends_with: String\r\n  organizationalProcessCode_not_ends_with: String\r\n  organizationalProcessCode_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  outputLogic: OutputLogicEnum\r\n  outputLogic_not: OutputLogicEnum\r\n  outputLogic_in: [OutputLogicEnum!]\r\n  outputLogic_not_in: [OutputLogicEnum!]\r\n  outputLogic_empty: Boolean\r\n  triggeredByEvent: Boolean\r\n  triggeredByEvent_not: Boolean\r\n  triggeredByEvent_empty: Boolean\r\n  designBA: DesignBAEnum\r\n  designBA_not: DesignBAEnum\r\n  designBA_in: [DesignBAEnum!]\r\n  designBA_not_in: [DesignBAEnum!]\r\n  designBA_empty: Boolean\r\n  knowledgeBA: KnowledgeBAEnum\r\n  knowledgeBA_not: KnowledgeBAEnum\r\n  knowledgeBA_in: [KnowledgeBAEnum!]\r\n  knowledgeBA_not_in: [KnowledgeBAEnum!]\r\n  knowledgeBA_empty: Boolean\r\n  iTSupportBA: ITSupportBAEnum\r\n  iTSupportBA_not: ITSupportBAEnum\r\n  iTSupportBA_in: [ITSupportBAEnum!]\r\n  iTSupportBA_not_in: [ITSupportBAEnum!]\r\n  iTSupportBA_empty: Boolean\r\n  executionBA: ExecutionBAEnum\r\n  executionBA_not: ExecutionBAEnum\r\n  executionBA_in: [ExecutionBAEnum!]\r\n  executionBA_not_in: [ExecutionBAEnum!]\r\n  executionBA_empty: Boolean\r\n  efficiencyBA: EfficiencyBAEnum\r\n  efficiencyBA_not: EfficiencyBAEnum\r\n  efficiencyBA_in: [EfficiencyBAEnum!]\r\n  efficiencyBA_not_in: [EfficiencyBAEnum!]\r\n  efficiencyBA_empty: Boolean\r\n  businessValueBA: BusinessValueBAEnum\r\n  businessValueBA_not: BusinessValueBAEnum\r\n  businessValueBA_in: [BusinessValueBAEnum!]\r\n  businessValueBA_not_in: [BusinessValueBAEnum!]\r\n  businessValueBA_empty: Boolean\r\n  riskBA: RiskBAEnum\r\n  riskBA_not: RiskBAEnum\r\n  riskBA_in: [RiskBAEnum!]\r\n  riskBA_not_in: [RiskBAEnum!]\r\n  riskBA_empty: Boolean\r\n  performanceBA: PerformanceBAEnum\r\n  performanceBA_not: PerformanceBAEnum\r\n  performanceBA_in: [PerformanceBAEnum!]\r\n  performanceBA_not_in: [PerformanceBAEnum!]\r\n  performanceBA_empty: Boolean\r\n  transaction: TransactionEnum\r\n  transaction_not: TransactionEnum\r\n  transaction_in: [TransactionEnum!]\r\n  transaction_not_in: [TransactionEnum!]\r\n  transaction_empty: Boolean\r\n  loop: LoopEnum\r\n  loop_not: LoopEnum\r\n  loop_in: [LoopEnum!]\r\n  loop_not_in: [LoopEnum!]\r\n  loop_empty: Boolean\r\n  adHoc: AdHocEnum\r\n  adHoc_not: AdHocEnum\r\n  adHoc_in: [AdHocEnum!]\r\n  adHoc_not_in: [AdHocEnum!]\r\n  adHoc_empty: Boolean\r\n  multiple: MultipleEnum\r\n  multiple_not: MultipleEnum\r\n  multiple_in: [MultipleEnum!]\r\n  multiple_not_in: [MultipleEnum!]\r\n  multiple_empty: Boolean\r\n  compensation: CompensationEnum\r\n  compensation_not: CompensationEnum\r\n  compensation_in: [CompensationEnum!]\r\n  compensation_not_in: [CompensationEnum!]\r\n  compensation_empty: Boolean\r\n  loopCondition: String\r\n  loopCondition_not: String\r\n  loopCondition_in: [String!]\r\n  loopCondition_not_in: [String!]\r\n  loopCondition_lt: String\r\n  loopCondition_lte: String\r\n  loopCondition_gt: String\r\n  loopCondition_gte: String\r\n  loopCondition_contains: String\r\n  loopCondition_not_contains: String\r\n  loopCondition_starts_with: String\r\n  loopCondition_not_starts_with: String\r\n  loopCondition_ends_with: String\r\n  loopCondition_not_ends_with: String\r\n  loopCondition_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  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  organizationalProcessStatus_not: OrganizationalProcessStatusEnum\r\n  organizationalProcessStatus_in: [OrganizationalProcessStatusEnum!]\r\n  organizationalProcessStatus_not_in: [OrganizationalProcessStatusEnum!]\r\n  organizationalProcessStatus_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  taskType: TaskTypeEnum\r\n  taskType_not: TaskTypeEnum\r\n  taskType_in: [TaskTypeEnum!]\r\n  taskType_not_in: [TaskTypeEnum!]\r\n  taskType_empty: Boolean\r\n  inputLogic: InputLogicEnum\r\n  inputLogic_not: InputLogicEnum\r\n  inputLogic_in: [InputLogicEnum!]\r\n  inputLogic_not_in: [InputLogicEnum!]\r\n  inputLogic_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  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  organizationalProcessDesigner_PersonSystem_some: [PersonSystemFilter!]\r\n  organizationalProcessDesigner_PersonSystem_count: countFilter\r\n  organizationalProcessManager_PersonSystem_some: [PersonSystemFilter!]\r\n  organizationalProcessManager_PersonSystem_count: countFilter\r\n  organizationalProcessContributor_PersonSystem_some: [PersonSystemFilter!]\r\n  organizationalProcessContributor_PersonSystem_count: countFilter\r\n  organizationalProcessOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  organizationalProcessOwner_PersonSystem_count: countFilter\r\n  organizationalProcess_OrganizationalProcessUsed_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_OrganizationalProcessUsed_count: countFilter\r\n  organizationalProcess_UserOrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_UserOrganizationalProcess_count: countFilter\r\n  questionGroup_some: [QuestionGroupFilter!]\r\n  questionGroup_count: countFilter\r\n  auditActivity_Activity_some: [AuditActivityFilter!]\r\n  auditActivity_Activity_count: countFilter\r\n  auditTheme_some: [AuditThemeFilter!]\r\n  auditTheme_count: countFilter\r\n  plan_AuditPlan_some: [PlanFilter!]\r\n  plan_AuditPlan_count: countFilter\r\n  recommendation_some: [RecommendationFilter!]\r\n  recommendation_count: countFilter\r\n  audit_some: [AuditFilter!]\r\n  audit_count: countFilter\r\n}\r\n\r\nenum Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  name_ASC\r\n  name_DESC\r\n  organizationalProcessCode_ASC\r\n  organizationalProcessCode_DESC\r\n  beginLifeDate_ASC\r\n  beginLifeDate_DESC\r\n  endLifeDate_ASC\r\n  endLifeDate_DESC\r\n  outputLogic_ASC\r\n  outputLogic_DESC\r\n  triggeredByEvent_ASC\r\n  triggeredByEvent_DESC\r\n  designBA_ASC\r\n  designBA_DESC\r\n  knowledgeBA_ASC\r\n  knowledgeBA_DESC\r\n  iTSupportBA_ASC\r\n  iTSupportBA_DESC\r\n  executionBA_ASC\r\n  executionBA_DESC\r\n  efficiencyBA_ASC\r\n  efficiencyBA_DESC\r\n  businessValueBA_ASC\r\n  businessValueBA_DESC\r\n  riskBA_ASC\r\n  riskBA_DESC\r\n  performanceBA_ASC\r\n  performanceBA_DESC\r\n  transaction_ASC\r\n  transaction_DESC\r\n  loop_ASC\r\n  loop_DESC\r\n  adHoc_ASC\r\n  adHoc_DESC\r\n  multiple_ASC\r\n  multiple_DESC\r\n  compensation_ASC\r\n  compensation_DESC\r\n  loopCondition_ASC\r\n  loopCondition_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  organizationalProcessStatus_ASC\r\n  organizationalProcessStatus_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  taskType_ASC\r\n  taskType_DESC\r\n  inputLogic_ASC\r\n  inputLogic_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  belongsToAPersonGroup: Boolean\r\n  dataLanguage: GraphQLObjectInterface\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson(format: EnumFormat): ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\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  timeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  otherParticipantInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [AuditAggregatedValues]\r\n  auditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Auditee]\r\n  auditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [AuditAggregatedValues]\r\n  auditorInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [AuditAggregatedValues]\r\n  leadAuditor_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [AuditAggregatedValues]\r\n  mainAuditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [AuditAggregatedValues]\r\n  activityOwner_AuditActivity(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_AuditActivityAggregatedValues(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendationCorrespondent_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [RecommendationAggregatedValues]\r\n  recommendationOwner_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n  actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n  inVacation_Vacation(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_VacationAggregatedValues(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [VacationAggregatedValues]\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  organizationalUnitOwner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnitDesigner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcessDesigner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessContributor_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessOwner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n  requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n  requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n  requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n  businessProcessDesigner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [BusinessProcessAggregatedValues]\r\n  businessProcessOwner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [BusinessProcessAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [Relationship_Skill_Skill_PersonSkill_PersonSystem]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  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  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfComplianceAudits_not: CustomInt\r\n  initialNumberOfComplianceAudits_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_lt: CustomInt\r\n  initialNumberOfComplianceAudits_lte: CustomInt\r\n  initialNumberOfComplianceAudits_gt: CustomInt\r\n  initialNumberOfComplianceAudits_gte: CustomInt\r\n  initialNumberOfComplianceAudits_empty: Boolean\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits_not: CustomInt\r\n  initialNumberOfEfficiencyAudits_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_lt: CustomInt\r\n  initialNumberOfEfficiencyAudits_lte: CustomInt\r\n  initialNumberOfEfficiencyAudits_gt: CustomInt\r\n  initialNumberOfEfficiencyAudits_gte: CustomInt\r\n  initialNumberOfEfficiencyAudits_empty: Boolean\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfComplianceAuditActivities_not: CustomInt\r\n  initialNumberOfComplianceAuditActivities_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_lt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_lte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_empty: Boolean\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_not: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_lt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_lte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_empty: Boolean\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedComplianceAudits_not: CustomInt\r\n  numberOfExecutedComplianceAudits_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_lt: CustomInt\r\n  numberOfExecutedComplianceAudits_lte: CustomInt\r\n  numberOfExecutedComplianceAudits_gt: CustomInt\r\n  numberOfExecutedComplianceAudits_gte: CustomInt\r\n  numberOfExecutedComplianceAudits_empty: Boolean\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits_not: CustomInt\r\n  numberOfExecutedEfficiencyAudits_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_lt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_lte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_empty: Boolean\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_not: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_lt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_lte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_empty: Boolean\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_not: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_lt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_lte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_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  otherParticipantInAudit_Audit_some: [AuditFilter!]\r\n  otherParticipantInAudit_Audit_count: countFilter\r\n  auditee_Audit_some: [AuditFilter!]\r\n  auditee_Audit_count: countFilter\r\n  auditorInAudit_Audit_some: [AuditFilter!]\r\n  auditorInAudit_Audit_count: countFilter\r\n  leadAuditor_Audit_some: [AuditFilter!]\r\n  leadAuditor_Audit_count: countFilter\r\n  mainAuditee_Audit_some: [AuditFilter!]\r\n  mainAuditee_Audit_count: countFilter\r\n  activityOwner_AuditActivity_some: [AuditActivityFilter!]\r\n  activityOwner_AuditActivity_count: countFilter\r\n  recommendationCorrespondent_Recommendation_some: [RecommendationFilter!]\r\n  recommendationCorrespondent_Recommendation_count: countFilter\r\n  recommendationOwner_Recommendation_some: [RecommendationFilter!]\r\n  recommendationOwner_Recommendation_count: countFilter\r\n  actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanOwner_ActionPlan_count: countFilter\r\n  actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanResponsible_ActionPlan_count: countFilter\r\n  actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanApprover_ActionPlan_count: countFilter\r\n  actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n  actionOwner_ActionActionPlan_count: countFilter\r\n  inVacation_Vacation_some: [VacationFilter!]\r\n  inVacation_Vacation_count: countFilter\r\n  orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitMember_OrgUnit_count: countFilter\r\n  organizationalUnitOwner_OrgUnit_some: [OrgUnitFilter!]\r\n  organizationalUnitOwner_OrgUnit_count: countFilter\r\n  orgUnitDesigner_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitDesigner_OrgUnit_count: countFilter\r\n  organizationalProcessDesigner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessDesigner_OrganizationalProcess_count: countFilter\r\n  organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n  organizationalProcessContributor_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessContributor_OrganizationalProcess_count: countFilter\r\n  organizationalProcessOwner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessOwner_OrganizationalProcess_count: countFilter\r\n  requirementResponsible_Requirement_some: [RequirementFilter!]\r\n  requirementResponsible_Requirement_count: countFilter\r\n  requirementAccountable_Requirement_some: [RequirementFilter!]\r\n  requirementAccountable_Requirement_count: countFilter\r\n  requirementConsulted_Requirement_some: [RequirementFilter!]\r\n  requirementConsulted_Requirement_count: countFilter\r\n  requirementInformed_Requirement_some: [RequirementFilter!]\r\n  requirementInformed_Requirement_count: countFilter\r\n  businessProcessDesigner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessDesigner_BusinessProcess_count: countFilter\r\n  businessProcessOwner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessOwner_BusinessProcess_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_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  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  userCode_ASC\r\n  userCode_DESC\r\n  commandLine_ASC\r\n  commandLine_DESC\r\n  scciUserName_ASC\r\n  scciUserName_DESC\r\n  email_ASC\r\n  email_DESC\r\n  belongsToAPersonGroup_ASC\r\n  belongsToAPersonGroup_DESC\r\n  dataLanguage_ASC\r\n  dataLanguage_DESC\r\n  phoneNumber_ASC\r\n  phoneNumber_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  initialNumberOfComplianceAudits_ASC\r\n  initialNumberOfComplianceAudits_DESC\r\n  initialNumberOfEfficiencyAudits_ASC\r\n  initialNumberOfEfficiencyAudits_DESC\r\n  initialNumberOfComplianceAuditActivities_ASC\r\n  initialNumberOfComplianceAuditActivities_DESC\r\n  initialNumberOfEfficiencyAuditActivities_ASC\r\n  initialNumberOfEfficiencyAuditActivities_DESC\r\n  numberOfExecutedComplianceAudits_ASC\r\n  numberOfExecutedComplianceAudits_DESC\r\n  numberOfExecutedEfficiencyAudits_ASC\r\n  numberOfExecutedEfficiencyAudits_DESC\r\n  numberOfExecutedComplianceAuditActivities_ASC\r\n  numberOfExecutedComplianceAuditActivities_DESC\r\n  numberOfExecutedEfficiencyAuditActivities_ASC\r\n  numberOfExecutedEfficiencyAuditActivities_DESC\r\n  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_ActionActionPlan_BusinessRole_BusinessRole_ActionOwner implements GraphQLObjectInterface {\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: GraphQLObjectInterface\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson(format: EnumFormat): ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\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  timeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  otherParticipantInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [AuditAggregatedValues]\r\n  auditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Auditee]\r\n  auditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [AuditAggregatedValues]\r\n  auditorInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [AuditAggregatedValues]\r\n  leadAuditor_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [AuditAggregatedValues]\r\n  mainAuditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [AuditAggregatedValues]\r\n  activityOwner_AuditActivity(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_AuditActivityAggregatedValues(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendationCorrespondent_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [RecommendationAggregatedValues]\r\n  recommendationOwner_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n  actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n  inVacation_Vacation(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_VacationAggregatedValues(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [VacationAggregatedValues]\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  organizationalUnitOwner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnitDesigner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcessDesigner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessContributor_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessOwner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n  requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n  requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n  requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n  businessProcessDesigner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [BusinessProcessAggregatedValues]\r\n  businessProcessOwner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [BusinessProcessAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [Relationship_Skill_Skill_PersonSkill_PersonSystem]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerFilter {\r\n  and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerFilter!]\r\n  or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  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  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfComplianceAudits_not: CustomInt\r\n  initialNumberOfComplianceAudits_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_lt: CustomInt\r\n  initialNumberOfComplianceAudits_lte: CustomInt\r\n  initialNumberOfComplianceAudits_gt: CustomInt\r\n  initialNumberOfComplianceAudits_gte: CustomInt\r\n  initialNumberOfComplianceAudits_empty: Boolean\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits_not: CustomInt\r\n  initialNumberOfEfficiencyAudits_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_lt: CustomInt\r\n  initialNumberOfEfficiencyAudits_lte: CustomInt\r\n  initialNumberOfEfficiencyAudits_gt: CustomInt\r\n  initialNumberOfEfficiencyAudits_gte: CustomInt\r\n  initialNumberOfEfficiencyAudits_empty: Boolean\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfComplianceAuditActivities_not: CustomInt\r\n  initialNumberOfComplianceAuditActivities_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_lt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_lte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_empty: Boolean\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_not: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_lt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_lte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_empty: Boolean\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedComplianceAudits_not: CustomInt\r\n  numberOfExecutedComplianceAudits_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_lt: CustomInt\r\n  numberOfExecutedComplianceAudits_lte: CustomInt\r\n  numberOfExecutedComplianceAudits_gt: CustomInt\r\n  numberOfExecutedComplianceAudits_gte: CustomInt\r\n  numberOfExecutedComplianceAudits_empty: Boolean\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits_not: CustomInt\r\n  numberOfExecutedEfficiencyAudits_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_lt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_lte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_empty: Boolean\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_not: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_lt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_lte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_empty: Boolean\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_not: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_lt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_lte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_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  otherParticipantInAudit_Audit_some: [AuditFilter!]\r\n  otherParticipantInAudit_Audit_count: countFilter\r\n  auditee_Audit_some: [AuditFilter!]\r\n  auditee_Audit_count: countFilter\r\n  auditorInAudit_Audit_some: [AuditFilter!]\r\n  auditorInAudit_Audit_count: countFilter\r\n  leadAuditor_Audit_some: [AuditFilter!]\r\n  leadAuditor_Audit_count: countFilter\r\n  mainAuditee_Audit_some: [AuditFilter!]\r\n  mainAuditee_Audit_count: countFilter\r\n  activityOwner_AuditActivity_some: [AuditActivityFilter!]\r\n  activityOwner_AuditActivity_count: countFilter\r\n  recommendationCorrespondent_Recommendation_some: [RecommendationFilter!]\r\n  recommendationCorrespondent_Recommendation_count: countFilter\r\n  recommendationOwner_Recommendation_some: [RecommendationFilter!]\r\n  recommendationOwner_Recommendation_count: countFilter\r\n  actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanOwner_ActionPlan_count: countFilter\r\n  actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanResponsible_ActionPlan_count: countFilter\r\n  actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanApprover_ActionPlan_count: countFilter\r\n  actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n  actionOwner_ActionActionPlan_count: countFilter\r\n  inVacation_Vacation_some: [VacationFilter!]\r\n  inVacation_Vacation_count: countFilter\r\n  orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitMember_OrgUnit_count: countFilter\r\n  organizationalUnitOwner_OrgUnit_some: [OrgUnitFilter!]\r\n  organizationalUnitOwner_OrgUnit_count: countFilter\r\n  orgUnitDesigner_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitDesigner_OrgUnit_count: countFilter\r\n  organizationalProcessDesigner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessDesigner_OrganizationalProcess_count: countFilter\r\n  organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n  organizationalProcessContributor_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessContributor_OrganizationalProcess_count: countFilter\r\n  organizationalProcessOwner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessOwner_OrganizationalProcess_count: countFilter\r\n  requirementResponsible_Requirement_some: [RequirementFilter!]\r\n  requirementResponsible_Requirement_count: countFilter\r\n  requirementAccountable_Requirement_some: [RequirementFilter!]\r\n  requirementAccountable_Requirement_count: countFilter\r\n  requirementConsulted_Requirement_some: [RequirementFilter!]\r\n  requirementConsulted_Requirement_count: countFilter\r\n  requirementInformed_Requirement_some: [RequirementFilter!]\r\n  requirementInformed_Requirement_count: countFilter\r\n  businessProcessDesigner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessDesigner_BusinessProcess_count: countFilter\r\n  businessProcessOwner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessOwner_BusinessProcess_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionActionPlan_BusinessRole_BusinessRole_ActionOwnerOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  userCode_ASC\r\n  userCode_DESC\r\n  commandLine_ASC\r\n  commandLine_DESC\r\n  scciUserName_ASC\r\n  scciUserName_DESC\r\n  email_ASC\r\n  email_DESC\r\n  belongsToAPersonGroup_ASC\r\n  belongsToAPersonGroup_DESC\r\n  dataLanguage_ASC\r\n  dataLanguage_DESC\r\n  phoneNumber_ASC\r\n  phoneNumber_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  initialNumberOfComplianceAudits_ASC\r\n  initialNumberOfComplianceAudits_DESC\r\n  initialNumberOfEfficiencyAudits_ASC\r\n  initialNumberOfEfficiencyAudits_DESC\r\n  initialNumberOfComplianceAuditActivities_ASC\r\n  initialNumberOfComplianceAuditActivities_DESC\r\n  initialNumberOfEfficiencyAuditActivities_ASC\r\n  initialNumberOfEfficiencyAuditActivities_DESC\r\n  numberOfExecutedComplianceAudits_ASC\r\n  numberOfExecutedComplianceAudits_DESC\r\n  numberOfExecutedEfficiencyAudits_ASC\r\n  numberOfExecutedEfficiencyAudits_DESC\r\n  numberOfExecutedComplianceAuditActivities_ASC\r\n  numberOfExecutedComplianceAuditActivities_DESC\r\n  numberOfExecutedEfficiencyAuditActivities_ASC\r\n  numberOfExecutedEfficiencyAuditActivities_DESC\r\n  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_ActionPlan_BusinessRole_BusinessRole_ActionPlanApprover implements GraphQLObjectInterface {\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: GraphQLObjectInterface\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson(format: EnumFormat): ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\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  timeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  otherParticipantInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [AuditAggregatedValues]\r\n  auditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Auditee]\r\n  auditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [AuditAggregatedValues]\r\n  auditorInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [AuditAggregatedValues]\r\n  leadAuditor_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [AuditAggregatedValues]\r\n  mainAuditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [AuditAggregatedValues]\r\n  activityOwner_AuditActivity(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_AuditActivityAggregatedValues(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendationCorrespondent_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [RecommendationAggregatedValues]\r\n  recommendationOwner_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n  actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n  inVacation_Vacation(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_VacationAggregatedValues(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [VacationAggregatedValues]\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  organizationalUnitOwner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnitDesigner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcessDesigner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessContributor_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessOwner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n  requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n  requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n  requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n  businessProcessDesigner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [BusinessProcessAggregatedValues]\r\n  businessProcessOwner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [BusinessProcessAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [Relationship_Skill_Skill_PersonSkill_PersonSystem]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverFilter {\r\n  and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverFilter!]\r\n  or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  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  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfComplianceAudits_not: CustomInt\r\n  initialNumberOfComplianceAudits_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_lt: CustomInt\r\n  initialNumberOfComplianceAudits_lte: CustomInt\r\n  initialNumberOfComplianceAudits_gt: CustomInt\r\n  initialNumberOfComplianceAudits_gte: CustomInt\r\n  initialNumberOfComplianceAudits_empty: Boolean\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits_not: CustomInt\r\n  initialNumberOfEfficiencyAudits_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_lt: CustomInt\r\n  initialNumberOfEfficiencyAudits_lte: CustomInt\r\n  initialNumberOfEfficiencyAudits_gt: CustomInt\r\n  initialNumberOfEfficiencyAudits_gte: CustomInt\r\n  initialNumberOfEfficiencyAudits_empty: Boolean\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfComplianceAuditActivities_not: CustomInt\r\n  initialNumberOfComplianceAuditActivities_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_lt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_lte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_empty: Boolean\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_not: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_lt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_lte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_empty: Boolean\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedComplianceAudits_not: CustomInt\r\n  numberOfExecutedComplianceAudits_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_lt: CustomInt\r\n  numberOfExecutedComplianceAudits_lte: CustomInt\r\n  numberOfExecutedComplianceAudits_gt: CustomInt\r\n  numberOfExecutedComplianceAudits_gte: CustomInt\r\n  numberOfExecutedComplianceAudits_empty: Boolean\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits_not: CustomInt\r\n  numberOfExecutedEfficiencyAudits_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_lt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_lte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_empty: Boolean\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_not: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_lt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_lte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_empty: Boolean\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_not: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_lt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_lte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_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  otherParticipantInAudit_Audit_some: [AuditFilter!]\r\n  otherParticipantInAudit_Audit_count: countFilter\r\n  auditee_Audit_some: [AuditFilter!]\r\n  auditee_Audit_count: countFilter\r\n  auditorInAudit_Audit_some: [AuditFilter!]\r\n  auditorInAudit_Audit_count: countFilter\r\n  leadAuditor_Audit_some: [AuditFilter!]\r\n  leadAuditor_Audit_count: countFilter\r\n  mainAuditee_Audit_some: [AuditFilter!]\r\n  mainAuditee_Audit_count: countFilter\r\n  activityOwner_AuditActivity_some: [AuditActivityFilter!]\r\n  activityOwner_AuditActivity_count: countFilter\r\n  recommendationCorrespondent_Recommendation_some: [RecommendationFilter!]\r\n  recommendationCorrespondent_Recommendation_count: countFilter\r\n  recommendationOwner_Recommendation_some: [RecommendationFilter!]\r\n  recommendationOwner_Recommendation_count: countFilter\r\n  actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanOwner_ActionPlan_count: countFilter\r\n  actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanResponsible_ActionPlan_count: countFilter\r\n  actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanApprover_ActionPlan_count: countFilter\r\n  actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n  actionOwner_ActionActionPlan_count: countFilter\r\n  inVacation_Vacation_some: [VacationFilter!]\r\n  inVacation_Vacation_count: countFilter\r\n  orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitMember_OrgUnit_count: countFilter\r\n  organizationalUnitOwner_OrgUnit_some: [OrgUnitFilter!]\r\n  organizationalUnitOwner_OrgUnit_count: countFilter\r\n  orgUnitDesigner_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitDesigner_OrgUnit_count: countFilter\r\n  organizationalProcessDesigner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessDesigner_OrganizationalProcess_count: countFilter\r\n  organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n  organizationalProcessContributor_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessContributor_OrganizationalProcess_count: countFilter\r\n  organizationalProcessOwner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessOwner_OrganizationalProcess_count: countFilter\r\n  requirementResponsible_Requirement_some: [RequirementFilter!]\r\n  requirementResponsible_Requirement_count: countFilter\r\n  requirementAccountable_Requirement_some: [RequirementFilter!]\r\n  requirementAccountable_Requirement_count: countFilter\r\n  requirementConsulted_Requirement_some: [RequirementFilter!]\r\n  requirementConsulted_Requirement_count: countFilter\r\n  requirementInformed_Requirement_some: [RequirementFilter!]\r\n  requirementInformed_Requirement_count: countFilter\r\n  businessProcessDesigner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessDesigner_BusinessProcess_count: countFilter\r\n  businessProcessOwner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessOwner_BusinessProcess_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanApproverOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  userCode_ASC\r\n  userCode_DESC\r\n  commandLine_ASC\r\n  commandLine_DESC\r\n  scciUserName_ASC\r\n  scciUserName_DESC\r\n  email_ASC\r\n  email_DESC\r\n  belongsToAPersonGroup_ASC\r\n  belongsToAPersonGroup_DESC\r\n  dataLanguage_ASC\r\n  dataLanguage_DESC\r\n  phoneNumber_ASC\r\n  phoneNumber_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  initialNumberOfComplianceAudits_ASC\r\n  initialNumberOfComplianceAudits_DESC\r\n  initialNumberOfEfficiencyAudits_ASC\r\n  initialNumberOfEfficiencyAudits_DESC\r\n  initialNumberOfComplianceAuditActivities_ASC\r\n  initialNumberOfComplianceAuditActivities_DESC\r\n  initialNumberOfEfficiencyAuditActivities_ASC\r\n  initialNumberOfEfficiencyAuditActivities_DESC\r\n  numberOfExecutedComplianceAudits_ASC\r\n  numberOfExecutedComplianceAudits_DESC\r\n  numberOfExecutedEfficiencyAudits_ASC\r\n  numberOfExecutedEfficiencyAudits_DESC\r\n  numberOfExecutedComplianceAuditActivities_ASC\r\n  numberOfExecutedComplianceAuditActivities_DESC\r\n  numberOfExecutedEfficiencyAuditActivities_ASC\r\n  numberOfExecutedEfficiencyAuditActivities_DESC\r\n  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_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwner implements GraphQLObjectInterface {\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: GraphQLObjectInterface\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson(format: EnumFormat): ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\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  timeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  otherParticipantInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [AuditAggregatedValues]\r\n  auditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Auditee]\r\n  auditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [AuditAggregatedValues]\r\n  auditorInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [AuditAggregatedValues]\r\n  leadAuditor_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [AuditAggregatedValues]\r\n  mainAuditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [AuditAggregatedValues]\r\n  activityOwner_AuditActivity(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_AuditActivityAggregatedValues(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendationCorrespondent_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [RecommendationAggregatedValues]\r\n  recommendationOwner_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n  actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n  inVacation_Vacation(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_VacationAggregatedValues(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [VacationAggregatedValues]\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  organizationalUnitOwner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnitDesigner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcessDesigner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessContributor_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessOwner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n  requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n  requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n  requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n  businessProcessDesigner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [BusinessProcessAggregatedValues]\r\n  businessProcessOwner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [BusinessProcessAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [Relationship_Skill_Skill_PersonSkill_PersonSystem]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerFilter {\r\n  and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerFilter!]\r\n  or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  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  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfComplianceAudits_not: CustomInt\r\n  initialNumberOfComplianceAudits_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_lt: CustomInt\r\n  initialNumberOfComplianceAudits_lte: CustomInt\r\n  initialNumberOfComplianceAudits_gt: CustomInt\r\n  initialNumberOfComplianceAudits_gte: CustomInt\r\n  initialNumberOfComplianceAudits_empty: Boolean\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits_not: CustomInt\r\n  initialNumberOfEfficiencyAudits_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_lt: CustomInt\r\n  initialNumberOfEfficiencyAudits_lte: CustomInt\r\n  initialNumberOfEfficiencyAudits_gt: CustomInt\r\n  initialNumberOfEfficiencyAudits_gte: CustomInt\r\n  initialNumberOfEfficiencyAudits_empty: Boolean\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfComplianceAuditActivities_not: CustomInt\r\n  initialNumberOfComplianceAuditActivities_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_lt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_lte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_empty: Boolean\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_not: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_lt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_lte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_empty: Boolean\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedComplianceAudits_not: CustomInt\r\n  numberOfExecutedComplianceAudits_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_lt: CustomInt\r\n  numberOfExecutedComplianceAudits_lte: CustomInt\r\n  numberOfExecutedComplianceAudits_gt: CustomInt\r\n  numberOfExecutedComplianceAudits_gte: CustomInt\r\n  numberOfExecutedComplianceAudits_empty: Boolean\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits_not: CustomInt\r\n  numberOfExecutedEfficiencyAudits_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_lt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_lte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_empty: Boolean\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_not: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_lt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_lte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_empty: Boolean\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_not: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_lt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_lte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_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  otherParticipantInAudit_Audit_some: [AuditFilter!]\r\n  otherParticipantInAudit_Audit_count: countFilter\r\n  auditee_Audit_some: [AuditFilter!]\r\n  auditee_Audit_count: countFilter\r\n  auditorInAudit_Audit_some: [AuditFilter!]\r\n  auditorInAudit_Audit_count: countFilter\r\n  leadAuditor_Audit_some: [AuditFilter!]\r\n  leadAuditor_Audit_count: countFilter\r\n  mainAuditee_Audit_some: [AuditFilter!]\r\n  mainAuditee_Audit_count: countFilter\r\n  activityOwner_AuditActivity_some: [AuditActivityFilter!]\r\n  activityOwner_AuditActivity_count: countFilter\r\n  recommendationCorrespondent_Recommendation_some: [RecommendationFilter!]\r\n  recommendationCorrespondent_Recommendation_count: countFilter\r\n  recommendationOwner_Recommendation_some: [RecommendationFilter!]\r\n  recommendationOwner_Recommendation_count: countFilter\r\n  actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanOwner_ActionPlan_count: countFilter\r\n  actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanResponsible_ActionPlan_count: countFilter\r\n  actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanApprover_ActionPlan_count: countFilter\r\n  actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n  actionOwner_ActionActionPlan_count: countFilter\r\n  inVacation_Vacation_some: [VacationFilter!]\r\n  inVacation_Vacation_count: countFilter\r\n  orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitMember_OrgUnit_count: countFilter\r\n  organizationalUnitOwner_OrgUnit_some: [OrgUnitFilter!]\r\n  organizationalUnitOwner_OrgUnit_count: countFilter\r\n  orgUnitDesigner_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitDesigner_OrgUnit_count: countFilter\r\n  organizationalProcessDesigner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessDesigner_OrganizationalProcess_count: countFilter\r\n  organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n  organizationalProcessContributor_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessContributor_OrganizationalProcess_count: countFilter\r\n  organizationalProcessOwner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessOwner_OrganizationalProcess_count: countFilter\r\n  requirementResponsible_Requirement_some: [RequirementFilter!]\r\n  requirementResponsible_Requirement_count: countFilter\r\n  requirementAccountable_Requirement_some: [RequirementFilter!]\r\n  requirementAccountable_Requirement_count: countFilter\r\n  requirementConsulted_Requirement_some: [RequirementFilter!]\r\n  requirementConsulted_Requirement_count: countFilter\r\n  requirementInformed_Requirement_some: [RequirementFilter!]\r\n  requirementInformed_Requirement_count: countFilter\r\n  businessProcessDesigner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessDesigner_BusinessProcess_count: countFilter\r\n  businessProcessOwner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessOwner_BusinessProcess_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  userCode_ASC\r\n  userCode_DESC\r\n  commandLine_ASC\r\n  commandLine_DESC\r\n  scciUserName_ASC\r\n  scciUserName_DESC\r\n  email_ASC\r\n  email_DESC\r\n  belongsToAPersonGroup_ASC\r\n  belongsToAPersonGroup_DESC\r\n  dataLanguage_ASC\r\n  dataLanguage_DESC\r\n  phoneNumber_ASC\r\n  phoneNumber_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  initialNumberOfComplianceAudits_ASC\r\n  initialNumberOfComplianceAudits_DESC\r\n  initialNumberOfEfficiencyAudits_ASC\r\n  initialNumberOfEfficiencyAudits_DESC\r\n  initialNumberOfComplianceAuditActivities_ASC\r\n  initialNumberOfComplianceAuditActivities_DESC\r\n  initialNumberOfEfficiencyAuditActivities_ASC\r\n  initialNumberOfEfficiencyAuditActivities_DESC\r\n  numberOfExecutedComplianceAudits_ASC\r\n  numberOfExecutedComplianceAudits_DESC\r\n  numberOfExecutedEfficiencyAudits_ASC\r\n  numberOfExecutedEfficiencyAudits_DESC\r\n  numberOfExecutedComplianceAuditActivities_ASC\r\n  numberOfExecutedComplianceAuditActivities_DESC\r\n  numberOfExecutedEfficiencyAuditActivities_ASC\r\n  numberOfExecutedEfficiencyAuditActivities_DESC\r\n  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_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsible implements GraphQLObjectInterface {\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: GraphQLObjectInterface\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson(format: EnumFormat): ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\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  timeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  otherParticipantInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [AuditAggregatedValues]\r\n  auditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Auditee]\r\n  auditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [AuditAggregatedValues]\r\n  auditorInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [AuditAggregatedValues]\r\n  leadAuditor_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [AuditAggregatedValues]\r\n  mainAuditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [AuditAggregatedValues]\r\n  activityOwner_AuditActivity(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_AuditActivityAggregatedValues(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendationCorrespondent_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [RecommendationAggregatedValues]\r\n  recommendationOwner_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n  actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n  inVacation_Vacation(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_VacationAggregatedValues(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [VacationAggregatedValues]\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  organizationalUnitOwner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnitDesigner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcessDesigner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessContributor_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessOwner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n  requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n  requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n  requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n  businessProcessDesigner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [BusinessProcessAggregatedValues]\r\n  businessProcessOwner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [BusinessProcessAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [Relationship_Skill_Skill_PersonSkill_PersonSystem]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleFilter {\r\n  and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleFilter!]\r\n  or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  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  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfComplianceAudits_not: CustomInt\r\n  initialNumberOfComplianceAudits_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_lt: CustomInt\r\n  initialNumberOfComplianceAudits_lte: CustomInt\r\n  initialNumberOfComplianceAudits_gt: CustomInt\r\n  initialNumberOfComplianceAudits_gte: CustomInt\r\n  initialNumberOfComplianceAudits_empty: Boolean\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits_not: CustomInt\r\n  initialNumberOfEfficiencyAudits_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_lt: CustomInt\r\n  initialNumberOfEfficiencyAudits_lte: CustomInt\r\n  initialNumberOfEfficiencyAudits_gt: CustomInt\r\n  initialNumberOfEfficiencyAudits_gte: CustomInt\r\n  initialNumberOfEfficiencyAudits_empty: Boolean\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfComplianceAuditActivities_not: CustomInt\r\n  initialNumberOfComplianceAuditActivities_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_lt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_lte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_empty: Boolean\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_not: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_lt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_lte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_empty: Boolean\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedComplianceAudits_not: CustomInt\r\n  numberOfExecutedComplianceAudits_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_lt: CustomInt\r\n  numberOfExecutedComplianceAudits_lte: CustomInt\r\n  numberOfExecutedComplianceAudits_gt: CustomInt\r\n  numberOfExecutedComplianceAudits_gte: CustomInt\r\n  numberOfExecutedComplianceAudits_empty: Boolean\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits_not: CustomInt\r\n  numberOfExecutedEfficiencyAudits_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_lt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_lte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_empty: Boolean\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_not: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_lt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_lte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_empty: Boolean\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_not: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_lt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_lte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_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  otherParticipantInAudit_Audit_some: [AuditFilter!]\r\n  otherParticipantInAudit_Audit_count: countFilter\r\n  auditee_Audit_some: [AuditFilter!]\r\n  auditee_Audit_count: countFilter\r\n  auditorInAudit_Audit_some: [AuditFilter!]\r\n  auditorInAudit_Audit_count: countFilter\r\n  leadAuditor_Audit_some: [AuditFilter!]\r\n  leadAuditor_Audit_count: countFilter\r\n  mainAuditee_Audit_some: [AuditFilter!]\r\n  mainAuditee_Audit_count: countFilter\r\n  activityOwner_AuditActivity_some: [AuditActivityFilter!]\r\n  activityOwner_AuditActivity_count: countFilter\r\n  recommendationCorrespondent_Recommendation_some: [RecommendationFilter!]\r\n  recommendationCorrespondent_Recommendation_count: countFilter\r\n  recommendationOwner_Recommendation_some: [RecommendationFilter!]\r\n  recommendationOwner_Recommendation_count: countFilter\r\n  actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanOwner_ActionPlan_count: countFilter\r\n  actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanResponsible_ActionPlan_count: countFilter\r\n  actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanApprover_ActionPlan_count: countFilter\r\n  actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n  actionOwner_ActionActionPlan_count: countFilter\r\n  inVacation_Vacation_some: [VacationFilter!]\r\n  inVacation_Vacation_count: countFilter\r\n  orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitMember_OrgUnit_count: countFilter\r\n  organizationalUnitOwner_OrgUnit_some: [OrgUnitFilter!]\r\n  organizationalUnitOwner_OrgUnit_count: countFilter\r\n  orgUnitDesigner_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitDesigner_OrgUnit_count: countFilter\r\n  organizationalProcessDesigner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessDesigner_OrganizationalProcess_count: countFilter\r\n  organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n  organizationalProcessContributor_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessContributor_OrganizationalProcess_count: countFilter\r\n  organizationalProcessOwner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessOwner_OrganizationalProcess_count: countFilter\r\n  requirementResponsible_Requirement_some: [RequirementFilter!]\r\n  requirementResponsible_Requirement_count: countFilter\r\n  requirementAccountable_Requirement_some: [RequirementFilter!]\r\n  requirementAccountable_Requirement_count: countFilter\r\n  requirementConsulted_Requirement_some: [RequirementFilter!]\r\n  requirementConsulted_Requirement_count: countFilter\r\n  requirementInformed_Requirement_some: [RequirementFilter!]\r\n  requirementInformed_Requirement_count: countFilter\r\n  businessProcessDesigner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessDesigner_BusinessProcess_count: countFilter\r\n  businessProcessOwner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessOwner_BusinessProcess_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_ActionPlan_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  userCode_ASC\r\n  userCode_DESC\r\n  commandLine_ASC\r\n  commandLine_DESC\r\n  scciUserName_ASC\r\n  scciUserName_DESC\r\n  email_ASC\r\n  email_DESC\r\n  belongsToAPersonGroup_ASC\r\n  belongsToAPersonGroup_DESC\r\n  dataLanguage_ASC\r\n  dataLanguage_DESC\r\n  phoneNumber_ASC\r\n  phoneNumber_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  initialNumberOfComplianceAudits_ASC\r\n  initialNumberOfComplianceAudits_DESC\r\n  initialNumberOfEfficiencyAudits_ASC\r\n  initialNumberOfEfficiencyAudits_DESC\r\n  initialNumberOfComplianceAuditActivities_ASC\r\n  initialNumberOfComplianceAuditActivities_DESC\r\n  initialNumberOfEfficiencyAuditActivities_ASC\r\n  initialNumberOfEfficiencyAuditActivities_DESC\r\n  numberOfExecutedComplianceAudits_ASC\r\n  numberOfExecutedComplianceAudits_DESC\r\n  numberOfExecutedEfficiencyAudits_ASC\r\n  numberOfExecutedEfficiencyAudits_DESC\r\n  numberOfExecutedComplianceAuditActivities_ASC\r\n  numberOfExecutedComplianceAuditActivities_DESC\r\n  numberOfExecutedEfficiencyAuditActivities_ASC\r\n  numberOfExecutedEfficiencyAuditActivities_DESC\r\n  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_AuditActivity_BusinessRole_BusinessRole_ActivityOwner implements GraphQLObjectInterface {\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: GraphQLObjectInterface\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson(format: EnumFormat): ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\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  timeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  otherParticipantInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [AuditAggregatedValues]\r\n  auditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Auditee]\r\n  auditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [AuditAggregatedValues]\r\n  auditorInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [AuditAggregatedValues]\r\n  leadAuditor_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [AuditAggregatedValues]\r\n  mainAuditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [AuditAggregatedValues]\r\n  activityOwner_AuditActivity(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_AuditActivityAggregatedValues(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendationCorrespondent_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [RecommendationAggregatedValues]\r\n  recommendationOwner_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n  actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n  inVacation_Vacation(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_VacationAggregatedValues(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [VacationAggregatedValues]\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  organizationalUnitOwner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnitDesigner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcessDesigner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessContributor_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessOwner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n  requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n  requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n  requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n  businessProcessDesigner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [BusinessProcessAggregatedValues]\r\n  businessProcessOwner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [BusinessProcessAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [Relationship_Skill_Skill_PersonSkill_PersonSystem]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_AuditActivity_BusinessRole_BusinessRole_ActivityOwnerFilter {\r\n  and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_AuditActivity_BusinessRole_BusinessRole_ActivityOwnerFilter!]\r\n  or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_AuditActivity_BusinessRole_BusinessRole_ActivityOwnerFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  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  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfComplianceAudits_not: CustomInt\r\n  initialNumberOfComplianceAudits_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_lt: CustomInt\r\n  initialNumberOfComplianceAudits_lte: CustomInt\r\n  initialNumberOfComplianceAudits_gt: CustomInt\r\n  initialNumberOfComplianceAudits_gte: CustomInt\r\n  initialNumberOfComplianceAudits_empty: Boolean\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits_not: CustomInt\r\n  initialNumberOfEfficiencyAudits_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_lt: CustomInt\r\n  initialNumberOfEfficiencyAudits_lte: CustomInt\r\n  initialNumberOfEfficiencyAudits_gt: CustomInt\r\n  initialNumberOfEfficiencyAudits_gte: CustomInt\r\n  initialNumberOfEfficiencyAudits_empty: Boolean\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfComplianceAuditActivities_not: CustomInt\r\n  initialNumberOfComplianceAuditActivities_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_lt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_lte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_empty: Boolean\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_not: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_lt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_lte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_empty: Boolean\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedComplianceAudits_not: CustomInt\r\n  numberOfExecutedComplianceAudits_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_lt: CustomInt\r\n  numberOfExecutedComplianceAudits_lte: CustomInt\r\n  numberOfExecutedComplianceAudits_gt: CustomInt\r\n  numberOfExecutedComplianceAudits_gte: CustomInt\r\n  numberOfExecutedComplianceAudits_empty: Boolean\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits_not: CustomInt\r\n  numberOfExecutedEfficiencyAudits_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_lt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_lte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_empty: Boolean\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_not: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_lt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_lte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_empty: Boolean\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_not: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_lt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_lte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_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  otherParticipantInAudit_Audit_some: [AuditFilter!]\r\n  otherParticipantInAudit_Audit_count: countFilter\r\n  auditee_Audit_some: [AuditFilter!]\r\n  auditee_Audit_count: countFilter\r\n  auditorInAudit_Audit_some: [AuditFilter!]\r\n  auditorInAudit_Audit_count: countFilter\r\n  leadAuditor_Audit_some: [AuditFilter!]\r\n  leadAuditor_Audit_count: countFilter\r\n  mainAuditee_Audit_some: [AuditFilter!]\r\n  mainAuditee_Audit_count: countFilter\r\n  activityOwner_AuditActivity_some: [AuditActivityFilter!]\r\n  activityOwner_AuditActivity_count: countFilter\r\n  recommendationCorrespondent_Recommendation_some: [RecommendationFilter!]\r\n  recommendationCorrespondent_Recommendation_count: countFilter\r\n  recommendationOwner_Recommendation_some: [RecommendationFilter!]\r\n  recommendationOwner_Recommendation_count: countFilter\r\n  actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanOwner_ActionPlan_count: countFilter\r\n  actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanResponsible_ActionPlan_count: countFilter\r\n  actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanApprover_ActionPlan_count: countFilter\r\n  actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n  actionOwner_ActionActionPlan_count: countFilter\r\n  inVacation_Vacation_some: [VacationFilter!]\r\n  inVacation_Vacation_count: countFilter\r\n  orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitMember_OrgUnit_count: countFilter\r\n  organizationalUnitOwner_OrgUnit_some: [OrgUnitFilter!]\r\n  organizationalUnitOwner_OrgUnit_count: countFilter\r\n  orgUnitDesigner_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitDesigner_OrgUnit_count: countFilter\r\n  organizationalProcessDesigner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessDesigner_OrganizationalProcess_count: countFilter\r\n  organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n  organizationalProcessContributor_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessContributor_OrganizationalProcess_count: countFilter\r\n  organizationalProcessOwner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessOwner_OrganizationalProcess_count: countFilter\r\n  requirementResponsible_Requirement_some: [RequirementFilter!]\r\n  requirementResponsible_Requirement_count: countFilter\r\n  requirementAccountable_Requirement_some: [RequirementFilter!]\r\n  requirementAccountable_Requirement_count: countFilter\r\n  requirementConsulted_Requirement_some: [RequirementFilter!]\r\n  requirementConsulted_Requirement_count: countFilter\r\n  requirementInformed_Requirement_some: [RequirementFilter!]\r\n  requirementInformed_Requirement_count: countFilter\r\n  businessProcessDesigner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessDesigner_BusinessProcess_count: countFilter\r\n  businessProcessOwner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessOwner_BusinessProcess_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_AuditActivity_BusinessRole_BusinessRole_ActivityOwnerOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  userCode_ASC\r\n  userCode_DESC\r\n  commandLine_ASC\r\n  commandLine_DESC\r\n  scciUserName_ASC\r\n  scciUserName_DESC\r\n  email_ASC\r\n  email_DESC\r\n  belongsToAPersonGroup_ASC\r\n  belongsToAPersonGroup_DESC\r\n  dataLanguage_ASC\r\n  dataLanguage_DESC\r\n  phoneNumber_ASC\r\n  phoneNumber_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  initialNumberOfComplianceAudits_ASC\r\n  initialNumberOfComplianceAudits_DESC\r\n  initialNumberOfEfficiencyAudits_ASC\r\n  initialNumberOfEfficiencyAudits_DESC\r\n  initialNumberOfComplianceAuditActivities_ASC\r\n  initialNumberOfComplianceAuditActivities_DESC\r\n  initialNumberOfEfficiencyAuditActivities_ASC\r\n  initialNumberOfEfficiencyAuditActivities_DESC\r\n  numberOfExecutedComplianceAudits_ASC\r\n  numberOfExecutedComplianceAudits_DESC\r\n  numberOfExecutedEfficiencyAudits_ASC\r\n  numberOfExecutedEfficiencyAudits_DESC\r\n  numberOfExecutedComplianceAuditActivities_ASC\r\n  numberOfExecutedComplianceAuditActivities_DESC\r\n  numberOfExecutedEfficiencyAuditActivities_ASC\r\n  numberOfExecutedEfficiencyAuditActivities_DESC\r\n  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_Audit_BusinessRole_BusinessRole_Auditee implements GraphQLObjectInterface {\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: GraphQLObjectInterface\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson(format: EnumFormat): ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\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  timeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  otherParticipantInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [AuditAggregatedValues]\r\n  auditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Auditee]\r\n  auditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [AuditAggregatedValues]\r\n  auditorInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [AuditAggregatedValues]\r\n  leadAuditor_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [AuditAggregatedValues]\r\n  mainAuditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [AuditAggregatedValues]\r\n  activityOwner_AuditActivity(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_AuditActivityAggregatedValues(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendationCorrespondent_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [RecommendationAggregatedValues]\r\n  recommendationOwner_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n  actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n  inVacation_Vacation(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_VacationAggregatedValues(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [VacationAggregatedValues]\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  organizationalUnitOwner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnitDesigner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcessDesigner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessContributor_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessOwner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n  requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n  requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n  requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n  businessProcessDesigner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [BusinessProcessAggregatedValues]\r\n  businessProcessOwner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [BusinessProcessAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [Relationship_Skill_Skill_PersonSkill_PersonSystem]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeFilter {\r\n  and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeFilter!]\r\n  or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  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  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfComplianceAudits_not: CustomInt\r\n  initialNumberOfComplianceAudits_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_lt: CustomInt\r\n  initialNumberOfComplianceAudits_lte: CustomInt\r\n  initialNumberOfComplianceAudits_gt: CustomInt\r\n  initialNumberOfComplianceAudits_gte: CustomInt\r\n  initialNumberOfComplianceAudits_empty: Boolean\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits_not: CustomInt\r\n  initialNumberOfEfficiencyAudits_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_lt: CustomInt\r\n  initialNumberOfEfficiencyAudits_lte: CustomInt\r\n  initialNumberOfEfficiencyAudits_gt: CustomInt\r\n  initialNumberOfEfficiencyAudits_gte: CustomInt\r\n  initialNumberOfEfficiencyAudits_empty: Boolean\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfComplianceAuditActivities_not: CustomInt\r\n  initialNumberOfComplianceAuditActivities_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_lt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_lte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_empty: Boolean\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_not: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_lt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_lte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_empty: Boolean\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedComplianceAudits_not: CustomInt\r\n  numberOfExecutedComplianceAudits_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_lt: CustomInt\r\n  numberOfExecutedComplianceAudits_lte: CustomInt\r\n  numberOfExecutedComplianceAudits_gt: CustomInt\r\n  numberOfExecutedComplianceAudits_gte: CustomInt\r\n  numberOfExecutedComplianceAudits_empty: Boolean\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits_not: CustomInt\r\n  numberOfExecutedEfficiencyAudits_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_lt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_lte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_empty: Boolean\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_not: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_lt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_lte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_empty: Boolean\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_not: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_lt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_lte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_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  otherParticipantInAudit_Audit_some: [AuditFilter!]\r\n  otherParticipantInAudit_Audit_count: countFilter\r\n  auditee_Audit_some: [AuditFilter!]\r\n  auditee_Audit_count: countFilter\r\n  auditorInAudit_Audit_some: [AuditFilter!]\r\n  auditorInAudit_Audit_count: countFilter\r\n  leadAuditor_Audit_some: [AuditFilter!]\r\n  leadAuditor_Audit_count: countFilter\r\n  mainAuditee_Audit_some: [AuditFilter!]\r\n  mainAuditee_Audit_count: countFilter\r\n  activityOwner_AuditActivity_some: [AuditActivityFilter!]\r\n  activityOwner_AuditActivity_count: countFilter\r\n  recommendationCorrespondent_Recommendation_some: [RecommendationFilter!]\r\n  recommendationCorrespondent_Recommendation_count: countFilter\r\n  recommendationOwner_Recommendation_some: [RecommendationFilter!]\r\n  recommendationOwner_Recommendation_count: countFilter\r\n  actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanOwner_ActionPlan_count: countFilter\r\n  actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanResponsible_ActionPlan_count: countFilter\r\n  actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanApprover_ActionPlan_count: countFilter\r\n  actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n  actionOwner_ActionActionPlan_count: countFilter\r\n  inVacation_Vacation_some: [VacationFilter!]\r\n  inVacation_Vacation_count: countFilter\r\n  orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitMember_OrgUnit_count: countFilter\r\n  organizationalUnitOwner_OrgUnit_some: [OrgUnitFilter!]\r\n  organizationalUnitOwner_OrgUnit_count: countFilter\r\n  orgUnitDesigner_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitDesigner_OrgUnit_count: countFilter\r\n  organizationalProcessDesigner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessDesigner_OrganizationalProcess_count: countFilter\r\n  organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n  organizationalProcessContributor_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessContributor_OrganizationalProcess_count: countFilter\r\n  organizationalProcessOwner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessOwner_OrganizationalProcess_count: countFilter\r\n  requirementResponsible_Requirement_some: [RequirementFilter!]\r\n  requirementResponsible_Requirement_count: countFilter\r\n  requirementAccountable_Requirement_some: [RequirementFilter!]\r\n  requirementAccountable_Requirement_count: countFilter\r\n  requirementConsulted_Requirement_some: [RequirementFilter!]\r\n  requirementConsulted_Requirement_count: countFilter\r\n  requirementInformed_Requirement_some: [RequirementFilter!]\r\n  requirementInformed_Requirement_count: countFilter\r\n  businessProcessDesigner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessDesigner_BusinessProcess_count: countFilter\r\n  businessProcessOwner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessOwner_BusinessProcess_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditeeOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  userCode_ASC\r\n  userCode_DESC\r\n  commandLine_ASC\r\n  commandLine_DESC\r\n  scciUserName_ASC\r\n  scciUserName_DESC\r\n  email_ASC\r\n  email_DESC\r\n  belongsToAPersonGroup_ASC\r\n  belongsToAPersonGroup_DESC\r\n  dataLanguage_ASC\r\n  dataLanguage_DESC\r\n  phoneNumber_ASC\r\n  phoneNumber_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  initialNumberOfComplianceAudits_ASC\r\n  initialNumberOfComplianceAudits_DESC\r\n  initialNumberOfEfficiencyAudits_ASC\r\n  initialNumberOfEfficiencyAudits_DESC\r\n  initialNumberOfComplianceAuditActivities_ASC\r\n  initialNumberOfComplianceAuditActivities_DESC\r\n  initialNumberOfEfficiencyAuditActivities_ASC\r\n  initialNumberOfEfficiencyAuditActivities_DESC\r\n  numberOfExecutedComplianceAudits_ASC\r\n  numberOfExecutedComplianceAudits_DESC\r\n  numberOfExecutedEfficiencyAudits_ASC\r\n  numberOfExecutedEfficiencyAudits_DESC\r\n  numberOfExecutedComplianceAuditActivities_ASC\r\n  numberOfExecutedComplianceAuditActivities_DESC\r\n  numberOfExecutedEfficiencyAuditActivities_ASC\r\n  numberOfExecutedEfficiencyAuditActivities_DESC\r\n  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_Audit_BusinessRole_BusinessRole_AuditorInAudit implements GraphQLObjectInterface {\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: GraphQLObjectInterface\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson(format: EnumFormat): ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\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  timeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  otherParticipantInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [AuditAggregatedValues]\r\n  auditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Auditee]\r\n  auditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [AuditAggregatedValues]\r\n  auditorInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [AuditAggregatedValues]\r\n  leadAuditor_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [AuditAggregatedValues]\r\n  mainAuditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [AuditAggregatedValues]\r\n  activityOwner_AuditActivity(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_AuditActivityAggregatedValues(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendationCorrespondent_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [RecommendationAggregatedValues]\r\n  recommendationOwner_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n  actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n  inVacation_Vacation(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_VacationAggregatedValues(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [VacationAggregatedValues]\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  organizationalUnitOwner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnitDesigner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcessDesigner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessContributor_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessOwner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n  requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n  requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n  requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n  businessProcessDesigner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [BusinessProcessAggregatedValues]\r\n  businessProcessOwner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [BusinessProcessAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [Relationship_Skill_Skill_PersonSkill_PersonSystem]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditFilter {\r\n  and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditFilter!]\r\n  or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  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  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfComplianceAudits_not: CustomInt\r\n  initialNumberOfComplianceAudits_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_lt: CustomInt\r\n  initialNumberOfComplianceAudits_lte: CustomInt\r\n  initialNumberOfComplianceAudits_gt: CustomInt\r\n  initialNumberOfComplianceAudits_gte: CustomInt\r\n  initialNumberOfComplianceAudits_empty: Boolean\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits_not: CustomInt\r\n  initialNumberOfEfficiencyAudits_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_lt: CustomInt\r\n  initialNumberOfEfficiencyAudits_lte: CustomInt\r\n  initialNumberOfEfficiencyAudits_gt: CustomInt\r\n  initialNumberOfEfficiencyAudits_gte: CustomInt\r\n  initialNumberOfEfficiencyAudits_empty: Boolean\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfComplianceAuditActivities_not: CustomInt\r\n  initialNumberOfComplianceAuditActivities_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_lt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_lte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_empty: Boolean\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_not: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_lt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_lte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_empty: Boolean\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedComplianceAudits_not: CustomInt\r\n  numberOfExecutedComplianceAudits_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_lt: CustomInt\r\n  numberOfExecutedComplianceAudits_lte: CustomInt\r\n  numberOfExecutedComplianceAudits_gt: CustomInt\r\n  numberOfExecutedComplianceAudits_gte: CustomInt\r\n  numberOfExecutedComplianceAudits_empty: Boolean\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits_not: CustomInt\r\n  numberOfExecutedEfficiencyAudits_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_lt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_lte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_empty: Boolean\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_not: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_lt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_lte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_empty: Boolean\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_not: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_lt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_lte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_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  otherParticipantInAudit_Audit_some: [AuditFilter!]\r\n  otherParticipantInAudit_Audit_count: countFilter\r\n  auditee_Audit_some: [AuditFilter!]\r\n  auditee_Audit_count: countFilter\r\n  auditorInAudit_Audit_some: [AuditFilter!]\r\n  auditorInAudit_Audit_count: countFilter\r\n  leadAuditor_Audit_some: [AuditFilter!]\r\n  leadAuditor_Audit_count: countFilter\r\n  mainAuditee_Audit_some: [AuditFilter!]\r\n  mainAuditee_Audit_count: countFilter\r\n  activityOwner_AuditActivity_some: [AuditActivityFilter!]\r\n  activityOwner_AuditActivity_count: countFilter\r\n  recommendationCorrespondent_Recommendation_some: [RecommendationFilter!]\r\n  recommendationCorrespondent_Recommendation_count: countFilter\r\n  recommendationOwner_Recommendation_some: [RecommendationFilter!]\r\n  recommendationOwner_Recommendation_count: countFilter\r\n  actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanOwner_ActionPlan_count: countFilter\r\n  actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanResponsible_ActionPlan_count: countFilter\r\n  actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanApprover_ActionPlan_count: countFilter\r\n  actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n  actionOwner_ActionActionPlan_count: countFilter\r\n  inVacation_Vacation_some: [VacationFilter!]\r\n  inVacation_Vacation_count: countFilter\r\n  orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitMember_OrgUnit_count: countFilter\r\n  organizationalUnitOwner_OrgUnit_some: [OrgUnitFilter!]\r\n  organizationalUnitOwner_OrgUnit_count: countFilter\r\n  orgUnitDesigner_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitDesigner_OrgUnit_count: countFilter\r\n  organizationalProcessDesigner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessDesigner_OrganizationalProcess_count: countFilter\r\n  organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n  organizationalProcessContributor_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessContributor_OrganizationalProcess_count: countFilter\r\n  organizationalProcessOwner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessOwner_OrganizationalProcess_count: countFilter\r\n  requirementResponsible_Requirement_some: [RequirementFilter!]\r\n  requirementResponsible_Requirement_count: countFilter\r\n  requirementAccountable_Requirement_some: [RequirementFilter!]\r\n  requirementAccountable_Requirement_count: countFilter\r\n  requirementConsulted_Requirement_some: [RequirementFilter!]\r\n  requirementConsulted_Requirement_count: countFilter\r\n  requirementInformed_Requirement_some: [RequirementFilter!]\r\n  requirementInformed_Requirement_count: countFilter\r\n  businessProcessDesigner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessDesigner_BusinessProcess_count: countFilter\r\n  businessProcessOwner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessOwner_BusinessProcess_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_AuditorInAuditOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  userCode_ASC\r\n  userCode_DESC\r\n  commandLine_ASC\r\n  commandLine_DESC\r\n  scciUserName_ASC\r\n  scciUserName_DESC\r\n  email_ASC\r\n  email_DESC\r\n  belongsToAPersonGroup_ASC\r\n  belongsToAPersonGroup_DESC\r\n  dataLanguage_ASC\r\n  dataLanguage_DESC\r\n  phoneNumber_ASC\r\n  phoneNumber_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  initialNumberOfComplianceAudits_ASC\r\n  initialNumberOfComplianceAudits_DESC\r\n  initialNumberOfEfficiencyAudits_ASC\r\n  initialNumberOfEfficiencyAudits_DESC\r\n  initialNumberOfComplianceAuditActivities_ASC\r\n  initialNumberOfComplianceAuditActivities_DESC\r\n  initialNumberOfEfficiencyAuditActivities_ASC\r\n  initialNumberOfEfficiencyAuditActivities_DESC\r\n  numberOfExecutedComplianceAudits_ASC\r\n  numberOfExecutedComplianceAudits_DESC\r\n  numberOfExecutedEfficiencyAudits_ASC\r\n  numberOfExecutedEfficiencyAudits_DESC\r\n  numberOfExecutedComplianceAuditActivities_ASC\r\n  numberOfExecutedComplianceAuditActivities_DESC\r\n  numberOfExecutedEfficiencyAuditActivities_ASC\r\n  numberOfExecutedEfficiencyAuditActivities_DESC\r\n  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_Audit_BusinessRole_BusinessRole_LeadAuditor implements GraphQLObjectInterface {\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: GraphQLObjectInterface\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson(format: EnumFormat): ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\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  timeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  otherParticipantInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [AuditAggregatedValues]\r\n  auditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Auditee]\r\n  auditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [AuditAggregatedValues]\r\n  auditorInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [AuditAggregatedValues]\r\n  leadAuditor_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [AuditAggregatedValues]\r\n  mainAuditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [AuditAggregatedValues]\r\n  activityOwner_AuditActivity(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_AuditActivityAggregatedValues(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendationCorrespondent_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [RecommendationAggregatedValues]\r\n  recommendationOwner_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n  actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n  inVacation_Vacation(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_VacationAggregatedValues(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [VacationAggregatedValues]\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  organizationalUnitOwner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnitDesigner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcessDesigner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessContributor_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessOwner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n  requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n  requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n  requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n  businessProcessDesigner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [BusinessProcessAggregatedValues]\r\n  businessProcessOwner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [BusinessProcessAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [Relationship_Skill_Skill_PersonSkill_PersonSystem]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorFilter {\r\n  and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorFilter!]\r\n  or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  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  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfComplianceAudits_not: CustomInt\r\n  initialNumberOfComplianceAudits_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_lt: CustomInt\r\n  initialNumberOfComplianceAudits_lte: CustomInt\r\n  initialNumberOfComplianceAudits_gt: CustomInt\r\n  initialNumberOfComplianceAudits_gte: CustomInt\r\n  initialNumberOfComplianceAudits_empty: Boolean\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits_not: CustomInt\r\n  initialNumberOfEfficiencyAudits_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_lt: CustomInt\r\n  initialNumberOfEfficiencyAudits_lte: CustomInt\r\n  initialNumberOfEfficiencyAudits_gt: CustomInt\r\n  initialNumberOfEfficiencyAudits_gte: CustomInt\r\n  initialNumberOfEfficiencyAudits_empty: Boolean\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfComplianceAuditActivities_not: CustomInt\r\n  initialNumberOfComplianceAuditActivities_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_lt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_lte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_empty: Boolean\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_not: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_lt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_lte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_empty: Boolean\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedComplianceAudits_not: CustomInt\r\n  numberOfExecutedComplianceAudits_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_lt: CustomInt\r\n  numberOfExecutedComplianceAudits_lte: CustomInt\r\n  numberOfExecutedComplianceAudits_gt: CustomInt\r\n  numberOfExecutedComplianceAudits_gte: CustomInt\r\n  numberOfExecutedComplianceAudits_empty: Boolean\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits_not: CustomInt\r\n  numberOfExecutedEfficiencyAudits_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_lt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_lte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_empty: Boolean\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_not: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_lt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_lte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_empty: Boolean\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_not: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_lt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_lte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_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  otherParticipantInAudit_Audit_some: [AuditFilter!]\r\n  otherParticipantInAudit_Audit_count: countFilter\r\n  auditee_Audit_some: [AuditFilter!]\r\n  auditee_Audit_count: countFilter\r\n  auditorInAudit_Audit_some: [AuditFilter!]\r\n  auditorInAudit_Audit_count: countFilter\r\n  leadAuditor_Audit_some: [AuditFilter!]\r\n  leadAuditor_Audit_count: countFilter\r\n  mainAuditee_Audit_some: [AuditFilter!]\r\n  mainAuditee_Audit_count: countFilter\r\n  activityOwner_AuditActivity_some: [AuditActivityFilter!]\r\n  activityOwner_AuditActivity_count: countFilter\r\n  recommendationCorrespondent_Recommendation_some: [RecommendationFilter!]\r\n  recommendationCorrespondent_Recommendation_count: countFilter\r\n  recommendationOwner_Recommendation_some: [RecommendationFilter!]\r\n  recommendationOwner_Recommendation_count: countFilter\r\n  actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanOwner_ActionPlan_count: countFilter\r\n  actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanResponsible_ActionPlan_count: countFilter\r\n  actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanApprover_ActionPlan_count: countFilter\r\n  actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n  actionOwner_ActionActionPlan_count: countFilter\r\n  inVacation_Vacation_some: [VacationFilter!]\r\n  inVacation_Vacation_count: countFilter\r\n  orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitMember_OrgUnit_count: countFilter\r\n  organizationalUnitOwner_OrgUnit_some: [OrgUnitFilter!]\r\n  organizationalUnitOwner_OrgUnit_count: countFilter\r\n  orgUnitDesigner_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitDesigner_OrgUnit_count: countFilter\r\n  organizationalProcessDesigner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessDesigner_OrganizationalProcess_count: countFilter\r\n  organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n  organizationalProcessContributor_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessContributor_OrganizationalProcess_count: countFilter\r\n  organizationalProcessOwner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessOwner_OrganizationalProcess_count: countFilter\r\n  requirementResponsible_Requirement_some: [RequirementFilter!]\r\n  requirementResponsible_Requirement_count: countFilter\r\n  requirementAccountable_Requirement_some: [RequirementFilter!]\r\n  requirementAccountable_Requirement_count: countFilter\r\n  requirementConsulted_Requirement_some: [RequirementFilter!]\r\n  requirementConsulted_Requirement_count: countFilter\r\n  requirementInformed_Requirement_some: [RequirementFilter!]\r\n  requirementInformed_Requirement_count: countFilter\r\n  businessProcessDesigner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessDesigner_BusinessProcess_count: countFilter\r\n  businessProcessOwner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessOwner_BusinessProcess_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_LeadAuditorOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  userCode_ASC\r\n  userCode_DESC\r\n  commandLine_ASC\r\n  commandLine_DESC\r\n  scciUserName_ASC\r\n  scciUserName_DESC\r\n  email_ASC\r\n  email_DESC\r\n  belongsToAPersonGroup_ASC\r\n  belongsToAPersonGroup_DESC\r\n  dataLanguage_ASC\r\n  dataLanguage_DESC\r\n  phoneNumber_ASC\r\n  phoneNumber_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  initialNumberOfComplianceAudits_ASC\r\n  initialNumberOfComplianceAudits_DESC\r\n  initialNumberOfEfficiencyAudits_ASC\r\n  initialNumberOfEfficiencyAudits_DESC\r\n  initialNumberOfComplianceAuditActivities_ASC\r\n  initialNumberOfComplianceAuditActivities_DESC\r\n  initialNumberOfEfficiencyAuditActivities_ASC\r\n  initialNumberOfEfficiencyAuditActivities_DESC\r\n  numberOfExecutedComplianceAudits_ASC\r\n  numberOfExecutedComplianceAudits_DESC\r\n  numberOfExecutedEfficiencyAudits_ASC\r\n  numberOfExecutedEfficiencyAudits_DESC\r\n  numberOfExecutedComplianceAuditActivities_ASC\r\n  numberOfExecutedComplianceAuditActivities_DESC\r\n  numberOfExecutedEfficiencyAuditActivities_ASC\r\n  numberOfExecutedEfficiencyAuditActivities_DESC\r\n  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_Audit_BusinessRole_BusinessRole_MainAuditee implements GraphQLObjectInterface {\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: GraphQLObjectInterface\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson(format: EnumFormat): ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\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  timeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  otherParticipantInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [AuditAggregatedValues]\r\n  auditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Auditee]\r\n  auditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [AuditAggregatedValues]\r\n  auditorInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [AuditAggregatedValues]\r\n  leadAuditor_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [AuditAggregatedValues]\r\n  mainAuditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [AuditAggregatedValues]\r\n  activityOwner_AuditActivity(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_AuditActivityAggregatedValues(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendationCorrespondent_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [RecommendationAggregatedValues]\r\n  recommendationOwner_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n  actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n  inVacation_Vacation(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_VacationAggregatedValues(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [VacationAggregatedValues]\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  organizationalUnitOwner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnitDesigner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcessDesigner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessContributor_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessOwner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n  requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n  requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n  requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n  businessProcessDesigner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [BusinessProcessAggregatedValues]\r\n  businessProcessOwner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [BusinessProcessAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [Relationship_Skill_Skill_PersonSkill_PersonSystem]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeFilter {\r\n  and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeFilter!]\r\n  or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  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  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfComplianceAudits_not: CustomInt\r\n  initialNumberOfComplianceAudits_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_lt: CustomInt\r\n  initialNumberOfComplianceAudits_lte: CustomInt\r\n  initialNumberOfComplianceAudits_gt: CustomInt\r\n  initialNumberOfComplianceAudits_gte: CustomInt\r\n  initialNumberOfComplianceAudits_empty: Boolean\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits_not: CustomInt\r\n  initialNumberOfEfficiencyAudits_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_lt: CustomInt\r\n  initialNumberOfEfficiencyAudits_lte: CustomInt\r\n  initialNumberOfEfficiencyAudits_gt: CustomInt\r\n  initialNumberOfEfficiencyAudits_gte: CustomInt\r\n  initialNumberOfEfficiencyAudits_empty: Boolean\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfComplianceAuditActivities_not: CustomInt\r\n  initialNumberOfComplianceAuditActivities_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_lt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_lte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_empty: Boolean\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_not: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_lt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_lte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_empty: Boolean\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedComplianceAudits_not: CustomInt\r\n  numberOfExecutedComplianceAudits_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_lt: CustomInt\r\n  numberOfExecutedComplianceAudits_lte: CustomInt\r\n  numberOfExecutedComplianceAudits_gt: CustomInt\r\n  numberOfExecutedComplianceAudits_gte: CustomInt\r\n  numberOfExecutedComplianceAudits_empty: Boolean\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits_not: CustomInt\r\n  numberOfExecutedEfficiencyAudits_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_lt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_lte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_empty: Boolean\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_not: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_lt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_lte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_empty: Boolean\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_not: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_lt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_lte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_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  otherParticipantInAudit_Audit_some: [AuditFilter!]\r\n  otherParticipantInAudit_Audit_count: countFilter\r\n  auditee_Audit_some: [AuditFilter!]\r\n  auditee_Audit_count: countFilter\r\n  auditorInAudit_Audit_some: [AuditFilter!]\r\n  auditorInAudit_Audit_count: countFilter\r\n  leadAuditor_Audit_some: [AuditFilter!]\r\n  leadAuditor_Audit_count: countFilter\r\n  mainAuditee_Audit_some: [AuditFilter!]\r\n  mainAuditee_Audit_count: countFilter\r\n  activityOwner_AuditActivity_some: [AuditActivityFilter!]\r\n  activityOwner_AuditActivity_count: countFilter\r\n  recommendationCorrespondent_Recommendation_some: [RecommendationFilter!]\r\n  recommendationCorrespondent_Recommendation_count: countFilter\r\n  recommendationOwner_Recommendation_some: [RecommendationFilter!]\r\n  recommendationOwner_Recommendation_count: countFilter\r\n  actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanOwner_ActionPlan_count: countFilter\r\n  actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanResponsible_ActionPlan_count: countFilter\r\n  actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanApprover_ActionPlan_count: countFilter\r\n  actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n  actionOwner_ActionActionPlan_count: countFilter\r\n  inVacation_Vacation_some: [VacationFilter!]\r\n  inVacation_Vacation_count: countFilter\r\n  orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitMember_OrgUnit_count: countFilter\r\n  organizationalUnitOwner_OrgUnit_some: [OrgUnitFilter!]\r\n  organizationalUnitOwner_OrgUnit_count: countFilter\r\n  orgUnitDesigner_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitDesigner_OrgUnit_count: countFilter\r\n  organizationalProcessDesigner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessDesigner_OrganizationalProcess_count: countFilter\r\n  organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n  organizationalProcessContributor_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessContributor_OrganizationalProcess_count: countFilter\r\n  organizationalProcessOwner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessOwner_OrganizationalProcess_count: countFilter\r\n  requirementResponsible_Requirement_some: [RequirementFilter!]\r\n  requirementResponsible_Requirement_count: countFilter\r\n  requirementAccountable_Requirement_some: [RequirementFilter!]\r\n  requirementAccountable_Requirement_count: countFilter\r\n  requirementConsulted_Requirement_some: [RequirementFilter!]\r\n  requirementConsulted_Requirement_count: countFilter\r\n  requirementInformed_Requirement_some: [RequirementFilter!]\r\n  requirementInformed_Requirement_count: countFilter\r\n  businessProcessDesigner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessDesigner_BusinessProcess_count: countFilter\r\n  businessProcessOwner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessOwner_BusinessProcess_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_MainAuditeeOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  userCode_ASC\r\n  userCode_DESC\r\n  commandLine_ASC\r\n  commandLine_DESC\r\n  scciUserName_ASC\r\n  scciUserName_DESC\r\n  email_ASC\r\n  email_DESC\r\n  belongsToAPersonGroup_ASC\r\n  belongsToAPersonGroup_DESC\r\n  dataLanguage_ASC\r\n  dataLanguage_DESC\r\n  phoneNumber_ASC\r\n  phoneNumber_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  initialNumberOfComplianceAudits_ASC\r\n  initialNumberOfComplianceAudits_DESC\r\n  initialNumberOfEfficiencyAudits_ASC\r\n  initialNumberOfEfficiencyAudits_DESC\r\n  initialNumberOfComplianceAuditActivities_ASC\r\n  initialNumberOfComplianceAuditActivities_DESC\r\n  initialNumberOfEfficiencyAuditActivities_ASC\r\n  initialNumberOfEfficiencyAuditActivities_DESC\r\n  numberOfExecutedComplianceAudits_ASC\r\n  numberOfExecutedComplianceAudits_DESC\r\n  numberOfExecutedEfficiencyAudits_ASC\r\n  numberOfExecutedEfficiencyAudits_DESC\r\n  numberOfExecutedComplianceAuditActivities_ASC\r\n  numberOfExecutedComplianceAuditActivities_DESC\r\n  numberOfExecutedEfficiencyAuditActivities_ASC\r\n  numberOfExecutedEfficiencyAuditActivities_DESC\r\n  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_Audit_BusinessRole_BusinessRole_OtherParticipantInAudit implements GraphQLObjectInterface {\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: GraphQLObjectInterface\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson(format: EnumFormat): ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\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  timeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  otherParticipantInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [AuditAggregatedValues]\r\n  auditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Auditee]\r\n  auditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [AuditAggregatedValues]\r\n  auditorInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [AuditAggregatedValues]\r\n  leadAuditor_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [AuditAggregatedValues]\r\n  mainAuditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [AuditAggregatedValues]\r\n  activityOwner_AuditActivity(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_AuditActivityAggregatedValues(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendationCorrespondent_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [RecommendationAggregatedValues]\r\n  recommendationOwner_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n  actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n  inVacation_Vacation(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_VacationAggregatedValues(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [VacationAggregatedValues]\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  organizationalUnitOwner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnitDesigner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcessDesigner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessContributor_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessOwner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n  requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n  requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n  requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n  businessProcessDesigner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [BusinessProcessAggregatedValues]\r\n  businessProcessOwner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [BusinessProcessAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [Relationship_Skill_Skill_PersonSkill_PersonSystem]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditFilter {\r\n  and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditFilter!]\r\n  or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  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  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfComplianceAudits_not: CustomInt\r\n  initialNumberOfComplianceAudits_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_lt: CustomInt\r\n  initialNumberOfComplianceAudits_lte: CustomInt\r\n  initialNumberOfComplianceAudits_gt: CustomInt\r\n  initialNumberOfComplianceAudits_gte: CustomInt\r\n  initialNumberOfComplianceAudits_empty: Boolean\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits_not: CustomInt\r\n  initialNumberOfEfficiencyAudits_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_lt: CustomInt\r\n  initialNumberOfEfficiencyAudits_lte: CustomInt\r\n  initialNumberOfEfficiencyAudits_gt: CustomInt\r\n  initialNumberOfEfficiencyAudits_gte: CustomInt\r\n  initialNumberOfEfficiencyAudits_empty: Boolean\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfComplianceAuditActivities_not: CustomInt\r\n  initialNumberOfComplianceAuditActivities_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_lt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_lte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_empty: Boolean\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_not: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_lt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_lte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_empty: Boolean\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedComplianceAudits_not: CustomInt\r\n  numberOfExecutedComplianceAudits_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_lt: CustomInt\r\n  numberOfExecutedComplianceAudits_lte: CustomInt\r\n  numberOfExecutedComplianceAudits_gt: CustomInt\r\n  numberOfExecutedComplianceAudits_gte: CustomInt\r\n  numberOfExecutedComplianceAudits_empty: Boolean\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits_not: CustomInt\r\n  numberOfExecutedEfficiencyAudits_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_lt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_lte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_empty: Boolean\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_not: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_lt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_lte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_empty: Boolean\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_not: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_lt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_lte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_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  otherParticipantInAudit_Audit_some: [AuditFilter!]\r\n  otherParticipantInAudit_Audit_count: countFilter\r\n  auditee_Audit_some: [AuditFilter!]\r\n  auditee_Audit_count: countFilter\r\n  auditorInAudit_Audit_some: [AuditFilter!]\r\n  auditorInAudit_Audit_count: countFilter\r\n  leadAuditor_Audit_some: [AuditFilter!]\r\n  leadAuditor_Audit_count: countFilter\r\n  mainAuditee_Audit_some: [AuditFilter!]\r\n  mainAuditee_Audit_count: countFilter\r\n  activityOwner_AuditActivity_some: [AuditActivityFilter!]\r\n  activityOwner_AuditActivity_count: countFilter\r\n  recommendationCorrespondent_Recommendation_some: [RecommendationFilter!]\r\n  recommendationCorrespondent_Recommendation_count: countFilter\r\n  recommendationOwner_Recommendation_some: [RecommendationFilter!]\r\n  recommendationOwner_Recommendation_count: countFilter\r\n  actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanOwner_ActionPlan_count: countFilter\r\n  actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanResponsible_ActionPlan_count: countFilter\r\n  actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanApprover_ActionPlan_count: countFilter\r\n  actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n  actionOwner_ActionActionPlan_count: countFilter\r\n  inVacation_Vacation_some: [VacationFilter!]\r\n  inVacation_Vacation_count: countFilter\r\n  orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitMember_OrgUnit_count: countFilter\r\n  organizationalUnitOwner_OrgUnit_some: [OrgUnitFilter!]\r\n  organizationalUnitOwner_OrgUnit_count: countFilter\r\n  orgUnitDesigner_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitDesigner_OrgUnit_count: countFilter\r\n  organizationalProcessDesigner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessDesigner_OrganizationalProcess_count: countFilter\r\n  organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n  organizationalProcessContributor_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessContributor_OrganizationalProcess_count: countFilter\r\n  organizationalProcessOwner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessOwner_OrganizationalProcess_count: countFilter\r\n  requirementResponsible_Requirement_some: [RequirementFilter!]\r\n  requirementResponsible_Requirement_count: countFilter\r\n  requirementAccountable_Requirement_some: [RequirementFilter!]\r\n  requirementAccountable_Requirement_count: countFilter\r\n  requirementConsulted_Requirement_some: [RequirementFilter!]\r\n  requirementConsulted_Requirement_count: countFilter\r\n  requirementInformed_Requirement_some: [RequirementFilter!]\r\n  requirementInformed_Requirement_count: countFilter\r\n  businessProcessDesigner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessDesigner_BusinessProcess_count: countFilter\r\n  businessProcessOwner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessOwner_BusinessProcess_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Audit_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  userCode_ASC\r\n  userCode_DESC\r\n  commandLine_ASC\r\n  commandLine_DESC\r\n  scciUserName_ASC\r\n  scciUserName_DESC\r\n  email_ASC\r\n  email_DESC\r\n  belongsToAPersonGroup_ASC\r\n  belongsToAPersonGroup_DESC\r\n  dataLanguage_ASC\r\n  dataLanguage_DESC\r\n  phoneNumber_ASC\r\n  phoneNumber_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  initialNumberOfComplianceAudits_ASC\r\n  initialNumberOfComplianceAudits_DESC\r\n  initialNumberOfEfficiencyAudits_ASC\r\n  initialNumberOfEfficiencyAudits_DESC\r\n  initialNumberOfComplianceAuditActivities_ASC\r\n  initialNumberOfComplianceAuditActivities_DESC\r\n  initialNumberOfEfficiencyAuditActivities_ASC\r\n  initialNumberOfEfficiencyAuditActivities_DESC\r\n  numberOfExecutedComplianceAudits_ASC\r\n  numberOfExecutedComplianceAudits_DESC\r\n  numberOfExecutedEfficiencyAudits_ASC\r\n  numberOfExecutedEfficiencyAudits_DESC\r\n  numberOfExecutedComplianceAuditActivities_ASC\r\n  numberOfExecutedComplianceAuditActivities_DESC\r\n  numberOfExecutedEfficiencyAuditActivities_ASC\r\n  numberOfExecutedEfficiencyAuditActivities_DESC\r\n  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_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessDesigner implements GraphQLObjectInterface {\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: GraphQLObjectInterface\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson(format: EnumFormat): ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\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  timeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  otherParticipantInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [AuditAggregatedValues]\r\n  auditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Auditee]\r\n  auditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [AuditAggregatedValues]\r\n  auditorInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [AuditAggregatedValues]\r\n  leadAuditor_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [AuditAggregatedValues]\r\n  mainAuditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [AuditAggregatedValues]\r\n  activityOwner_AuditActivity(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_AuditActivityAggregatedValues(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendationCorrespondent_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [RecommendationAggregatedValues]\r\n  recommendationOwner_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n  actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n  inVacation_Vacation(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_VacationAggregatedValues(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [VacationAggregatedValues]\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  organizationalUnitOwner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnitDesigner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcessDesigner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessContributor_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessOwner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n  requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n  requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n  requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n  businessProcessDesigner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [BusinessProcessAggregatedValues]\r\n  businessProcessOwner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [BusinessProcessAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [Relationship_Skill_Skill_PersonSkill_PersonSystem]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessDesignerFilter {\r\n  and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessDesignerFilter!]\r\n  or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessDesignerFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  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  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfComplianceAudits_not: CustomInt\r\n  initialNumberOfComplianceAudits_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_lt: CustomInt\r\n  initialNumberOfComplianceAudits_lte: CustomInt\r\n  initialNumberOfComplianceAudits_gt: CustomInt\r\n  initialNumberOfComplianceAudits_gte: CustomInt\r\n  initialNumberOfComplianceAudits_empty: Boolean\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits_not: CustomInt\r\n  initialNumberOfEfficiencyAudits_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_lt: CustomInt\r\n  initialNumberOfEfficiencyAudits_lte: CustomInt\r\n  initialNumberOfEfficiencyAudits_gt: CustomInt\r\n  initialNumberOfEfficiencyAudits_gte: CustomInt\r\n  initialNumberOfEfficiencyAudits_empty: Boolean\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfComplianceAuditActivities_not: CustomInt\r\n  initialNumberOfComplianceAuditActivities_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_lt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_lte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_empty: Boolean\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_not: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_lt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_lte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_empty: Boolean\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedComplianceAudits_not: CustomInt\r\n  numberOfExecutedComplianceAudits_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_lt: CustomInt\r\n  numberOfExecutedComplianceAudits_lte: CustomInt\r\n  numberOfExecutedComplianceAudits_gt: CustomInt\r\n  numberOfExecutedComplianceAudits_gte: CustomInt\r\n  numberOfExecutedComplianceAudits_empty: Boolean\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits_not: CustomInt\r\n  numberOfExecutedEfficiencyAudits_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_lt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_lte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_empty: Boolean\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_not: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_lt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_lte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_empty: Boolean\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_not: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_lt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_lte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_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  otherParticipantInAudit_Audit_some: [AuditFilter!]\r\n  otherParticipantInAudit_Audit_count: countFilter\r\n  auditee_Audit_some: [AuditFilter!]\r\n  auditee_Audit_count: countFilter\r\n  auditorInAudit_Audit_some: [AuditFilter!]\r\n  auditorInAudit_Audit_count: countFilter\r\n  leadAuditor_Audit_some: [AuditFilter!]\r\n  leadAuditor_Audit_count: countFilter\r\n  mainAuditee_Audit_some: [AuditFilter!]\r\n  mainAuditee_Audit_count: countFilter\r\n  activityOwner_AuditActivity_some: [AuditActivityFilter!]\r\n  activityOwner_AuditActivity_count: countFilter\r\n  recommendationCorrespondent_Recommendation_some: [RecommendationFilter!]\r\n  recommendationCorrespondent_Recommendation_count: countFilter\r\n  recommendationOwner_Recommendation_some: [RecommendationFilter!]\r\n  recommendationOwner_Recommendation_count: countFilter\r\n  actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanOwner_ActionPlan_count: countFilter\r\n  actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanResponsible_ActionPlan_count: countFilter\r\n  actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanApprover_ActionPlan_count: countFilter\r\n  actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n  actionOwner_ActionActionPlan_count: countFilter\r\n  inVacation_Vacation_some: [VacationFilter!]\r\n  inVacation_Vacation_count: countFilter\r\n  orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitMember_OrgUnit_count: countFilter\r\n  organizationalUnitOwner_OrgUnit_some: [OrgUnitFilter!]\r\n  organizationalUnitOwner_OrgUnit_count: countFilter\r\n  orgUnitDesigner_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitDesigner_OrgUnit_count: countFilter\r\n  organizationalProcessDesigner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessDesigner_OrganizationalProcess_count: countFilter\r\n  organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n  organizationalProcessContributor_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessContributor_OrganizationalProcess_count: countFilter\r\n  organizationalProcessOwner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessOwner_OrganizationalProcess_count: countFilter\r\n  requirementResponsible_Requirement_some: [RequirementFilter!]\r\n  requirementResponsible_Requirement_count: countFilter\r\n  requirementAccountable_Requirement_some: [RequirementFilter!]\r\n  requirementAccountable_Requirement_count: countFilter\r\n  requirementConsulted_Requirement_some: [RequirementFilter!]\r\n  requirementConsulted_Requirement_count: countFilter\r\n  requirementInformed_Requirement_some: [RequirementFilter!]\r\n  requirementInformed_Requirement_count: countFilter\r\n  businessProcessDesigner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessDesigner_BusinessProcess_count: countFilter\r\n  businessProcessOwner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessOwner_BusinessProcess_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  userCode_ASC\r\n  userCode_DESC\r\n  commandLine_ASC\r\n  commandLine_DESC\r\n  scciUserName_ASC\r\n  scciUserName_DESC\r\n  email_ASC\r\n  email_DESC\r\n  belongsToAPersonGroup_ASC\r\n  belongsToAPersonGroup_DESC\r\n  dataLanguage_ASC\r\n  dataLanguage_DESC\r\n  phoneNumber_ASC\r\n  phoneNumber_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  initialNumberOfComplianceAudits_ASC\r\n  initialNumberOfComplianceAudits_DESC\r\n  initialNumberOfEfficiencyAudits_ASC\r\n  initialNumberOfEfficiencyAudits_DESC\r\n  initialNumberOfComplianceAuditActivities_ASC\r\n  initialNumberOfComplianceAuditActivities_DESC\r\n  initialNumberOfEfficiencyAuditActivities_ASC\r\n  initialNumberOfEfficiencyAuditActivities_DESC\r\n  numberOfExecutedComplianceAudits_ASC\r\n  numberOfExecutedComplianceAudits_DESC\r\n  numberOfExecutedEfficiencyAudits_ASC\r\n  numberOfExecutedEfficiencyAudits_DESC\r\n  numberOfExecutedComplianceAuditActivities_ASC\r\n  numberOfExecutedComplianceAuditActivities_DESC\r\n  numberOfExecutedEfficiencyAuditActivities_ASC\r\n  numberOfExecutedEfficiencyAuditActivities_DESC\r\n  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_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessOwner implements GraphQLObjectInterface {\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: GraphQLObjectInterface\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson(format: EnumFormat): ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\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  timeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  otherParticipantInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [AuditAggregatedValues]\r\n  auditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Auditee]\r\n  auditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [AuditAggregatedValues]\r\n  auditorInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [AuditAggregatedValues]\r\n  leadAuditor_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [AuditAggregatedValues]\r\n  mainAuditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [AuditAggregatedValues]\r\n  activityOwner_AuditActivity(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_AuditActivityAggregatedValues(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendationCorrespondent_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [RecommendationAggregatedValues]\r\n  recommendationOwner_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n  actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n  inVacation_Vacation(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_VacationAggregatedValues(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [VacationAggregatedValues]\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  organizationalUnitOwner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnitDesigner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcessDesigner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessContributor_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessOwner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n  requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n  requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n  requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n  businessProcessDesigner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [BusinessProcessAggregatedValues]\r\n  businessProcessOwner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [BusinessProcessAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [Relationship_Skill_Skill_PersonSkill_PersonSystem]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessOwnerFilter {\r\n  and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessOwnerFilter!]\r\n  or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessOwnerFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  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  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfComplianceAudits_not: CustomInt\r\n  initialNumberOfComplianceAudits_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_lt: CustomInt\r\n  initialNumberOfComplianceAudits_lte: CustomInt\r\n  initialNumberOfComplianceAudits_gt: CustomInt\r\n  initialNumberOfComplianceAudits_gte: CustomInt\r\n  initialNumberOfComplianceAudits_empty: Boolean\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits_not: CustomInt\r\n  initialNumberOfEfficiencyAudits_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_lt: CustomInt\r\n  initialNumberOfEfficiencyAudits_lte: CustomInt\r\n  initialNumberOfEfficiencyAudits_gt: CustomInt\r\n  initialNumberOfEfficiencyAudits_gte: CustomInt\r\n  initialNumberOfEfficiencyAudits_empty: Boolean\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfComplianceAuditActivities_not: CustomInt\r\n  initialNumberOfComplianceAuditActivities_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_lt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_lte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_empty: Boolean\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_not: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_lt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_lte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_empty: Boolean\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedComplianceAudits_not: CustomInt\r\n  numberOfExecutedComplianceAudits_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_lt: CustomInt\r\n  numberOfExecutedComplianceAudits_lte: CustomInt\r\n  numberOfExecutedComplianceAudits_gt: CustomInt\r\n  numberOfExecutedComplianceAudits_gte: CustomInt\r\n  numberOfExecutedComplianceAudits_empty: Boolean\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits_not: CustomInt\r\n  numberOfExecutedEfficiencyAudits_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_lt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_lte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_empty: Boolean\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_not: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_lt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_lte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_empty: Boolean\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_not: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_lt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_lte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_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  otherParticipantInAudit_Audit_some: [AuditFilter!]\r\n  otherParticipantInAudit_Audit_count: countFilter\r\n  auditee_Audit_some: [AuditFilter!]\r\n  auditee_Audit_count: countFilter\r\n  auditorInAudit_Audit_some: [AuditFilter!]\r\n  auditorInAudit_Audit_count: countFilter\r\n  leadAuditor_Audit_some: [AuditFilter!]\r\n  leadAuditor_Audit_count: countFilter\r\n  mainAuditee_Audit_some: [AuditFilter!]\r\n  mainAuditee_Audit_count: countFilter\r\n  activityOwner_AuditActivity_some: [AuditActivityFilter!]\r\n  activityOwner_AuditActivity_count: countFilter\r\n  recommendationCorrespondent_Recommendation_some: [RecommendationFilter!]\r\n  recommendationCorrespondent_Recommendation_count: countFilter\r\n  recommendationOwner_Recommendation_some: [RecommendationFilter!]\r\n  recommendationOwner_Recommendation_count: countFilter\r\n  actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanOwner_ActionPlan_count: countFilter\r\n  actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanResponsible_ActionPlan_count: countFilter\r\n  actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanApprover_ActionPlan_count: countFilter\r\n  actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n  actionOwner_ActionActionPlan_count: countFilter\r\n  inVacation_Vacation_some: [VacationFilter!]\r\n  inVacation_Vacation_count: countFilter\r\n  orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitMember_OrgUnit_count: countFilter\r\n  organizationalUnitOwner_OrgUnit_some: [OrgUnitFilter!]\r\n  organizationalUnitOwner_OrgUnit_count: countFilter\r\n  orgUnitDesigner_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitDesigner_OrgUnit_count: countFilter\r\n  organizationalProcessDesigner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessDesigner_OrganizationalProcess_count: countFilter\r\n  organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n  organizationalProcessContributor_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessContributor_OrganizationalProcess_count: countFilter\r\n  organizationalProcessOwner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessOwner_OrganizationalProcess_count: countFilter\r\n  requirementResponsible_Requirement_some: [RequirementFilter!]\r\n  requirementResponsible_Requirement_count: countFilter\r\n  requirementAccountable_Requirement_some: [RequirementFilter!]\r\n  requirementAccountable_Requirement_count: countFilter\r\n  requirementConsulted_Requirement_some: [RequirementFilter!]\r\n  requirementConsulted_Requirement_count: countFilter\r\n  requirementInformed_Requirement_some: [RequirementFilter!]\r\n  requirementInformed_Requirement_count: countFilter\r\n  businessProcessDesigner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessDesigner_BusinessProcess_count: countFilter\r\n  businessProcessOwner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessOwner_BusinessProcess_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_BusinessProcess_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  userCode_ASC\r\n  userCode_DESC\r\n  commandLine_ASC\r\n  commandLine_DESC\r\n  scciUserName_ASC\r\n  scciUserName_DESC\r\n  email_ASC\r\n  email_DESC\r\n  belongsToAPersonGroup_ASC\r\n  belongsToAPersonGroup_DESC\r\n  dataLanguage_ASC\r\n  dataLanguage_DESC\r\n  phoneNumber_ASC\r\n  phoneNumber_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  initialNumberOfComplianceAudits_ASC\r\n  initialNumberOfComplianceAudits_DESC\r\n  initialNumberOfEfficiencyAudits_ASC\r\n  initialNumberOfEfficiencyAudits_DESC\r\n  initialNumberOfComplianceAuditActivities_ASC\r\n  initialNumberOfComplianceAuditActivities_DESC\r\n  initialNumberOfEfficiencyAuditActivities_ASC\r\n  initialNumberOfEfficiencyAuditActivities_DESC\r\n  numberOfExecutedComplianceAudits_ASC\r\n  numberOfExecutedComplianceAudits_DESC\r\n  numberOfExecutedEfficiencyAudits_ASC\r\n  numberOfExecutedEfficiencyAudits_DESC\r\n  numberOfExecutedComplianceAuditActivities_ASC\r\n  numberOfExecutedComplianceAuditActivities_DESC\r\n  numberOfExecutedEfficiencyAuditActivities_ASC\r\n  numberOfExecutedEfficiencyAuditActivities_DESC\r\n  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_OrgUnitDesigner implements GraphQLObjectInterface {\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: GraphQLObjectInterface\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson(format: EnumFormat): ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\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  timeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  otherParticipantInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [AuditAggregatedValues]\r\n  auditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Auditee]\r\n  auditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [AuditAggregatedValues]\r\n  auditorInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [AuditAggregatedValues]\r\n  leadAuditor_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [AuditAggregatedValues]\r\n  mainAuditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [AuditAggregatedValues]\r\n  activityOwner_AuditActivity(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_AuditActivityAggregatedValues(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendationCorrespondent_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [RecommendationAggregatedValues]\r\n  recommendationOwner_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n  actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n  inVacation_Vacation(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_VacationAggregatedValues(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [VacationAggregatedValues]\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  organizationalUnitOwner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnitDesigner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcessDesigner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessContributor_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessOwner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n  requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n  requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n  requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n  businessProcessDesigner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [BusinessProcessAggregatedValues]\r\n  businessProcessOwner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [BusinessProcessAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [Relationship_Skill_Skill_PersonSkill_PersonSystem]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerFilter {\r\n  and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerFilter!]\r\n  or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  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  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfComplianceAudits_not: CustomInt\r\n  initialNumberOfComplianceAudits_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_lt: CustomInt\r\n  initialNumberOfComplianceAudits_lte: CustomInt\r\n  initialNumberOfComplianceAudits_gt: CustomInt\r\n  initialNumberOfComplianceAudits_gte: CustomInt\r\n  initialNumberOfComplianceAudits_empty: Boolean\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits_not: CustomInt\r\n  initialNumberOfEfficiencyAudits_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_lt: CustomInt\r\n  initialNumberOfEfficiencyAudits_lte: CustomInt\r\n  initialNumberOfEfficiencyAudits_gt: CustomInt\r\n  initialNumberOfEfficiencyAudits_gte: CustomInt\r\n  initialNumberOfEfficiencyAudits_empty: Boolean\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfComplianceAuditActivities_not: CustomInt\r\n  initialNumberOfComplianceAuditActivities_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_lt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_lte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_empty: Boolean\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_not: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_lt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_lte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_empty: Boolean\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedComplianceAudits_not: CustomInt\r\n  numberOfExecutedComplianceAudits_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_lt: CustomInt\r\n  numberOfExecutedComplianceAudits_lte: CustomInt\r\n  numberOfExecutedComplianceAudits_gt: CustomInt\r\n  numberOfExecutedComplianceAudits_gte: CustomInt\r\n  numberOfExecutedComplianceAudits_empty: Boolean\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits_not: CustomInt\r\n  numberOfExecutedEfficiencyAudits_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_lt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_lte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_empty: Boolean\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_not: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_lt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_lte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_empty: Boolean\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_not: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_lt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_lte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_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  otherParticipantInAudit_Audit_some: [AuditFilter!]\r\n  otherParticipantInAudit_Audit_count: countFilter\r\n  auditee_Audit_some: [AuditFilter!]\r\n  auditee_Audit_count: countFilter\r\n  auditorInAudit_Audit_some: [AuditFilter!]\r\n  auditorInAudit_Audit_count: countFilter\r\n  leadAuditor_Audit_some: [AuditFilter!]\r\n  leadAuditor_Audit_count: countFilter\r\n  mainAuditee_Audit_some: [AuditFilter!]\r\n  mainAuditee_Audit_count: countFilter\r\n  activityOwner_AuditActivity_some: [AuditActivityFilter!]\r\n  activityOwner_AuditActivity_count: countFilter\r\n  recommendationCorrespondent_Recommendation_some: [RecommendationFilter!]\r\n  recommendationCorrespondent_Recommendation_count: countFilter\r\n  recommendationOwner_Recommendation_some: [RecommendationFilter!]\r\n  recommendationOwner_Recommendation_count: countFilter\r\n  actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanOwner_ActionPlan_count: countFilter\r\n  actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanResponsible_ActionPlan_count: countFilter\r\n  actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanApprover_ActionPlan_count: countFilter\r\n  actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n  actionOwner_ActionActionPlan_count: countFilter\r\n  inVacation_Vacation_some: [VacationFilter!]\r\n  inVacation_Vacation_count: countFilter\r\n  orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitMember_OrgUnit_count: countFilter\r\n  organizationalUnitOwner_OrgUnit_some: [OrgUnitFilter!]\r\n  organizationalUnitOwner_OrgUnit_count: countFilter\r\n  orgUnitDesigner_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitDesigner_OrgUnit_count: countFilter\r\n  organizationalProcessDesigner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessDesigner_OrganizationalProcess_count: countFilter\r\n  organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n  organizationalProcessContributor_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessContributor_OrganizationalProcess_count: countFilter\r\n  organizationalProcessOwner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessOwner_OrganizationalProcess_count: countFilter\r\n  requirementResponsible_Requirement_some: [RequirementFilter!]\r\n  requirementResponsible_Requirement_count: countFilter\r\n  requirementAccountable_Requirement_some: [RequirementFilter!]\r\n  requirementAccountable_Requirement_count: countFilter\r\n  requirementConsulted_Requirement_some: [RequirementFilter!]\r\n  requirementConsulted_Requirement_count: countFilter\r\n  requirementInformed_Requirement_some: [RequirementFilter!]\r\n  requirementInformed_Requirement_count: countFilter\r\n  businessProcessDesigner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessDesigner_BusinessProcess_count: countFilter\r\n  businessProcessOwner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessOwner_BusinessProcess_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  userCode_ASC\r\n  userCode_DESC\r\n  commandLine_ASC\r\n  commandLine_DESC\r\n  scciUserName_ASC\r\n  scciUserName_DESC\r\n  email_ASC\r\n  email_DESC\r\n  belongsToAPersonGroup_ASC\r\n  belongsToAPersonGroup_DESC\r\n  dataLanguage_ASC\r\n  dataLanguage_DESC\r\n  phoneNumber_ASC\r\n  phoneNumber_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  initialNumberOfComplianceAudits_ASC\r\n  initialNumberOfComplianceAudits_DESC\r\n  initialNumberOfEfficiencyAudits_ASC\r\n  initialNumberOfEfficiencyAudits_DESC\r\n  initialNumberOfComplianceAuditActivities_ASC\r\n  initialNumberOfComplianceAuditActivities_DESC\r\n  initialNumberOfEfficiencyAuditActivities_ASC\r\n  initialNumberOfEfficiencyAuditActivities_DESC\r\n  numberOfExecutedComplianceAudits_ASC\r\n  numberOfExecutedComplianceAudits_DESC\r\n  numberOfExecutedEfficiencyAudits_ASC\r\n  numberOfExecutedEfficiencyAudits_DESC\r\n  numberOfExecutedComplianceAuditActivities_ASC\r\n  numberOfExecutedComplianceAuditActivities_DESC\r\n  numberOfExecutedEfficiencyAuditActivities_ASC\r\n  numberOfExecutedEfficiencyAuditActivities_DESC\r\n  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  belongsToAPersonGroup: Boolean\r\n  dataLanguage: GraphQLObjectInterface\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson(format: EnumFormat): ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\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  timeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  otherParticipantInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [AuditAggregatedValues]\r\n  auditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Auditee]\r\n  auditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [AuditAggregatedValues]\r\n  auditorInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [AuditAggregatedValues]\r\n  leadAuditor_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [AuditAggregatedValues]\r\n  mainAuditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [AuditAggregatedValues]\r\n  activityOwner_AuditActivity(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_AuditActivityAggregatedValues(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendationCorrespondent_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [RecommendationAggregatedValues]\r\n  recommendationOwner_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n  actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n  inVacation_Vacation(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_VacationAggregatedValues(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [VacationAggregatedValues]\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  organizationalUnitOwner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnitDesigner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcessDesigner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessContributor_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessOwner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n  requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n  requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n  requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n  businessProcessDesigner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [BusinessProcessAggregatedValues]\r\n  businessProcessOwner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [BusinessProcessAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [Relationship_Skill_Skill_PersonSkill_PersonSystem]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  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  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfComplianceAudits_not: CustomInt\r\n  initialNumberOfComplianceAudits_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_lt: CustomInt\r\n  initialNumberOfComplianceAudits_lte: CustomInt\r\n  initialNumberOfComplianceAudits_gt: CustomInt\r\n  initialNumberOfComplianceAudits_gte: CustomInt\r\n  initialNumberOfComplianceAudits_empty: Boolean\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits_not: CustomInt\r\n  initialNumberOfEfficiencyAudits_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_lt: CustomInt\r\n  initialNumberOfEfficiencyAudits_lte: CustomInt\r\n  initialNumberOfEfficiencyAudits_gt: CustomInt\r\n  initialNumberOfEfficiencyAudits_gte: CustomInt\r\n  initialNumberOfEfficiencyAudits_empty: Boolean\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfComplianceAuditActivities_not: CustomInt\r\n  initialNumberOfComplianceAuditActivities_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_lt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_lte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_empty: Boolean\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_not: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_lt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_lte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_empty: Boolean\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedComplianceAudits_not: CustomInt\r\n  numberOfExecutedComplianceAudits_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_lt: CustomInt\r\n  numberOfExecutedComplianceAudits_lte: CustomInt\r\n  numberOfExecutedComplianceAudits_gt: CustomInt\r\n  numberOfExecutedComplianceAudits_gte: CustomInt\r\n  numberOfExecutedComplianceAudits_empty: Boolean\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits_not: CustomInt\r\n  numberOfExecutedEfficiencyAudits_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_lt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_lte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_empty: Boolean\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_not: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_lt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_lte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_empty: Boolean\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_not: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_lt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_lte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_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  otherParticipantInAudit_Audit_some: [AuditFilter!]\r\n  otherParticipantInAudit_Audit_count: countFilter\r\n  auditee_Audit_some: [AuditFilter!]\r\n  auditee_Audit_count: countFilter\r\n  auditorInAudit_Audit_some: [AuditFilter!]\r\n  auditorInAudit_Audit_count: countFilter\r\n  leadAuditor_Audit_some: [AuditFilter!]\r\n  leadAuditor_Audit_count: countFilter\r\n  mainAuditee_Audit_some: [AuditFilter!]\r\n  mainAuditee_Audit_count: countFilter\r\n  activityOwner_AuditActivity_some: [AuditActivityFilter!]\r\n  activityOwner_AuditActivity_count: countFilter\r\n  recommendationCorrespondent_Recommendation_some: [RecommendationFilter!]\r\n  recommendationCorrespondent_Recommendation_count: countFilter\r\n  recommendationOwner_Recommendation_some: [RecommendationFilter!]\r\n  recommendationOwner_Recommendation_count: countFilter\r\n  actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanOwner_ActionPlan_count: countFilter\r\n  actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanResponsible_ActionPlan_count: countFilter\r\n  actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanApprover_ActionPlan_count: countFilter\r\n  actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n  actionOwner_ActionActionPlan_count: countFilter\r\n  inVacation_Vacation_some: [VacationFilter!]\r\n  inVacation_Vacation_count: countFilter\r\n  orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitMember_OrgUnit_count: countFilter\r\n  organizationalUnitOwner_OrgUnit_some: [OrgUnitFilter!]\r\n  organizationalUnitOwner_OrgUnit_count: countFilter\r\n  orgUnitDesigner_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitDesigner_OrgUnit_count: countFilter\r\n  organizationalProcessDesigner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessDesigner_OrganizationalProcess_count: countFilter\r\n  organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n  organizationalProcessContributor_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessContributor_OrganizationalProcess_count: countFilter\r\n  organizationalProcessOwner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessOwner_OrganizationalProcess_count: countFilter\r\n  requirementResponsible_Requirement_some: [RequirementFilter!]\r\n  requirementResponsible_Requirement_count: countFilter\r\n  requirementAccountable_Requirement_some: [RequirementFilter!]\r\n  requirementAccountable_Requirement_count: countFilter\r\n  requirementConsulted_Requirement_some: [RequirementFilter!]\r\n  requirementConsulted_Requirement_count: countFilter\r\n  requirementInformed_Requirement_some: [RequirementFilter!]\r\n  requirementInformed_Requirement_count: countFilter\r\n  businessProcessDesigner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessDesigner_BusinessProcess_count: countFilter\r\n  businessProcessOwner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessOwner_BusinessProcess_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_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  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  userCode_ASC\r\n  userCode_DESC\r\n  commandLine_ASC\r\n  commandLine_DESC\r\n  scciUserName_ASC\r\n  scciUserName_DESC\r\n  email_ASC\r\n  email_DESC\r\n  belongsToAPersonGroup_ASC\r\n  belongsToAPersonGroup_DESC\r\n  dataLanguage_ASC\r\n  dataLanguage_DESC\r\n  phoneNumber_ASC\r\n  phoneNumber_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  initialNumberOfComplianceAudits_ASC\r\n  initialNumberOfComplianceAudits_DESC\r\n  initialNumberOfEfficiencyAudits_ASC\r\n  initialNumberOfEfficiencyAudits_DESC\r\n  initialNumberOfComplianceAuditActivities_ASC\r\n  initialNumberOfComplianceAuditActivities_DESC\r\n  initialNumberOfEfficiencyAuditActivities_ASC\r\n  initialNumberOfEfficiencyAuditActivities_DESC\r\n  numberOfExecutedComplianceAudits_ASC\r\n  numberOfExecutedComplianceAudits_DESC\r\n  numberOfExecutedEfficiencyAudits_ASC\r\n  numberOfExecutedEfficiencyAudits_DESC\r\n  numberOfExecutedComplianceAuditActivities_ASC\r\n  numberOfExecutedComplianceAuditActivities_DESC\r\n  numberOfExecutedEfficiencyAuditActivities_ASC\r\n  numberOfExecutedEfficiencyAuditActivities_DESC\r\n  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_OrganizationalUnitOwner implements GraphQLObjectInterface {\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: GraphQLObjectInterface\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson(format: EnumFormat): ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\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  timeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  otherParticipantInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [AuditAggregatedValues]\r\n  auditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Auditee]\r\n  auditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [AuditAggregatedValues]\r\n  auditorInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [AuditAggregatedValues]\r\n  leadAuditor_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [AuditAggregatedValues]\r\n  mainAuditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [AuditAggregatedValues]\r\n  activityOwner_AuditActivity(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_AuditActivityAggregatedValues(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendationCorrespondent_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [RecommendationAggregatedValues]\r\n  recommendationOwner_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n  actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n  inVacation_Vacation(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_VacationAggregatedValues(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [VacationAggregatedValues]\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  organizationalUnitOwner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnitDesigner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcessDesigner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessContributor_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessOwner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n  requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n  requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n  requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n  businessProcessDesigner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [BusinessProcessAggregatedValues]\r\n  businessProcessOwner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [BusinessProcessAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [Relationship_Skill_Skill_PersonSkill_PersonSystem]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter {\r\n  and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter!]\r\n  or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  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  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfComplianceAudits_not: CustomInt\r\n  initialNumberOfComplianceAudits_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_lt: CustomInt\r\n  initialNumberOfComplianceAudits_lte: CustomInt\r\n  initialNumberOfComplianceAudits_gt: CustomInt\r\n  initialNumberOfComplianceAudits_gte: CustomInt\r\n  initialNumberOfComplianceAudits_empty: Boolean\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits_not: CustomInt\r\n  initialNumberOfEfficiencyAudits_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_lt: CustomInt\r\n  initialNumberOfEfficiencyAudits_lte: CustomInt\r\n  initialNumberOfEfficiencyAudits_gt: CustomInt\r\n  initialNumberOfEfficiencyAudits_gte: CustomInt\r\n  initialNumberOfEfficiencyAudits_empty: Boolean\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfComplianceAuditActivities_not: CustomInt\r\n  initialNumberOfComplianceAuditActivities_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_lt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_lte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_empty: Boolean\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_not: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_lt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_lte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_empty: Boolean\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedComplianceAudits_not: CustomInt\r\n  numberOfExecutedComplianceAudits_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_lt: CustomInt\r\n  numberOfExecutedComplianceAudits_lte: CustomInt\r\n  numberOfExecutedComplianceAudits_gt: CustomInt\r\n  numberOfExecutedComplianceAudits_gte: CustomInt\r\n  numberOfExecutedComplianceAudits_empty: Boolean\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits_not: CustomInt\r\n  numberOfExecutedEfficiencyAudits_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_lt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_lte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_empty: Boolean\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_not: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_lt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_lte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_empty: Boolean\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_not: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_lt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_lte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_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  otherParticipantInAudit_Audit_some: [AuditFilter!]\r\n  otherParticipantInAudit_Audit_count: countFilter\r\n  auditee_Audit_some: [AuditFilter!]\r\n  auditee_Audit_count: countFilter\r\n  auditorInAudit_Audit_some: [AuditFilter!]\r\n  auditorInAudit_Audit_count: countFilter\r\n  leadAuditor_Audit_some: [AuditFilter!]\r\n  leadAuditor_Audit_count: countFilter\r\n  mainAuditee_Audit_some: [AuditFilter!]\r\n  mainAuditee_Audit_count: countFilter\r\n  activityOwner_AuditActivity_some: [AuditActivityFilter!]\r\n  activityOwner_AuditActivity_count: countFilter\r\n  recommendationCorrespondent_Recommendation_some: [RecommendationFilter!]\r\n  recommendationCorrespondent_Recommendation_count: countFilter\r\n  recommendationOwner_Recommendation_some: [RecommendationFilter!]\r\n  recommendationOwner_Recommendation_count: countFilter\r\n  actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanOwner_ActionPlan_count: countFilter\r\n  actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanResponsible_ActionPlan_count: countFilter\r\n  actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanApprover_ActionPlan_count: countFilter\r\n  actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n  actionOwner_ActionActionPlan_count: countFilter\r\n  inVacation_Vacation_some: [VacationFilter!]\r\n  inVacation_Vacation_count: countFilter\r\n  orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitMember_OrgUnit_count: countFilter\r\n  organizationalUnitOwner_OrgUnit_some: [OrgUnitFilter!]\r\n  organizationalUnitOwner_OrgUnit_count: countFilter\r\n  orgUnitDesigner_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitDesigner_OrgUnit_count: countFilter\r\n  organizationalProcessDesigner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessDesigner_OrganizationalProcess_count: countFilter\r\n  organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n  organizationalProcessContributor_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessContributor_OrganizationalProcess_count: countFilter\r\n  organizationalProcessOwner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessOwner_OrganizationalProcess_count: countFilter\r\n  requirementResponsible_Requirement_some: [RequirementFilter!]\r\n  requirementResponsible_Requirement_count: countFilter\r\n  requirementAccountable_Requirement_some: [RequirementFilter!]\r\n  requirementAccountable_Requirement_count: countFilter\r\n  requirementConsulted_Requirement_some: [RequirementFilter!]\r\n  requirementConsulted_Requirement_count: countFilter\r\n  requirementInformed_Requirement_some: [RequirementFilter!]\r\n  requirementInformed_Requirement_count: countFilter\r\n  businessProcessDesigner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessDesigner_BusinessProcess_count: countFilter\r\n  businessProcessOwner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessOwner_BusinessProcess_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrgUnit_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  userCode_ASC\r\n  userCode_DESC\r\n  commandLine_ASC\r\n  commandLine_DESC\r\n  scciUserName_ASC\r\n  scciUserName_DESC\r\n  email_ASC\r\n  email_DESC\r\n  belongsToAPersonGroup_ASC\r\n  belongsToAPersonGroup_DESC\r\n  dataLanguage_ASC\r\n  dataLanguage_DESC\r\n  phoneNumber_ASC\r\n  phoneNumber_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  initialNumberOfComplianceAudits_ASC\r\n  initialNumberOfComplianceAudits_DESC\r\n  initialNumberOfEfficiencyAudits_ASC\r\n  initialNumberOfEfficiencyAudits_DESC\r\n  initialNumberOfComplianceAuditActivities_ASC\r\n  initialNumberOfComplianceAuditActivities_DESC\r\n  initialNumberOfEfficiencyAuditActivities_ASC\r\n  initialNumberOfEfficiencyAuditActivities_DESC\r\n  numberOfExecutedComplianceAudits_ASC\r\n  numberOfExecutedComplianceAudits_DESC\r\n  numberOfExecutedEfficiencyAudits_ASC\r\n  numberOfExecutedEfficiencyAudits_DESC\r\n  numberOfExecutedComplianceAuditActivities_ASC\r\n  numberOfExecutedComplianceAuditActivities_DESC\r\n  numberOfExecutedEfficiencyAuditActivities_ASC\r\n  numberOfExecutedEfficiencyAuditActivities_DESC\r\n  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_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributor implements GraphQLObjectInterface {\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: GraphQLObjectInterface\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson(format: EnumFormat): ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\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  timeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  otherParticipantInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [AuditAggregatedValues]\r\n  auditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Auditee]\r\n  auditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [AuditAggregatedValues]\r\n  auditorInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [AuditAggregatedValues]\r\n  leadAuditor_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [AuditAggregatedValues]\r\n  mainAuditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [AuditAggregatedValues]\r\n  activityOwner_AuditActivity(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_AuditActivityAggregatedValues(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendationCorrespondent_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [RecommendationAggregatedValues]\r\n  recommendationOwner_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n  actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n  inVacation_Vacation(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_VacationAggregatedValues(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [VacationAggregatedValues]\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  organizationalUnitOwner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnitDesigner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcessDesigner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessContributor_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessOwner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n  requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n  requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n  requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n  businessProcessDesigner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [BusinessProcessAggregatedValues]\r\n  businessProcessOwner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [BusinessProcessAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [Relationship_Skill_Skill_PersonSkill_PersonSystem]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter {\r\n  and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter!]\r\n  or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  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  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfComplianceAudits_not: CustomInt\r\n  initialNumberOfComplianceAudits_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_lt: CustomInt\r\n  initialNumberOfComplianceAudits_lte: CustomInt\r\n  initialNumberOfComplianceAudits_gt: CustomInt\r\n  initialNumberOfComplianceAudits_gte: CustomInt\r\n  initialNumberOfComplianceAudits_empty: Boolean\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits_not: CustomInt\r\n  initialNumberOfEfficiencyAudits_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_lt: CustomInt\r\n  initialNumberOfEfficiencyAudits_lte: CustomInt\r\n  initialNumberOfEfficiencyAudits_gt: CustomInt\r\n  initialNumberOfEfficiencyAudits_gte: CustomInt\r\n  initialNumberOfEfficiencyAudits_empty: Boolean\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfComplianceAuditActivities_not: CustomInt\r\n  initialNumberOfComplianceAuditActivities_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_lt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_lte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_empty: Boolean\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_not: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_lt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_lte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_empty: Boolean\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedComplianceAudits_not: CustomInt\r\n  numberOfExecutedComplianceAudits_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_lt: CustomInt\r\n  numberOfExecutedComplianceAudits_lte: CustomInt\r\n  numberOfExecutedComplianceAudits_gt: CustomInt\r\n  numberOfExecutedComplianceAudits_gte: CustomInt\r\n  numberOfExecutedComplianceAudits_empty: Boolean\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits_not: CustomInt\r\n  numberOfExecutedEfficiencyAudits_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_lt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_lte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_empty: Boolean\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_not: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_lt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_lte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_empty: Boolean\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_not: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_lt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_lte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_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  otherParticipantInAudit_Audit_some: [AuditFilter!]\r\n  otherParticipantInAudit_Audit_count: countFilter\r\n  auditee_Audit_some: [AuditFilter!]\r\n  auditee_Audit_count: countFilter\r\n  auditorInAudit_Audit_some: [AuditFilter!]\r\n  auditorInAudit_Audit_count: countFilter\r\n  leadAuditor_Audit_some: [AuditFilter!]\r\n  leadAuditor_Audit_count: countFilter\r\n  mainAuditee_Audit_some: [AuditFilter!]\r\n  mainAuditee_Audit_count: countFilter\r\n  activityOwner_AuditActivity_some: [AuditActivityFilter!]\r\n  activityOwner_AuditActivity_count: countFilter\r\n  recommendationCorrespondent_Recommendation_some: [RecommendationFilter!]\r\n  recommendationCorrespondent_Recommendation_count: countFilter\r\n  recommendationOwner_Recommendation_some: [RecommendationFilter!]\r\n  recommendationOwner_Recommendation_count: countFilter\r\n  actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanOwner_ActionPlan_count: countFilter\r\n  actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanResponsible_ActionPlan_count: countFilter\r\n  actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanApprover_ActionPlan_count: countFilter\r\n  actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n  actionOwner_ActionActionPlan_count: countFilter\r\n  inVacation_Vacation_some: [VacationFilter!]\r\n  inVacation_Vacation_count: countFilter\r\n  orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitMember_OrgUnit_count: countFilter\r\n  organizationalUnitOwner_OrgUnit_some: [OrgUnitFilter!]\r\n  organizationalUnitOwner_OrgUnit_count: countFilter\r\n  orgUnitDesigner_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitDesigner_OrgUnit_count: countFilter\r\n  organizationalProcessDesigner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessDesigner_OrganizationalProcess_count: countFilter\r\n  organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n  organizationalProcessContributor_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessContributor_OrganizationalProcess_count: countFilter\r\n  organizationalProcessOwner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessOwner_OrganizationalProcess_count: countFilter\r\n  requirementResponsible_Requirement_some: [RequirementFilter!]\r\n  requirementResponsible_Requirement_count: countFilter\r\n  requirementAccountable_Requirement_some: [RequirementFilter!]\r\n  requirementAccountable_Requirement_count: countFilter\r\n  requirementConsulted_Requirement_some: [RequirementFilter!]\r\n  requirementConsulted_Requirement_count: countFilter\r\n  requirementInformed_Requirement_some: [RequirementFilter!]\r\n  requirementInformed_Requirement_count: countFilter\r\n  businessProcessDesigner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessDesigner_BusinessProcess_count: countFilter\r\n  businessProcessOwner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessOwner_BusinessProcess_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  userCode_ASC\r\n  userCode_DESC\r\n  commandLine_ASC\r\n  commandLine_DESC\r\n  scciUserName_ASC\r\n  scciUserName_DESC\r\n  email_ASC\r\n  email_DESC\r\n  belongsToAPersonGroup_ASC\r\n  belongsToAPersonGroup_DESC\r\n  dataLanguage_ASC\r\n  dataLanguage_DESC\r\n  phoneNumber_ASC\r\n  phoneNumber_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  initialNumberOfComplianceAudits_ASC\r\n  initialNumberOfComplianceAudits_DESC\r\n  initialNumberOfEfficiencyAudits_ASC\r\n  initialNumberOfEfficiencyAudits_DESC\r\n  initialNumberOfComplianceAuditActivities_ASC\r\n  initialNumberOfComplianceAuditActivities_DESC\r\n  initialNumberOfEfficiencyAuditActivities_ASC\r\n  initialNumberOfEfficiencyAuditActivities_DESC\r\n  numberOfExecutedComplianceAudits_ASC\r\n  numberOfExecutedComplianceAudits_DESC\r\n  numberOfExecutedEfficiencyAudits_ASC\r\n  numberOfExecutedEfficiencyAudits_DESC\r\n  numberOfExecutedComplianceAuditActivities_ASC\r\n  numberOfExecutedComplianceAuditActivities_DESC\r\n  numberOfExecutedEfficiencyAuditActivities_ASC\r\n  numberOfExecutedEfficiencyAuditActivities_DESC\r\n  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_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesigner implements GraphQLObjectInterface {\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: GraphQLObjectInterface\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson(format: EnumFormat): ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\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  timeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  otherParticipantInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [AuditAggregatedValues]\r\n  auditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Auditee]\r\n  auditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [AuditAggregatedValues]\r\n  auditorInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [AuditAggregatedValues]\r\n  leadAuditor_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [AuditAggregatedValues]\r\n  mainAuditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [AuditAggregatedValues]\r\n  activityOwner_AuditActivity(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_AuditActivityAggregatedValues(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendationCorrespondent_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [RecommendationAggregatedValues]\r\n  recommendationOwner_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n  actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n  inVacation_Vacation(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_VacationAggregatedValues(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [VacationAggregatedValues]\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  organizationalUnitOwner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnitDesigner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcessDesigner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessContributor_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessOwner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n  requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n  requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n  requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n  businessProcessDesigner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [BusinessProcessAggregatedValues]\r\n  businessProcessOwner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [BusinessProcessAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [Relationship_Skill_Skill_PersonSkill_PersonSystem]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter {\r\n  and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter!]\r\n  or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  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  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfComplianceAudits_not: CustomInt\r\n  initialNumberOfComplianceAudits_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_lt: CustomInt\r\n  initialNumberOfComplianceAudits_lte: CustomInt\r\n  initialNumberOfComplianceAudits_gt: CustomInt\r\n  initialNumberOfComplianceAudits_gte: CustomInt\r\n  initialNumberOfComplianceAudits_empty: Boolean\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits_not: CustomInt\r\n  initialNumberOfEfficiencyAudits_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_lt: CustomInt\r\n  initialNumberOfEfficiencyAudits_lte: CustomInt\r\n  initialNumberOfEfficiencyAudits_gt: CustomInt\r\n  initialNumberOfEfficiencyAudits_gte: CustomInt\r\n  initialNumberOfEfficiencyAudits_empty: Boolean\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfComplianceAuditActivities_not: CustomInt\r\n  initialNumberOfComplianceAuditActivities_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_lt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_lte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_empty: Boolean\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_not: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_lt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_lte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_empty: Boolean\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedComplianceAudits_not: CustomInt\r\n  numberOfExecutedComplianceAudits_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_lt: CustomInt\r\n  numberOfExecutedComplianceAudits_lte: CustomInt\r\n  numberOfExecutedComplianceAudits_gt: CustomInt\r\n  numberOfExecutedComplianceAudits_gte: CustomInt\r\n  numberOfExecutedComplianceAudits_empty: Boolean\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits_not: CustomInt\r\n  numberOfExecutedEfficiencyAudits_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_lt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_lte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_empty: Boolean\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_not: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_lt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_lte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_empty: Boolean\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_not: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_lt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_lte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_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  otherParticipantInAudit_Audit_some: [AuditFilter!]\r\n  otherParticipantInAudit_Audit_count: countFilter\r\n  auditee_Audit_some: [AuditFilter!]\r\n  auditee_Audit_count: countFilter\r\n  auditorInAudit_Audit_some: [AuditFilter!]\r\n  auditorInAudit_Audit_count: countFilter\r\n  leadAuditor_Audit_some: [AuditFilter!]\r\n  leadAuditor_Audit_count: countFilter\r\n  mainAuditee_Audit_some: [AuditFilter!]\r\n  mainAuditee_Audit_count: countFilter\r\n  activityOwner_AuditActivity_some: [AuditActivityFilter!]\r\n  activityOwner_AuditActivity_count: countFilter\r\n  recommendationCorrespondent_Recommendation_some: [RecommendationFilter!]\r\n  recommendationCorrespondent_Recommendation_count: countFilter\r\n  recommendationOwner_Recommendation_some: [RecommendationFilter!]\r\n  recommendationOwner_Recommendation_count: countFilter\r\n  actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanOwner_ActionPlan_count: countFilter\r\n  actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanResponsible_ActionPlan_count: countFilter\r\n  actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanApprover_ActionPlan_count: countFilter\r\n  actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n  actionOwner_ActionActionPlan_count: countFilter\r\n  inVacation_Vacation_some: [VacationFilter!]\r\n  inVacation_Vacation_count: countFilter\r\n  orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitMember_OrgUnit_count: countFilter\r\n  organizationalUnitOwner_OrgUnit_some: [OrgUnitFilter!]\r\n  organizationalUnitOwner_OrgUnit_count: countFilter\r\n  orgUnitDesigner_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitDesigner_OrgUnit_count: countFilter\r\n  organizationalProcessDesigner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessDesigner_OrganizationalProcess_count: countFilter\r\n  organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n  organizationalProcessContributor_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessContributor_OrganizationalProcess_count: countFilter\r\n  organizationalProcessOwner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessOwner_OrganizationalProcess_count: countFilter\r\n  requirementResponsible_Requirement_some: [RequirementFilter!]\r\n  requirementResponsible_Requirement_count: countFilter\r\n  requirementAccountable_Requirement_some: [RequirementFilter!]\r\n  requirementAccountable_Requirement_count: countFilter\r\n  requirementConsulted_Requirement_some: [RequirementFilter!]\r\n  requirementConsulted_Requirement_count: countFilter\r\n  requirementInformed_Requirement_some: [RequirementFilter!]\r\n  requirementInformed_Requirement_count: countFilter\r\n  businessProcessDesigner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessDesigner_BusinessProcess_count: countFilter\r\n  businessProcessOwner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessOwner_BusinessProcess_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  userCode_ASC\r\n  userCode_DESC\r\n  commandLine_ASC\r\n  commandLine_DESC\r\n  scciUserName_ASC\r\n  scciUserName_DESC\r\n  email_ASC\r\n  email_DESC\r\n  belongsToAPersonGroup_ASC\r\n  belongsToAPersonGroup_DESC\r\n  dataLanguage_ASC\r\n  dataLanguage_DESC\r\n  phoneNumber_ASC\r\n  phoneNumber_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  initialNumberOfComplianceAudits_ASC\r\n  initialNumberOfComplianceAudits_DESC\r\n  initialNumberOfEfficiencyAudits_ASC\r\n  initialNumberOfEfficiencyAudits_DESC\r\n  initialNumberOfComplianceAuditActivities_ASC\r\n  initialNumberOfComplianceAuditActivities_DESC\r\n  initialNumberOfEfficiencyAuditActivities_ASC\r\n  initialNumberOfEfficiencyAuditActivities_DESC\r\n  numberOfExecutedComplianceAudits_ASC\r\n  numberOfExecutedComplianceAudits_DESC\r\n  numberOfExecutedEfficiencyAudits_ASC\r\n  numberOfExecutedEfficiencyAudits_DESC\r\n  numberOfExecutedComplianceAuditActivities_ASC\r\n  numberOfExecutedComplianceAuditActivities_DESC\r\n  numberOfExecutedEfficiencyAuditActivities_ASC\r\n  numberOfExecutedEfficiencyAuditActivities_DESC\r\n  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_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManager implements GraphQLObjectInterface {\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: GraphQLObjectInterface\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson(format: EnumFormat): ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\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  timeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  otherParticipantInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [AuditAggregatedValues]\r\n  auditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Auditee]\r\n  auditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [AuditAggregatedValues]\r\n  auditorInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [AuditAggregatedValues]\r\n  leadAuditor_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [AuditAggregatedValues]\r\n  mainAuditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [AuditAggregatedValues]\r\n  activityOwner_AuditActivity(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_AuditActivityAggregatedValues(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendationCorrespondent_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [RecommendationAggregatedValues]\r\n  recommendationOwner_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n  actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n  inVacation_Vacation(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_VacationAggregatedValues(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [VacationAggregatedValues]\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  organizationalUnitOwner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnitDesigner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcessDesigner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessContributor_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessOwner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n  requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n  requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n  requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n  businessProcessDesigner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [BusinessProcessAggregatedValues]\r\n  businessProcessOwner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [BusinessProcessAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [Relationship_Skill_Skill_PersonSkill_PersonSystem]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter {\r\n  and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter!]\r\n  or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  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  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfComplianceAudits_not: CustomInt\r\n  initialNumberOfComplianceAudits_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_lt: CustomInt\r\n  initialNumberOfComplianceAudits_lte: CustomInt\r\n  initialNumberOfComplianceAudits_gt: CustomInt\r\n  initialNumberOfComplianceAudits_gte: CustomInt\r\n  initialNumberOfComplianceAudits_empty: Boolean\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits_not: CustomInt\r\n  initialNumberOfEfficiencyAudits_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_lt: CustomInt\r\n  initialNumberOfEfficiencyAudits_lte: CustomInt\r\n  initialNumberOfEfficiencyAudits_gt: CustomInt\r\n  initialNumberOfEfficiencyAudits_gte: CustomInt\r\n  initialNumberOfEfficiencyAudits_empty: Boolean\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfComplianceAuditActivities_not: CustomInt\r\n  initialNumberOfComplianceAuditActivities_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_lt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_lte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_empty: Boolean\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_not: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_lt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_lte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_empty: Boolean\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedComplianceAudits_not: CustomInt\r\n  numberOfExecutedComplianceAudits_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_lt: CustomInt\r\n  numberOfExecutedComplianceAudits_lte: CustomInt\r\n  numberOfExecutedComplianceAudits_gt: CustomInt\r\n  numberOfExecutedComplianceAudits_gte: CustomInt\r\n  numberOfExecutedComplianceAudits_empty: Boolean\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits_not: CustomInt\r\n  numberOfExecutedEfficiencyAudits_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_lt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_lte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_empty: Boolean\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_not: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_lt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_lte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_empty: Boolean\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_not: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_lt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_lte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_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  otherParticipantInAudit_Audit_some: [AuditFilter!]\r\n  otherParticipantInAudit_Audit_count: countFilter\r\n  auditee_Audit_some: [AuditFilter!]\r\n  auditee_Audit_count: countFilter\r\n  auditorInAudit_Audit_some: [AuditFilter!]\r\n  auditorInAudit_Audit_count: countFilter\r\n  leadAuditor_Audit_some: [AuditFilter!]\r\n  leadAuditor_Audit_count: countFilter\r\n  mainAuditee_Audit_some: [AuditFilter!]\r\n  mainAuditee_Audit_count: countFilter\r\n  activityOwner_AuditActivity_some: [AuditActivityFilter!]\r\n  activityOwner_AuditActivity_count: countFilter\r\n  recommendationCorrespondent_Recommendation_some: [RecommendationFilter!]\r\n  recommendationCorrespondent_Recommendation_count: countFilter\r\n  recommendationOwner_Recommendation_some: [RecommendationFilter!]\r\n  recommendationOwner_Recommendation_count: countFilter\r\n  actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanOwner_ActionPlan_count: countFilter\r\n  actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanResponsible_ActionPlan_count: countFilter\r\n  actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanApprover_ActionPlan_count: countFilter\r\n  actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n  actionOwner_ActionActionPlan_count: countFilter\r\n  inVacation_Vacation_some: [VacationFilter!]\r\n  inVacation_Vacation_count: countFilter\r\n  orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitMember_OrgUnit_count: countFilter\r\n  organizationalUnitOwner_OrgUnit_some: [OrgUnitFilter!]\r\n  organizationalUnitOwner_OrgUnit_count: countFilter\r\n  orgUnitDesigner_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitDesigner_OrgUnit_count: countFilter\r\n  organizationalProcessDesigner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessDesigner_OrganizationalProcess_count: countFilter\r\n  organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n  organizationalProcessContributor_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessContributor_OrganizationalProcess_count: countFilter\r\n  organizationalProcessOwner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessOwner_OrganizationalProcess_count: countFilter\r\n  requirementResponsible_Requirement_some: [RequirementFilter!]\r\n  requirementResponsible_Requirement_count: countFilter\r\n  requirementAccountable_Requirement_some: [RequirementFilter!]\r\n  requirementAccountable_Requirement_count: countFilter\r\n  requirementConsulted_Requirement_some: [RequirementFilter!]\r\n  requirementConsulted_Requirement_count: countFilter\r\n  requirementInformed_Requirement_some: [RequirementFilter!]\r\n  requirementInformed_Requirement_count: countFilter\r\n  businessProcessDesigner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessDesigner_BusinessProcess_count: countFilter\r\n  businessProcessOwner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessOwner_BusinessProcess_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  userCode_ASC\r\n  userCode_DESC\r\n  commandLine_ASC\r\n  commandLine_DESC\r\n  scciUserName_ASC\r\n  scciUserName_DESC\r\n  email_ASC\r\n  email_DESC\r\n  belongsToAPersonGroup_ASC\r\n  belongsToAPersonGroup_DESC\r\n  dataLanguage_ASC\r\n  dataLanguage_DESC\r\n  phoneNumber_ASC\r\n  phoneNumber_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  initialNumberOfComplianceAudits_ASC\r\n  initialNumberOfComplianceAudits_DESC\r\n  initialNumberOfEfficiencyAudits_ASC\r\n  initialNumberOfEfficiencyAudits_DESC\r\n  initialNumberOfComplianceAuditActivities_ASC\r\n  initialNumberOfComplianceAuditActivities_DESC\r\n  initialNumberOfEfficiencyAuditActivities_ASC\r\n  initialNumberOfEfficiencyAuditActivities_DESC\r\n  numberOfExecutedComplianceAudits_ASC\r\n  numberOfExecutedComplianceAudits_DESC\r\n  numberOfExecutedEfficiencyAudits_ASC\r\n  numberOfExecutedEfficiencyAudits_DESC\r\n  numberOfExecutedComplianceAuditActivities_ASC\r\n  numberOfExecutedComplianceAuditActivities_DESC\r\n  numberOfExecutedEfficiencyAuditActivities_ASC\r\n  numberOfExecutedEfficiencyAuditActivities_DESC\r\n  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_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwner implements GraphQLObjectInterface {\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: GraphQLObjectInterface\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson(format: EnumFormat): ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\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  timeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  otherParticipantInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [AuditAggregatedValues]\r\n  auditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Auditee]\r\n  auditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [AuditAggregatedValues]\r\n  auditorInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [AuditAggregatedValues]\r\n  leadAuditor_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [AuditAggregatedValues]\r\n  mainAuditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [AuditAggregatedValues]\r\n  activityOwner_AuditActivity(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_AuditActivityAggregatedValues(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendationCorrespondent_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [RecommendationAggregatedValues]\r\n  recommendationOwner_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n  actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n  inVacation_Vacation(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_VacationAggregatedValues(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [VacationAggregatedValues]\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  organizationalUnitOwner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnitDesigner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcessDesigner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessContributor_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessOwner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n  requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n  requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n  requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n  businessProcessDesigner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [BusinessProcessAggregatedValues]\r\n  businessProcessOwner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [BusinessProcessAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [Relationship_Skill_Skill_PersonSkill_PersonSystem]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter {\r\n  and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter!]\r\n  or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  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  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfComplianceAudits_not: CustomInt\r\n  initialNumberOfComplianceAudits_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_lt: CustomInt\r\n  initialNumberOfComplianceAudits_lte: CustomInt\r\n  initialNumberOfComplianceAudits_gt: CustomInt\r\n  initialNumberOfComplianceAudits_gte: CustomInt\r\n  initialNumberOfComplianceAudits_empty: Boolean\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits_not: CustomInt\r\n  initialNumberOfEfficiencyAudits_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_lt: CustomInt\r\n  initialNumberOfEfficiencyAudits_lte: CustomInt\r\n  initialNumberOfEfficiencyAudits_gt: CustomInt\r\n  initialNumberOfEfficiencyAudits_gte: CustomInt\r\n  initialNumberOfEfficiencyAudits_empty: Boolean\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfComplianceAuditActivities_not: CustomInt\r\n  initialNumberOfComplianceAuditActivities_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_lt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_lte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_empty: Boolean\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_not: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_lt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_lte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_empty: Boolean\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedComplianceAudits_not: CustomInt\r\n  numberOfExecutedComplianceAudits_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_lt: CustomInt\r\n  numberOfExecutedComplianceAudits_lte: CustomInt\r\n  numberOfExecutedComplianceAudits_gt: CustomInt\r\n  numberOfExecutedComplianceAudits_gte: CustomInt\r\n  numberOfExecutedComplianceAudits_empty: Boolean\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits_not: CustomInt\r\n  numberOfExecutedEfficiencyAudits_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_lt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_lte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_empty: Boolean\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_not: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_lt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_lte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_empty: Boolean\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_not: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_lt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_lte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_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  otherParticipantInAudit_Audit_some: [AuditFilter!]\r\n  otherParticipantInAudit_Audit_count: countFilter\r\n  auditee_Audit_some: [AuditFilter!]\r\n  auditee_Audit_count: countFilter\r\n  auditorInAudit_Audit_some: [AuditFilter!]\r\n  auditorInAudit_Audit_count: countFilter\r\n  leadAuditor_Audit_some: [AuditFilter!]\r\n  leadAuditor_Audit_count: countFilter\r\n  mainAuditee_Audit_some: [AuditFilter!]\r\n  mainAuditee_Audit_count: countFilter\r\n  activityOwner_AuditActivity_some: [AuditActivityFilter!]\r\n  activityOwner_AuditActivity_count: countFilter\r\n  recommendationCorrespondent_Recommendation_some: [RecommendationFilter!]\r\n  recommendationCorrespondent_Recommendation_count: countFilter\r\n  recommendationOwner_Recommendation_some: [RecommendationFilter!]\r\n  recommendationOwner_Recommendation_count: countFilter\r\n  actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanOwner_ActionPlan_count: countFilter\r\n  actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanResponsible_ActionPlan_count: countFilter\r\n  actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanApprover_ActionPlan_count: countFilter\r\n  actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n  actionOwner_ActionActionPlan_count: countFilter\r\n  inVacation_Vacation_some: [VacationFilter!]\r\n  inVacation_Vacation_count: countFilter\r\n  orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitMember_OrgUnit_count: countFilter\r\n  organizationalUnitOwner_OrgUnit_some: [OrgUnitFilter!]\r\n  organizationalUnitOwner_OrgUnit_count: countFilter\r\n  orgUnitDesigner_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitDesigner_OrgUnit_count: countFilter\r\n  organizationalProcessDesigner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessDesigner_OrganizationalProcess_count: countFilter\r\n  organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n  organizationalProcessContributor_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessContributor_OrganizationalProcess_count: countFilter\r\n  organizationalProcessOwner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessOwner_OrganizationalProcess_count: countFilter\r\n  requirementResponsible_Requirement_some: [RequirementFilter!]\r\n  requirementResponsible_Requirement_count: countFilter\r\n  requirementAccountable_Requirement_some: [RequirementFilter!]\r\n  requirementAccountable_Requirement_count: countFilter\r\n  requirementConsulted_Requirement_some: [RequirementFilter!]\r\n  requirementConsulted_Requirement_count: countFilter\r\n  requirementInformed_Requirement_some: [RequirementFilter!]\r\n  requirementInformed_Requirement_count: countFilter\r\n  businessProcessDesigner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessDesigner_BusinessProcess_count: countFilter\r\n  businessProcessOwner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessOwner_BusinessProcess_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_OrganizationalProcess_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  userCode_ASC\r\n  userCode_DESC\r\n  commandLine_ASC\r\n  commandLine_DESC\r\n  scciUserName_ASC\r\n  scciUserName_DESC\r\n  email_ASC\r\n  email_DESC\r\n  belongsToAPersonGroup_ASC\r\n  belongsToAPersonGroup_DESC\r\n  dataLanguage_ASC\r\n  dataLanguage_DESC\r\n  phoneNumber_ASC\r\n  phoneNumber_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  initialNumberOfComplianceAudits_ASC\r\n  initialNumberOfComplianceAudits_DESC\r\n  initialNumberOfEfficiencyAudits_ASC\r\n  initialNumberOfEfficiencyAudits_DESC\r\n  initialNumberOfComplianceAuditActivities_ASC\r\n  initialNumberOfComplianceAuditActivities_DESC\r\n  initialNumberOfEfficiencyAuditActivities_ASC\r\n  initialNumberOfEfficiencyAuditActivities_DESC\r\n  numberOfExecutedComplianceAudits_ASC\r\n  numberOfExecutedComplianceAudits_DESC\r\n  numberOfExecutedEfficiencyAudits_ASC\r\n  numberOfExecutedEfficiencyAudits_DESC\r\n  numberOfExecutedComplianceAuditActivities_ASC\r\n  numberOfExecutedComplianceAuditActivities_DESC\r\n  numberOfExecutedEfficiencyAuditActivities_ASC\r\n  numberOfExecutedEfficiencyAuditActivities_DESC\r\n  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_Recommendation_BusinessRole_BusinessRole_RecommendationCorrespondent implements GraphQLObjectInterface {\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: GraphQLObjectInterface\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson(format: EnumFormat): ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\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  timeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  otherParticipantInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [AuditAggregatedValues]\r\n  auditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Auditee]\r\n  auditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [AuditAggregatedValues]\r\n  auditorInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [AuditAggregatedValues]\r\n  leadAuditor_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [AuditAggregatedValues]\r\n  mainAuditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [AuditAggregatedValues]\r\n  activityOwner_AuditActivity(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_AuditActivityAggregatedValues(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendationCorrespondent_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [RecommendationAggregatedValues]\r\n  recommendationOwner_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n  actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n  inVacation_Vacation(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_VacationAggregatedValues(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [VacationAggregatedValues]\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  organizationalUnitOwner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnitDesigner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcessDesigner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessContributor_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessOwner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n  requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n  requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n  requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n  businessProcessDesigner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [BusinessProcessAggregatedValues]\r\n  businessProcessOwner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [BusinessProcessAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [Relationship_Skill_Skill_PersonSkill_PersonSystem]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationCorrespondentFilter {\r\n  and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationCorrespondentFilter!]\r\n  or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationCorrespondentFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  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  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfComplianceAudits_not: CustomInt\r\n  initialNumberOfComplianceAudits_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_lt: CustomInt\r\n  initialNumberOfComplianceAudits_lte: CustomInt\r\n  initialNumberOfComplianceAudits_gt: CustomInt\r\n  initialNumberOfComplianceAudits_gte: CustomInt\r\n  initialNumberOfComplianceAudits_empty: Boolean\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits_not: CustomInt\r\n  initialNumberOfEfficiencyAudits_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_lt: CustomInt\r\n  initialNumberOfEfficiencyAudits_lte: CustomInt\r\n  initialNumberOfEfficiencyAudits_gt: CustomInt\r\n  initialNumberOfEfficiencyAudits_gte: CustomInt\r\n  initialNumberOfEfficiencyAudits_empty: Boolean\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfComplianceAuditActivities_not: CustomInt\r\n  initialNumberOfComplianceAuditActivities_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_lt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_lte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_empty: Boolean\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_not: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_lt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_lte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_empty: Boolean\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedComplianceAudits_not: CustomInt\r\n  numberOfExecutedComplianceAudits_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_lt: CustomInt\r\n  numberOfExecutedComplianceAudits_lte: CustomInt\r\n  numberOfExecutedComplianceAudits_gt: CustomInt\r\n  numberOfExecutedComplianceAudits_gte: CustomInt\r\n  numberOfExecutedComplianceAudits_empty: Boolean\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits_not: CustomInt\r\n  numberOfExecutedEfficiencyAudits_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_lt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_lte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_empty: Boolean\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_not: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_lt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_lte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_empty: Boolean\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_not: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_lt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_lte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_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  otherParticipantInAudit_Audit_some: [AuditFilter!]\r\n  otherParticipantInAudit_Audit_count: countFilter\r\n  auditee_Audit_some: [AuditFilter!]\r\n  auditee_Audit_count: countFilter\r\n  auditorInAudit_Audit_some: [AuditFilter!]\r\n  auditorInAudit_Audit_count: countFilter\r\n  leadAuditor_Audit_some: [AuditFilter!]\r\n  leadAuditor_Audit_count: countFilter\r\n  mainAuditee_Audit_some: [AuditFilter!]\r\n  mainAuditee_Audit_count: countFilter\r\n  activityOwner_AuditActivity_some: [AuditActivityFilter!]\r\n  activityOwner_AuditActivity_count: countFilter\r\n  recommendationCorrespondent_Recommendation_some: [RecommendationFilter!]\r\n  recommendationCorrespondent_Recommendation_count: countFilter\r\n  recommendationOwner_Recommendation_some: [RecommendationFilter!]\r\n  recommendationOwner_Recommendation_count: countFilter\r\n  actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanOwner_ActionPlan_count: countFilter\r\n  actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanResponsible_ActionPlan_count: countFilter\r\n  actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanApprover_ActionPlan_count: countFilter\r\n  actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n  actionOwner_ActionActionPlan_count: countFilter\r\n  inVacation_Vacation_some: [VacationFilter!]\r\n  inVacation_Vacation_count: countFilter\r\n  orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitMember_OrgUnit_count: countFilter\r\n  organizationalUnitOwner_OrgUnit_some: [OrgUnitFilter!]\r\n  organizationalUnitOwner_OrgUnit_count: countFilter\r\n  orgUnitDesigner_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitDesigner_OrgUnit_count: countFilter\r\n  organizationalProcessDesigner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessDesigner_OrganizationalProcess_count: countFilter\r\n  organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n  organizationalProcessContributor_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessContributor_OrganizationalProcess_count: countFilter\r\n  organizationalProcessOwner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessOwner_OrganizationalProcess_count: countFilter\r\n  requirementResponsible_Requirement_some: [RequirementFilter!]\r\n  requirementResponsible_Requirement_count: countFilter\r\n  requirementAccountable_Requirement_some: [RequirementFilter!]\r\n  requirementAccountable_Requirement_count: countFilter\r\n  requirementConsulted_Requirement_some: [RequirementFilter!]\r\n  requirementConsulted_Requirement_count: countFilter\r\n  requirementInformed_Requirement_some: [RequirementFilter!]\r\n  requirementInformed_Requirement_count: countFilter\r\n  businessProcessDesigner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessDesigner_BusinessProcess_count: countFilter\r\n  businessProcessOwner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessOwner_BusinessProcess_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  userCode_ASC\r\n  userCode_DESC\r\n  commandLine_ASC\r\n  commandLine_DESC\r\n  scciUserName_ASC\r\n  scciUserName_DESC\r\n  email_ASC\r\n  email_DESC\r\n  belongsToAPersonGroup_ASC\r\n  belongsToAPersonGroup_DESC\r\n  dataLanguage_ASC\r\n  dataLanguage_DESC\r\n  phoneNumber_ASC\r\n  phoneNumber_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  initialNumberOfComplianceAudits_ASC\r\n  initialNumberOfComplianceAudits_DESC\r\n  initialNumberOfEfficiencyAudits_ASC\r\n  initialNumberOfEfficiencyAudits_DESC\r\n  initialNumberOfComplianceAuditActivities_ASC\r\n  initialNumberOfComplianceAuditActivities_DESC\r\n  initialNumberOfEfficiencyAuditActivities_ASC\r\n  initialNumberOfEfficiencyAuditActivities_DESC\r\n  numberOfExecutedComplianceAudits_ASC\r\n  numberOfExecutedComplianceAudits_DESC\r\n  numberOfExecutedEfficiencyAudits_ASC\r\n  numberOfExecutedEfficiencyAudits_DESC\r\n  numberOfExecutedComplianceAuditActivities_ASC\r\n  numberOfExecutedComplianceAuditActivities_DESC\r\n  numberOfExecutedEfficiencyAuditActivities_ASC\r\n  numberOfExecutedEfficiencyAuditActivities_DESC\r\n  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_Recommendation_BusinessRole_BusinessRole_RecommendationOwner implements GraphQLObjectInterface {\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: GraphQLObjectInterface\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson(format: EnumFormat): ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\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  timeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  otherParticipantInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [AuditAggregatedValues]\r\n  auditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Auditee]\r\n  auditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [AuditAggregatedValues]\r\n  auditorInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [AuditAggregatedValues]\r\n  leadAuditor_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [AuditAggregatedValues]\r\n  mainAuditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [AuditAggregatedValues]\r\n  activityOwner_AuditActivity(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_AuditActivityAggregatedValues(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendationCorrespondent_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [RecommendationAggregatedValues]\r\n  recommendationOwner_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n  actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n  inVacation_Vacation(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_VacationAggregatedValues(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [VacationAggregatedValues]\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  organizationalUnitOwner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnitDesigner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcessDesigner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessContributor_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessOwner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n  requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n  requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n  requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n  businessProcessDesigner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [BusinessProcessAggregatedValues]\r\n  businessProcessOwner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [BusinessProcessAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [Relationship_Skill_Skill_PersonSkill_PersonSystem]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationOwnerFilter {\r\n  and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationOwnerFilter!]\r\n  or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationOwnerFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  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  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfComplianceAudits_not: CustomInt\r\n  initialNumberOfComplianceAudits_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_lt: CustomInt\r\n  initialNumberOfComplianceAudits_lte: CustomInt\r\n  initialNumberOfComplianceAudits_gt: CustomInt\r\n  initialNumberOfComplianceAudits_gte: CustomInt\r\n  initialNumberOfComplianceAudits_empty: Boolean\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits_not: CustomInt\r\n  initialNumberOfEfficiencyAudits_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_lt: CustomInt\r\n  initialNumberOfEfficiencyAudits_lte: CustomInt\r\n  initialNumberOfEfficiencyAudits_gt: CustomInt\r\n  initialNumberOfEfficiencyAudits_gte: CustomInt\r\n  initialNumberOfEfficiencyAudits_empty: Boolean\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfComplianceAuditActivities_not: CustomInt\r\n  initialNumberOfComplianceAuditActivities_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_lt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_lte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_empty: Boolean\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_not: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_lt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_lte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_empty: Boolean\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedComplianceAudits_not: CustomInt\r\n  numberOfExecutedComplianceAudits_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_lt: CustomInt\r\n  numberOfExecutedComplianceAudits_lte: CustomInt\r\n  numberOfExecutedComplianceAudits_gt: CustomInt\r\n  numberOfExecutedComplianceAudits_gte: CustomInt\r\n  numberOfExecutedComplianceAudits_empty: Boolean\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits_not: CustomInt\r\n  numberOfExecutedEfficiencyAudits_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_lt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_lte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_empty: Boolean\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_not: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_lt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_lte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_empty: Boolean\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_not: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_lt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_lte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_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  otherParticipantInAudit_Audit_some: [AuditFilter!]\r\n  otherParticipantInAudit_Audit_count: countFilter\r\n  auditee_Audit_some: [AuditFilter!]\r\n  auditee_Audit_count: countFilter\r\n  auditorInAudit_Audit_some: [AuditFilter!]\r\n  auditorInAudit_Audit_count: countFilter\r\n  leadAuditor_Audit_some: [AuditFilter!]\r\n  leadAuditor_Audit_count: countFilter\r\n  mainAuditee_Audit_some: [AuditFilter!]\r\n  mainAuditee_Audit_count: countFilter\r\n  activityOwner_AuditActivity_some: [AuditActivityFilter!]\r\n  activityOwner_AuditActivity_count: countFilter\r\n  recommendationCorrespondent_Recommendation_some: [RecommendationFilter!]\r\n  recommendationCorrespondent_Recommendation_count: countFilter\r\n  recommendationOwner_Recommendation_some: [RecommendationFilter!]\r\n  recommendationOwner_Recommendation_count: countFilter\r\n  actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanOwner_ActionPlan_count: countFilter\r\n  actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanResponsible_ActionPlan_count: countFilter\r\n  actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanApprover_ActionPlan_count: countFilter\r\n  actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n  actionOwner_ActionActionPlan_count: countFilter\r\n  inVacation_Vacation_some: [VacationFilter!]\r\n  inVacation_Vacation_count: countFilter\r\n  orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitMember_OrgUnit_count: countFilter\r\n  organizationalUnitOwner_OrgUnit_some: [OrgUnitFilter!]\r\n  organizationalUnitOwner_OrgUnit_count: countFilter\r\n  orgUnitDesigner_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitDesigner_OrgUnit_count: countFilter\r\n  organizationalProcessDesigner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessDesigner_OrganizationalProcess_count: countFilter\r\n  organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n  organizationalProcessContributor_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessContributor_OrganizationalProcess_count: countFilter\r\n  organizationalProcessOwner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessOwner_OrganizationalProcess_count: countFilter\r\n  requirementResponsible_Requirement_some: [RequirementFilter!]\r\n  requirementResponsible_Requirement_count: countFilter\r\n  requirementAccountable_Requirement_some: [RequirementFilter!]\r\n  requirementAccountable_Requirement_count: countFilter\r\n  requirementConsulted_Requirement_some: [RequirementFilter!]\r\n  requirementConsulted_Requirement_count: countFilter\r\n  requirementInformed_Requirement_some: [RequirementFilter!]\r\n  requirementInformed_Requirement_count: countFilter\r\n  businessProcessDesigner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessDesigner_BusinessProcess_count: countFilter\r\n  businessProcessOwner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessOwner_BusinessProcess_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationOwnerOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  userCode_ASC\r\n  userCode_DESC\r\n  commandLine_ASC\r\n  commandLine_DESC\r\n  scciUserName_ASC\r\n  scciUserName_DESC\r\n  email_ASC\r\n  email_DESC\r\n  belongsToAPersonGroup_ASC\r\n  belongsToAPersonGroup_DESC\r\n  dataLanguage_ASC\r\n  dataLanguage_DESC\r\n  phoneNumber_ASC\r\n  phoneNumber_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  initialNumberOfComplianceAudits_ASC\r\n  initialNumberOfComplianceAudits_DESC\r\n  initialNumberOfEfficiencyAudits_ASC\r\n  initialNumberOfEfficiencyAudits_DESC\r\n  initialNumberOfComplianceAuditActivities_ASC\r\n  initialNumberOfComplianceAuditActivities_DESC\r\n  initialNumberOfEfficiencyAuditActivities_ASC\r\n  initialNumberOfEfficiencyAuditActivities_DESC\r\n  numberOfExecutedComplianceAudits_ASC\r\n  numberOfExecutedComplianceAudits_DESC\r\n  numberOfExecutedEfficiencyAudits_ASC\r\n  numberOfExecutedEfficiencyAudits_DESC\r\n  numberOfExecutedComplianceAuditActivities_ASC\r\n  numberOfExecutedComplianceAuditActivities_DESC\r\n  numberOfExecutedEfficiencyAuditActivities_ASC\r\n  numberOfExecutedEfficiencyAuditActivities_DESC\r\n  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_Requirement_BusinessRole_BusinessRole_RequirementAccountable implements GraphQLObjectInterface {\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: GraphQLObjectInterface\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson(format: EnumFormat): ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\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  timeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  otherParticipantInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [AuditAggregatedValues]\r\n  auditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Auditee]\r\n  auditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [AuditAggregatedValues]\r\n  auditorInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [AuditAggregatedValues]\r\n  leadAuditor_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [AuditAggregatedValues]\r\n  mainAuditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [AuditAggregatedValues]\r\n  activityOwner_AuditActivity(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_AuditActivityAggregatedValues(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendationCorrespondent_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [RecommendationAggregatedValues]\r\n  recommendationOwner_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n  actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n  inVacation_Vacation(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_VacationAggregatedValues(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [VacationAggregatedValues]\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  organizationalUnitOwner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnitDesigner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcessDesigner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessContributor_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessOwner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n  requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n  requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n  requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n  businessProcessDesigner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [BusinessProcessAggregatedValues]\r\n  businessProcessOwner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [BusinessProcessAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [Relationship_Skill_Skill_PersonSkill_PersonSystem]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableFilter {\r\n  and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableFilter!]\r\n  or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  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  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfComplianceAudits_not: CustomInt\r\n  initialNumberOfComplianceAudits_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_lt: CustomInt\r\n  initialNumberOfComplianceAudits_lte: CustomInt\r\n  initialNumberOfComplianceAudits_gt: CustomInt\r\n  initialNumberOfComplianceAudits_gte: CustomInt\r\n  initialNumberOfComplianceAudits_empty: Boolean\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits_not: CustomInt\r\n  initialNumberOfEfficiencyAudits_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_lt: CustomInt\r\n  initialNumberOfEfficiencyAudits_lte: CustomInt\r\n  initialNumberOfEfficiencyAudits_gt: CustomInt\r\n  initialNumberOfEfficiencyAudits_gte: CustomInt\r\n  initialNumberOfEfficiencyAudits_empty: Boolean\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfComplianceAuditActivities_not: CustomInt\r\n  initialNumberOfComplianceAuditActivities_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_lt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_lte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_empty: Boolean\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_not: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_lt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_lte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_empty: Boolean\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedComplianceAudits_not: CustomInt\r\n  numberOfExecutedComplianceAudits_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_lt: CustomInt\r\n  numberOfExecutedComplianceAudits_lte: CustomInt\r\n  numberOfExecutedComplianceAudits_gt: CustomInt\r\n  numberOfExecutedComplianceAudits_gte: CustomInt\r\n  numberOfExecutedComplianceAudits_empty: Boolean\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits_not: CustomInt\r\n  numberOfExecutedEfficiencyAudits_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_lt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_lte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_empty: Boolean\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_not: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_lt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_lte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_empty: Boolean\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_not: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_lt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_lte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_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  otherParticipantInAudit_Audit_some: [AuditFilter!]\r\n  otherParticipantInAudit_Audit_count: countFilter\r\n  auditee_Audit_some: [AuditFilter!]\r\n  auditee_Audit_count: countFilter\r\n  auditorInAudit_Audit_some: [AuditFilter!]\r\n  auditorInAudit_Audit_count: countFilter\r\n  leadAuditor_Audit_some: [AuditFilter!]\r\n  leadAuditor_Audit_count: countFilter\r\n  mainAuditee_Audit_some: [AuditFilter!]\r\n  mainAuditee_Audit_count: countFilter\r\n  activityOwner_AuditActivity_some: [AuditActivityFilter!]\r\n  activityOwner_AuditActivity_count: countFilter\r\n  recommendationCorrespondent_Recommendation_some: [RecommendationFilter!]\r\n  recommendationCorrespondent_Recommendation_count: countFilter\r\n  recommendationOwner_Recommendation_some: [RecommendationFilter!]\r\n  recommendationOwner_Recommendation_count: countFilter\r\n  actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanOwner_ActionPlan_count: countFilter\r\n  actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanResponsible_ActionPlan_count: countFilter\r\n  actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanApprover_ActionPlan_count: countFilter\r\n  actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n  actionOwner_ActionActionPlan_count: countFilter\r\n  inVacation_Vacation_some: [VacationFilter!]\r\n  inVacation_Vacation_count: countFilter\r\n  orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitMember_OrgUnit_count: countFilter\r\n  organizationalUnitOwner_OrgUnit_some: [OrgUnitFilter!]\r\n  organizationalUnitOwner_OrgUnit_count: countFilter\r\n  orgUnitDesigner_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitDesigner_OrgUnit_count: countFilter\r\n  organizationalProcessDesigner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessDesigner_OrganizationalProcess_count: countFilter\r\n  organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n  organizationalProcessContributor_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessContributor_OrganizationalProcess_count: countFilter\r\n  organizationalProcessOwner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessOwner_OrganizationalProcess_count: countFilter\r\n  requirementResponsible_Requirement_some: [RequirementFilter!]\r\n  requirementResponsible_Requirement_count: countFilter\r\n  requirementAccountable_Requirement_some: [RequirementFilter!]\r\n  requirementAccountable_Requirement_count: countFilter\r\n  requirementConsulted_Requirement_some: [RequirementFilter!]\r\n  requirementConsulted_Requirement_count: countFilter\r\n  requirementInformed_Requirement_some: [RequirementFilter!]\r\n  requirementInformed_Requirement_count: countFilter\r\n  businessProcessDesigner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessDesigner_BusinessProcess_count: countFilter\r\n  businessProcessOwner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessOwner_BusinessProcess_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  userCode_ASC\r\n  userCode_DESC\r\n  commandLine_ASC\r\n  commandLine_DESC\r\n  scciUserName_ASC\r\n  scciUserName_DESC\r\n  email_ASC\r\n  email_DESC\r\n  belongsToAPersonGroup_ASC\r\n  belongsToAPersonGroup_DESC\r\n  dataLanguage_ASC\r\n  dataLanguage_DESC\r\n  phoneNumber_ASC\r\n  phoneNumber_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  initialNumberOfComplianceAudits_ASC\r\n  initialNumberOfComplianceAudits_DESC\r\n  initialNumberOfEfficiencyAudits_ASC\r\n  initialNumberOfEfficiencyAudits_DESC\r\n  initialNumberOfComplianceAuditActivities_ASC\r\n  initialNumberOfComplianceAuditActivities_DESC\r\n  initialNumberOfEfficiencyAuditActivities_ASC\r\n  initialNumberOfEfficiencyAuditActivities_DESC\r\n  numberOfExecutedComplianceAudits_ASC\r\n  numberOfExecutedComplianceAudits_DESC\r\n  numberOfExecutedEfficiencyAudits_ASC\r\n  numberOfExecutedEfficiencyAudits_DESC\r\n  numberOfExecutedComplianceAuditActivities_ASC\r\n  numberOfExecutedComplianceAuditActivities_DESC\r\n  numberOfExecutedEfficiencyAuditActivities_ASC\r\n  numberOfExecutedEfficiencyAuditActivities_DESC\r\n  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_Requirement_BusinessRole_BusinessRole_RequirementConsulted implements GraphQLObjectInterface {\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: GraphQLObjectInterface\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson(format: EnumFormat): ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\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  timeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  otherParticipantInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [AuditAggregatedValues]\r\n  auditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Auditee]\r\n  auditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [AuditAggregatedValues]\r\n  auditorInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [AuditAggregatedValues]\r\n  leadAuditor_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [AuditAggregatedValues]\r\n  mainAuditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [AuditAggregatedValues]\r\n  activityOwner_AuditActivity(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_AuditActivityAggregatedValues(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendationCorrespondent_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [RecommendationAggregatedValues]\r\n  recommendationOwner_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n  actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n  inVacation_Vacation(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_VacationAggregatedValues(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [VacationAggregatedValues]\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  organizationalUnitOwner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnitDesigner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcessDesigner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessContributor_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessOwner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n  requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n  requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n  requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n  businessProcessDesigner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [BusinessProcessAggregatedValues]\r\n  businessProcessOwner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [BusinessProcessAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [Relationship_Skill_Skill_PersonSkill_PersonSystem]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedFilter {\r\n  and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedFilter!]\r\n  or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  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  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfComplianceAudits_not: CustomInt\r\n  initialNumberOfComplianceAudits_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_lt: CustomInt\r\n  initialNumberOfComplianceAudits_lte: CustomInt\r\n  initialNumberOfComplianceAudits_gt: CustomInt\r\n  initialNumberOfComplianceAudits_gte: CustomInt\r\n  initialNumberOfComplianceAudits_empty: Boolean\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits_not: CustomInt\r\n  initialNumberOfEfficiencyAudits_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_lt: CustomInt\r\n  initialNumberOfEfficiencyAudits_lte: CustomInt\r\n  initialNumberOfEfficiencyAudits_gt: CustomInt\r\n  initialNumberOfEfficiencyAudits_gte: CustomInt\r\n  initialNumberOfEfficiencyAudits_empty: Boolean\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfComplianceAuditActivities_not: CustomInt\r\n  initialNumberOfComplianceAuditActivities_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_lt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_lte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_empty: Boolean\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_not: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_lt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_lte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_empty: Boolean\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedComplianceAudits_not: CustomInt\r\n  numberOfExecutedComplianceAudits_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_lt: CustomInt\r\n  numberOfExecutedComplianceAudits_lte: CustomInt\r\n  numberOfExecutedComplianceAudits_gt: CustomInt\r\n  numberOfExecutedComplianceAudits_gte: CustomInt\r\n  numberOfExecutedComplianceAudits_empty: Boolean\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits_not: CustomInt\r\n  numberOfExecutedEfficiencyAudits_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_lt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_lte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_empty: Boolean\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_not: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_lt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_lte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_empty: Boolean\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_not: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_lt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_lte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_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  otherParticipantInAudit_Audit_some: [AuditFilter!]\r\n  otherParticipantInAudit_Audit_count: countFilter\r\n  auditee_Audit_some: [AuditFilter!]\r\n  auditee_Audit_count: countFilter\r\n  auditorInAudit_Audit_some: [AuditFilter!]\r\n  auditorInAudit_Audit_count: countFilter\r\n  leadAuditor_Audit_some: [AuditFilter!]\r\n  leadAuditor_Audit_count: countFilter\r\n  mainAuditee_Audit_some: [AuditFilter!]\r\n  mainAuditee_Audit_count: countFilter\r\n  activityOwner_AuditActivity_some: [AuditActivityFilter!]\r\n  activityOwner_AuditActivity_count: countFilter\r\n  recommendationCorrespondent_Recommendation_some: [RecommendationFilter!]\r\n  recommendationCorrespondent_Recommendation_count: countFilter\r\n  recommendationOwner_Recommendation_some: [RecommendationFilter!]\r\n  recommendationOwner_Recommendation_count: countFilter\r\n  actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanOwner_ActionPlan_count: countFilter\r\n  actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanResponsible_ActionPlan_count: countFilter\r\n  actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanApprover_ActionPlan_count: countFilter\r\n  actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n  actionOwner_ActionActionPlan_count: countFilter\r\n  inVacation_Vacation_some: [VacationFilter!]\r\n  inVacation_Vacation_count: countFilter\r\n  orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitMember_OrgUnit_count: countFilter\r\n  organizationalUnitOwner_OrgUnit_some: [OrgUnitFilter!]\r\n  organizationalUnitOwner_OrgUnit_count: countFilter\r\n  orgUnitDesigner_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitDesigner_OrgUnit_count: countFilter\r\n  organizationalProcessDesigner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessDesigner_OrganizationalProcess_count: countFilter\r\n  organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n  organizationalProcessContributor_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessContributor_OrganizationalProcess_count: countFilter\r\n  organizationalProcessOwner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessOwner_OrganizationalProcess_count: countFilter\r\n  requirementResponsible_Requirement_some: [RequirementFilter!]\r\n  requirementResponsible_Requirement_count: countFilter\r\n  requirementAccountable_Requirement_some: [RequirementFilter!]\r\n  requirementAccountable_Requirement_count: countFilter\r\n  requirementConsulted_Requirement_some: [RequirementFilter!]\r\n  requirementConsulted_Requirement_count: countFilter\r\n  requirementInformed_Requirement_some: [RequirementFilter!]\r\n  requirementInformed_Requirement_count: countFilter\r\n  businessProcessDesigner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessDesigner_BusinessProcess_count: countFilter\r\n  businessProcessOwner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessOwner_BusinessProcess_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  userCode_ASC\r\n  userCode_DESC\r\n  commandLine_ASC\r\n  commandLine_DESC\r\n  scciUserName_ASC\r\n  scciUserName_DESC\r\n  email_ASC\r\n  email_DESC\r\n  belongsToAPersonGroup_ASC\r\n  belongsToAPersonGroup_DESC\r\n  dataLanguage_ASC\r\n  dataLanguage_DESC\r\n  phoneNumber_ASC\r\n  phoneNumber_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  initialNumberOfComplianceAudits_ASC\r\n  initialNumberOfComplianceAudits_DESC\r\n  initialNumberOfEfficiencyAudits_ASC\r\n  initialNumberOfEfficiencyAudits_DESC\r\n  initialNumberOfComplianceAuditActivities_ASC\r\n  initialNumberOfComplianceAuditActivities_DESC\r\n  initialNumberOfEfficiencyAuditActivities_ASC\r\n  initialNumberOfEfficiencyAuditActivities_DESC\r\n  numberOfExecutedComplianceAudits_ASC\r\n  numberOfExecutedComplianceAudits_DESC\r\n  numberOfExecutedEfficiencyAudits_ASC\r\n  numberOfExecutedEfficiencyAudits_DESC\r\n  numberOfExecutedComplianceAuditActivities_ASC\r\n  numberOfExecutedComplianceAuditActivities_DESC\r\n  numberOfExecutedEfficiencyAuditActivities_ASC\r\n  numberOfExecutedEfficiencyAuditActivities_DESC\r\n  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_Requirement_BusinessRole_BusinessRole_RequirementInformed implements GraphQLObjectInterface {\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: GraphQLObjectInterface\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson(format: EnumFormat): ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\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  timeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  otherParticipantInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [AuditAggregatedValues]\r\n  auditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Auditee]\r\n  auditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [AuditAggregatedValues]\r\n  auditorInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [AuditAggregatedValues]\r\n  leadAuditor_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [AuditAggregatedValues]\r\n  mainAuditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [AuditAggregatedValues]\r\n  activityOwner_AuditActivity(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_AuditActivityAggregatedValues(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendationCorrespondent_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [RecommendationAggregatedValues]\r\n  recommendationOwner_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n  actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n  inVacation_Vacation(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_VacationAggregatedValues(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [VacationAggregatedValues]\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  organizationalUnitOwner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnitDesigner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcessDesigner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessContributor_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessOwner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n  requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n  requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n  requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n  businessProcessDesigner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [BusinessProcessAggregatedValues]\r\n  businessProcessOwner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [BusinessProcessAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [Relationship_Skill_Skill_PersonSkill_PersonSystem]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedFilter {\r\n  and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedFilter!]\r\n  or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  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  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfComplianceAudits_not: CustomInt\r\n  initialNumberOfComplianceAudits_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_lt: CustomInt\r\n  initialNumberOfComplianceAudits_lte: CustomInt\r\n  initialNumberOfComplianceAudits_gt: CustomInt\r\n  initialNumberOfComplianceAudits_gte: CustomInt\r\n  initialNumberOfComplianceAudits_empty: Boolean\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits_not: CustomInt\r\n  initialNumberOfEfficiencyAudits_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_lt: CustomInt\r\n  initialNumberOfEfficiencyAudits_lte: CustomInt\r\n  initialNumberOfEfficiencyAudits_gt: CustomInt\r\n  initialNumberOfEfficiencyAudits_gte: CustomInt\r\n  initialNumberOfEfficiencyAudits_empty: Boolean\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfComplianceAuditActivities_not: CustomInt\r\n  initialNumberOfComplianceAuditActivities_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_lt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_lte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_empty: Boolean\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_not: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_lt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_lte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_empty: Boolean\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedComplianceAudits_not: CustomInt\r\n  numberOfExecutedComplianceAudits_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_lt: CustomInt\r\n  numberOfExecutedComplianceAudits_lte: CustomInt\r\n  numberOfExecutedComplianceAudits_gt: CustomInt\r\n  numberOfExecutedComplianceAudits_gte: CustomInt\r\n  numberOfExecutedComplianceAudits_empty: Boolean\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits_not: CustomInt\r\n  numberOfExecutedEfficiencyAudits_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_lt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_lte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_empty: Boolean\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_not: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_lt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_lte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_empty: Boolean\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_not: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_lt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_lte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_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  otherParticipantInAudit_Audit_some: [AuditFilter!]\r\n  otherParticipantInAudit_Audit_count: countFilter\r\n  auditee_Audit_some: [AuditFilter!]\r\n  auditee_Audit_count: countFilter\r\n  auditorInAudit_Audit_some: [AuditFilter!]\r\n  auditorInAudit_Audit_count: countFilter\r\n  leadAuditor_Audit_some: [AuditFilter!]\r\n  leadAuditor_Audit_count: countFilter\r\n  mainAuditee_Audit_some: [AuditFilter!]\r\n  mainAuditee_Audit_count: countFilter\r\n  activityOwner_AuditActivity_some: [AuditActivityFilter!]\r\n  activityOwner_AuditActivity_count: countFilter\r\n  recommendationCorrespondent_Recommendation_some: [RecommendationFilter!]\r\n  recommendationCorrespondent_Recommendation_count: countFilter\r\n  recommendationOwner_Recommendation_some: [RecommendationFilter!]\r\n  recommendationOwner_Recommendation_count: countFilter\r\n  actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanOwner_ActionPlan_count: countFilter\r\n  actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanResponsible_ActionPlan_count: countFilter\r\n  actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanApprover_ActionPlan_count: countFilter\r\n  actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n  actionOwner_ActionActionPlan_count: countFilter\r\n  inVacation_Vacation_some: [VacationFilter!]\r\n  inVacation_Vacation_count: countFilter\r\n  orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitMember_OrgUnit_count: countFilter\r\n  organizationalUnitOwner_OrgUnit_some: [OrgUnitFilter!]\r\n  organizationalUnitOwner_OrgUnit_count: countFilter\r\n  orgUnitDesigner_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitDesigner_OrgUnit_count: countFilter\r\n  organizationalProcessDesigner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessDesigner_OrganizationalProcess_count: countFilter\r\n  organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n  organizationalProcessContributor_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessContributor_OrganizationalProcess_count: countFilter\r\n  organizationalProcessOwner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessOwner_OrganizationalProcess_count: countFilter\r\n  requirementResponsible_Requirement_some: [RequirementFilter!]\r\n  requirementResponsible_Requirement_count: countFilter\r\n  requirementAccountable_Requirement_some: [RequirementFilter!]\r\n  requirementAccountable_Requirement_count: countFilter\r\n  requirementConsulted_Requirement_some: [RequirementFilter!]\r\n  requirementConsulted_Requirement_count: countFilter\r\n  requirementInformed_Requirement_some: [RequirementFilter!]\r\n  requirementInformed_Requirement_count: countFilter\r\n  businessProcessDesigner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessDesigner_BusinessProcess_count: countFilter\r\n  businessProcessOwner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessOwner_BusinessProcess_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  userCode_ASC\r\n  userCode_DESC\r\n  commandLine_ASC\r\n  commandLine_DESC\r\n  scciUserName_ASC\r\n  scciUserName_DESC\r\n  email_ASC\r\n  email_DESC\r\n  belongsToAPersonGroup_ASC\r\n  belongsToAPersonGroup_DESC\r\n  dataLanguage_ASC\r\n  dataLanguage_DESC\r\n  phoneNumber_ASC\r\n  phoneNumber_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  initialNumberOfComplianceAudits_ASC\r\n  initialNumberOfComplianceAudits_DESC\r\n  initialNumberOfEfficiencyAudits_ASC\r\n  initialNumberOfEfficiencyAudits_DESC\r\n  initialNumberOfComplianceAuditActivities_ASC\r\n  initialNumberOfComplianceAuditActivities_DESC\r\n  initialNumberOfEfficiencyAuditActivities_ASC\r\n  initialNumberOfEfficiencyAuditActivities_DESC\r\n  numberOfExecutedComplianceAudits_ASC\r\n  numberOfExecutedComplianceAudits_DESC\r\n  numberOfExecutedEfficiencyAudits_ASC\r\n  numberOfExecutedEfficiencyAudits_DESC\r\n  numberOfExecutedComplianceAuditActivities_ASC\r\n  numberOfExecutedComplianceAuditActivities_DESC\r\n  numberOfExecutedEfficiencyAuditActivities_ASC\r\n  numberOfExecutedEfficiencyAuditActivities_DESC\r\n  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_Requirement_BusinessRole_BusinessRole_RequirementResponsible implements GraphQLObjectInterface {\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: GraphQLObjectInterface\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson(format: EnumFormat): ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\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  timeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  otherParticipantInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [AuditAggregatedValues]\r\n  auditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Auditee]\r\n  auditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [AuditAggregatedValues]\r\n  auditorInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [AuditAggregatedValues]\r\n  leadAuditor_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [AuditAggregatedValues]\r\n  mainAuditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [AuditAggregatedValues]\r\n  activityOwner_AuditActivity(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_AuditActivityAggregatedValues(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendationCorrespondent_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [RecommendationAggregatedValues]\r\n  recommendationOwner_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n  actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n  inVacation_Vacation(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_VacationAggregatedValues(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [VacationAggregatedValues]\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  organizationalUnitOwner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnitDesigner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcessDesigner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessContributor_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessOwner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n  requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n  requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n  requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n  businessProcessDesigner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [BusinessProcessAggregatedValues]\r\n  businessProcessOwner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [BusinessProcessAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [Relationship_Skill_Skill_PersonSkill_PersonSystem]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleFilter {\r\n  and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleFilter!]\r\n  or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  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  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfComplianceAudits_not: CustomInt\r\n  initialNumberOfComplianceAudits_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_lt: CustomInt\r\n  initialNumberOfComplianceAudits_lte: CustomInt\r\n  initialNumberOfComplianceAudits_gt: CustomInt\r\n  initialNumberOfComplianceAudits_gte: CustomInt\r\n  initialNumberOfComplianceAudits_empty: Boolean\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits_not: CustomInt\r\n  initialNumberOfEfficiencyAudits_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_lt: CustomInt\r\n  initialNumberOfEfficiencyAudits_lte: CustomInt\r\n  initialNumberOfEfficiencyAudits_gt: CustomInt\r\n  initialNumberOfEfficiencyAudits_gte: CustomInt\r\n  initialNumberOfEfficiencyAudits_empty: Boolean\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfComplianceAuditActivities_not: CustomInt\r\n  initialNumberOfComplianceAuditActivities_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_lt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_lte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_empty: Boolean\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_not: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_lt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_lte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_empty: Boolean\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedComplianceAudits_not: CustomInt\r\n  numberOfExecutedComplianceAudits_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_lt: CustomInt\r\n  numberOfExecutedComplianceAudits_lte: CustomInt\r\n  numberOfExecutedComplianceAudits_gt: CustomInt\r\n  numberOfExecutedComplianceAudits_gte: CustomInt\r\n  numberOfExecutedComplianceAudits_empty: Boolean\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits_not: CustomInt\r\n  numberOfExecutedEfficiencyAudits_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_lt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_lte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_empty: Boolean\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_not: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_lt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_lte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_empty: Boolean\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_not: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_lt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_lte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_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  otherParticipantInAudit_Audit_some: [AuditFilter!]\r\n  otherParticipantInAudit_Audit_count: countFilter\r\n  auditee_Audit_some: [AuditFilter!]\r\n  auditee_Audit_count: countFilter\r\n  auditorInAudit_Audit_some: [AuditFilter!]\r\n  auditorInAudit_Audit_count: countFilter\r\n  leadAuditor_Audit_some: [AuditFilter!]\r\n  leadAuditor_Audit_count: countFilter\r\n  mainAuditee_Audit_some: [AuditFilter!]\r\n  mainAuditee_Audit_count: countFilter\r\n  activityOwner_AuditActivity_some: [AuditActivityFilter!]\r\n  activityOwner_AuditActivity_count: countFilter\r\n  recommendationCorrespondent_Recommendation_some: [RecommendationFilter!]\r\n  recommendationCorrespondent_Recommendation_count: countFilter\r\n  recommendationOwner_Recommendation_some: [RecommendationFilter!]\r\n  recommendationOwner_Recommendation_count: countFilter\r\n  actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanOwner_ActionPlan_count: countFilter\r\n  actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanResponsible_ActionPlan_count: countFilter\r\n  actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanApprover_ActionPlan_count: countFilter\r\n  actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n  actionOwner_ActionActionPlan_count: countFilter\r\n  inVacation_Vacation_some: [VacationFilter!]\r\n  inVacation_Vacation_count: countFilter\r\n  orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitMember_OrgUnit_count: countFilter\r\n  organizationalUnitOwner_OrgUnit_some: [OrgUnitFilter!]\r\n  organizationalUnitOwner_OrgUnit_count: countFilter\r\n  orgUnitDesigner_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitDesigner_OrgUnit_count: countFilter\r\n  organizationalProcessDesigner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessDesigner_OrganizationalProcess_count: countFilter\r\n  organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n  organizationalProcessContributor_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessContributor_OrganizationalProcess_count: countFilter\r\n  organizationalProcessOwner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessOwner_OrganizationalProcess_count: countFilter\r\n  requirementResponsible_Requirement_some: [RequirementFilter!]\r\n  requirementResponsible_Requirement_count: countFilter\r\n  requirementAccountable_Requirement_some: [RequirementFilter!]\r\n  requirementAccountable_Requirement_count: countFilter\r\n  requirementConsulted_Requirement_some: [RequirementFilter!]\r\n  requirementConsulted_Requirement_count: countFilter\r\n  requirementInformed_Requirement_some: [RequirementFilter!]\r\n  requirementInformed_Requirement_count: countFilter\r\n  businessProcessDesigner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessDesigner_BusinessProcess_count: countFilter\r\n  businessProcessOwner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessOwner_BusinessProcess_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  userCode_ASC\r\n  userCode_DESC\r\n  commandLine_ASC\r\n  commandLine_DESC\r\n  scciUserName_ASC\r\n  scciUserName_DESC\r\n  email_ASC\r\n  email_DESC\r\n  belongsToAPersonGroup_ASC\r\n  belongsToAPersonGroup_DESC\r\n  dataLanguage_ASC\r\n  dataLanguage_DESC\r\n  phoneNumber_ASC\r\n  phoneNumber_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  initialNumberOfComplianceAudits_ASC\r\n  initialNumberOfComplianceAudits_DESC\r\n  initialNumberOfEfficiencyAudits_ASC\r\n  initialNumberOfEfficiencyAudits_DESC\r\n  initialNumberOfComplianceAuditActivities_ASC\r\n  initialNumberOfComplianceAuditActivities_DESC\r\n  initialNumberOfEfficiencyAuditActivities_ASC\r\n  initialNumberOfEfficiencyAuditActivities_DESC\r\n  numberOfExecutedComplianceAudits_ASC\r\n  numberOfExecutedComplianceAudits_DESC\r\n  numberOfExecutedEfficiencyAudits_ASC\r\n  numberOfExecutedEfficiencyAudits_DESC\r\n  numberOfExecutedComplianceAuditActivities_ASC\r\n  numberOfExecutedComplianceAuditActivities_DESC\r\n  numberOfExecutedEfficiencyAuditActivities_ASC\r\n  numberOfExecutedEfficiencyAuditActivities_DESC\r\n  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_Vacation_BusinessRole_BusinessRole_InVacation implements GraphQLObjectInterface {\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: GraphQLObjectInterface\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson(format: EnumFormat): ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\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  timeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  otherParticipantInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [AuditAggregatedValues]\r\n  auditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Auditee]\r\n  auditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [AuditAggregatedValues]\r\n  auditorInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [AuditAggregatedValues]\r\n  leadAuditor_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [AuditAggregatedValues]\r\n  mainAuditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [AuditAggregatedValues]\r\n  activityOwner_AuditActivity(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_AuditActivityAggregatedValues(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendationCorrespondent_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [RecommendationAggregatedValues]\r\n  recommendationOwner_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n  actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n  inVacation_Vacation(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_VacationAggregatedValues(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [VacationAggregatedValues]\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  organizationalUnitOwner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnitDesigner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcessDesigner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessContributor_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessOwner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n  requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n  requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n  requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n  businessProcessDesigner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [BusinessProcessAggregatedValues]\r\n  businessProcessOwner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [BusinessProcessAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [Relationship_Skill_Skill_PersonSkill_PersonSystem]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [SkillAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Vacation_BusinessRole_BusinessRole_InVacationFilter {\r\n  and: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Vacation_BusinessRole_BusinessRole_InVacationFilter!]\r\n  or: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Vacation_BusinessRole_BusinessRole_InVacationFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  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  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  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfComplianceAudits_not: CustomInt\r\n  initialNumberOfComplianceAudits_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_lt: CustomInt\r\n  initialNumberOfComplianceAudits_lte: CustomInt\r\n  initialNumberOfComplianceAudits_gt: CustomInt\r\n  initialNumberOfComplianceAudits_gte: CustomInt\r\n  initialNumberOfComplianceAudits_empty: Boolean\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits_not: CustomInt\r\n  initialNumberOfEfficiencyAudits_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_lt: CustomInt\r\n  initialNumberOfEfficiencyAudits_lte: CustomInt\r\n  initialNumberOfEfficiencyAudits_gt: CustomInt\r\n  initialNumberOfEfficiencyAudits_gte: CustomInt\r\n  initialNumberOfEfficiencyAudits_empty: Boolean\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfComplianceAuditActivities_not: CustomInt\r\n  initialNumberOfComplianceAuditActivities_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_lt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_lte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_empty: Boolean\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_not: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_lt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_lte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_empty: Boolean\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedComplianceAudits_not: CustomInt\r\n  numberOfExecutedComplianceAudits_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_lt: CustomInt\r\n  numberOfExecutedComplianceAudits_lte: CustomInt\r\n  numberOfExecutedComplianceAudits_gt: CustomInt\r\n  numberOfExecutedComplianceAudits_gte: CustomInt\r\n  numberOfExecutedComplianceAudits_empty: Boolean\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits_not: CustomInt\r\n  numberOfExecutedEfficiencyAudits_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_lt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_lte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_empty: Boolean\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_not: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_lt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_lte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_empty: Boolean\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_not: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_lt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_lte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_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  otherParticipantInAudit_Audit_some: [AuditFilter!]\r\n  otherParticipantInAudit_Audit_count: countFilter\r\n  auditee_Audit_some: [AuditFilter!]\r\n  auditee_Audit_count: countFilter\r\n  auditorInAudit_Audit_some: [AuditFilter!]\r\n  auditorInAudit_Audit_count: countFilter\r\n  leadAuditor_Audit_some: [AuditFilter!]\r\n  leadAuditor_Audit_count: countFilter\r\n  mainAuditee_Audit_some: [AuditFilter!]\r\n  mainAuditee_Audit_count: countFilter\r\n  activityOwner_AuditActivity_some: [AuditActivityFilter!]\r\n  activityOwner_AuditActivity_count: countFilter\r\n  recommendationCorrespondent_Recommendation_some: [RecommendationFilter!]\r\n  recommendationCorrespondent_Recommendation_count: countFilter\r\n  recommendationOwner_Recommendation_some: [RecommendationFilter!]\r\n  recommendationOwner_Recommendation_count: countFilter\r\n  actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanOwner_ActionPlan_count: countFilter\r\n  actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanResponsible_ActionPlan_count: countFilter\r\n  actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanApprover_ActionPlan_count: countFilter\r\n  actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n  actionOwner_ActionActionPlan_count: countFilter\r\n  inVacation_Vacation_some: [VacationFilter!]\r\n  inVacation_Vacation_count: countFilter\r\n  orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitMember_OrgUnit_count: countFilter\r\n  organizationalUnitOwner_OrgUnit_some: [OrgUnitFilter!]\r\n  organizationalUnitOwner_OrgUnit_count: countFilter\r\n  orgUnitDesigner_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitDesigner_OrgUnit_count: countFilter\r\n  organizationalProcessDesigner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessDesigner_OrganizationalProcess_count: countFilter\r\n  organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n  organizationalProcessContributor_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessContributor_OrganizationalProcess_count: countFilter\r\n  organizationalProcessOwner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessOwner_OrganizationalProcess_count: countFilter\r\n  requirementResponsible_Requirement_some: [RequirementFilter!]\r\n  requirementResponsible_Requirement_count: countFilter\r\n  requirementAccountable_Requirement_some: [RequirementFilter!]\r\n  requirementAccountable_Requirement_count: countFilter\r\n  requirementConsulted_Requirement_some: [RequirementFilter!]\r\n  requirementConsulted_Requirement_count: countFilter\r\n  requirementInformed_Requirement_some: [RequirementFilter!]\r\n  requirementInformed_Requirement_count: countFilter\r\n  businessProcessDesigner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessDesigner_BusinessProcess_count: countFilter\r\n  businessProcessOwner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessOwner_BusinessProcess_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Vacation_BusinessRole_BusinessRole_InVacationOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  userCode_ASC\r\n  userCode_DESC\r\n  commandLine_ASC\r\n  commandLine_DESC\r\n  scciUserName_ASC\r\n  scciUserName_DESC\r\n  email_ASC\r\n  email_DESC\r\n  belongsToAPersonGroup_ASC\r\n  belongsToAPersonGroup_DESC\r\n  dataLanguage_ASC\r\n  dataLanguage_DESC\r\n  phoneNumber_ASC\r\n  phoneNumber_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  initialNumberOfComplianceAudits_ASC\r\n  initialNumberOfComplianceAudits_DESC\r\n  initialNumberOfEfficiencyAudits_ASC\r\n  initialNumberOfEfficiencyAudits_DESC\r\n  initialNumberOfComplianceAuditActivities_ASC\r\n  initialNumberOfComplianceAuditActivities_DESC\r\n  initialNumberOfEfficiencyAuditActivities_ASC\r\n  initialNumberOfEfficiencyAuditActivities_DESC\r\n  numberOfExecutedComplianceAudits_ASC\r\n  numberOfExecutedComplianceAudits_DESC\r\n  numberOfExecutedEfficiencyAudits_ASC\r\n  numberOfExecutedEfficiencyAudits_DESC\r\n  numberOfExecutedComplianceAuditActivities_ASC\r\n  numberOfExecutedComplianceAuditActivities_DESC\r\n  numberOfExecutedEfficiencyAuditActivities_ASC\r\n  numberOfExecutedEfficiencyAuditActivities_DESC\r\n  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_Person_PersonSkill_Skill implements GraphQLObjectInterface {\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: GraphQLObjectInterface\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson(format: EnumFormat): ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\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  timeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  otherParticipantInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAudit]\r\n  otherParticipantInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OtherParticipantInAuditOrderBy]): [AuditAggregatedValues]\r\n  auditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_Auditee]\r\n  auditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditeeOrderBy]): [AuditAggregatedValues]\r\n  auditorInAudit_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAudit]\r\n  auditorInAudit_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_AuditorInAuditOrderBy]): [AuditAggregatedValues]\r\n  leadAuditor_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditor]\r\n  leadAuditor_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_LeadAuditorOrderBy]): [AuditAggregatedValues]\r\n  mainAuditee_Audit(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditee]\r\n  mainAuditee_AuditAggregatedValues(filter: Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeFilter, orderBy: [Relationship_Audit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_MainAuditeeOrderBy]): [AuditAggregatedValues]\r\n  activityOwner_AuditActivity(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwner]\r\n  activityOwner_AuditActivityAggregatedValues(filter: Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerFilter, orderBy: [Relationship_AuditActivity_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActivityOwnerOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendationCorrespondent_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [RecommendationAggregatedValues]\r\n  recommendationOwner_Recommendation(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_RecommendationAggregatedValues(filter: Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlanOwner_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwner]\r\n  actionPlanOwner_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanOwnerOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanResponsible_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsible]\r\n  actionPlanResponsible_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanResponsibleOrderBy]): [ActionPlanAggregatedValues]\r\n  actionPlanApprover_ActionPlan(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApprover]\r\n  actionPlanApprover_ActionPlanAggregatedValues(filter: Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverFilter, orderBy: [Relationship_ActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionPlanApproverOrderBy]): [ActionPlanAggregatedValues]\r\n  actionOwner_ActionActionPlan(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwner]\r\n  actionOwner_ActionActionPlanAggregatedValues(filter: Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerFilter, orderBy: [Relationship_ActionActionPlan_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_ActionOwnerOrderBy]): [ActionActionPlanAggregatedValues]\r\n  inVacation_Vacation(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_VacationAggregatedValues(filter: Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy]): [VacationAggregatedValues]\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  organizationalUnitOwner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwner]\r\n  organizationalUnitOwner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalUnitOwnerOrderBy]): [OrgUnitAggregatedValues]\r\n  orgUnitDesigner_OrgUnit(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesigner]\r\n  orgUnitDesigner_OrgUnitAggregatedValues(filter: Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerFilter, orderBy: [Relationship_OrgUnit_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrgUnitDesignerOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcessDesigner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesigner]\r\n  organizationalProcessDesigner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessDesignerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessManager_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManager]\r\n  organizationalProcessManager_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessManagerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessContributor_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributor]\r\n  organizationalProcessContributor_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessContributorOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  organizationalProcessOwner_OrganizationalProcess(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwner]\r\n  organizationalProcessOwner_OrganizationalProcessAggregatedValues(filter: Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerFilter, orderBy: [Relationship_OrganizationalProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_OrganizationalProcessOwnerOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirementResponsible_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [RequirementAggregatedValues]\r\n  requirementAccountable_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [RequirementAggregatedValues]\r\n  requirementConsulted_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [RequirementAggregatedValues]\r\n  requirementInformed_Requirement(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_RequirementAggregatedValues(filter: Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [RequirementAggregatedValues]\r\n  businessProcessDesigner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesigner]\r\n  businessProcessDesigner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessDesignerOrderBy]): [BusinessProcessAggregatedValues]\r\n  businessProcessOwner_BusinessProcess(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwner]\r\n  businessProcessOwner_BusinessProcessAggregatedValues(filter: Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerFilter, orderBy: [Relationship_BusinessProcess_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_BusinessProcessOwnerOrderBy]): [BusinessProcessAggregatedValues]\r\n  skill(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [Relationship_Skill_Skill_PersonSkill_PersonSystem]\r\n  skillAggregatedValues(filter: Relationship_Skill_Skill_PersonSkill_PersonSystemFilter, orderBy: [Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy]): [SkillAggregatedValues]\r\n  skillLevel: GraphQLObjectInterface\r\n  skillLevelCode: String\r\n}\r\n\r\ninput Relationship_PersonSystem_Person_PersonSkill_SkillFilter {\r\n  and: [Relationship_PersonSystem_Person_PersonSkill_SkillFilter!]\r\n  or: [Relationship_PersonSystem_Person_PersonSkill_SkillFilter!]\r\n  skillLevel: String\r\n  skillLevel_not: String\r\n  skillLevel_in: [String!]\r\n  skillLevel_not_in: [String!]\r\n  skillLevel_empty: Boolean\r\n  skillLevelCode: String\r\n  skillLevelCode_not: String\r\n  skillLevelCode_in: [String!]\r\n  skillLevelCode_not_in: [String!]\r\n  skillLevelCode_lt: String\r\n  skillLevelCode_lte: String\r\n  skillLevelCode_gt: String\r\n  skillLevelCode_gte: String\r\n  skillLevelCode_contains: String\r\n  skillLevelCode_not_contains: String\r\n  skillLevelCode_starts_with: String\r\n  skillLevelCode_not_starts_with: String\r\n  skillLevelCode_ends_with: String\r\n  skillLevelCode_not_ends_with: String\r\n  skillLevelCode_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  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  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  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfComplianceAudits_not: CustomInt\r\n  initialNumberOfComplianceAudits_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAudits_lt: CustomInt\r\n  initialNumberOfComplianceAudits_lte: CustomInt\r\n  initialNumberOfComplianceAudits_gt: CustomInt\r\n  initialNumberOfComplianceAudits_gte: CustomInt\r\n  initialNumberOfComplianceAudits_empty: Boolean\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits_not: CustomInt\r\n  initialNumberOfEfficiencyAudits_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAudits_lt: CustomInt\r\n  initialNumberOfEfficiencyAudits_lte: CustomInt\r\n  initialNumberOfEfficiencyAudits_gt: CustomInt\r\n  initialNumberOfEfficiencyAudits_gte: CustomInt\r\n  initialNumberOfEfficiencyAudits_empty: Boolean\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfComplianceAuditActivities_not: CustomInt\r\n  initialNumberOfComplianceAuditActivities_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfComplianceAuditActivities_lt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_lte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gt: CustomInt\r\n  initialNumberOfComplianceAuditActivities_gte: CustomInt\r\n  initialNumberOfComplianceAuditActivities_empty: Boolean\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_not: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  initialNumberOfEfficiencyAuditActivities_lt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_lte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gt: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_gte: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities_empty: Boolean\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedComplianceAudits_not: CustomInt\r\n  numberOfExecutedComplianceAudits_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAudits_lt: CustomInt\r\n  numberOfExecutedComplianceAudits_lte: CustomInt\r\n  numberOfExecutedComplianceAudits_gt: CustomInt\r\n  numberOfExecutedComplianceAudits_gte: CustomInt\r\n  numberOfExecutedComplianceAudits_empty: Boolean\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits_not: CustomInt\r\n  numberOfExecutedEfficiencyAudits_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAudits_lt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_lte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gt: CustomInt\r\n  numberOfExecutedEfficiencyAudits_gte: CustomInt\r\n  numberOfExecutedEfficiencyAudits_empty: Boolean\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_not: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedComplianceAuditActivities_lt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_lte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gt: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_gte: CustomInt\r\n  numberOfExecutedComplianceAuditActivities_empty: Boolean\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_not: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_not_in: [CustomInt!]\r\n  numberOfExecutedEfficiencyAuditActivities_lt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_lte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gt: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_gte: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities_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  otherParticipantInAudit_Audit_some: [AuditFilter!]\r\n  otherParticipantInAudit_Audit_count: countFilter\r\n  auditee_Audit_some: [AuditFilter!]\r\n  auditee_Audit_count: countFilter\r\n  auditorInAudit_Audit_some: [AuditFilter!]\r\n  auditorInAudit_Audit_count: countFilter\r\n  leadAuditor_Audit_some: [AuditFilter!]\r\n  leadAuditor_Audit_count: countFilter\r\n  mainAuditee_Audit_some: [AuditFilter!]\r\n  mainAuditee_Audit_count: countFilter\r\n  activityOwner_AuditActivity_some: [AuditActivityFilter!]\r\n  activityOwner_AuditActivity_count: countFilter\r\n  recommendationCorrespondent_Recommendation_some: [RecommendationFilter!]\r\n  recommendationCorrespondent_Recommendation_count: countFilter\r\n  recommendationOwner_Recommendation_some: [RecommendationFilter!]\r\n  recommendationOwner_Recommendation_count: countFilter\r\n  actionPlanOwner_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanOwner_ActionPlan_count: countFilter\r\n  actionPlanResponsible_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanResponsible_ActionPlan_count: countFilter\r\n  actionPlanApprover_ActionPlan_some: [ActionPlanFilter!]\r\n  actionPlanApprover_ActionPlan_count: countFilter\r\n  actionOwner_ActionActionPlan_some: [ActionActionPlanFilter!]\r\n  actionOwner_ActionActionPlan_count: countFilter\r\n  inVacation_Vacation_some: [VacationFilter!]\r\n  inVacation_Vacation_count: countFilter\r\n  orgUnitMember_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitMember_OrgUnit_count: countFilter\r\n  organizationalUnitOwner_OrgUnit_some: [OrgUnitFilter!]\r\n  organizationalUnitOwner_OrgUnit_count: countFilter\r\n  orgUnitDesigner_OrgUnit_some: [OrgUnitFilter!]\r\n  orgUnitDesigner_OrgUnit_count: countFilter\r\n  organizationalProcessDesigner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessDesigner_OrganizationalProcess_count: countFilter\r\n  organizationalProcessManager_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessManager_OrganizationalProcess_count: countFilter\r\n  organizationalProcessContributor_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessContributor_OrganizationalProcess_count: countFilter\r\n  organizationalProcessOwner_OrganizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcessOwner_OrganizationalProcess_count: countFilter\r\n  requirementResponsible_Requirement_some: [RequirementFilter!]\r\n  requirementResponsible_Requirement_count: countFilter\r\n  requirementAccountable_Requirement_some: [RequirementFilter!]\r\n  requirementAccountable_Requirement_count: countFilter\r\n  requirementConsulted_Requirement_some: [RequirementFilter!]\r\n  requirementConsulted_Requirement_count: countFilter\r\n  requirementInformed_Requirement_some: [RequirementFilter!]\r\n  requirementInformed_Requirement_count: countFilter\r\n  businessProcessDesigner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessDesigner_BusinessProcess_count: countFilter\r\n  businessProcessOwner_BusinessProcess_some: [BusinessProcessFilter!]\r\n  businessProcessOwner_BusinessProcess_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n}\r\n\r\nenum Relationship_PersonSystem_Person_PersonSkill_SkillOrderBy {\r\n  skillLevel_ASC\r\n  skillLevel_DESC\r\n  skillLevelCode_ASC\r\n  skillLevelCode_DESC\r\n  userCode_ASC\r\n  userCode_DESC\r\n  commandLine_ASC\r\n  commandLine_DESC\r\n  scciUserName_ASC\r\n  scciUserName_DESC\r\n  email_ASC\r\n  email_DESC\r\n  belongsToAPersonGroup_ASC\r\n  belongsToAPersonGroup_DESC\r\n  dataLanguage_ASC\r\n  dataLanguage_DESC\r\n  phoneNumber_ASC\r\n  phoneNumber_DESC\r\n  initials_ASC\r\n  initials_DESC\r\n  validPerson_ASC\r\n  validPerson_DESC\r\n  initialNumberOfComplianceAudits_ASC\r\n  initialNumberOfComplianceAudits_DESC\r\n  initialNumberOfEfficiencyAudits_ASC\r\n  initialNumberOfEfficiencyAudits_DESC\r\n  initialNumberOfComplianceAuditActivities_ASC\r\n  initialNumberOfComplianceAuditActivities_DESC\r\n  initialNumberOfEfficiencyAuditActivities_ASC\r\n  initialNumberOfEfficiencyAuditActivities_DESC\r\n  numberOfExecutedComplianceAudits_ASC\r\n  numberOfExecutedComplianceAudits_DESC\r\n  numberOfExecutedEfficiencyAudits_ASC\r\n  numberOfExecutedEfficiencyAudits_DESC\r\n  numberOfExecutedComplianceAuditActivities_ASC\r\n  numberOfExecutedComplianceAuditActivities_DESC\r\n  numberOfExecutedEfficiencyAuditActivities_ASC\r\n  numberOfExecutedEfficiencyAuditActivities_DESC\r\n  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_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondent implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  recommendationPriority(format: EnumFormat): RecommendationPriorityEnum\r\n  dueDate(format: String, timeOffset: String): CustomDate\r\n  details(format: StringFormat, language: Languages): String\r\n  description(language: Languages): String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment(format: StringFormat): String\r\n  recommendationCode: String\r\n  recommendationStatus(format: EnumFormat): RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate(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  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  finding(filter: FindingFilter, orderBy: [FindingOrderBy]): [Finding]\r\n  findingAggregatedValues(filter: FindingFilter, orderBy: [FindingOrderBy]): [FindingAggregatedValues]\r\n  audit_FollowupAudit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  audit_FollowupAuditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  actionActionPlan_Action(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n  actionActionPlan_ActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n  audit_OwnerAudit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  audit_OwnerAuditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  progressUpdate(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy]): [ProgressUpdate]\r\n  progressUpdateAggregatedValues(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy]): [ProgressUpdateAggregatedValues]\r\n  businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n  businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n  orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n  orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n  riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n  organizationalProcess(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcessAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  recommendationCorrespondent_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [PersonSystemAggregatedValues]\r\n  recommendationOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter {\r\n  and: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter!]\r\n  or: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  recommendationPriority: RecommendationPriorityEnum\r\n  recommendationPriority_not: RecommendationPriorityEnum\r\n  recommendationPriority_in: [RecommendationPriorityEnum!]\r\n  recommendationPriority_not_in: [RecommendationPriorityEnum!]\r\n  recommendationPriority_empty: Boolean\r\n  dueDate: CustomDate\r\n  dueDate_not: CustomDate\r\n  dueDate_in: [CustomDate!]\r\n  dueDate_not_in: [CustomDate!]\r\n  dueDate_lt: CustomDate\r\n  dueDate_lte: CustomDate\r\n  dueDate_gt: CustomDate\r\n  dueDate_gte: CustomDate\r\n  dueDate_empty: Boolean\r\n  details: String\r\n  details_not: String\r\n  details_in: [String!]\r\n  details_not_in: [String!]\r\n  details_lt: String\r\n  details_lte: String\r\n  details_gt: String\r\n  details_gte: String\r\n  details_contains: String\r\n  details_not_contains: String\r\n  details_starts_with: String\r\n  details_not_starts_with: String\r\n  details_ends_with: String\r\n  details_not_ends_with: String\r\n  details_empty: Boolean\r\n  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  description_empty: Boolean\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressPercentage_not: CustomInt\r\n  lastProgressPercentage_in: [CustomInt!]\r\n  lastProgressPercentage_not_in: [CustomInt!]\r\n  lastProgressPercentage_lt: CustomInt\r\n  lastProgressPercentage_lte: CustomInt\r\n  lastProgressPercentage_gt: CustomInt\r\n  lastProgressPercentage_gte: CustomInt\r\n  lastProgressPercentage_empty: Boolean\r\n  lastProgressComment: String\r\n  lastProgressComment_not: String\r\n  lastProgressComment_in: [String!]\r\n  lastProgressComment_not_in: [String!]\r\n  lastProgressComment_lt: String\r\n  lastProgressComment_lte: String\r\n  lastProgressComment_gt: String\r\n  lastProgressComment_gte: String\r\n  lastProgressComment_contains: String\r\n  lastProgressComment_not_contains: String\r\n  lastProgressComment_starts_with: String\r\n  lastProgressComment_not_starts_with: String\r\n  lastProgressComment_ends_with: String\r\n  lastProgressComment_not_ends_with: String\r\n  lastProgressComment_empty: Boolean\r\n  recommendationCode: String\r\n  recommendationCode_not: String\r\n  recommendationCode_in: [String!]\r\n  recommendationCode_not_in: [String!]\r\n  recommendationCode_lt: String\r\n  recommendationCode_lte: String\r\n  recommendationCode_gt: String\r\n  recommendationCode_gte: String\r\n  recommendationCode_contains: String\r\n  recommendationCode_not_contains: String\r\n  recommendationCode_starts_with: String\r\n  recommendationCode_not_starts_with: String\r\n  recommendationCode_ends_with: String\r\n  recommendationCode_not_ends_with: String\r\n  recommendationCode_empty: Boolean\r\n  recommendationStatus: RecommendationStatusEnum\r\n  recommendationStatus_not: RecommendationStatusEnum\r\n  recommendationStatus_in: [RecommendationStatusEnum!]\r\n  recommendationStatus_not_in: [RecommendationStatusEnum!]\r\n  recommendationStatus_empty: Boolean\r\n  followup: Boolean\r\n  followup_not: Boolean\r\n  followup_empty: Boolean\r\n  recommendationEndDate: CustomDate\r\n  recommendationEndDate_not: CustomDate\r\n  recommendationEndDate_in: [CustomDate!]\r\n  recommendationEndDate_not_in: [CustomDate!]\r\n  recommendationEndDate_lt: CustomDate\r\n  recommendationEndDate_lte: CustomDate\r\n  recommendationEndDate_gt: CustomDate\r\n  recommendationEndDate_gte: CustomDate\r\n  recommendationEndDate_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  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  finding_some: [FindingFilter!]\r\n  finding_count: countFilter\r\n  recommendationCorrespondent_PersonSystem_some: [PersonSystemFilter!]\r\n  recommendationCorrespondent_PersonSystem_count: countFilter\r\n  recommendationOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  recommendationOwner_PersonSystem_count: countFilter\r\n  audit_FollowupAudit_some: [AuditFilter!]\r\n  audit_FollowupAudit_count: countFilter\r\n  actionActionPlan_Action_some: [ActionActionPlanFilter!]\r\n  actionActionPlan_Action_count: countFilter\r\n  audit_OwnerAudit_some: [AuditFilter!]\r\n  audit_OwnerAudit_count: countFilter\r\n  progressUpdate_some: [ProgressUpdateFilter!]\r\n  progressUpdate_count: countFilter\r\n  businessProcess_some: [BusinessProcessFilter!]\r\n  businessProcess_count: countFilter\r\n  orgUnit_some: [OrgUnitFilter!]\r\n  orgUnit_count: countFilter\r\n  risk_some: [RiskFilter!]\r\n  risk_count: countFilter\r\n  organizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_count: countFilter\r\n}\r\n\r\nenum Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  name_ASC\r\n  name_DESC\r\n  recommendationPriority_ASC\r\n  recommendationPriority_DESC\r\n  dueDate_ASC\r\n  dueDate_DESC\r\n  details_ASC\r\n  details_DESC\r\n  description_ASC\r\n  description_DESC\r\n  lastProgressPercentage_ASC\r\n  lastProgressPercentage_DESC\r\n  lastProgressComment_ASC\r\n  lastProgressComment_DESC\r\n  recommendationCode_ASC\r\n  recommendationCode_DESC\r\n  recommendationStatus_ASC\r\n  recommendationStatus_DESC\r\n  followup_ASC\r\n  followup_DESC\r\n  recommendationEndDate_ASC\r\n  recommendationEndDate_DESC\r\n  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_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwner implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  recommendationPriority(format: EnumFormat): RecommendationPriorityEnum\r\n  dueDate(format: String, timeOffset: String): CustomDate\r\n  details(format: StringFormat, language: Languages): String\r\n  description(language: Languages): String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment(format: StringFormat): String\r\n  recommendationCode: String\r\n  recommendationStatus(format: EnumFormat): RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate(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  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  finding(filter: FindingFilter, orderBy: [FindingOrderBy]): [Finding]\r\n  findingAggregatedValues(filter: FindingFilter, orderBy: [FindingOrderBy]): [FindingAggregatedValues]\r\n  audit_FollowupAudit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  audit_FollowupAuditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  actionActionPlan_Action(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n  actionActionPlan_ActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n  audit_OwnerAudit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  audit_OwnerAuditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  progressUpdate(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy]): [ProgressUpdate]\r\n  progressUpdateAggregatedValues(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy]): [ProgressUpdateAggregatedValues]\r\n  businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n  businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n  orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n  orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n  riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n  organizationalProcess(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcessAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  recommendationCorrespondent_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [PersonSystemAggregatedValues]\r\n  recommendationOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter {\r\n  and: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter!]\r\n  or: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  recommendationPriority: RecommendationPriorityEnum\r\n  recommendationPriority_not: RecommendationPriorityEnum\r\n  recommendationPriority_in: [RecommendationPriorityEnum!]\r\n  recommendationPriority_not_in: [RecommendationPriorityEnum!]\r\n  recommendationPriority_empty: Boolean\r\n  dueDate: CustomDate\r\n  dueDate_not: CustomDate\r\n  dueDate_in: [CustomDate!]\r\n  dueDate_not_in: [CustomDate!]\r\n  dueDate_lt: CustomDate\r\n  dueDate_lte: CustomDate\r\n  dueDate_gt: CustomDate\r\n  dueDate_gte: CustomDate\r\n  dueDate_empty: Boolean\r\n  details: String\r\n  details_not: String\r\n  details_in: [String!]\r\n  details_not_in: [String!]\r\n  details_lt: String\r\n  details_lte: String\r\n  details_gt: String\r\n  details_gte: String\r\n  details_contains: String\r\n  details_not_contains: String\r\n  details_starts_with: String\r\n  details_not_starts_with: String\r\n  details_ends_with: String\r\n  details_not_ends_with: String\r\n  details_empty: Boolean\r\n  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  description_empty: Boolean\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressPercentage_not: CustomInt\r\n  lastProgressPercentage_in: [CustomInt!]\r\n  lastProgressPercentage_not_in: [CustomInt!]\r\n  lastProgressPercentage_lt: CustomInt\r\n  lastProgressPercentage_lte: CustomInt\r\n  lastProgressPercentage_gt: CustomInt\r\n  lastProgressPercentage_gte: CustomInt\r\n  lastProgressPercentage_empty: Boolean\r\n  lastProgressComment: String\r\n  lastProgressComment_not: String\r\n  lastProgressComment_in: [String!]\r\n  lastProgressComment_not_in: [String!]\r\n  lastProgressComment_lt: String\r\n  lastProgressComment_lte: String\r\n  lastProgressComment_gt: String\r\n  lastProgressComment_gte: String\r\n  lastProgressComment_contains: String\r\n  lastProgressComment_not_contains: String\r\n  lastProgressComment_starts_with: String\r\n  lastProgressComment_not_starts_with: String\r\n  lastProgressComment_ends_with: String\r\n  lastProgressComment_not_ends_with: String\r\n  lastProgressComment_empty: Boolean\r\n  recommendationCode: String\r\n  recommendationCode_not: String\r\n  recommendationCode_in: [String!]\r\n  recommendationCode_not_in: [String!]\r\n  recommendationCode_lt: String\r\n  recommendationCode_lte: String\r\n  recommendationCode_gt: String\r\n  recommendationCode_gte: String\r\n  recommendationCode_contains: String\r\n  recommendationCode_not_contains: String\r\n  recommendationCode_starts_with: String\r\n  recommendationCode_not_starts_with: String\r\n  recommendationCode_ends_with: String\r\n  recommendationCode_not_ends_with: String\r\n  recommendationCode_empty: Boolean\r\n  recommendationStatus: RecommendationStatusEnum\r\n  recommendationStatus_not: RecommendationStatusEnum\r\n  recommendationStatus_in: [RecommendationStatusEnum!]\r\n  recommendationStatus_not_in: [RecommendationStatusEnum!]\r\n  recommendationStatus_empty: Boolean\r\n  followup: Boolean\r\n  followup_not: Boolean\r\n  followup_empty: Boolean\r\n  recommendationEndDate: CustomDate\r\n  recommendationEndDate_not: CustomDate\r\n  recommendationEndDate_in: [CustomDate!]\r\n  recommendationEndDate_not_in: [CustomDate!]\r\n  recommendationEndDate_lt: CustomDate\r\n  recommendationEndDate_lte: CustomDate\r\n  recommendationEndDate_gt: CustomDate\r\n  recommendationEndDate_gte: CustomDate\r\n  recommendationEndDate_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  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  finding_some: [FindingFilter!]\r\n  finding_count: countFilter\r\n  recommendationCorrespondent_PersonSystem_some: [PersonSystemFilter!]\r\n  recommendationCorrespondent_PersonSystem_count: countFilter\r\n  recommendationOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  recommendationOwner_PersonSystem_count: countFilter\r\n  audit_FollowupAudit_some: [AuditFilter!]\r\n  audit_FollowupAudit_count: countFilter\r\n  actionActionPlan_Action_some: [ActionActionPlanFilter!]\r\n  actionActionPlan_Action_count: countFilter\r\n  audit_OwnerAudit_some: [AuditFilter!]\r\n  audit_OwnerAudit_count: countFilter\r\n  progressUpdate_some: [ProgressUpdateFilter!]\r\n  progressUpdate_count: countFilter\r\n  businessProcess_some: [BusinessProcessFilter!]\r\n  businessProcess_count: countFilter\r\n  orgUnit_some: [OrgUnitFilter!]\r\n  orgUnit_count: countFilter\r\n  risk_some: [RiskFilter!]\r\n  risk_count: countFilter\r\n  organizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_count: countFilter\r\n}\r\n\r\nenum Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RecommendationOwnerOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  name_ASC\r\n  name_DESC\r\n  recommendationPriority_ASC\r\n  recommendationPriority_DESC\r\n  dueDate_ASC\r\n  dueDate_DESC\r\n  details_ASC\r\n  details_DESC\r\n  description_ASC\r\n  description_DESC\r\n  lastProgressPercentage_ASC\r\n  lastProgressPercentage_DESC\r\n  lastProgressComment_ASC\r\n  lastProgressComment_DESC\r\n  recommendationCode_ASC\r\n  recommendationCode_DESC\r\n  recommendationStatus_ASC\r\n  recommendationStatus_DESC\r\n  followup_ASC\r\n  followup_DESC\r\n  recommendationEndDate_ASC\r\n  recommendationEndDate_DESC\r\n  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_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  recommendationPriority(format: EnumFormat): RecommendationPriorityEnum\r\n  dueDate(format: String, timeOffset: String): CustomDate\r\n  details(format: StringFormat, language: Languages): String\r\n  description(language: Languages): String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment(format: StringFormat): String\r\n  recommendationCode: String\r\n  recommendationStatus(format: EnumFormat): RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate(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  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  finding(filter: FindingFilter, orderBy: [FindingOrderBy]): [Finding]\r\n  findingAggregatedValues(filter: FindingFilter, orderBy: [FindingOrderBy]): [FindingAggregatedValues]\r\n  audit_FollowupAudit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  audit_FollowupAuditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  actionActionPlan_Action(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n  actionActionPlan_ActionAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n  audit_OwnerAudit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  audit_OwnerAuditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  progressUpdate(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy]): [ProgressUpdate]\r\n  progressUpdateAggregatedValues(filter: ProgressUpdateFilter, orderBy: [ProgressUpdateOrderBy]): [ProgressUpdateAggregatedValues]\r\n  businessProcess(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n  businessProcessAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n  orgUnit(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n  orgUnitAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  risk(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n  riskAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n  organizationalProcess(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcessAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  recommendationCorrespondent_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationCorrespondent]\r\n  recommendationCorrespondent_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationCorrespondentFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationCorrespondentOrderBy]): [PersonSystemAggregatedValues]\r\n  recommendationOwner_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationOwner]\r\n  recommendationOwner_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationOwnerFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Recommendation_BusinessRole_BusinessRole_RecommendationOwnerOrderBy]): [PersonSystemAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n  and: [Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n  or: [Relationship_Recommendation_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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  recommendationPriority: RecommendationPriorityEnum\r\n  recommendationPriority_not: RecommendationPriorityEnum\r\n  recommendationPriority_in: [RecommendationPriorityEnum!]\r\n  recommendationPriority_not_in: [RecommendationPriorityEnum!]\r\n  recommendationPriority_empty: Boolean\r\n  dueDate: CustomDate\r\n  dueDate_not: CustomDate\r\n  dueDate_in: [CustomDate!]\r\n  dueDate_not_in: [CustomDate!]\r\n  dueDate_lt: CustomDate\r\n  dueDate_lte: CustomDate\r\n  dueDate_gt: CustomDate\r\n  dueDate_gte: CustomDate\r\n  dueDate_empty: Boolean\r\n  details: String\r\n  details_not: String\r\n  details_in: [String!]\r\n  details_not_in: [String!]\r\n  details_lt: String\r\n  details_lte: String\r\n  details_gt: String\r\n  details_gte: String\r\n  details_contains: String\r\n  details_not_contains: String\r\n  details_starts_with: String\r\n  details_not_starts_with: String\r\n  details_ends_with: String\r\n  details_not_ends_with: String\r\n  details_empty: Boolean\r\n  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  description_empty: Boolean\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressPercentage_not: CustomInt\r\n  lastProgressPercentage_in: [CustomInt!]\r\n  lastProgressPercentage_not_in: [CustomInt!]\r\n  lastProgressPercentage_lt: CustomInt\r\n  lastProgressPercentage_lte: CustomInt\r\n  lastProgressPercentage_gt: CustomInt\r\n  lastProgressPercentage_gte: CustomInt\r\n  lastProgressPercentage_empty: Boolean\r\n  lastProgressComment: String\r\n  lastProgressComment_not: String\r\n  lastProgressComment_in: [String!]\r\n  lastProgressComment_not_in: [String!]\r\n  lastProgressComment_lt: String\r\n  lastProgressComment_lte: String\r\n  lastProgressComment_gt: String\r\n  lastProgressComment_gte: String\r\n  lastProgressComment_contains: String\r\n  lastProgressComment_not_contains: String\r\n  lastProgressComment_starts_with: String\r\n  lastProgressComment_not_starts_with: String\r\n  lastProgressComment_ends_with: String\r\n  lastProgressComment_not_ends_with: String\r\n  lastProgressComment_empty: Boolean\r\n  recommendationCode: String\r\n  recommendationCode_not: String\r\n  recommendationCode_in: [String!]\r\n  recommendationCode_not_in: [String!]\r\n  recommendationCode_lt: String\r\n  recommendationCode_lte: String\r\n  recommendationCode_gt: String\r\n  recommendationCode_gte: String\r\n  recommendationCode_contains: String\r\n  recommendationCode_not_contains: String\r\n  recommendationCode_starts_with: String\r\n  recommendationCode_not_starts_with: String\r\n  recommendationCode_ends_with: String\r\n  recommendationCode_not_ends_with: String\r\n  recommendationCode_empty: Boolean\r\n  recommendationStatus: RecommendationStatusEnum\r\n  recommendationStatus_not: RecommendationStatusEnum\r\n  recommendationStatus_in: [RecommendationStatusEnum!]\r\n  recommendationStatus_not_in: [RecommendationStatusEnum!]\r\n  recommendationStatus_empty: Boolean\r\n  followup: Boolean\r\n  followup_not: Boolean\r\n  followup_empty: Boolean\r\n  recommendationEndDate: CustomDate\r\n  recommendationEndDate_not: CustomDate\r\n  recommendationEndDate_in: [CustomDate!]\r\n  recommendationEndDate_not_in: [CustomDate!]\r\n  recommendationEndDate_lt: CustomDate\r\n  recommendationEndDate_lte: CustomDate\r\n  recommendationEndDate_gt: CustomDate\r\n  recommendationEndDate_gte: CustomDate\r\n  recommendationEndDate_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  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  finding_some: [FindingFilter!]\r\n  finding_count: countFilter\r\n  recommendationCorrespondent_PersonSystem_some: [PersonSystemFilter!]\r\n  recommendationCorrespondent_PersonSystem_count: countFilter\r\n  recommendationOwner_PersonSystem_some: [PersonSystemFilter!]\r\n  recommendationOwner_PersonSystem_count: countFilter\r\n  audit_FollowupAudit_some: [AuditFilter!]\r\n  audit_FollowupAudit_count: countFilter\r\n  actionActionPlan_Action_some: [ActionActionPlanFilter!]\r\n  actionActionPlan_Action_count: countFilter\r\n  audit_OwnerAudit_some: [AuditFilter!]\r\n  audit_OwnerAudit_count: countFilter\r\n  progressUpdate_some: [ProgressUpdateFilter!]\r\n  progressUpdate_count: countFilter\r\n  businessProcess_some: [BusinessProcessFilter!]\r\n  businessProcess_count: countFilter\r\n  orgUnit_some: [OrgUnitFilter!]\r\n  orgUnit_count: countFilter\r\n  risk_some: [RiskFilter!]\r\n  risk_count: countFilter\r\n  organizationalProcess_some: [OrganizationalProcessFilter!]\r\n  organizationalProcess_count: countFilter\r\n}\r\n\r\nenum Relationship_Recommendation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  name_ASC\r\n  name_DESC\r\n  recommendationPriority_ASC\r\n  recommendationPriority_DESC\r\n  dueDate_ASC\r\n  dueDate_DESC\r\n  details_ASC\r\n  details_DESC\r\n  description_ASC\r\n  description_DESC\r\n  lastProgressPercentage_ASC\r\n  lastProgressPercentage_DESC\r\n  lastProgressComment_ASC\r\n  lastProgressComment_DESC\r\n  recommendationCode_ASC\r\n  recommendationCode_DESC\r\n  recommendationStatus_ASC\r\n  recommendationStatus_DESC\r\n  followup_ASC\r\n  followup_DESC\r\n  recommendationEndDate_ASC\r\n  recommendationEndDate_DESC\r\n  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_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountable implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  requirementNature(format: EnumFormat): RequirementNatureEnum\r\n  priority(format: EnumFormat): PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate(format: String, timeOffset: String): CustomDate\r\n  assessmentFreshness: 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  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  requirement_SubRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n  requirement_SubRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n  requirement_ParentRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n  requirement_ParentRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\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  questionGroup(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroup]\r\n  questionGroupAggregatedValues(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroupAggregatedValues]\r\n  audit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  auditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  requirementResponsible_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [PersonSystemAggregatedValues]\r\n  requirementAccountable_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [PersonSystemAggregatedValues]\r\n  requirementConsulted_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [PersonSystemAggregatedValues]\r\n  requirementInformed_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [PersonSystemAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter {\r\n  and: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter!]\r\n  or: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  requirementNature: RequirementNatureEnum\r\n  requirementNature_not: RequirementNatureEnum\r\n  requirementNature_in: [RequirementNatureEnum!]\r\n  requirementNature_not_in: [RequirementNatureEnum!]\r\n  requirementNature_empty: Boolean\r\n  priority: PriorityEnum\r\n  priority_not: PriorityEnum\r\n  priority_in: [PriorityEnum!]\r\n  priority_not_in: [PriorityEnum!]\r\n  priority_empty: Boolean\r\n  requirementCode: String\r\n  requirementCode_not: String\r\n  requirementCode_in: [String!]\r\n  requirementCode_not_in: [String!]\r\n  requirementCode_lt: String\r\n  requirementCode_lte: String\r\n  requirementCode_gt: String\r\n  requirementCode_gte: String\r\n  requirementCode_contains: String\r\n  requirementCode_not_contains: String\r\n  requirementCode_starts_with: String\r\n  requirementCode_not_starts_with: String\r\n  requirementCode_ends_with: String\r\n  requirementCode_not_ends_with: String\r\n  requirementCode_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  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  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  requirement_SubRequirement_some: [RequirementFilter!]\r\n  requirement_SubRequirement_count: countFilter\r\n  requirement_ParentRequirement_some: [RequirementFilter!]\r\n  requirement_ParentRequirement_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  requirementResponsible_PersonSystem_some: [PersonSystemFilter!]\r\n  requirementResponsible_PersonSystem_count: countFilter\r\n  requirementAccountable_PersonSystem_some: [PersonSystemFilter!]\r\n  requirementAccountable_PersonSystem_count: countFilter\r\n  requirementConsulted_PersonSystem_some: [PersonSystemFilter!]\r\n  requirementConsulted_PersonSystem_count: countFilter\r\n  requirementInformed_PersonSystem_some: [PersonSystemFilter!]\r\n  requirementInformed_PersonSystem_count: countFilter\r\n  questionGroup_some: [QuestionGroupFilter!]\r\n  questionGroup_count: countFilter\r\n  audit_some: [AuditFilter!]\r\n  audit_count: countFilter\r\n}\r\n\r\nenum Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementAccountableOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  name_ASC\r\n  name_DESC\r\n  requirementNature_ASC\r\n  requirementNature_DESC\r\n  priority_ASC\r\n  priority_DESC\r\n  requirementCode_ASC\r\n  requirementCode_DESC\r\n  lastUpdate_ASC\r\n  lastUpdate_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  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_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsulted implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  requirementNature(format: EnumFormat): RequirementNatureEnum\r\n  priority(format: EnumFormat): PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate(format: String, timeOffset: String): CustomDate\r\n  assessmentFreshness: 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  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  requirement_SubRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n  requirement_SubRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n  requirement_ParentRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n  requirement_ParentRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\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  questionGroup(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroup]\r\n  questionGroupAggregatedValues(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroupAggregatedValues]\r\n  audit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  auditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  requirementResponsible_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [PersonSystemAggregatedValues]\r\n  requirementAccountable_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [PersonSystemAggregatedValues]\r\n  requirementConsulted_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [PersonSystemAggregatedValues]\r\n  requirementInformed_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [PersonSystemAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter {\r\n  and: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter!]\r\n  or: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  requirementNature: RequirementNatureEnum\r\n  requirementNature_not: RequirementNatureEnum\r\n  requirementNature_in: [RequirementNatureEnum!]\r\n  requirementNature_not_in: [RequirementNatureEnum!]\r\n  requirementNature_empty: Boolean\r\n  priority: PriorityEnum\r\n  priority_not: PriorityEnum\r\n  priority_in: [PriorityEnum!]\r\n  priority_not_in: [PriorityEnum!]\r\n  priority_empty: Boolean\r\n  requirementCode: String\r\n  requirementCode_not: String\r\n  requirementCode_in: [String!]\r\n  requirementCode_not_in: [String!]\r\n  requirementCode_lt: String\r\n  requirementCode_lte: String\r\n  requirementCode_gt: String\r\n  requirementCode_gte: String\r\n  requirementCode_contains: String\r\n  requirementCode_not_contains: String\r\n  requirementCode_starts_with: String\r\n  requirementCode_not_starts_with: String\r\n  requirementCode_ends_with: String\r\n  requirementCode_not_ends_with: String\r\n  requirementCode_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  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  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  requirement_SubRequirement_some: [RequirementFilter!]\r\n  requirement_SubRequirement_count: countFilter\r\n  requirement_ParentRequirement_some: [RequirementFilter!]\r\n  requirement_ParentRequirement_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  requirementResponsible_PersonSystem_some: [PersonSystemFilter!]\r\n  requirementResponsible_PersonSystem_count: countFilter\r\n  requirementAccountable_PersonSystem_some: [PersonSystemFilter!]\r\n  requirementAccountable_PersonSystem_count: countFilter\r\n  requirementConsulted_PersonSystem_some: [PersonSystemFilter!]\r\n  requirementConsulted_PersonSystem_count: countFilter\r\n  requirementInformed_PersonSystem_some: [PersonSystemFilter!]\r\n  requirementInformed_PersonSystem_count: countFilter\r\n  questionGroup_some: [QuestionGroupFilter!]\r\n  questionGroup_count: countFilter\r\n  audit_some: [AuditFilter!]\r\n  audit_count: countFilter\r\n}\r\n\r\nenum Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementConsultedOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  name_ASC\r\n  name_DESC\r\n  requirementNature_ASC\r\n  requirementNature_DESC\r\n  priority_ASC\r\n  priority_DESC\r\n  requirementCode_ASC\r\n  requirementCode_DESC\r\n  lastUpdate_ASC\r\n  lastUpdate_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  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_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformed implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  requirementNature(format: EnumFormat): RequirementNatureEnum\r\n  priority(format: EnumFormat): PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate(format: String, timeOffset: String): CustomDate\r\n  assessmentFreshness: 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  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  requirement_SubRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n  requirement_SubRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n  requirement_ParentRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n  requirement_ParentRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\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  questionGroup(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroup]\r\n  questionGroupAggregatedValues(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroupAggregatedValues]\r\n  audit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  auditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  requirementResponsible_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [PersonSystemAggregatedValues]\r\n  requirementAccountable_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [PersonSystemAggregatedValues]\r\n  requirementConsulted_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [PersonSystemAggregatedValues]\r\n  requirementInformed_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [PersonSystemAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter {\r\n  and: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter!]\r\n  or: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  requirementNature: RequirementNatureEnum\r\n  requirementNature_not: RequirementNatureEnum\r\n  requirementNature_in: [RequirementNatureEnum!]\r\n  requirementNature_not_in: [RequirementNatureEnum!]\r\n  requirementNature_empty: Boolean\r\n  priority: PriorityEnum\r\n  priority_not: PriorityEnum\r\n  priority_in: [PriorityEnum!]\r\n  priority_not_in: [PriorityEnum!]\r\n  priority_empty: Boolean\r\n  requirementCode: String\r\n  requirementCode_not: String\r\n  requirementCode_in: [String!]\r\n  requirementCode_not_in: [String!]\r\n  requirementCode_lt: String\r\n  requirementCode_lte: String\r\n  requirementCode_gt: String\r\n  requirementCode_gte: String\r\n  requirementCode_contains: String\r\n  requirementCode_not_contains: String\r\n  requirementCode_starts_with: String\r\n  requirementCode_not_starts_with: String\r\n  requirementCode_ends_with: String\r\n  requirementCode_not_ends_with: String\r\n  requirementCode_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  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  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  requirement_SubRequirement_some: [RequirementFilter!]\r\n  requirement_SubRequirement_count: countFilter\r\n  requirement_ParentRequirement_some: [RequirementFilter!]\r\n  requirement_ParentRequirement_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  requirementResponsible_PersonSystem_some: [PersonSystemFilter!]\r\n  requirementResponsible_PersonSystem_count: countFilter\r\n  requirementAccountable_PersonSystem_some: [PersonSystemFilter!]\r\n  requirementAccountable_PersonSystem_count: countFilter\r\n  requirementConsulted_PersonSystem_some: [PersonSystemFilter!]\r\n  requirementConsulted_PersonSystem_count: countFilter\r\n  requirementInformed_PersonSystem_some: [PersonSystemFilter!]\r\n  requirementInformed_PersonSystem_count: countFilter\r\n  questionGroup_some: [QuestionGroupFilter!]\r\n  questionGroup_count: countFilter\r\n  audit_some: [AuditFilter!]\r\n  audit_count: countFilter\r\n}\r\n\r\nenum Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementInformedOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  name_ASC\r\n  name_DESC\r\n  requirementNature_ASC\r\n  requirementNature_DESC\r\n  priority_ASC\r\n  priority_DESC\r\n  requirementCode_ASC\r\n  requirementCode_DESC\r\n  lastUpdate_ASC\r\n  lastUpdate_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  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_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsible implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  requirementNature(format: EnumFormat): RequirementNatureEnum\r\n  priority(format: EnumFormat): PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate(format: String, timeOffset: String): CustomDate\r\n  assessmentFreshness: 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  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  requirement_SubRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n  requirement_SubRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n  requirement_ParentRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n  requirement_ParentRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\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  questionGroup(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroup]\r\n  questionGroupAggregatedValues(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroupAggregatedValues]\r\n  audit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  auditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  requirementResponsible_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [PersonSystemAggregatedValues]\r\n  requirementAccountable_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [PersonSystemAggregatedValues]\r\n  requirementConsulted_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [PersonSystemAggregatedValues]\r\n  requirementInformed_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [PersonSystemAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter {\r\n  and: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter!]\r\n  or: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  requirementNature: RequirementNatureEnum\r\n  requirementNature_not: RequirementNatureEnum\r\n  requirementNature_in: [RequirementNatureEnum!]\r\n  requirementNature_not_in: [RequirementNatureEnum!]\r\n  requirementNature_empty: Boolean\r\n  priority: PriorityEnum\r\n  priority_not: PriorityEnum\r\n  priority_in: [PriorityEnum!]\r\n  priority_not_in: [PriorityEnum!]\r\n  priority_empty: Boolean\r\n  requirementCode: String\r\n  requirementCode_not: String\r\n  requirementCode_in: [String!]\r\n  requirementCode_not_in: [String!]\r\n  requirementCode_lt: String\r\n  requirementCode_lte: String\r\n  requirementCode_gt: String\r\n  requirementCode_gte: String\r\n  requirementCode_contains: String\r\n  requirementCode_not_contains: String\r\n  requirementCode_starts_with: String\r\n  requirementCode_not_starts_with: String\r\n  requirementCode_ends_with: String\r\n  requirementCode_not_ends_with: String\r\n  requirementCode_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  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  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  requirement_SubRequirement_some: [RequirementFilter!]\r\n  requirement_SubRequirement_count: countFilter\r\n  requirement_ParentRequirement_some: [RequirementFilter!]\r\n  requirement_ParentRequirement_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  requirementResponsible_PersonSystem_some: [PersonSystemFilter!]\r\n  requirementResponsible_PersonSystem_count: countFilter\r\n  requirementAccountable_PersonSystem_some: [PersonSystemFilter!]\r\n  requirementAccountable_PersonSystem_count: countFilter\r\n  requirementConsulted_PersonSystem_some: [PersonSystemFilter!]\r\n  requirementConsulted_PersonSystem_count: countFilter\r\n  requirementInformed_PersonSystem_some: [PersonSystemFilter!]\r\n  requirementInformed_PersonSystem_count: countFilter\r\n  questionGroup_some: [QuestionGroupFilter!]\r\n  questionGroup_count: countFilter\r\n  audit_some: [AuditFilter!]\r\n  audit_count: countFilter\r\n}\r\n\r\nenum Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_RequirementResponsibleOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  name_ASC\r\n  name_DESC\r\n  requirementNature_ASC\r\n  requirementNature_DESC\r\n  priority_ASC\r\n  priority_DESC\r\n  requirementCode_ASC\r\n  requirementCode_DESC\r\n  lastUpdate_ASC\r\n  lastUpdate_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  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_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  requirementNature(format: EnumFormat): RequirementNatureEnum\r\n  priority(format: EnumFormat): PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate(format: String, timeOffset: String): CustomDate\r\n  assessmentFreshness: 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  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  requirement_SubRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n  requirement_SubRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n  requirement_ParentRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n  requirement_ParentRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\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  questionGroup(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroup]\r\n  questionGroupAggregatedValues(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroupAggregatedValues]\r\n  audit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  auditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  requirementResponsible_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [PersonSystemAggregatedValues]\r\n  requirementAccountable_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [PersonSystemAggregatedValues]\r\n  requirementConsulted_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [PersonSystemAggregatedValues]\r\n  requirementInformed_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [PersonSystemAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n  and: [Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n  or: [Relationship_Requirement_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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  requirementNature: RequirementNatureEnum\r\n  requirementNature_not: RequirementNatureEnum\r\n  requirementNature_in: [RequirementNatureEnum!]\r\n  requirementNature_not_in: [RequirementNatureEnum!]\r\n  requirementNature_empty: Boolean\r\n  priority: PriorityEnum\r\n  priority_not: PriorityEnum\r\n  priority_in: [PriorityEnum!]\r\n  priority_not_in: [PriorityEnum!]\r\n  priority_empty: Boolean\r\n  requirementCode: String\r\n  requirementCode_not: String\r\n  requirementCode_in: [String!]\r\n  requirementCode_not_in: [String!]\r\n  requirementCode_lt: String\r\n  requirementCode_lte: String\r\n  requirementCode_gt: String\r\n  requirementCode_gte: String\r\n  requirementCode_contains: String\r\n  requirementCode_not_contains: String\r\n  requirementCode_starts_with: String\r\n  requirementCode_not_starts_with: String\r\n  requirementCode_ends_with: String\r\n  requirementCode_not_ends_with: String\r\n  requirementCode_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  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  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  requirement_SubRequirement_some: [RequirementFilter!]\r\n  requirement_SubRequirement_count: countFilter\r\n  requirement_ParentRequirement_some: [RequirementFilter!]\r\n  requirement_ParentRequirement_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  requirementResponsible_PersonSystem_some: [PersonSystemFilter!]\r\n  requirementResponsible_PersonSystem_count: countFilter\r\n  requirementAccountable_PersonSystem_some: [PersonSystemFilter!]\r\n  requirementAccountable_PersonSystem_count: countFilter\r\n  requirementConsulted_PersonSystem_some: [PersonSystemFilter!]\r\n  requirementConsulted_PersonSystem_count: countFilter\r\n  requirementInformed_PersonSystem_some: [PersonSystemFilter!]\r\n  requirementInformed_PersonSystem_count: countFilter\r\n  questionGroup_some: [QuestionGroupFilter!]\r\n  questionGroup_count: countFilter\r\n  audit_some: [AuditFilter!]\r\n  audit_count: countFilter\r\n}\r\n\r\nenum Relationship_Requirement_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  name_ASC\r\n  name_DESC\r\n  requirementNature_ASC\r\n  requirementNature_DESC\r\n  priority_ASC\r\n  priority_DESC\r\n  requirementCode_ASC\r\n  requirementCode_DESC\r\n  lastUpdate_ASC\r\n  lastUpdate_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  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  controlDesignERM(format: EnumFormat): ControlDesignERMEnum\r\n  controlEffectivenessERM(format: EnumFormat): ControlEffectivenessERMEnum\r\n  riskIdentificationMode(format: EnumFormat): RiskIdentificationModeEnum\r\n  keyRisk: Boolean\r\n  targetRiskERM(format: EnumFormat): TargetRiskERMEnum\r\n  netRiskERM(format: EnumFormat): NetRiskERMEnum\r\n  assessmentFreshness: CustomFloat\r\n  impactERM(format: EnumFormat): ImpactERMEnum\r\n  likelihoodERM(format: EnumFormat): LikelihoodERMEnum\r\n  inherentRiskERM(format: EnumFormat): InherentRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  controlLevelERM(format: EnumFormat): ControlLevelERMEnum\r\n  riskComment(format: StringFormat): String\r\n  lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n  riskStatusobj(format: EnumFormat): RiskStatusobjEnum\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  riskAcceptance: Boolean\r\n  riskAvoidance: Boolean\r\n  riskReduction: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskInsurance: 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  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  questionGroup(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroup]\r\n  questionGroupAggregatedValues(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroupAggregatedValues]\r\n  control_PreventiveControl(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n  control_PreventiveControlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n  auditActivity_Activity(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivity_ActivityAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\r\n  finding(filter: FindingFilter, orderBy: [FindingOrderBy]): [Finding]\r\n  findingAggregatedValues(filter: FindingFilter, orderBy: [FindingOrderBy]): [FindingAggregatedValues]\r\n  plan_AuditPlan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  plan_AuditPlanAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  recommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  audit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  auditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_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  controlDesignERM: ControlDesignERMEnum\r\n  controlDesignERM_not: ControlDesignERMEnum\r\n  controlDesignERM_in: [ControlDesignERMEnum!]\r\n  controlDesignERM_not_in: [ControlDesignERMEnum!]\r\n  controlDesignERM_empty: Boolean\r\n  controlEffectivenessERM: ControlEffectivenessERMEnum\r\n  controlEffectivenessERM_not: ControlEffectivenessERMEnum\r\n  controlEffectivenessERM_in: [ControlEffectivenessERMEnum!]\r\n  controlEffectivenessERM_not_in: [ControlEffectivenessERMEnum!]\r\n  controlEffectivenessERM_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  keyRisk: Boolean\r\n  keyRisk_not: Boolean\r\n  keyRisk_empty: Boolean\r\n  targetRiskERM: TargetRiskERMEnum\r\n  targetRiskERM_not: TargetRiskERMEnum\r\n  targetRiskERM_in: [TargetRiskERMEnum!]\r\n  targetRiskERM_not_in: [TargetRiskERMEnum!]\r\n  targetRiskERM_empty: Boolean\r\n  netRiskERM: NetRiskERMEnum\r\n  netRiskERM_not: NetRiskERMEnum\r\n  netRiskERM_in: [NetRiskERMEnum!]\r\n  netRiskERM_not_in: [NetRiskERMEnum!]\r\n  netRiskERM_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  inherentRiskERM: InherentRiskERMEnum\r\n  inherentRiskERM_not: InherentRiskERMEnum\r\n  inherentRiskERM_in: [InherentRiskERMEnum!]\r\n  inherentRiskERM_not_in: [InherentRiskERMEnum!]\r\n  inherentRiskERM_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  controlLevelERM: ControlLevelERMEnum\r\n  controlLevelERM_not: ControlLevelERMEnum\r\n  controlLevelERM_in: [ControlLevelERMEnum!]\r\n  controlLevelERM_not_in: [ControlLevelERMEnum!]\r\n  controlLevelERM_empty: Boolean\r\n  riskComment: String\r\n  riskComment_not: String\r\n  riskComment_in: [String!]\r\n  riskComment_not_in: [String!]\r\n  riskComment_lt: String\r\n  riskComment_lte: String\r\n  riskComment_gt: String\r\n  riskComment_gte: String\r\n  riskComment_contains: String\r\n  riskComment_not_contains: String\r\n  riskComment_starts_with: String\r\n  riskComment_not_starts_with: String\r\n  riskComment_ends_with: String\r\n  riskComment_not_ends_with: String\r\n  riskComment_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  riskStatusobj: RiskStatusobjEnum\r\n  riskStatusobj_not: RiskStatusobjEnum\r\n  riskStatusobj_in: [RiskStatusobjEnum!]\r\n  riskStatusobj_not_in: [RiskStatusobjEnum!]\r\n  riskStatusobj_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  riskAcceptance: Boolean\r\n  riskAcceptance_not: Boolean\r\n  riskAcceptance_empty: Boolean\r\n  riskAvoidance: Boolean\r\n  riskAvoidance_not: Boolean\r\n  riskAvoidance_empty: Boolean\r\n  riskReduction: Boolean\r\n  riskReduction_not: Boolean\r\n  riskReduction_empty: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskTransferSubcontractor_not: Boolean\r\n  riskTransferSubcontractor_empty: Boolean\r\n  riskInsurance: Boolean\r\n  riskInsurance_not: Boolean\r\n  riskInsurance_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  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  questionGroup_some: [QuestionGroupFilter!]\r\n  questionGroup_count: countFilter\r\n  control_PreventiveControl_some: [ControlFilter!]\r\n  control_PreventiveControl_count: countFilter\r\n  auditActivity_Activity_some: [AuditActivityFilter!]\r\n  auditActivity_Activity_count: countFilter\r\n  finding_some: [FindingFilter!]\r\n  finding_count: countFilter\r\n  plan_AuditPlan_some: [PlanFilter!]\r\n  plan_AuditPlan_count: countFilter\r\n  recommendation_some: [RecommendationFilter!]\r\n  recommendation_count: countFilter\r\n  audit_some: [AuditFilter!]\r\n  audit_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  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  name_ASC\r\n  name_DESC\r\n  riskCode_ASC\r\n  riskCode_DESC\r\n  controlDesignERM_ASC\r\n  controlDesignERM_DESC\r\n  controlEffectivenessERM_ASC\r\n  controlEffectivenessERM_DESC\r\n  riskIdentificationMode_ASC\r\n  riskIdentificationMode_DESC\r\n  keyRisk_ASC\r\n  keyRisk_DESC\r\n  targetRiskERM_ASC\r\n  targetRiskERM_DESC\r\n  netRiskERM_ASC\r\n  netRiskERM_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  impactERM_ASC\r\n  impactERM_DESC\r\n  likelihoodERM_ASC\r\n  likelihoodERM_DESC\r\n  inherentRiskERM_ASC\r\n  inherentRiskERM_DESC\r\n  residualRiskComputingMode_ASC\r\n  residualRiskComputingMode_DESC\r\n  controlLevelERM_ASC\r\n  controlLevelERM_DESC\r\n  riskComment_ASC\r\n  riskComment_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  riskStatusobj_ASC\r\n  riskStatusobj_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  riskAcceptance_ASC\r\n  riskAcceptance_DESC\r\n  riskAvoidance_ASC\r\n  riskAvoidance_DESC\r\n  riskReduction_ASC\r\n  riskReduction_DESC\r\n  riskTransferSubcontractor_ASC\r\n  riskTransferSubcontractor_DESC\r\n  riskInsurance_ASC\r\n  riskInsurance_DESC\r\n  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_Skill_Skill_AuditSkills_Audit 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  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  skillType(filter: SkillTypeFilter, orderBy: [SkillTypeOrderBy]): [SkillType]\r\n  skillTypeAggregatedValues(filter: SkillTypeFilter, orderBy: [SkillTypeOrderBy]): [SkillTypeAggregatedValues]\r\n  personSystem_Person(filter: Relationship_PersonSystem_Person_PersonSkill_SkillFilter, orderBy: [Relationship_PersonSystem_Person_PersonSkill_SkillOrderBy]): [Relationship_PersonSystem_Person_PersonSkill_Skill]\r\n  personSystem_PersonAggregatedValues(filter: Relationship_PersonSystem_Person_PersonSkill_SkillFilter, orderBy: [Relationship_PersonSystem_Person_PersonSkill_SkillOrderBy]): [PersonSystemAggregatedValues]\r\n  audit(filter: Relationship_Audit_Audit_AuditSkills_SkillFilter, orderBy: [Relationship_Audit_Audit_AuditSkills_SkillOrderBy]): [Relationship_Audit_Audit_AuditSkills_Skill]\r\n  auditAggregatedValues(filter: Relationship_Audit_Audit_AuditSkills_SkillFilter, orderBy: [Relationship_Audit_Audit_AuditSkills_SkillOrderBy]): [AuditAggregatedValues]\r\n  skillLevel: GraphQLObjectInterface\r\n  skillLevelCode: String\r\n}\r\n\r\ninput Relationship_Skill_Skill_AuditSkills_AuditFilter {\r\n  and: [Relationship_Skill_Skill_AuditSkills_AuditFilter!]\r\n  or: [Relationship_Skill_Skill_AuditSkills_AuditFilter!]\r\n  skillLevel: String\r\n  skillLevel_not: String\r\n  skillLevel_in: [String!]\r\n  skillLevel_not_in: [String!]\r\n  skillLevel_empty: Boolean\r\n  skillLevelCode: String\r\n  skillLevelCode_not: String\r\n  skillLevelCode_in: [String!]\r\n  skillLevelCode_not_in: [String!]\r\n  skillLevelCode_lt: String\r\n  skillLevelCode_lte: String\r\n  skillLevelCode_gt: String\r\n  skillLevelCode_gte: String\r\n  skillLevelCode_contains: String\r\n  skillLevelCode_not_contains: String\r\n  skillLevelCode_starts_with: String\r\n  skillLevelCode_not_starts_with: String\r\n  skillLevelCode_ends_with: String\r\n  skillLevelCode_not_ends_with: String\r\n  skillLevelCode_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  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  personSystem_Person_some: [PersonSystemFilter!]\r\n  personSystem_Person_count: countFilter\r\n  audit_some: [AuditFilter!]\r\n  audit_count: countFilter\r\n  skillType_some: [SkillTypeFilter!]\r\n  skillType_count: countFilter\r\n}\r\n\r\nenum Relationship_Skill_Skill_AuditSkills_AuditOrderBy {\r\n  skillLevel_ASC\r\n  skillLevel_DESC\r\n  skillLevelCode_ASC\r\n  skillLevelCode_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_Skill_Skill_PersonSkill_PersonSystem 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  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  skillType(filter: SkillTypeFilter, orderBy: [SkillTypeOrderBy]): [SkillType]\r\n  skillTypeAggregatedValues(filter: SkillTypeFilter, orderBy: [SkillTypeOrderBy]): [SkillTypeAggregatedValues]\r\n  personSystem_Person(filter: Relationship_PersonSystem_Person_PersonSkill_SkillFilter, orderBy: [Relationship_PersonSystem_Person_PersonSkill_SkillOrderBy]): [Relationship_PersonSystem_Person_PersonSkill_Skill]\r\n  personSystem_PersonAggregatedValues(filter: Relationship_PersonSystem_Person_PersonSkill_SkillFilter, orderBy: [Relationship_PersonSystem_Person_PersonSkill_SkillOrderBy]): [PersonSystemAggregatedValues]\r\n  audit(filter: Relationship_Audit_Audit_AuditSkills_SkillFilter, orderBy: [Relationship_Audit_Audit_AuditSkills_SkillOrderBy]): [Relationship_Audit_Audit_AuditSkills_Skill]\r\n  auditAggregatedValues(filter: Relationship_Audit_Audit_AuditSkills_SkillFilter, orderBy: [Relationship_Audit_Audit_AuditSkills_SkillOrderBy]): [AuditAggregatedValues]\r\n  skillLevel: GraphQLObjectInterface\r\n  skillLevelCode: String\r\n}\r\n\r\ninput Relationship_Skill_Skill_PersonSkill_PersonSystemFilter {\r\n  and: [Relationship_Skill_Skill_PersonSkill_PersonSystemFilter!]\r\n  or: [Relationship_Skill_Skill_PersonSkill_PersonSystemFilter!]\r\n  skillLevel: String\r\n  skillLevel_not: String\r\n  skillLevel_in: [String!]\r\n  skillLevel_not_in: [String!]\r\n  skillLevel_empty: Boolean\r\n  skillLevelCode: String\r\n  skillLevelCode_not: String\r\n  skillLevelCode_in: [String!]\r\n  skillLevelCode_not_in: [String!]\r\n  skillLevelCode_lt: String\r\n  skillLevelCode_lte: String\r\n  skillLevelCode_gt: String\r\n  skillLevelCode_gte: String\r\n  skillLevelCode_contains: String\r\n  skillLevelCode_not_contains: String\r\n  skillLevelCode_starts_with: String\r\n  skillLevelCode_not_starts_with: String\r\n  skillLevelCode_ends_with: String\r\n  skillLevelCode_not_ends_with: String\r\n  skillLevelCode_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  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  personSystem_Person_some: [PersonSystemFilter!]\r\n  personSystem_Person_count: countFilter\r\n  audit_some: [AuditFilter!]\r\n  audit_count: countFilter\r\n  skillType_some: [SkillTypeFilter!]\r\n  skillType_count: countFilter\r\n}\r\n\r\nenum Relationship_Skill_Skill_PersonSkill_PersonSystemOrderBy {\r\n  skillLevel_ASC\r\n  skillLevel_DESC\r\n  skillLevelCode_ASC\r\n  skillLevelCode_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_TimeSheet_TimeSheet_Imputation_Audit implements GraphQLObjectInterface {\r\n  timeSheetEnteredDate(format: String, timeOffset: String): CustomDate\r\n  timeSheetBeginDate(format: String, timeOffset: String): CustomDate\r\n  timeSheetBeginWeek: CustomInt\r\n  timeSheetBeginMonth: CustomInt\r\n  timeSheetBeginYear: CustomInt\r\n  timeSheetEndDate(format: String, timeOffset: String): CustomDate\r\n  timeSheetEndWeek: CustomInt\r\n  timeSheetEndMonth: CustomInt\r\n  timeSheetEndYear: CustomInt\r\n  timeSheetMondayDate(format: String, timeOffset: String): CustomDate\r\n  timeSheetTuesdayDate(format: String, timeOffset: String): CustomDate\r\n  timeSheetWednesdayDate(format: String, timeOffset: String): CustomDate\r\n  timeSheetThursdayDate(format: String, timeOffset: String): CustomDate\r\n  timeSheetFridayDate(format: String, timeOffset: String): CustomDate\r\n  timeSheetSaturdayDate(format: String, timeOffset: String): CustomDate\r\n  timeSheetSundayDate(format: String, timeOffset: String): CustomDate\r\n  totalMondayHours: CustomInt\r\n  totalTuesdayHours: CustomInt\r\n  totalWednesdayHours: CustomInt\r\n  totalThursdayHours: CustomInt\r\n  totalFridayHours: CustomInt\r\n  totalSaturdayHours: CustomInt\r\n  totalSundayHours: CustomInt\r\n  timeSheetStatus(format: EnumFormat): TimeSheetStatusEnum\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  personSystem(filter: PersonSystemFilter, orderBy: [PersonSystemOrderBy]): [PersonSystem]\r\n  personSystemAggregatedValues(filter: PersonSystemFilter, orderBy: [PersonSystemOrderBy]): [PersonSystemAggregatedValues]\r\n  timeSheet_PreviousTimeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheet_PreviousTimeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  timeSheet_NextTimeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheet_NextTimeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  audit_WorkPeriod(filter: Relationship_Audit_WorkPeriod_Imputation_TimeSheetFilter, orderBy: [Relationship_Audit_WorkPeriod_Imputation_TimeSheetOrderBy]): [Relationship_Audit_WorkPeriod_Imputation_TimeSheet]\r\n  audit_WorkPeriodAggregatedValues(filter: Relationship_Audit_WorkPeriod_Imputation_TimeSheetFilter, orderBy: [Relationship_Audit_WorkPeriod_Imputation_TimeSheetOrderBy]): [AuditAggregatedValues]\r\n  vacation_WorkPeriod(filter: Relationship_Vacation_WorkPeriod_Imputation_TimeSheetFilter, orderBy: [Relationship_Vacation_WorkPeriod_Imputation_TimeSheetOrderBy]): [Relationship_Vacation_WorkPeriod_Imputation_TimeSheet]\r\n  vacation_WorkPeriodAggregatedValues(filter: Relationship_Vacation_WorkPeriod_Imputation_TimeSheetFilter, orderBy: [Relationship_Vacation_WorkPeriod_Imputation_TimeSheetOrderBy]): [VacationAggregatedValues]\r\n  totalWeekHours: CustomInt\r\n  mondayHours: CustomInt\r\n  tuesdayHours: CustomInt\r\n  wednesdayHours: CustomInt\r\n  thursdayHours: CustomInt\r\n  fridayHours: CustomInt\r\n  saturdayHours: CustomInt\r\n  sundayHours: CustomInt\r\n  budgetedHours: CustomInt\r\n  actualHours: CustomInt\r\n  remainingHours: CustomInt\r\n}\r\n\r\ninput Relationship_TimeSheet_TimeSheet_Imputation_AuditFilter {\r\n  and: [Relationship_TimeSheet_TimeSheet_Imputation_AuditFilter!]\r\n  or: [Relationship_TimeSheet_TimeSheet_Imputation_AuditFilter!]\r\n  totalWeekHours: CustomInt\r\n  totalWeekHours_not: CustomInt\r\n  totalWeekHours_in: [CustomInt!]\r\n  totalWeekHours_not_in: [CustomInt!]\r\n  totalWeekHours_lt: CustomInt\r\n  totalWeekHours_lte: CustomInt\r\n  totalWeekHours_gt: CustomInt\r\n  totalWeekHours_gte: CustomInt\r\n  totalWeekHours_empty: Boolean\r\n  mondayHours: CustomInt\r\n  mondayHours_not: CustomInt\r\n  mondayHours_in: [CustomInt!]\r\n  mondayHours_not_in: [CustomInt!]\r\n  mondayHours_lt: CustomInt\r\n  mondayHours_lte: CustomInt\r\n  mondayHours_gt: CustomInt\r\n  mondayHours_gte: CustomInt\r\n  mondayHours_empty: Boolean\r\n  tuesdayHours: CustomInt\r\n  tuesdayHours_not: CustomInt\r\n  tuesdayHours_in: [CustomInt!]\r\n  tuesdayHours_not_in: [CustomInt!]\r\n  tuesdayHours_lt: CustomInt\r\n  tuesdayHours_lte: CustomInt\r\n  tuesdayHours_gt: CustomInt\r\n  tuesdayHours_gte: CustomInt\r\n  tuesdayHours_empty: Boolean\r\n  wednesdayHours: CustomInt\r\n  wednesdayHours_not: CustomInt\r\n  wednesdayHours_in: [CustomInt!]\r\n  wednesdayHours_not_in: [CustomInt!]\r\n  wednesdayHours_lt: CustomInt\r\n  wednesdayHours_lte: CustomInt\r\n  wednesdayHours_gt: CustomInt\r\n  wednesdayHours_gte: CustomInt\r\n  wednesdayHours_empty: Boolean\r\n  thursdayHours: CustomInt\r\n  thursdayHours_not: CustomInt\r\n  thursdayHours_in: [CustomInt!]\r\n  thursdayHours_not_in: [CustomInt!]\r\n  thursdayHours_lt: CustomInt\r\n  thursdayHours_lte: CustomInt\r\n  thursdayHours_gt: CustomInt\r\n  thursdayHours_gte: CustomInt\r\n  thursdayHours_empty: Boolean\r\n  fridayHours: CustomInt\r\n  fridayHours_not: CustomInt\r\n  fridayHours_in: [CustomInt!]\r\n  fridayHours_not_in: [CustomInt!]\r\n  fridayHours_lt: CustomInt\r\n  fridayHours_lte: CustomInt\r\n  fridayHours_gt: CustomInt\r\n  fridayHours_gte: CustomInt\r\n  fridayHours_empty: Boolean\r\n  saturdayHours: CustomInt\r\n  saturdayHours_not: CustomInt\r\n  saturdayHours_in: [CustomInt!]\r\n  saturdayHours_not_in: [CustomInt!]\r\n  saturdayHours_lt: CustomInt\r\n  saturdayHours_lte: CustomInt\r\n  saturdayHours_gt: CustomInt\r\n  saturdayHours_gte: CustomInt\r\n  saturdayHours_empty: Boolean\r\n  sundayHours: CustomInt\r\n  sundayHours_not: CustomInt\r\n  sundayHours_in: [CustomInt!]\r\n  sundayHours_not_in: [CustomInt!]\r\n  sundayHours_lt: CustomInt\r\n  sundayHours_lte: CustomInt\r\n  sundayHours_gt: CustomInt\r\n  sundayHours_gte: CustomInt\r\n  sundayHours_empty: Boolean\r\n  budgetedHours: CustomInt\r\n  budgetedHours_not: CustomInt\r\n  budgetedHours_in: [CustomInt!]\r\n  budgetedHours_not_in: [CustomInt!]\r\n  budgetedHours_lt: CustomInt\r\n  budgetedHours_lte: CustomInt\r\n  budgetedHours_gt: CustomInt\r\n  budgetedHours_gte: CustomInt\r\n  budgetedHours_empty: Boolean\r\n  actualHours: CustomInt\r\n  actualHours_not: CustomInt\r\n  actualHours_in: [CustomInt!]\r\n  actualHours_not_in: [CustomInt!]\r\n  actualHours_lt: CustomInt\r\n  actualHours_lte: CustomInt\r\n  actualHours_gt: CustomInt\r\n  actualHours_gte: CustomInt\r\n  actualHours_empty: Boolean\r\n  remainingHours: CustomInt\r\n  remainingHours_not: CustomInt\r\n  remainingHours_in: [CustomInt!]\r\n  remainingHours_not_in: [CustomInt!]\r\n  remainingHours_lt: CustomInt\r\n  remainingHours_lte: CustomInt\r\n  remainingHours_gt: CustomInt\r\n  remainingHours_gte: CustomInt\r\n  remainingHours_empty: Boolean\r\n  timeSheetEnteredDate: CustomDate\r\n  timeSheetEnteredDate_not: CustomDate\r\n  timeSheetEnteredDate_in: [CustomDate!]\r\n  timeSheetEnteredDate_not_in: [CustomDate!]\r\n  timeSheetEnteredDate_lt: CustomDate\r\n  timeSheetEnteredDate_lte: CustomDate\r\n  timeSheetEnteredDate_gt: CustomDate\r\n  timeSheetEnteredDate_gte: CustomDate\r\n  timeSheetEnteredDate_empty: Boolean\r\n  timeSheetBeginDate: CustomDate\r\n  timeSheetBeginDate_not: CustomDate\r\n  timeSheetBeginDate_in: [CustomDate!]\r\n  timeSheetBeginDate_not_in: [CustomDate!]\r\n  timeSheetBeginDate_lt: CustomDate\r\n  timeSheetBeginDate_lte: CustomDate\r\n  timeSheetBeginDate_gt: CustomDate\r\n  timeSheetBeginDate_gte: CustomDate\r\n  timeSheetBeginDate_empty: Boolean\r\n  timeSheetBeginWeek: CustomInt\r\n  timeSheetBeginWeek_not: CustomInt\r\n  timeSheetBeginWeek_in: [CustomInt!]\r\n  timeSheetBeginWeek_not_in: [CustomInt!]\r\n  timeSheetBeginWeek_lt: CustomInt\r\n  timeSheetBeginWeek_lte: CustomInt\r\n  timeSheetBeginWeek_gt: CustomInt\r\n  timeSheetBeginWeek_gte: CustomInt\r\n  timeSheetBeginWeek_empty: Boolean\r\n  timeSheetBeginMonth: CustomInt\r\n  timeSheetBeginMonth_not: CustomInt\r\n  timeSheetBeginMonth_in: [CustomInt!]\r\n  timeSheetBeginMonth_not_in: [CustomInt!]\r\n  timeSheetBeginMonth_lt: CustomInt\r\n  timeSheetBeginMonth_lte: CustomInt\r\n  timeSheetBeginMonth_gt: CustomInt\r\n  timeSheetBeginMonth_gte: CustomInt\r\n  timeSheetBeginMonth_empty: Boolean\r\n  timeSheetBeginYear: CustomInt\r\n  timeSheetBeginYear_not: CustomInt\r\n  timeSheetBeginYear_in: [CustomInt!]\r\n  timeSheetBeginYear_not_in: [CustomInt!]\r\n  timeSheetBeginYear_lt: CustomInt\r\n  timeSheetBeginYear_lte: CustomInt\r\n  timeSheetBeginYear_gt: CustomInt\r\n  timeSheetBeginYear_gte: CustomInt\r\n  timeSheetBeginYear_empty: Boolean\r\n  timeSheetEndDate: CustomDate\r\n  timeSheetEndDate_not: CustomDate\r\n  timeSheetEndDate_in: [CustomDate!]\r\n  timeSheetEndDate_not_in: [CustomDate!]\r\n  timeSheetEndDate_lt: CustomDate\r\n  timeSheetEndDate_lte: CustomDate\r\n  timeSheetEndDate_gt: CustomDate\r\n  timeSheetEndDate_gte: CustomDate\r\n  timeSheetEndDate_empty: Boolean\r\n  timeSheetEndWeek: CustomInt\r\n  timeSheetEndWeek_not: CustomInt\r\n  timeSheetEndWeek_in: [CustomInt!]\r\n  timeSheetEndWeek_not_in: [CustomInt!]\r\n  timeSheetEndWeek_lt: CustomInt\r\n  timeSheetEndWeek_lte: CustomInt\r\n  timeSheetEndWeek_gt: CustomInt\r\n  timeSheetEndWeek_gte: CustomInt\r\n  timeSheetEndWeek_empty: Boolean\r\n  timeSheetEndMonth: CustomInt\r\n  timeSheetEndMonth_not: CustomInt\r\n  timeSheetEndMonth_in: [CustomInt!]\r\n  timeSheetEndMonth_not_in: [CustomInt!]\r\n  timeSheetEndMonth_lt: CustomInt\r\n  timeSheetEndMonth_lte: CustomInt\r\n  timeSheetEndMonth_gt: CustomInt\r\n  timeSheetEndMonth_gte: CustomInt\r\n  timeSheetEndMonth_empty: Boolean\r\n  timeSheetEndYear: CustomInt\r\n  timeSheetEndYear_not: CustomInt\r\n  timeSheetEndYear_in: [CustomInt!]\r\n  timeSheetEndYear_not_in: [CustomInt!]\r\n  timeSheetEndYear_lt: CustomInt\r\n  timeSheetEndYear_lte: CustomInt\r\n  timeSheetEndYear_gt: CustomInt\r\n  timeSheetEndYear_gte: CustomInt\r\n  timeSheetEndYear_empty: Boolean\r\n  timeSheetMondayDate: CustomDate\r\n  timeSheetMondayDate_not: CustomDate\r\n  timeSheetMondayDate_in: [CustomDate!]\r\n  timeSheetMondayDate_not_in: [CustomDate!]\r\n  timeSheetMondayDate_lt: CustomDate\r\n  timeSheetMondayDate_lte: CustomDate\r\n  timeSheetMondayDate_gt: CustomDate\r\n  timeSheetMondayDate_gte: CustomDate\r\n  timeSheetMondayDate_empty: Boolean\r\n  timeSheetTuesdayDate: CustomDate\r\n  timeSheetTuesdayDate_not: CustomDate\r\n  timeSheetTuesdayDate_in: [CustomDate!]\r\n  timeSheetTuesdayDate_not_in: [CustomDate!]\r\n  timeSheetTuesdayDate_lt: CustomDate\r\n  timeSheetTuesdayDate_lte: CustomDate\r\n  timeSheetTuesdayDate_gt: CustomDate\r\n  timeSheetTuesdayDate_gte: CustomDate\r\n  timeSheetTuesdayDate_empty: Boolean\r\n  timeSheetWednesdayDate: CustomDate\r\n  timeSheetWednesdayDate_not: CustomDate\r\n  timeSheetWednesdayDate_in: [CustomDate!]\r\n  timeSheetWednesdayDate_not_in: [CustomDate!]\r\n  timeSheetWednesdayDate_lt: CustomDate\r\n  timeSheetWednesdayDate_lte: CustomDate\r\n  timeSheetWednesdayDate_gt: CustomDate\r\n  timeSheetWednesdayDate_gte: CustomDate\r\n  timeSheetWednesdayDate_empty: Boolean\r\n  timeSheetThursdayDate: CustomDate\r\n  timeSheetThursdayDate_not: CustomDate\r\n  timeSheetThursdayDate_in: [CustomDate!]\r\n  timeSheetThursdayDate_not_in: [CustomDate!]\r\n  timeSheetThursdayDate_lt: CustomDate\r\n  timeSheetThursdayDate_lte: CustomDate\r\n  timeSheetThursdayDate_gt: CustomDate\r\n  timeSheetThursdayDate_gte: CustomDate\r\n  timeSheetThursdayDate_empty: Boolean\r\n  timeSheetFridayDate: CustomDate\r\n  timeSheetFridayDate_not: CustomDate\r\n  timeSheetFridayDate_in: [CustomDate!]\r\n  timeSheetFridayDate_not_in: [CustomDate!]\r\n  timeSheetFridayDate_lt: CustomDate\r\n  timeSheetFridayDate_lte: CustomDate\r\n  timeSheetFridayDate_gt: CustomDate\r\n  timeSheetFridayDate_gte: CustomDate\r\n  timeSheetFridayDate_empty: Boolean\r\n  timeSheetSaturdayDate: CustomDate\r\n  timeSheetSaturdayDate_not: CustomDate\r\n  timeSheetSaturdayDate_in: [CustomDate!]\r\n  timeSheetSaturdayDate_not_in: [CustomDate!]\r\n  timeSheetSaturdayDate_lt: CustomDate\r\n  timeSheetSaturdayDate_lte: CustomDate\r\n  timeSheetSaturdayDate_gt: CustomDate\r\n  timeSheetSaturdayDate_gte: CustomDate\r\n  timeSheetSaturdayDate_empty: Boolean\r\n  timeSheetSundayDate: CustomDate\r\n  timeSheetSundayDate_not: CustomDate\r\n  timeSheetSundayDate_in: [CustomDate!]\r\n  timeSheetSundayDate_not_in: [CustomDate!]\r\n  timeSheetSundayDate_lt: CustomDate\r\n  timeSheetSundayDate_lte: CustomDate\r\n  timeSheetSundayDate_gt: CustomDate\r\n  timeSheetSundayDate_gte: CustomDate\r\n  timeSheetSundayDate_empty: Boolean\r\n  totalMondayHours: CustomInt\r\n  totalMondayHours_not: CustomInt\r\n  totalMondayHours_in: [CustomInt!]\r\n  totalMondayHours_not_in: [CustomInt!]\r\n  totalMondayHours_lt: CustomInt\r\n  totalMondayHours_lte: CustomInt\r\n  totalMondayHours_gt: CustomInt\r\n  totalMondayHours_gte: CustomInt\r\n  totalMondayHours_empty: Boolean\r\n  totalTuesdayHours: CustomInt\r\n  totalTuesdayHours_not: CustomInt\r\n  totalTuesdayHours_in: [CustomInt!]\r\n  totalTuesdayHours_not_in: [CustomInt!]\r\n  totalTuesdayHours_lt: CustomInt\r\n  totalTuesdayHours_lte: CustomInt\r\n  totalTuesdayHours_gt: CustomInt\r\n  totalTuesdayHours_gte: CustomInt\r\n  totalTuesdayHours_empty: Boolean\r\n  totalWednesdayHours: CustomInt\r\n  totalWednesdayHours_not: CustomInt\r\n  totalWednesdayHours_in: [CustomInt!]\r\n  totalWednesdayHours_not_in: [CustomInt!]\r\n  totalWednesdayHours_lt: CustomInt\r\n  totalWednesdayHours_lte: CustomInt\r\n  totalWednesdayHours_gt: CustomInt\r\n  totalWednesdayHours_gte: CustomInt\r\n  totalWednesdayHours_empty: Boolean\r\n  totalThursdayHours: CustomInt\r\n  totalThursdayHours_not: CustomInt\r\n  totalThursdayHours_in: [CustomInt!]\r\n  totalThursdayHours_not_in: [CustomInt!]\r\n  totalThursdayHours_lt: CustomInt\r\n  totalThursdayHours_lte: CustomInt\r\n  totalThursdayHours_gt: CustomInt\r\n  totalThursdayHours_gte: CustomInt\r\n  totalThursdayHours_empty: Boolean\r\n  totalFridayHours: CustomInt\r\n  totalFridayHours_not: CustomInt\r\n  totalFridayHours_in: [CustomInt!]\r\n  totalFridayHours_not_in: [CustomInt!]\r\n  totalFridayHours_lt: CustomInt\r\n  totalFridayHours_lte: CustomInt\r\n  totalFridayHours_gt: CustomInt\r\n  totalFridayHours_gte: CustomInt\r\n  totalFridayHours_empty: Boolean\r\n  totalSaturdayHours: CustomInt\r\n  totalSaturdayHours_not: CustomInt\r\n  totalSaturdayHours_in: [CustomInt!]\r\n  totalSaturdayHours_not_in: [CustomInt!]\r\n  totalSaturdayHours_lt: CustomInt\r\n  totalSaturdayHours_lte: CustomInt\r\n  totalSaturdayHours_gt: CustomInt\r\n  totalSaturdayHours_gte: CustomInt\r\n  totalSaturdayHours_empty: Boolean\r\n  totalSundayHours: CustomInt\r\n  totalSundayHours_not: CustomInt\r\n  totalSundayHours_in: [CustomInt!]\r\n  totalSundayHours_not_in: [CustomInt!]\r\n  totalSundayHours_lt: CustomInt\r\n  totalSundayHours_lte: CustomInt\r\n  totalSundayHours_gt: CustomInt\r\n  totalSundayHours_gte: CustomInt\r\n  totalSundayHours_empty: Boolean\r\n  timeSheetStatus: TimeSheetStatusEnum\r\n  timeSheetStatus_not: TimeSheetStatusEnum\r\n  timeSheetStatus_in: [TimeSheetStatusEnum!]\r\n  timeSheetStatus_not_in: [TimeSheetStatusEnum!]\r\n  timeSheetStatus_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  personSystem_some: [PersonSystemFilter!]\r\n  personSystem_count: countFilter\r\n  audit_WorkPeriod_some: [AuditFilter!]\r\n  audit_WorkPeriod_count: countFilter\r\n  vacation_WorkPeriod_some: [VacationFilter!]\r\n  vacation_WorkPeriod_count: countFilter\r\n  timeSheet_PreviousTimeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_PreviousTimeSheet_count: countFilter\r\n  timeSheet_NextTimeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_NextTimeSheet_count: countFilter\r\n}\r\n\r\nenum Relationship_TimeSheet_TimeSheet_Imputation_AuditOrderBy {\r\n  totalWeekHours_ASC\r\n  totalWeekHours_DESC\r\n  mondayHours_ASC\r\n  mondayHours_DESC\r\n  tuesdayHours_ASC\r\n  tuesdayHours_DESC\r\n  wednesdayHours_ASC\r\n  wednesdayHours_DESC\r\n  thursdayHours_ASC\r\n  thursdayHours_DESC\r\n  fridayHours_ASC\r\n  fridayHours_DESC\r\n  saturdayHours_ASC\r\n  saturdayHours_DESC\r\n  sundayHours_ASC\r\n  sundayHours_DESC\r\n  budgetedHours_ASC\r\n  budgetedHours_DESC\r\n  actualHours_ASC\r\n  actualHours_DESC\r\n  remainingHours_ASC\r\n  remainingHours_DESC\r\n  timeSheetEnteredDate_ASC\r\n  timeSheetEnteredDate_DESC\r\n  timeSheetBeginDate_ASC\r\n  timeSheetBeginDate_DESC\r\n  timeSheetBeginWeek_ASC\r\n  timeSheetBeginWeek_DESC\r\n  timeSheetBeginMonth_ASC\r\n  timeSheetBeginMonth_DESC\r\n  timeSheetBeginYear_ASC\r\n  timeSheetBeginYear_DESC\r\n  timeSheetEndDate_ASC\r\n  timeSheetEndDate_DESC\r\n  timeSheetEndWeek_ASC\r\n  timeSheetEndWeek_DESC\r\n  timeSheetEndMonth_ASC\r\n  timeSheetEndMonth_DESC\r\n  timeSheetEndYear_ASC\r\n  timeSheetEndYear_DESC\r\n  timeSheetMondayDate_ASC\r\n  timeSheetMondayDate_DESC\r\n  timeSheetTuesdayDate_ASC\r\n  timeSheetTuesdayDate_DESC\r\n  timeSheetWednesdayDate_ASC\r\n  timeSheetWednesdayDate_DESC\r\n  timeSheetThursdayDate_ASC\r\n  timeSheetThursdayDate_DESC\r\n  timeSheetFridayDate_ASC\r\n  timeSheetFridayDate_DESC\r\n  timeSheetSaturdayDate_ASC\r\n  timeSheetSaturdayDate_DESC\r\n  timeSheetSundayDate_ASC\r\n  timeSheetSundayDate_DESC\r\n  totalMondayHours_ASC\r\n  totalMondayHours_DESC\r\n  totalTuesdayHours_ASC\r\n  totalTuesdayHours_DESC\r\n  totalWednesdayHours_ASC\r\n  totalWednesdayHours_DESC\r\n  totalThursdayHours_ASC\r\n  totalThursdayHours_DESC\r\n  totalFridayHours_ASC\r\n  totalFridayHours_DESC\r\n  totalSaturdayHours_ASC\r\n  totalSaturdayHours_DESC\r\n  totalSundayHours_ASC\r\n  totalSundayHours_DESC\r\n  timeSheetStatus_ASC\r\n  timeSheetStatus_DESC\r\n  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 Relationship_TimeSheet_TimeSheet_Imputation_Vacation implements GraphQLObjectInterface {\r\n  timeSheetEnteredDate(format: String, timeOffset: String): CustomDate\r\n  timeSheetBeginDate(format: String, timeOffset: String): CustomDate\r\n  timeSheetBeginWeek: CustomInt\r\n  timeSheetBeginMonth: CustomInt\r\n  timeSheetBeginYear: CustomInt\r\n  timeSheetEndDate(format: String, timeOffset: String): CustomDate\r\n  timeSheetEndWeek: CustomInt\r\n  timeSheetEndMonth: CustomInt\r\n  timeSheetEndYear: CustomInt\r\n  timeSheetMondayDate(format: String, timeOffset: String): CustomDate\r\n  timeSheetTuesdayDate(format: String, timeOffset: String): CustomDate\r\n  timeSheetWednesdayDate(format: String, timeOffset: String): CustomDate\r\n  timeSheetThursdayDate(format: String, timeOffset: String): CustomDate\r\n  timeSheetFridayDate(format: String, timeOffset: String): CustomDate\r\n  timeSheetSaturdayDate(format: String, timeOffset: String): CustomDate\r\n  timeSheetSundayDate(format: String, timeOffset: String): CustomDate\r\n  totalMondayHours: CustomInt\r\n  totalTuesdayHours: CustomInt\r\n  totalWednesdayHours: CustomInt\r\n  totalThursdayHours: CustomInt\r\n  totalFridayHours: CustomInt\r\n  totalSaturdayHours: CustomInt\r\n  totalSundayHours: CustomInt\r\n  timeSheetStatus(format: EnumFormat): TimeSheetStatusEnum\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  personSystem(filter: PersonSystemFilter, orderBy: [PersonSystemOrderBy]): [PersonSystem]\r\n  personSystemAggregatedValues(filter: PersonSystemFilter, orderBy: [PersonSystemOrderBy]): [PersonSystemAggregatedValues]\r\n  timeSheet_PreviousTimeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheet_PreviousTimeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  timeSheet_NextTimeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheet_NextTimeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  audit_WorkPeriod(filter: Relationship_Audit_WorkPeriod_Imputation_TimeSheetFilter, orderBy: [Relationship_Audit_WorkPeriod_Imputation_TimeSheetOrderBy]): [Relationship_Audit_WorkPeriod_Imputation_TimeSheet]\r\n  audit_WorkPeriodAggregatedValues(filter: Relationship_Audit_WorkPeriod_Imputation_TimeSheetFilter, orderBy: [Relationship_Audit_WorkPeriod_Imputation_TimeSheetOrderBy]): [AuditAggregatedValues]\r\n  vacation_WorkPeriod(filter: Relationship_Vacation_WorkPeriod_Imputation_TimeSheetFilter, orderBy: [Relationship_Vacation_WorkPeriod_Imputation_TimeSheetOrderBy]): [Relationship_Vacation_WorkPeriod_Imputation_TimeSheet]\r\n  vacation_WorkPeriodAggregatedValues(filter: Relationship_Vacation_WorkPeriod_Imputation_TimeSheetFilter, orderBy: [Relationship_Vacation_WorkPeriod_Imputation_TimeSheetOrderBy]): [VacationAggregatedValues]\r\n  totalWeekHours: CustomInt\r\n  mondayHours: CustomInt\r\n  tuesdayHours: CustomInt\r\n  wednesdayHours: CustomInt\r\n  thursdayHours: CustomInt\r\n  fridayHours: CustomInt\r\n  saturdayHours: CustomInt\r\n  sundayHours: CustomInt\r\n  budgetedHours: CustomInt\r\n  actualHours: CustomInt\r\n  remainingHours: CustomInt\r\n}\r\n\r\ninput Relationship_TimeSheet_TimeSheet_Imputation_VacationFilter {\r\n  and: [Relationship_TimeSheet_TimeSheet_Imputation_VacationFilter!]\r\n  or: [Relationship_TimeSheet_TimeSheet_Imputation_VacationFilter!]\r\n  totalWeekHours: CustomInt\r\n  totalWeekHours_not: CustomInt\r\n  totalWeekHours_in: [CustomInt!]\r\n  totalWeekHours_not_in: [CustomInt!]\r\n  totalWeekHours_lt: CustomInt\r\n  totalWeekHours_lte: CustomInt\r\n  totalWeekHours_gt: CustomInt\r\n  totalWeekHours_gte: CustomInt\r\n  totalWeekHours_empty: Boolean\r\n  mondayHours: CustomInt\r\n  mondayHours_not: CustomInt\r\n  mondayHours_in: [CustomInt!]\r\n  mondayHours_not_in: [CustomInt!]\r\n  mondayHours_lt: CustomInt\r\n  mondayHours_lte: CustomInt\r\n  mondayHours_gt: CustomInt\r\n  mondayHours_gte: CustomInt\r\n  mondayHours_empty: Boolean\r\n  tuesdayHours: CustomInt\r\n  tuesdayHours_not: CustomInt\r\n  tuesdayHours_in: [CustomInt!]\r\n  tuesdayHours_not_in: [CustomInt!]\r\n  tuesdayHours_lt: CustomInt\r\n  tuesdayHours_lte: CustomInt\r\n  tuesdayHours_gt: CustomInt\r\n  tuesdayHours_gte: CustomInt\r\n  tuesdayHours_empty: Boolean\r\n  wednesdayHours: CustomInt\r\n  wednesdayHours_not: CustomInt\r\n  wednesdayHours_in: [CustomInt!]\r\n  wednesdayHours_not_in: [CustomInt!]\r\n  wednesdayHours_lt: CustomInt\r\n  wednesdayHours_lte: CustomInt\r\n  wednesdayHours_gt: CustomInt\r\n  wednesdayHours_gte: CustomInt\r\n  wednesdayHours_empty: Boolean\r\n  thursdayHours: CustomInt\r\n  thursdayHours_not: CustomInt\r\n  thursdayHours_in: [CustomInt!]\r\n  thursdayHours_not_in: [CustomInt!]\r\n  thursdayHours_lt: CustomInt\r\n  thursdayHours_lte: CustomInt\r\n  thursdayHours_gt: CustomInt\r\n  thursdayHours_gte: CustomInt\r\n  thursdayHours_empty: Boolean\r\n  fridayHours: CustomInt\r\n  fridayHours_not: CustomInt\r\n  fridayHours_in: [CustomInt!]\r\n  fridayHours_not_in: [CustomInt!]\r\n  fridayHours_lt: CustomInt\r\n  fridayHours_lte: CustomInt\r\n  fridayHours_gt: CustomInt\r\n  fridayHours_gte: CustomInt\r\n  fridayHours_empty: Boolean\r\n  saturdayHours: CustomInt\r\n  saturdayHours_not: CustomInt\r\n  saturdayHours_in: [CustomInt!]\r\n  saturdayHours_not_in: [CustomInt!]\r\n  saturdayHours_lt: CustomInt\r\n  saturdayHours_lte: CustomInt\r\n  saturdayHours_gt: CustomInt\r\n  saturdayHours_gte: CustomInt\r\n  saturdayHours_empty: Boolean\r\n  sundayHours: CustomInt\r\n  sundayHours_not: CustomInt\r\n  sundayHours_in: [CustomInt!]\r\n  sundayHours_not_in: [CustomInt!]\r\n  sundayHours_lt: CustomInt\r\n  sundayHours_lte: CustomInt\r\n  sundayHours_gt: CustomInt\r\n  sundayHours_gte: CustomInt\r\n  sundayHours_empty: Boolean\r\n  budgetedHours: CustomInt\r\n  budgetedHours_not: CustomInt\r\n  budgetedHours_in: [CustomInt!]\r\n  budgetedHours_not_in: [CustomInt!]\r\n  budgetedHours_lt: CustomInt\r\n  budgetedHours_lte: CustomInt\r\n  budgetedHours_gt: CustomInt\r\n  budgetedHours_gte: CustomInt\r\n  budgetedHours_empty: Boolean\r\n  actualHours: CustomInt\r\n  actualHours_not: CustomInt\r\n  actualHours_in: [CustomInt!]\r\n  actualHours_not_in: [CustomInt!]\r\n  actualHours_lt: CustomInt\r\n  actualHours_lte: CustomInt\r\n  actualHours_gt: CustomInt\r\n  actualHours_gte: CustomInt\r\n  actualHours_empty: Boolean\r\n  remainingHours: CustomInt\r\n  remainingHours_not: CustomInt\r\n  remainingHours_in: [CustomInt!]\r\n  remainingHours_not_in: [CustomInt!]\r\n  remainingHours_lt: CustomInt\r\n  remainingHours_lte: CustomInt\r\n  remainingHours_gt: CustomInt\r\n  remainingHours_gte: CustomInt\r\n  remainingHours_empty: Boolean\r\n  timeSheetEnteredDate: CustomDate\r\n  timeSheetEnteredDate_not: CustomDate\r\n  timeSheetEnteredDate_in: [CustomDate!]\r\n  timeSheetEnteredDate_not_in: [CustomDate!]\r\n  timeSheetEnteredDate_lt: CustomDate\r\n  timeSheetEnteredDate_lte: CustomDate\r\n  timeSheetEnteredDate_gt: CustomDate\r\n  timeSheetEnteredDate_gte: CustomDate\r\n  timeSheetEnteredDate_empty: Boolean\r\n  timeSheetBeginDate: CustomDate\r\n  timeSheetBeginDate_not: CustomDate\r\n  timeSheetBeginDate_in: [CustomDate!]\r\n  timeSheetBeginDate_not_in: [CustomDate!]\r\n  timeSheetBeginDate_lt: CustomDate\r\n  timeSheetBeginDate_lte: CustomDate\r\n  timeSheetBeginDate_gt: CustomDate\r\n  timeSheetBeginDate_gte: CustomDate\r\n  timeSheetBeginDate_empty: Boolean\r\n  timeSheetBeginWeek: CustomInt\r\n  timeSheetBeginWeek_not: CustomInt\r\n  timeSheetBeginWeek_in: [CustomInt!]\r\n  timeSheetBeginWeek_not_in: [CustomInt!]\r\n  timeSheetBeginWeek_lt: CustomInt\r\n  timeSheetBeginWeek_lte: CustomInt\r\n  timeSheetBeginWeek_gt: CustomInt\r\n  timeSheetBeginWeek_gte: CustomInt\r\n  timeSheetBeginWeek_empty: Boolean\r\n  timeSheetBeginMonth: CustomInt\r\n  timeSheetBeginMonth_not: CustomInt\r\n  timeSheetBeginMonth_in: [CustomInt!]\r\n  timeSheetBeginMonth_not_in: [CustomInt!]\r\n  timeSheetBeginMonth_lt: CustomInt\r\n  timeSheetBeginMonth_lte: CustomInt\r\n  timeSheetBeginMonth_gt: CustomInt\r\n  timeSheetBeginMonth_gte: CustomInt\r\n  timeSheetBeginMonth_empty: Boolean\r\n  timeSheetBeginYear: CustomInt\r\n  timeSheetBeginYear_not: CustomInt\r\n  timeSheetBeginYear_in: [CustomInt!]\r\n  timeSheetBeginYear_not_in: [CustomInt!]\r\n  timeSheetBeginYear_lt: CustomInt\r\n  timeSheetBeginYear_lte: CustomInt\r\n  timeSheetBeginYear_gt: CustomInt\r\n  timeSheetBeginYear_gte: CustomInt\r\n  timeSheetBeginYear_empty: Boolean\r\n  timeSheetEndDate: CustomDate\r\n  timeSheetEndDate_not: CustomDate\r\n  timeSheetEndDate_in: [CustomDate!]\r\n  timeSheetEndDate_not_in: [CustomDate!]\r\n  timeSheetEndDate_lt: CustomDate\r\n  timeSheetEndDate_lte: CustomDate\r\n  timeSheetEndDate_gt: CustomDate\r\n  timeSheetEndDate_gte: CustomDate\r\n  timeSheetEndDate_empty: Boolean\r\n  timeSheetEndWeek: CustomInt\r\n  timeSheetEndWeek_not: CustomInt\r\n  timeSheetEndWeek_in: [CustomInt!]\r\n  timeSheetEndWeek_not_in: [CustomInt!]\r\n  timeSheetEndWeek_lt: CustomInt\r\n  timeSheetEndWeek_lte: CustomInt\r\n  timeSheetEndWeek_gt: CustomInt\r\n  timeSheetEndWeek_gte: CustomInt\r\n  timeSheetEndWeek_empty: Boolean\r\n  timeSheetEndMonth: CustomInt\r\n  timeSheetEndMonth_not: CustomInt\r\n  timeSheetEndMonth_in: [CustomInt!]\r\n  timeSheetEndMonth_not_in: [CustomInt!]\r\n  timeSheetEndMonth_lt: CustomInt\r\n  timeSheetEndMonth_lte: CustomInt\r\n  timeSheetEndMonth_gt: CustomInt\r\n  timeSheetEndMonth_gte: CustomInt\r\n  timeSheetEndMonth_empty: Boolean\r\n  timeSheetEndYear: CustomInt\r\n  timeSheetEndYear_not: CustomInt\r\n  timeSheetEndYear_in: [CustomInt!]\r\n  timeSheetEndYear_not_in: [CustomInt!]\r\n  timeSheetEndYear_lt: CustomInt\r\n  timeSheetEndYear_lte: CustomInt\r\n  timeSheetEndYear_gt: CustomInt\r\n  timeSheetEndYear_gte: CustomInt\r\n  timeSheetEndYear_empty: Boolean\r\n  timeSheetMondayDate: CustomDate\r\n  timeSheetMondayDate_not: CustomDate\r\n  timeSheetMondayDate_in: [CustomDate!]\r\n  timeSheetMondayDate_not_in: [CustomDate!]\r\n  timeSheetMondayDate_lt: CustomDate\r\n  timeSheetMondayDate_lte: CustomDate\r\n  timeSheetMondayDate_gt: CustomDate\r\n  timeSheetMondayDate_gte: CustomDate\r\n  timeSheetMondayDate_empty: Boolean\r\n  timeSheetTuesdayDate: CustomDate\r\n  timeSheetTuesdayDate_not: CustomDate\r\n  timeSheetTuesdayDate_in: [CustomDate!]\r\n  timeSheetTuesdayDate_not_in: [CustomDate!]\r\n  timeSheetTuesdayDate_lt: CustomDate\r\n  timeSheetTuesdayDate_lte: CustomDate\r\n  timeSheetTuesdayDate_gt: CustomDate\r\n  timeSheetTuesdayDate_gte: CustomDate\r\n  timeSheetTuesdayDate_empty: Boolean\r\n  timeSheetWednesdayDate: CustomDate\r\n  timeSheetWednesdayDate_not: CustomDate\r\n  timeSheetWednesdayDate_in: [CustomDate!]\r\n  timeSheetWednesdayDate_not_in: [CustomDate!]\r\n  timeSheetWednesdayDate_lt: CustomDate\r\n  timeSheetWednesdayDate_lte: CustomDate\r\n  timeSheetWednesdayDate_gt: CustomDate\r\n  timeSheetWednesdayDate_gte: CustomDate\r\n  timeSheetWednesdayDate_empty: Boolean\r\n  timeSheetThursdayDate: CustomDate\r\n  timeSheetThursdayDate_not: CustomDate\r\n  timeSheetThursdayDate_in: [CustomDate!]\r\n  timeSheetThursdayDate_not_in: [CustomDate!]\r\n  timeSheetThursdayDate_lt: CustomDate\r\n  timeSheetThursdayDate_lte: CustomDate\r\n  timeSheetThursdayDate_gt: CustomDate\r\n  timeSheetThursdayDate_gte: CustomDate\r\n  timeSheetThursdayDate_empty: Boolean\r\n  timeSheetFridayDate: CustomDate\r\n  timeSheetFridayDate_not: CustomDate\r\n  timeSheetFridayDate_in: [CustomDate!]\r\n  timeSheetFridayDate_not_in: [CustomDate!]\r\n  timeSheetFridayDate_lt: CustomDate\r\n  timeSheetFridayDate_lte: CustomDate\r\n  timeSheetFridayDate_gt: CustomDate\r\n  timeSheetFridayDate_gte: CustomDate\r\n  timeSheetFridayDate_empty: Boolean\r\n  timeSheetSaturdayDate: CustomDate\r\n  timeSheetSaturdayDate_not: CustomDate\r\n  timeSheetSaturdayDate_in: [CustomDate!]\r\n  timeSheetSaturdayDate_not_in: [CustomDate!]\r\n  timeSheetSaturdayDate_lt: CustomDate\r\n  timeSheetSaturdayDate_lte: CustomDate\r\n  timeSheetSaturdayDate_gt: CustomDate\r\n  timeSheetSaturdayDate_gte: CustomDate\r\n  timeSheetSaturdayDate_empty: Boolean\r\n  timeSheetSundayDate: CustomDate\r\n  timeSheetSundayDate_not: CustomDate\r\n  timeSheetSundayDate_in: [CustomDate!]\r\n  timeSheetSundayDate_not_in: [CustomDate!]\r\n  timeSheetSundayDate_lt: CustomDate\r\n  timeSheetSundayDate_lte: CustomDate\r\n  timeSheetSundayDate_gt: CustomDate\r\n  timeSheetSundayDate_gte: CustomDate\r\n  timeSheetSundayDate_empty: Boolean\r\n  totalMondayHours: CustomInt\r\n  totalMondayHours_not: CustomInt\r\n  totalMondayHours_in: [CustomInt!]\r\n  totalMondayHours_not_in: [CustomInt!]\r\n  totalMondayHours_lt: CustomInt\r\n  totalMondayHours_lte: CustomInt\r\n  totalMondayHours_gt: CustomInt\r\n  totalMondayHours_gte: CustomInt\r\n  totalMondayHours_empty: Boolean\r\n  totalTuesdayHours: CustomInt\r\n  totalTuesdayHours_not: CustomInt\r\n  totalTuesdayHours_in: [CustomInt!]\r\n  totalTuesdayHours_not_in: [CustomInt!]\r\n  totalTuesdayHours_lt: CustomInt\r\n  totalTuesdayHours_lte: CustomInt\r\n  totalTuesdayHours_gt: CustomInt\r\n  totalTuesdayHours_gte: CustomInt\r\n  totalTuesdayHours_empty: Boolean\r\n  totalWednesdayHours: CustomInt\r\n  totalWednesdayHours_not: CustomInt\r\n  totalWednesdayHours_in: [CustomInt!]\r\n  totalWednesdayHours_not_in: [CustomInt!]\r\n  totalWednesdayHours_lt: CustomInt\r\n  totalWednesdayHours_lte: CustomInt\r\n  totalWednesdayHours_gt: CustomInt\r\n  totalWednesdayHours_gte: CustomInt\r\n  totalWednesdayHours_empty: Boolean\r\n  totalThursdayHours: CustomInt\r\n  totalThursdayHours_not: CustomInt\r\n  totalThursdayHours_in: [CustomInt!]\r\n  totalThursdayHours_not_in: [CustomInt!]\r\n  totalThursdayHours_lt: CustomInt\r\n  totalThursdayHours_lte: CustomInt\r\n  totalThursdayHours_gt: CustomInt\r\n  totalThursdayHours_gte: CustomInt\r\n  totalThursdayHours_empty: Boolean\r\n  totalFridayHours: CustomInt\r\n  totalFridayHours_not: CustomInt\r\n  totalFridayHours_in: [CustomInt!]\r\n  totalFridayHours_not_in: [CustomInt!]\r\n  totalFridayHours_lt: CustomInt\r\n  totalFridayHours_lte: CustomInt\r\n  totalFridayHours_gt: CustomInt\r\n  totalFridayHours_gte: CustomInt\r\n  totalFridayHours_empty: Boolean\r\n  totalSaturdayHours: CustomInt\r\n  totalSaturdayHours_not: CustomInt\r\n  totalSaturdayHours_in: [CustomInt!]\r\n  totalSaturdayHours_not_in: [CustomInt!]\r\n  totalSaturdayHours_lt: CustomInt\r\n  totalSaturdayHours_lte: CustomInt\r\n  totalSaturdayHours_gt: CustomInt\r\n  totalSaturdayHours_gte: CustomInt\r\n  totalSaturdayHours_empty: Boolean\r\n  totalSundayHours: CustomInt\r\n  totalSundayHours_not: CustomInt\r\n  totalSundayHours_in: [CustomInt!]\r\n  totalSundayHours_not_in: [CustomInt!]\r\n  totalSundayHours_lt: CustomInt\r\n  totalSundayHours_lte: CustomInt\r\n  totalSundayHours_gt: CustomInt\r\n  totalSundayHours_gte: CustomInt\r\n  totalSundayHours_empty: Boolean\r\n  timeSheetStatus: TimeSheetStatusEnum\r\n  timeSheetStatus_not: TimeSheetStatusEnum\r\n  timeSheetStatus_in: [TimeSheetStatusEnum!]\r\n  timeSheetStatus_not_in: [TimeSheetStatusEnum!]\r\n  timeSheetStatus_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  personSystem_some: [PersonSystemFilter!]\r\n  personSystem_count: countFilter\r\n  audit_WorkPeriod_some: [AuditFilter!]\r\n  audit_WorkPeriod_count: countFilter\r\n  vacation_WorkPeriod_some: [VacationFilter!]\r\n  vacation_WorkPeriod_count: countFilter\r\n  timeSheet_PreviousTimeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_PreviousTimeSheet_count: countFilter\r\n  timeSheet_NextTimeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_NextTimeSheet_count: countFilter\r\n}\r\n\r\nenum Relationship_TimeSheet_TimeSheet_Imputation_VacationOrderBy {\r\n  totalWeekHours_ASC\r\n  totalWeekHours_DESC\r\n  mondayHours_ASC\r\n  mondayHours_DESC\r\n  tuesdayHours_ASC\r\n  tuesdayHours_DESC\r\n  wednesdayHours_ASC\r\n  wednesdayHours_DESC\r\n  thursdayHours_ASC\r\n  thursdayHours_DESC\r\n  fridayHours_ASC\r\n  fridayHours_DESC\r\n  saturdayHours_ASC\r\n  saturdayHours_DESC\r\n  sundayHours_ASC\r\n  sundayHours_DESC\r\n  budgetedHours_ASC\r\n  budgetedHours_DESC\r\n  actualHours_ASC\r\n  actualHours_DESC\r\n  remainingHours_ASC\r\n  remainingHours_DESC\r\n  timeSheetEnteredDate_ASC\r\n  timeSheetEnteredDate_DESC\r\n  timeSheetBeginDate_ASC\r\n  timeSheetBeginDate_DESC\r\n  timeSheetBeginWeek_ASC\r\n  timeSheetBeginWeek_DESC\r\n  timeSheetBeginMonth_ASC\r\n  timeSheetBeginMonth_DESC\r\n  timeSheetBeginYear_ASC\r\n  timeSheetBeginYear_DESC\r\n  timeSheetEndDate_ASC\r\n  timeSheetEndDate_DESC\r\n  timeSheetEndWeek_ASC\r\n  timeSheetEndWeek_DESC\r\n  timeSheetEndMonth_ASC\r\n  timeSheetEndMonth_DESC\r\n  timeSheetEndYear_ASC\r\n  timeSheetEndYear_DESC\r\n  timeSheetMondayDate_ASC\r\n  timeSheetMondayDate_DESC\r\n  timeSheetTuesdayDate_ASC\r\n  timeSheetTuesdayDate_DESC\r\n  timeSheetWednesdayDate_ASC\r\n  timeSheetWednesdayDate_DESC\r\n  timeSheetThursdayDate_ASC\r\n  timeSheetThursdayDate_DESC\r\n  timeSheetFridayDate_ASC\r\n  timeSheetFridayDate_DESC\r\n  timeSheetSaturdayDate_ASC\r\n  timeSheetSaturdayDate_DESC\r\n  timeSheetSundayDate_ASC\r\n  timeSheetSundayDate_DESC\r\n  totalMondayHours_ASC\r\n  totalMondayHours_DESC\r\n  totalTuesdayHours_ASC\r\n  totalTuesdayHours_DESC\r\n  totalWednesdayHours_ASC\r\n  totalWednesdayHours_DESC\r\n  totalThursdayHours_ASC\r\n  totalThursdayHours_DESC\r\n  totalFridayHours_ASC\r\n  totalFridayHours_DESC\r\n  totalSaturdayHours_ASC\r\n  totalSaturdayHours_DESC\r\n  totalSundayHours_ASC\r\n  totalSundayHours_DESC\r\n  timeSheetStatus_ASC\r\n  timeSheetStatus_DESC\r\n  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 Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacation implements GraphQLObjectInterface {\r\n  missionPlannedBeginDate(format: String, timeOffset: String): CustomDate\r\n  missionPlannedEndDate(format: String, timeOffset: String): CustomDate\r\n  missionEffectiveBeginDate(format: String, timeOffset: String): CustomDate\r\n  missionEffectiveEndDate(format: String, timeOffset: String): CustomDate\r\n  vacationStatus(format: EnumFormat): VacationStatusEnum\r\n  vacationType(format: EnumFormat): VacationTypeEnum\r\n  currentWorkflowStatus: GraphQLObjectInterface\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  plan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  planAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  inVacation_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Vacation_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Vacation_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Vacation_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Vacation_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Vacation_BusinessRole_BusinessRole_InVacationOrderBy]): [PersonSystemAggregatedValues]\r\n  timeSheet(filter: Relationship_TimeSheet_TimeSheet_Imputation_VacationFilter, orderBy: [Relationship_TimeSheet_TimeSheet_Imputation_VacationOrderBy]): [Relationship_TimeSheet_TimeSheet_Imputation_Vacation]\r\n  timeSheetAggregatedValues(filter: Relationship_TimeSheet_TimeSheet_Imputation_VacationFilter, orderBy: [Relationship_TimeSheet_TimeSheet_Imputation_VacationOrderBy]): [TimeSheetAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter {\r\n  and: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter!]\r\n  or: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationFilter!]\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_empty: Boolean\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedBeginDate_not: CustomDate\r\n  missionPlannedBeginDate_in: [CustomDate!]\r\n  missionPlannedBeginDate_not_in: [CustomDate!]\r\n  missionPlannedBeginDate_lt: CustomDate\r\n  missionPlannedBeginDate_lte: CustomDate\r\n  missionPlannedBeginDate_gt: CustomDate\r\n  missionPlannedBeginDate_gte: CustomDate\r\n  missionPlannedBeginDate_empty: Boolean\r\n  missionPlannedEndDate: CustomDate\r\n  missionPlannedEndDate_not: CustomDate\r\n  missionPlannedEndDate_in: [CustomDate!]\r\n  missionPlannedEndDate_not_in: [CustomDate!]\r\n  missionPlannedEndDate_lt: CustomDate\r\n  missionPlannedEndDate_lte: CustomDate\r\n  missionPlannedEndDate_gt: CustomDate\r\n  missionPlannedEndDate_gte: CustomDate\r\n  missionPlannedEndDate_empty: Boolean\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveBeginDate_not: CustomDate\r\n  missionEffectiveBeginDate_in: [CustomDate!]\r\n  missionEffectiveBeginDate_not_in: [CustomDate!]\r\n  missionEffectiveBeginDate_lt: CustomDate\r\n  missionEffectiveBeginDate_lte: CustomDate\r\n  missionEffectiveBeginDate_gt: CustomDate\r\n  missionEffectiveBeginDate_gte: CustomDate\r\n  missionEffectiveBeginDate_empty: Boolean\r\n  missionEffectiveEndDate: CustomDate\r\n  missionEffectiveEndDate_not: CustomDate\r\n  missionEffectiveEndDate_in: [CustomDate!]\r\n  missionEffectiveEndDate_not_in: [CustomDate!]\r\n  missionEffectiveEndDate_lt: CustomDate\r\n  missionEffectiveEndDate_lte: CustomDate\r\n  missionEffectiveEndDate_gt: CustomDate\r\n  missionEffectiveEndDate_gte: CustomDate\r\n  missionEffectiveEndDate_empty: Boolean\r\n  vacationStatus: VacationStatusEnum\r\n  vacationStatus_not: VacationStatusEnum\r\n  vacationStatus_in: [VacationStatusEnum!]\r\n  vacationStatus_not_in: [VacationStatusEnum!]\r\n  vacationStatus_empty: Boolean\r\n  vacationType: VacationTypeEnum\r\n  vacationType_not: VacationTypeEnum\r\n  vacationType_in: [VacationTypeEnum!]\r\n  vacationType_not_in: [VacationTypeEnum!]\r\n  vacationType_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  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_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  inVacation_PersonSystem_some: [PersonSystemFilter!]\r\n  inVacation_PersonSystem_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  plan_some: [PlanFilter!]\r\n  plan_count: countFilter\r\n}\r\n\r\nenum Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_Assignment_PersonAssignmentAssignableElement_PersonSystem_BusinessRole_BusinessRole_InVacationOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  missionPlannedBeginDate_ASC\r\n  missionPlannedBeginDate_DESC\r\n  missionPlannedEndDate_ASC\r\n  missionPlannedEndDate_DESC\r\n  missionEffectiveBeginDate_ASC\r\n  missionEffectiveBeginDate_DESC\r\n  missionEffectiveEndDate_ASC\r\n  missionEffectiveEndDate_DESC\r\n  vacationStatus_ASC\r\n  vacationStatus_DESC\r\n  vacationType_ASC\r\n  vacationType_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_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 Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRole implements GraphQLObjectInterface {\r\n  missionPlannedBeginDate(format: String, timeOffset: String): CustomDate\r\n  missionPlannedEndDate(format: String, timeOffset: String): CustomDate\r\n  missionEffectiveBeginDate(format: String, timeOffset: String): CustomDate\r\n  missionEffectiveEndDate(format: String, timeOffset: String): CustomDate\r\n  vacationStatus(format: EnumFormat): VacationStatusEnum\r\n  vacationType(format: EnumFormat): VacationTypeEnum\r\n  currentWorkflowStatus: GraphQLObjectInterface\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  plan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  planAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  inVacation_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Vacation_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Vacation_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Vacation_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Vacation_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Vacation_BusinessRole_BusinessRole_InVacationOrderBy]): [PersonSystemAggregatedValues]\r\n  timeSheet(filter: Relationship_TimeSheet_TimeSheet_Imputation_VacationFilter, orderBy: [Relationship_TimeSheet_TimeSheet_Imputation_VacationOrderBy]): [Relationship_TimeSheet_TimeSheet_Imputation_Vacation]\r\n  timeSheetAggregatedValues(filter: Relationship_TimeSheet_TimeSheet_Imputation_VacationFilter, orderBy: [Relationship_TimeSheet_TimeSheet_Imputation_VacationOrderBy]): [TimeSheetAggregatedValues]\r\n  link1ResponsibilityAssignmentName: String\r\n  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\r\n}\r\n\r\ninput Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter {\r\n  and: [Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleFilter!]\r\n  or: [Relationship_Vacation_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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_not: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_not_in: [CustomInt!]\r\n  link1ResponsibilityAssignmentWorkloadHours_lt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_lte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gt: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_gte: CustomInt\r\n  link1ResponsibilityAssignmentWorkloadHours_empty: Boolean\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_not: ResponsibilityAssignmentProgressEnum\r\n  link1ResponsibilityAssignmentProgress_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_not_in: [ResponsibilityAssignmentProgressEnum!]\r\n  link1ResponsibilityAssignmentProgress_empty: Boolean\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedBeginDate_not: CustomDate\r\n  missionPlannedBeginDate_in: [CustomDate!]\r\n  missionPlannedBeginDate_not_in: [CustomDate!]\r\n  missionPlannedBeginDate_lt: CustomDate\r\n  missionPlannedBeginDate_lte: CustomDate\r\n  missionPlannedBeginDate_gt: CustomDate\r\n  missionPlannedBeginDate_gte: CustomDate\r\n  missionPlannedBeginDate_empty: Boolean\r\n  missionPlannedEndDate: CustomDate\r\n  missionPlannedEndDate_not: CustomDate\r\n  missionPlannedEndDate_in: [CustomDate!]\r\n  missionPlannedEndDate_not_in: [CustomDate!]\r\n  missionPlannedEndDate_lt: CustomDate\r\n  missionPlannedEndDate_lte: CustomDate\r\n  missionPlannedEndDate_gt: CustomDate\r\n  missionPlannedEndDate_gte: CustomDate\r\n  missionPlannedEndDate_empty: Boolean\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveBeginDate_not: CustomDate\r\n  missionEffectiveBeginDate_in: [CustomDate!]\r\n  missionEffectiveBeginDate_not_in: [CustomDate!]\r\n  missionEffectiveBeginDate_lt: CustomDate\r\n  missionEffectiveBeginDate_lte: CustomDate\r\n  missionEffectiveBeginDate_gt: CustomDate\r\n  missionEffectiveBeginDate_gte: CustomDate\r\n  missionEffectiveBeginDate_empty: Boolean\r\n  missionEffectiveEndDate: CustomDate\r\n  missionEffectiveEndDate_not: CustomDate\r\n  missionEffectiveEndDate_in: [CustomDate!]\r\n  missionEffectiveEndDate_not_in: [CustomDate!]\r\n  missionEffectiveEndDate_lt: CustomDate\r\n  missionEffectiveEndDate_lte: CustomDate\r\n  missionEffectiveEndDate_gt: CustomDate\r\n  missionEffectiveEndDate_gte: CustomDate\r\n  missionEffectiveEndDate_empty: Boolean\r\n  vacationStatus: VacationStatusEnum\r\n  vacationStatus_not: VacationStatusEnum\r\n  vacationStatus_in: [VacationStatusEnum!]\r\n  vacationStatus_not_in: [VacationStatusEnum!]\r\n  vacationStatus_empty: Boolean\r\n  vacationType: VacationTypeEnum\r\n  vacationType_not: VacationTypeEnum\r\n  vacationType_in: [VacationTypeEnum!]\r\n  vacationType_not_in: [VacationTypeEnum!]\r\n  vacationType_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  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_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  inVacation_PersonSystem_some: [PersonSystemFilter!]\r\n  inVacation_PersonSystem_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  plan_some: [PlanFilter!]\r\n  plan_count: countFilter\r\n}\r\n\r\nenum Relationship_Vacation_AssignedObject_PersonAssignmentAssignmentScopeObject_ResponsibilityAssignment_PersonAssignment_MegaRoleAssignmentMegaRole_BusinessRoleOrderBy {\r\n  link1ResponsibilityAssignmentName_ASC\r\n  link1ResponsibilityAssignmentName_DESC\r\n  link1ResponsibilityAssignmentWorkloadHours_ASC\r\n  link1ResponsibilityAssignmentWorkloadHours_DESC\r\n  link1ResponsibilityAssignmentProgress_ASC\r\n  link1ResponsibilityAssignmentProgress_DESC\r\n  missionPlannedBeginDate_ASC\r\n  missionPlannedBeginDate_DESC\r\n  missionPlannedEndDate_ASC\r\n  missionPlannedEndDate_DESC\r\n  missionEffectiveBeginDate_ASC\r\n  missionEffectiveBeginDate_DESC\r\n  missionEffectiveEndDate_ASC\r\n  missionEffectiveEndDate_DESC\r\n  vacationStatus_ASC\r\n  vacationStatus_DESC\r\n  vacationType_ASC\r\n  vacationType_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_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 Relationship_Vacation_WorkPeriod_Imputation_TimeSheet implements GraphQLObjectInterface {\r\n  missionPlannedBeginDate(format: String, timeOffset: String): CustomDate\r\n  missionPlannedEndDate(format: String, timeOffset: String): CustomDate\r\n  missionEffectiveBeginDate(format: String, timeOffset: String): CustomDate\r\n  missionEffectiveEndDate(format: String, timeOffset: String): CustomDate\r\n  vacationStatus(format: EnumFormat): VacationStatusEnum\r\n  vacationType(format: EnumFormat): VacationTypeEnum\r\n  currentWorkflowStatus: GraphQLObjectInterface\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  plan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  planAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  inVacation_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Vacation_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Vacation_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Vacation_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Vacation_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Vacation_BusinessRole_BusinessRole_InVacationOrderBy]): [PersonSystemAggregatedValues]\r\n  timeSheet(filter: Relationship_TimeSheet_TimeSheet_Imputation_VacationFilter, orderBy: [Relationship_TimeSheet_TimeSheet_Imputation_VacationOrderBy]): [Relationship_TimeSheet_TimeSheet_Imputation_Vacation]\r\n  timeSheetAggregatedValues(filter: Relationship_TimeSheet_TimeSheet_Imputation_VacationFilter, orderBy: [Relationship_TimeSheet_TimeSheet_Imputation_VacationOrderBy]): [TimeSheetAggregatedValues]\r\n  totalWeekHours: CustomInt\r\n  mondayHours: CustomInt\r\n  tuesdayHours: CustomInt\r\n  wednesdayHours: CustomInt\r\n  thursdayHours: CustomInt\r\n  fridayHours: CustomInt\r\n  saturdayHours: CustomInt\r\n  sundayHours: CustomInt\r\n  budgetedHours: CustomInt\r\n  actualHours: CustomInt\r\n  remainingHours: CustomInt\r\n}\r\n\r\ninput Relationship_Vacation_WorkPeriod_Imputation_TimeSheetFilter {\r\n  and: [Relationship_Vacation_WorkPeriod_Imputation_TimeSheetFilter!]\r\n  or: [Relationship_Vacation_WorkPeriod_Imputation_TimeSheetFilter!]\r\n  totalWeekHours: CustomInt\r\n  totalWeekHours_not: CustomInt\r\n  totalWeekHours_in: [CustomInt!]\r\n  totalWeekHours_not_in: [CustomInt!]\r\n  totalWeekHours_lt: CustomInt\r\n  totalWeekHours_lte: CustomInt\r\n  totalWeekHours_gt: CustomInt\r\n  totalWeekHours_gte: CustomInt\r\n  totalWeekHours_empty: Boolean\r\n  mondayHours: CustomInt\r\n  mondayHours_not: CustomInt\r\n  mondayHours_in: [CustomInt!]\r\n  mondayHours_not_in: [CustomInt!]\r\n  mondayHours_lt: CustomInt\r\n  mondayHours_lte: CustomInt\r\n  mondayHours_gt: CustomInt\r\n  mondayHours_gte: CustomInt\r\n  mondayHours_empty: Boolean\r\n  tuesdayHours: CustomInt\r\n  tuesdayHours_not: CustomInt\r\n  tuesdayHours_in: [CustomInt!]\r\n  tuesdayHours_not_in: [CustomInt!]\r\n  tuesdayHours_lt: CustomInt\r\n  tuesdayHours_lte: CustomInt\r\n  tuesdayHours_gt: CustomInt\r\n  tuesdayHours_gte: CustomInt\r\n  tuesdayHours_empty: Boolean\r\n  wednesdayHours: CustomInt\r\n  wednesdayHours_not: CustomInt\r\n  wednesdayHours_in: [CustomInt!]\r\n  wednesdayHours_not_in: [CustomInt!]\r\n  wednesdayHours_lt: CustomInt\r\n  wednesdayHours_lte: CustomInt\r\n  wednesdayHours_gt: CustomInt\r\n  wednesdayHours_gte: CustomInt\r\n  wednesdayHours_empty: Boolean\r\n  thursdayHours: CustomInt\r\n  thursdayHours_not: CustomInt\r\n  thursdayHours_in: [CustomInt!]\r\n  thursdayHours_not_in: [CustomInt!]\r\n  thursdayHours_lt: CustomInt\r\n  thursdayHours_lte: CustomInt\r\n  thursdayHours_gt: CustomInt\r\n  thursdayHours_gte: CustomInt\r\n  thursdayHours_empty: Boolean\r\n  fridayHours: CustomInt\r\n  fridayHours_not: CustomInt\r\n  fridayHours_in: [CustomInt!]\r\n  fridayHours_not_in: [CustomInt!]\r\n  fridayHours_lt: CustomInt\r\n  fridayHours_lte: CustomInt\r\n  fridayHours_gt: CustomInt\r\n  fridayHours_gte: CustomInt\r\n  fridayHours_empty: Boolean\r\n  saturdayHours: CustomInt\r\n  saturdayHours_not: CustomInt\r\n  saturdayHours_in: [CustomInt!]\r\n  saturdayHours_not_in: [CustomInt!]\r\n  saturdayHours_lt: CustomInt\r\n  saturdayHours_lte: CustomInt\r\n  saturdayHours_gt: CustomInt\r\n  saturdayHours_gte: CustomInt\r\n  saturdayHours_empty: Boolean\r\n  sundayHours: CustomInt\r\n  sundayHours_not: CustomInt\r\n  sundayHours_in: [CustomInt!]\r\n  sundayHours_not_in: [CustomInt!]\r\n  sundayHours_lt: CustomInt\r\n  sundayHours_lte: CustomInt\r\n  sundayHours_gt: CustomInt\r\n  sundayHours_gte: CustomInt\r\n  sundayHours_empty: Boolean\r\n  budgetedHours: CustomInt\r\n  budgetedHours_not: CustomInt\r\n  budgetedHours_in: [CustomInt!]\r\n  budgetedHours_not_in: [CustomInt!]\r\n  budgetedHours_lt: CustomInt\r\n  budgetedHours_lte: CustomInt\r\n  budgetedHours_gt: CustomInt\r\n  budgetedHours_gte: CustomInt\r\n  budgetedHours_empty: Boolean\r\n  actualHours: CustomInt\r\n  actualHours_not: CustomInt\r\n  actualHours_in: [CustomInt!]\r\n  actualHours_not_in: [CustomInt!]\r\n  actualHours_lt: CustomInt\r\n  actualHours_lte: CustomInt\r\n  actualHours_gt: CustomInt\r\n  actualHours_gte: CustomInt\r\n  actualHours_empty: Boolean\r\n  remainingHours: CustomInt\r\n  remainingHours_not: CustomInt\r\n  remainingHours_in: [CustomInt!]\r\n  remainingHours_not_in: [CustomInt!]\r\n  remainingHours_lt: CustomInt\r\n  remainingHours_lte: CustomInt\r\n  remainingHours_gt: CustomInt\r\n  remainingHours_gte: CustomInt\r\n  remainingHours_empty: Boolean\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedBeginDate_not: CustomDate\r\n  missionPlannedBeginDate_in: [CustomDate!]\r\n  missionPlannedBeginDate_not_in: [CustomDate!]\r\n  missionPlannedBeginDate_lt: CustomDate\r\n  missionPlannedBeginDate_lte: CustomDate\r\n  missionPlannedBeginDate_gt: CustomDate\r\n  missionPlannedBeginDate_gte: CustomDate\r\n  missionPlannedBeginDate_empty: Boolean\r\n  missionPlannedEndDate: CustomDate\r\n  missionPlannedEndDate_not: CustomDate\r\n  missionPlannedEndDate_in: [CustomDate!]\r\n  missionPlannedEndDate_not_in: [CustomDate!]\r\n  missionPlannedEndDate_lt: CustomDate\r\n  missionPlannedEndDate_lte: CustomDate\r\n  missionPlannedEndDate_gt: CustomDate\r\n  missionPlannedEndDate_gte: CustomDate\r\n  missionPlannedEndDate_empty: Boolean\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveBeginDate_not: CustomDate\r\n  missionEffectiveBeginDate_in: [CustomDate!]\r\n  missionEffectiveBeginDate_not_in: [CustomDate!]\r\n  missionEffectiveBeginDate_lt: CustomDate\r\n  missionEffectiveBeginDate_lte: CustomDate\r\n  missionEffectiveBeginDate_gt: CustomDate\r\n  missionEffectiveBeginDate_gte: CustomDate\r\n  missionEffectiveBeginDate_empty: Boolean\r\n  missionEffectiveEndDate: CustomDate\r\n  missionEffectiveEndDate_not: CustomDate\r\n  missionEffectiveEndDate_in: [CustomDate!]\r\n  missionEffectiveEndDate_not_in: [CustomDate!]\r\n  missionEffectiveEndDate_lt: CustomDate\r\n  missionEffectiveEndDate_lte: CustomDate\r\n  missionEffectiveEndDate_gt: CustomDate\r\n  missionEffectiveEndDate_gte: CustomDate\r\n  missionEffectiveEndDate_empty: Boolean\r\n  vacationStatus: VacationStatusEnum\r\n  vacationStatus_not: VacationStatusEnum\r\n  vacationStatus_in: [VacationStatusEnum!]\r\n  vacationStatus_not_in: [VacationStatusEnum!]\r\n  vacationStatus_empty: Boolean\r\n  vacationType: VacationTypeEnum\r\n  vacationType_not: VacationTypeEnum\r\n  vacationType_in: [VacationTypeEnum!]\r\n  vacationType_not_in: [VacationTypeEnum!]\r\n  vacationType_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  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_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  inVacation_PersonSystem_some: [PersonSystemFilter!]\r\n  inVacation_PersonSystem_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  plan_some: [PlanFilter!]\r\n  plan_count: countFilter\r\n}\r\n\r\nenum Relationship_Vacation_WorkPeriod_Imputation_TimeSheetOrderBy {\r\n  totalWeekHours_ASC\r\n  totalWeekHours_DESC\r\n  mondayHours_ASC\r\n  mondayHours_DESC\r\n  tuesdayHours_ASC\r\n  tuesdayHours_DESC\r\n  wednesdayHours_ASC\r\n  wednesdayHours_DESC\r\n  thursdayHours_ASC\r\n  thursdayHours_DESC\r\n  fridayHours_ASC\r\n  fridayHours_DESC\r\n  saturdayHours_ASC\r\n  saturdayHours_DESC\r\n  sundayHours_ASC\r\n  sundayHours_DESC\r\n  budgetedHours_ASC\r\n  budgetedHours_DESC\r\n  actualHours_ASC\r\n  actualHours_DESC\r\n  remainingHours_ASC\r\n  remainingHours_DESC\r\n  missionPlannedBeginDate_ASC\r\n  missionPlannedBeginDate_DESC\r\n  missionPlannedEndDate_ASC\r\n  missionPlannedEndDate_DESC\r\n  missionEffectiveBeginDate_ASC\r\n  missionEffectiveBeginDate_DESC\r\n  missionEffectiveEndDate_ASC\r\n  missionEffectiveEndDate_DESC\r\n  vacationStatus_ASC\r\n  vacationStatus_DESC\r\n  vacationType_ASC\r\n  vacationType_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_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 Requirement implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  requirementNature(format: EnumFormat): RequirementNatureEnum\r\n  priority(format: EnumFormat): PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate(format: String, timeOffset: String): CustomDate\r\n  assessmentFreshness: 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  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  requirement_SubRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n  requirement_SubRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n  requirement_ParentRequirement(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n  requirement_ParentRequirementAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\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  questionGroup(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroup]\r\n  questionGroupAggregatedValues(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroupAggregatedValues]\r\n  audit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  auditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  requirementResponsible_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsible]\r\n  requirementResponsible_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementResponsibleOrderBy]): [PersonSystemAggregatedValues]\r\n  requirementAccountable_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountable]\r\n  requirementAccountable_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementAccountableOrderBy]): [PersonSystemAggregatedValues]\r\n  requirementConsulted_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsulted]\r\n  requirementConsulted_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementConsultedOrderBy]): [PersonSystemAggregatedValues]\r\n  requirementInformed_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformed]\r\n  requirementInformed_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Requirement_BusinessRole_BusinessRole_RequirementInformedOrderBy]): [PersonSystemAggregatedValues]\r\n}\r\n\r\ntype RequirementAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  requirementNature(function: AggregateFunctionType): CustomFloat\r\n  priority(function: AggregateFunctionType): CustomFloat\r\n  requirementCode(function: AggregateFunctionType): CustomFloat\r\n  lastUpdate(function: AggregateFunctionType): CustomFloat\r\n  assessmentFreshness(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 RequirementFilter {\r\n  defaultField_beb356e9e96d4c1aaa27054ee8da44fd: String\r\n  and: [RequirementFilter!]\r\n  or: [RequirementFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_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  requirementNature: RequirementNatureEnum\r\n  requirementNature_not: RequirementNatureEnum\r\n  requirementNature_in: [RequirementNatureEnum!]\r\n  requirementNature_not_in: [RequirementNatureEnum!]\r\n  requirementNature_empty: Boolean\r\n  priority: PriorityEnum\r\n  priority_not: PriorityEnum\r\n  priority_in: [PriorityEnum!]\r\n  priority_not_in: [PriorityEnum!]\r\n  priority_empty: Boolean\r\n  requirementCode: String\r\n  requirementCode_not: String\r\n  requirementCode_in: [String!]\r\n  requirementCode_not_in: [String!]\r\n  requirementCode_lt: String\r\n  requirementCode_lte: String\r\n  requirementCode_gt: String\r\n  requirementCode_gte: String\r\n  requirementCode_contains: String\r\n  requirementCode_not_contains: String\r\n  requirementCode_starts_with: String\r\n  requirementCode_not_starts_with: String\r\n  requirementCode_ends_with: String\r\n  requirementCode_not_ends_with: String\r\n  requirementCode_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  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  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  requirement_SubRequirement_some: [RequirementFilter!]\r\n  requirement_SubRequirement_count: countFilter\r\n  requirement_ParentRequirement_some: [RequirementFilter!]\r\n  requirement_ParentRequirement_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  requirementResponsible_PersonSystem_some: [PersonSystemFilter!]\r\n  requirementResponsible_PersonSystem_count: countFilter\r\n  requirementAccountable_PersonSystem_some: [PersonSystemFilter!]\r\n  requirementAccountable_PersonSystem_count: countFilter\r\n  requirementConsulted_PersonSystem_some: [PersonSystemFilter!]\r\n  requirementConsulted_PersonSystem_count: countFilter\r\n  requirementInformed_PersonSystem_some: [PersonSystemFilter!]\r\n  requirementInformed_PersonSystem_count: countFilter\r\n  questionGroup_some: [QuestionGroupFilter!]\r\n  questionGroup_count: countFilter\r\n  audit_some: [AuditFilter!]\r\n  audit_count: countFilter\r\n}\r\n\r\nenum RequirementNatureEnum {\r\n  Quality\r\n  ClientExpectation\r\n  Technical\r\n  Business\r\n  LegalOrRegulatory\r\n  Organizational\r\n  System\r\n}\r\n\r\nenum RequirementOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  requirementNature_ASC\r\n  requirementNature_DESC\r\n  priority_ASC\r\n  priority_DESC\r\n  requirementCode_ASC\r\n  requirementCode_DESC\r\n  lastUpdate_ASC\r\n  lastUpdate_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  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  responsibilityAssignmentWorkloadHours: CustomInt\r\n  responsibilityAssignmentProgress(format: EnumFormat): ResponsibilityAssignmentProgressEnum\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  audit_AssignedObject(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  audit_AssignedObjectAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n  auditActivity_AssignedObject(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivity_AssignedObjectAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\r\n  recommendation_AssignedObject(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendation_AssignedObjectAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  actionPlan_AssignedObject(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlan]\r\n  actionPlan_AssignedObjectAggregatedValues(filter: ActionPlanFilter, orderBy: [ActionPlanOrderBy]): [ActionPlanAggregatedValues]\r\n  actionActionPlan_AssignedObject(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlan]\r\n  actionActionPlan_AssignedObjectAggregatedValues(filter: ActionActionPlanFilter, orderBy: [ActionActionPlanOrderBy]): [ActionActionPlanAggregatedValues]\r\n  vacation_AssignedObject(filter: VacationFilter, orderBy: [VacationOrderBy]): [Vacation]\r\n  vacation_AssignedObjectAggregatedValues(filter: VacationFilter, orderBy: [VacationOrderBy]): [VacationAggregatedValues]\r\n  risk_AssignedObject(filter: RiskFilter, orderBy: [RiskOrderBy]): [Risk]\r\n  risk_AssignedObjectAggregatedValues(filter: RiskFilter, orderBy: [RiskOrderBy]): [RiskAggregatedValues]\r\n  control_AssignedObject(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n  control_AssignedObjectAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n  orgUnit_AssignedObject(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnit]\r\n  orgUnit_AssignedObjectAggregatedValues(filter: OrgUnitFilter, orderBy: [OrgUnitOrderBy]): [OrgUnitAggregatedValues]\r\n  organizationalProcess_AssignedObject(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcess]\r\n  organizationalProcess_AssignedObjectAggregatedValues(filter: OrganizationalProcessFilter, orderBy: [OrganizationalProcessOrderBy]): [OrganizationalProcessAggregatedValues]\r\n  requirement_AssignedObject(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [Requirement]\r\n  requirement_AssignedObjectAggregatedValues(filter: RequirementFilter, orderBy: [RequirementOrderBy]): [RequirementAggregatedValues]\r\n  businessProcess_AssignedObject(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcess]\r\n  businessProcess_AssignedObjectAggregatedValues(filter: BusinessProcessFilter, orderBy: [BusinessProcessOrderBy]): [BusinessProcessAggregatedValues]\r\n}\r\n\r\nenum ResponsibilityAssignmentProgressEnum {\r\n  NotBegun\r\n  Begun\r\n  InProgress\r\n  Finalization\r\n  Completed\r\n}\r\n\r\ntype Risk implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  riskCode: String\r\n  controlDesignERM(format: EnumFormat): ControlDesignERMEnum\r\n  controlEffectivenessERM(format: EnumFormat): ControlEffectivenessERMEnum\r\n  riskIdentificationMode(format: EnumFormat): RiskIdentificationModeEnum\r\n  keyRisk: Boolean\r\n  targetRiskERM(format: EnumFormat): TargetRiskERMEnum\r\n  netRiskERM(format: EnumFormat): NetRiskERMEnum\r\n  assessmentFreshness: CustomFloat\r\n  impactERM(format: EnumFormat): ImpactERMEnum\r\n  likelihoodERM(format: EnumFormat): LikelihoodERMEnum\r\n  inherentRiskERM(format: EnumFormat): InherentRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  controlLevelERM(format: EnumFormat): ControlLevelERMEnum\r\n  riskComment(format: StringFormat): String\r\n  lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n  riskStatusobj(format: EnumFormat): RiskStatusobjEnum\r\n  currentWorkflowStatus: GraphQLObjectInterface\r\n  riskAcceptance: Boolean\r\n  riskAvoidance: Boolean\r\n  riskReduction: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskInsurance: 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  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  questionGroup(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroup]\r\n  questionGroupAggregatedValues(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroupAggregatedValues]\r\n  control_PreventiveControl(filter: ControlFilter, orderBy: [ControlOrderBy]): [Control]\r\n  control_PreventiveControlAggregatedValues(filter: ControlFilter, orderBy: [ControlOrderBy]): [ControlAggregatedValues]\r\n  auditActivity_Activity(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivity_ActivityAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\r\n  finding(filter: FindingFilter, orderBy: [FindingOrderBy]): [Finding]\r\n  findingAggregatedValues(filter: FindingFilter, orderBy: [FindingOrderBy]): [FindingAggregatedValues]\r\n  plan_AuditPlan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  plan_AuditPlanAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  recommendation(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [Recommendation]\r\n  recommendationAggregatedValues(filter: RecommendationFilter, orderBy: [RecommendationOrderBy]): [RecommendationAggregatedValues]\r\n  audit(filter: AuditFilter, orderBy: [AuditOrderBy]): [Audit]\r\n  auditAggregatedValues(filter: AuditFilter, orderBy: [AuditOrderBy]): [AuditAggregatedValues]\r\n}\r\n\r\ntype RiskAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  riskCode(function: AggregateFunctionType): CustomFloat\r\n  controlDesignERM(function: AggregateFunctionType): CustomFloat\r\n  controlEffectivenessERM(function: AggregateFunctionType): CustomFloat\r\n  riskIdentificationMode(function: AggregateFunctionType): CustomFloat\r\n  keyRisk(function: AggregateFunctionType): CustomFloat\r\n  targetRiskERM(function: AggregateFunctionType): CustomFloat\r\n  netRiskERM(function: AggregateFunctionType): CustomFloat\r\n  assessmentFreshness(function: AggregateNumbersFunctionType): CustomFloat\r\n  impactERM(function: AggregateFunctionType): CustomFloat\r\n  likelihoodERM(function: AggregateFunctionType): CustomFloat\r\n  inherentRiskERM(function: AggregateFunctionType): CustomFloat\r\n  residualRiskComputingMode(function: AggregateFunctionType): CustomFloat\r\n  controlLevelERM(function: AggregateFunctionType): CustomFloat\r\n  riskComment(function: AggregateFunctionType): CustomFloat\r\n  lastAssessmentDate(function: AggregateFunctionType): CustomFloat\r\n  riskStatusobj(function: AggregateFunctionType): CustomFloat\r\n  currentWorkflowStatus(function: AggregateFunctionType): CustomFloat\r\n  riskAcceptance(function: AggregateFunctionType): CustomFloat\r\n  riskAvoidance(function: AggregateFunctionType): CustomFloat\r\n  riskReduction(function: AggregateFunctionType): CustomFloat\r\n  riskTransferSubcontractor(function: AggregateFunctionType): CustomFloat\r\n  riskInsurance(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 RiskBAEnum {\r\n  NA\r\n  VeryHigh\r\n  High\r\n  Medium\r\n  Low\r\n  VeryLow\r\n}\r\n\r\ninput RiskFilter {\r\n  defaultField_1be868db769548cf8313f81e2fb8f12d: 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  controlDesignERM: ControlDesignERMEnum\r\n  controlDesignERM_not: ControlDesignERMEnum\r\n  controlDesignERM_in: [ControlDesignERMEnum!]\r\n  controlDesignERM_not_in: [ControlDesignERMEnum!]\r\n  controlDesignERM_empty: Boolean\r\n  controlEffectivenessERM: ControlEffectivenessERMEnum\r\n  controlEffectivenessERM_not: ControlEffectivenessERMEnum\r\n  controlEffectivenessERM_in: [ControlEffectivenessERMEnum!]\r\n  controlEffectivenessERM_not_in: [ControlEffectivenessERMEnum!]\r\n  controlEffectivenessERM_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  keyRisk: Boolean\r\n  keyRisk_not: Boolean\r\n  keyRisk_empty: Boolean\r\n  targetRiskERM: TargetRiskERMEnum\r\n  targetRiskERM_not: TargetRiskERMEnum\r\n  targetRiskERM_in: [TargetRiskERMEnum!]\r\n  targetRiskERM_not_in: [TargetRiskERMEnum!]\r\n  targetRiskERM_empty: Boolean\r\n  netRiskERM: NetRiskERMEnum\r\n  netRiskERM_not: NetRiskERMEnum\r\n  netRiskERM_in: [NetRiskERMEnum!]\r\n  netRiskERM_not_in: [NetRiskERMEnum!]\r\n  netRiskERM_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  inherentRiskERM: InherentRiskERMEnum\r\n  inherentRiskERM_not: InherentRiskERMEnum\r\n  inherentRiskERM_in: [InherentRiskERMEnum!]\r\n  inherentRiskERM_not_in: [InherentRiskERMEnum!]\r\n  inherentRiskERM_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  controlLevelERM: ControlLevelERMEnum\r\n  controlLevelERM_not: ControlLevelERMEnum\r\n  controlLevelERM_in: [ControlLevelERMEnum!]\r\n  controlLevelERM_not_in: [ControlLevelERMEnum!]\r\n  controlLevelERM_empty: Boolean\r\n  riskComment: String\r\n  riskComment_not: String\r\n  riskComment_in: [String!]\r\n  riskComment_not_in: [String!]\r\n  riskComment_lt: String\r\n  riskComment_lte: String\r\n  riskComment_gt: String\r\n  riskComment_gte: String\r\n  riskComment_contains: String\r\n  riskComment_not_contains: String\r\n  riskComment_starts_with: String\r\n  riskComment_not_starts_with: String\r\n  riskComment_ends_with: String\r\n  riskComment_not_ends_with: String\r\n  riskComment_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  riskStatusobj: RiskStatusobjEnum\r\n  riskStatusobj_not: RiskStatusobjEnum\r\n  riskStatusobj_in: [RiskStatusobjEnum!]\r\n  riskStatusobj_not_in: [RiskStatusobjEnum!]\r\n  riskStatusobj_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  riskAcceptance: Boolean\r\n  riskAcceptance_not: Boolean\r\n  riskAcceptance_empty: Boolean\r\n  riskAvoidance: Boolean\r\n  riskAvoidance_not: Boolean\r\n  riskAvoidance_empty: Boolean\r\n  riskReduction: Boolean\r\n  riskReduction_not: Boolean\r\n  riskReduction_empty: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskTransferSubcontractor_not: Boolean\r\n  riskTransferSubcontractor_empty: Boolean\r\n  riskInsurance: Boolean\r\n  riskInsurance_not: Boolean\r\n  riskInsurance_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  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  questionGroup_some: [QuestionGroupFilter!]\r\n  questionGroup_count: countFilter\r\n  control_PreventiveControl_some: [ControlFilter!]\r\n  control_PreventiveControl_count: countFilter\r\n  auditActivity_Activity_some: [AuditActivityFilter!]\r\n  auditActivity_Activity_count: countFilter\r\n  finding_some: [FindingFilter!]\r\n  finding_count: countFilter\r\n  plan_AuditPlan_some: [PlanFilter!]\r\n  plan_AuditPlan_count: countFilter\r\n  recommendation_some: [RecommendationFilter!]\r\n  recommendation_count: countFilter\r\n  audit_some: [AuditFilter!]\r\n  audit_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  controlDesignERM_ASC\r\n  controlDesignERM_DESC\r\n  controlEffectivenessERM_ASC\r\n  controlEffectivenessERM_DESC\r\n  riskIdentificationMode_ASC\r\n  riskIdentificationMode_DESC\r\n  keyRisk_ASC\r\n  keyRisk_DESC\r\n  targetRiskERM_ASC\r\n  targetRiskERM_DESC\r\n  netRiskERM_ASC\r\n  netRiskERM_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  impactERM_ASC\r\n  impactERM_DESC\r\n  likelihoodERM_ASC\r\n  likelihoodERM_DESC\r\n  inherentRiskERM_ASC\r\n  inherentRiskERM_DESC\r\n  residualRiskComputingMode_ASC\r\n  residualRiskComputingMode_DESC\r\n  controlLevelERM_ASC\r\n  controlLevelERM_DESC\r\n  riskComment_ASC\r\n  riskComment_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  riskStatusobj_ASC\r\n  riskStatusobj_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_DESC\r\n  riskAcceptance_ASC\r\n  riskAcceptance_DESC\r\n  riskAvoidance_ASC\r\n  riskAvoidance_DESC\r\n  riskReduction_ASC\r\n  riskReduction_DESC\r\n  riskTransferSubcontractor_ASC\r\n  riskTransferSubcontractor_DESC\r\n  riskInsurance_ASC\r\n  riskInsurance_DESC\r\n  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 RiskStatusobjEnum {\r\n  Created\r\n  Submitted\r\n  Validated\r\n  Rejected\r\n}\r\n\r\ntype Skill 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  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  skillType(filter: SkillTypeFilter, orderBy: [SkillTypeOrderBy]): [SkillType]\r\n  skillTypeAggregatedValues(filter: SkillTypeFilter, orderBy: [SkillTypeOrderBy]): [SkillTypeAggregatedValues]\r\n  personSystem_Person(filter: Relationship_PersonSystem_Person_PersonSkill_SkillFilter, orderBy: [Relationship_PersonSystem_Person_PersonSkill_SkillOrderBy]): [Relationship_PersonSystem_Person_PersonSkill_Skill]\r\n  personSystem_PersonAggregatedValues(filter: Relationship_PersonSystem_Person_PersonSkill_SkillFilter, orderBy: [Relationship_PersonSystem_Person_PersonSkill_SkillOrderBy]): [PersonSystemAggregatedValues]\r\n  audit(filter: Relationship_Audit_Audit_AuditSkills_SkillFilter, orderBy: [Relationship_Audit_Audit_AuditSkills_SkillOrderBy]): [Relationship_Audit_Audit_AuditSkills_Skill]\r\n  auditAggregatedValues(filter: Relationship_Audit_Audit_AuditSkills_SkillFilter, orderBy: [Relationship_Audit_Audit_AuditSkills_SkillOrderBy]): [AuditAggregatedValues]\r\n}\r\n\r\ntype SkillAggregatedValues {\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 SkillFilter {\r\n  defaultField_a0d970e4d6484e9cbdd30d40d4fe1662: String\r\n  and: [SkillFilter!]\r\n  or: [SkillFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_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  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  personSystem_Person_some: [PersonSystemFilter!]\r\n  personSystem_Person_count: countFilter\r\n  audit_some: [AuditFilter!]\r\n  audit_count: countFilter\r\n  skillType_some: [SkillTypeFilter!]\r\n  skillType_count: countFilter\r\n}\r\n\r\nenum SkillOrderBy {\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 SkillType 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  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  skill(filter: SkillFilter, orderBy: [SkillOrderBy]): [Skill]\r\n  skillAggregatedValues(filter: SkillFilter, orderBy: [SkillOrderBy]): [SkillAggregatedValues]\r\n}\r\n\r\ntype SkillTypeAggregatedValues {\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 SkillTypeFilter {\r\n  defaultField_3707c9cb93414e1a9b3df154bcaddd72: String\r\n  and: [SkillTypeFilter!]\r\n  or: [SkillTypeFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_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  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  skill_some: [SkillFilter!]\r\n  skill_count: countFilter\r\n}\r\n\r\nenum SkillTypeOrderBy {\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 StatusLoginEnum {\r\n  Active\r\n  Inactive\r\n}\r\n\r\nenum StatusactEnum {\r\n  Created\r\n  ToBeClosed\r\n  Draft\r\n  Closed\r\n  Open\r\n}\r\n\r\nenum StringFormat {\r\n  HTML\r\n  RTF\r\n  RAW\r\n}\r\n\r\nenum SuccessfulEnum {\r\n  Yes\r\n  No\r\n  None\r\n}\r\n\r\nenum TargetRiskERMEnum {\r\n  VeryLow\r\n  Low\r\n  Medium\r\n  VeryHigh\r\n  High\r\n}\r\n\r\nenum TaskTypeEnum {\r\n  ExchangeCall\r\n  Manual\r\n  Receive\r\n  Send\r\n  BusinessRule\r\n  Script\r\n  User\r\n  IT_ServiceCall\r\n  SystemProcessCall\r\n}\r\n\r\ntype TestSheet implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  completed: Boolean\r\n  description(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  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  workPaper(filter: WorkPaperFilter, orderBy: [WorkPaperOrderBy]): [WorkPaper]\r\n  workPaperAggregatedValues(filter: WorkPaperFilter, orderBy: [WorkPaperOrderBy]): [WorkPaperAggregatedValues]\r\n  questionAudit_TestQuestion(filter: QuestionAuditFilter, orderBy: [QuestionAuditOrderBy]): [QuestionAudit]\r\n  questionAudit_TestQuestionAggregatedValues(filter: QuestionAuditFilter, orderBy: [QuestionAuditOrderBy]): [QuestionAuditAggregatedValues]\r\n}\r\n\r\ntype TestSheetAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  completed(function: AggregateFunctionType): CustomFloat\r\n  description(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 TestSheetFilter {\r\n  and: [TestSheetFilter!]\r\n  or: [TestSheetFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_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  completed: Boolean\r\n  completed_not: Boolean\r\n  completed_empty: Boolean\r\n  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  description_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  workPaper_some: [WorkPaperFilter!]\r\n  workPaper_count: countFilter\r\n  questionAudit_TestQuestion_some: [QuestionAuditFilter!]\r\n  questionAudit_TestQuestion_count: countFilter\r\n}\r\n\r\nenum TestSheetOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  completed_ASC\r\n  completed_DESC\r\n  description_ASC\r\n  description_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 TestingFrequencyEnum {\r\n  Quarterly\r\n  Bi_Yearly\r\n  Yearly\r\n}\r\n\r\nenum TestingMethodEnum {\r\n  Observation\r\n  Inquiry\r\n  Inspection\r\n  Re_Performance\r\n}\r\n\r\ntype TimeSheet implements GraphQLObjectInterface {\r\n  timeSheetEnteredDate(format: String, timeOffset: String): CustomDate\r\n  timeSheetBeginDate(format: String, timeOffset: String): CustomDate\r\n  timeSheetBeginWeek: CustomInt\r\n  timeSheetBeginMonth: CustomInt\r\n  timeSheetBeginYear: CustomInt\r\n  timeSheetEndDate(format: String, timeOffset: String): CustomDate\r\n  timeSheetEndWeek: CustomInt\r\n  timeSheetEndMonth: CustomInt\r\n  timeSheetEndYear: CustomInt\r\n  timeSheetMondayDate(format: String, timeOffset: String): CustomDate\r\n  timeSheetTuesdayDate(format: String, timeOffset: String): CustomDate\r\n  timeSheetWednesdayDate(format: String, timeOffset: String): CustomDate\r\n  timeSheetThursdayDate(format: String, timeOffset: String): CustomDate\r\n  timeSheetFridayDate(format: String, timeOffset: String): CustomDate\r\n  timeSheetSaturdayDate(format: String, timeOffset: String): CustomDate\r\n  timeSheetSundayDate(format: String, timeOffset: String): CustomDate\r\n  totalMondayHours: CustomInt\r\n  totalTuesdayHours: CustomInt\r\n  totalWednesdayHours: CustomInt\r\n  totalThursdayHours: CustomInt\r\n  totalFridayHours: CustomInt\r\n  totalSaturdayHours: CustomInt\r\n  totalSundayHours: CustomInt\r\n  timeSheetStatus(format: EnumFormat): TimeSheetStatusEnum\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  personSystem(filter: PersonSystemFilter, orderBy: [PersonSystemOrderBy]): [PersonSystem]\r\n  personSystemAggregatedValues(filter: PersonSystemFilter, orderBy: [PersonSystemOrderBy]): [PersonSystemAggregatedValues]\r\n  timeSheet_PreviousTimeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheet_PreviousTimeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  timeSheet_NextTimeSheet(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheet]\r\n  timeSheet_NextTimeSheetAggregatedValues(filter: TimeSheetFilter, orderBy: [TimeSheetOrderBy]): [TimeSheetAggregatedValues]\r\n  audit_WorkPeriod(filter: Relationship_Audit_WorkPeriod_Imputation_TimeSheetFilter, orderBy: [Relationship_Audit_WorkPeriod_Imputation_TimeSheetOrderBy]): [Relationship_Audit_WorkPeriod_Imputation_TimeSheet]\r\n  audit_WorkPeriodAggregatedValues(filter: Relationship_Audit_WorkPeriod_Imputation_TimeSheetFilter, orderBy: [Relationship_Audit_WorkPeriod_Imputation_TimeSheetOrderBy]): [AuditAggregatedValues]\r\n  vacation_WorkPeriod(filter: Relationship_Vacation_WorkPeriod_Imputation_TimeSheetFilter, orderBy: [Relationship_Vacation_WorkPeriod_Imputation_TimeSheetOrderBy]): [Relationship_Vacation_WorkPeriod_Imputation_TimeSheet]\r\n  vacation_WorkPeriodAggregatedValues(filter: Relationship_Vacation_WorkPeriod_Imputation_TimeSheetFilter, orderBy: [Relationship_Vacation_WorkPeriod_Imputation_TimeSheetOrderBy]): [VacationAggregatedValues]\r\n}\r\n\r\ntype TimeSheetAggregatedValues {\r\n  timeSheetEnteredDate(function: AggregateFunctionType): CustomFloat\r\n  timeSheetBeginDate(function: AggregateFunctionType): CustomFloat\r\n  timeSheetBeginWeek(function: AggregateNumbersFunctionType): CustomFloat\r\n  timeSheetBeginMonth(function: AggregateNumbersFunctionType): CustomFloat\r\n  timeSheetBeginYear(function: AggregateNumbersFunctionType): CustomFloat\r\n  timeSheetEndDate(function: AggregateFunctionType): CustomFloat\r\n  timeSheetEndWeek(function: AggregateNumbersFunctionType): CustomFloat\r\n  timeSheetEndMonth(function: AggregateNumbersFunctionType): CustomFloat\r\n  timeSheetEndYear(function: AggregateNumbersFunctionType): CustomFloat\r\n  timeSheetMondayDate(function: AggregateFunctionType): CustomFloat\r\n  timeSheetTuesdayDate(function: AggregateFunctionType): CustomFloat\r\n  timeSheetWednesdayDate(function: AggregateFunctionType): CustomFloat\r\n  timeSheetThursdayDate(function: AggregateFunctionType): CustomFloat\r\n  timeSheetFridayDate(function: AggregateFunctionType): CustomFloat\r\n  timeSheetSaturdayDate(function: AggregateFunctionType): CustomFloat\r\n  timeSheetSundayDate(function: AggregateFunctionType): CustomFloat\r\n  totalMondayHours(function: AggregateNumbersFunctionType): CustomFloat\r\n  totalTuesdayHours(function: AggregateNumbersFunctionType): CustomFloat\r\n  totalWednesdayHours(function: AggregateNumbersFunctionType): CustomFloat\r\n  totalThursdayHours(function: AggregateNumbersFunctionType): CustomFloat\r\n  totalFridayHours(function: AggregateNumbersFunctionType): CustomFloat\r\n  totalSaturdayHours(function: AggregateNumbersFunctionType): CustomFloat\r\n  totalSundayHours(function: AggregateNumbersFunctionType): CustomFloat\r\n  timeSheetStatus(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 TimeSheetFilter {\r\n  defaultField_5af2ef12a2a646b1b1bc825ac20e3758: String\r\n  and: [TimeSheetFilter!]\r\n  or: [TimeSheetFilter!]\r\n  timeSheetEnteredDate: CustomDate\r\n  timeSheetEnteredDate_not: CustomDate\r\n  timeSheetEnteredDate_in: [CustomDate!]\r\n  timeSheetEnteredDate_not_in: [CustomDate!]\r\n  timeSheetEnteredDate_lt: CustomDate\r\n  timeSheetEnteredDate_lte: CustomDate\r\n  timeSheetEnteredDate_gt: CustomDate\r\n  timeSheetEnteredDate_gte: CustomDate\r\n  timeSheetEnteredDate_empty: Boolean\r\n  timeSheetBeginDate: CustomDate\r\n  timeSheetBeginDate_not: CustomDate\r\n  timeSheetBeginDate_in: [CustomDate!]\r\n  timeSheetBeginDate_not_in: [CustomDate!]\r\n  timeSheetBeginDate_lt: CustomDate\r\n  timeSheetBeginDate_lte: CustomDate\r\n  timeSheetBeginDate_gt: CustomDate\r\n  timeSheetBeginDate_gte: CustomDate\r\n  timeSheetBeginDate_empty: Boolean\r\n  timeSheetBeginWeek: CustomInt\r\n  timeSheetBeginWeek_not: CustomInt\r\n  timeSheetBeginWeek_in: [CustomInt!]\r\n  timeSheetBeginWeek_not_in: [CustomInt!]\r\n  timeSheetBeginWeek_lt: CustomInt\r\n  timeSheetBeginWeek_lte: CustomInt\r\n  timeSheetBeginWeek_gt: CustomInt\r\n  timeSheetBeginWeek_gte: CustomInt\r\n  timeSheetBeginWeek_empty: Boolean\r\n  timeSheetBeginMonth: CustomInt\r\n  timeSheetBeginMonth_not: CustomInt\r\n  timeSheetBeginMonth_in: [CustomInt!]\r\n  timeSheetBeginMonth_not_in: [CustomInt!]\r\n  timeSheetBeginMonth_lt: CustomInt\r\n  timeSheetBeginMonth_lte: CustomInt\r\n  timeSheetBeginMonth_gt: CustomInt\r\n  timeSheetBeginMonth_gte: CustomInt\r\n  timeSheetBeginMonth_empty: Boolean\r\n  timeSheetBeginYear: CustomInt\r\n  timeSheetBeginYear_not: CustomInt\r\n  timeSheetBeginYear_in: [CustomInt!]\r\n  timeSheetBeginYear_not_in: [CustomInt!]\r\n  timeSheetBeginYear_lt: CustomInt\r\n  timeSheetBeginYear_lte: CustomInt\r\n  timeSheetBeginYear_gt: CustomInt\r\n  timeSheetBeginYear_gte: CustomInt\r\n  timeSheetBeginYear_empty: Boolean\r\n  timeSheetEndDate: CustomDate\r\n  timeSheetEndDate_not: CustomDate\r\n  timeSheetEndDate_in: [CustomDate!]\r\n  timeSheetEndDate_not_in: [CustomDate!]\r\n  timeSheetEndDate_lt: CustomDate\r\n  timeSheetEndDate_lte: CustomDate\r\n  timeSheetEndDate_gt: CustomDate\r\n  timeSheetEndDate_gte: CustomDate\r\n  timeSheetEndDate_empty: Boolean\r\n  timeSheetEndWeek: CustomInt\r\n  timeSheetEndWeek_not: CustomInt\r\n  timeSheetEndWeek_in: [CustomInt!]\r\n  timeSheetEndWeek_not_in: [CustomInt!]\r\n  timeSheetEndWeek_lt: CustomInt\r\n  timeSheetEndWeek_lte: CustomInt\r\n  timeSheetEndWeek_gt: CustomInt\r\n  timeSheetEndWeek_gte: CustomInt\r\n  timeSheetEndWeek_empty: Boolean\r\n  timeSheetEndMonth: CustomInt\r\n  timeSheetEndMonth_not: CustomInt\r\n  timeSheetEndMonth_in: [CustomInt!]\r\n  timeSheetEndMonth_not_in: [CustomInt!]\r\n  timeSheetEndMonth_lt: CustomInt\r\n  timeSheetEndMonth_lte: CustomInt\r\n  timeSheetEndMonth_gt: CustomInt\r\n  timeSheetEndMonth_gte: CustomInt\r\n  timeSheetEndMonth_empty: Boolean\r\n  timeSheetEndYear: CustomInt\r\n  timeSheetEndYear_not: CustomInt\r\n  timeSheetEndYear_in: [CustomInt!]\r\n  timeSheetEndYear_not_in: [CustomInt!]\r\n  timeSheetEndYear_lt: CustomInt\r\n  timeSheetEndYear_lte: CustomInt\r\n  timeSheetEndYear_gt: CustomInt\r\n  timeSheetEndYear_gte: CustomInt\r\n  timeSheetEndYear_empty: Boolean\r\n  timeSheetMondayDate: CustomDate\r\n  timeSheetMondayDate_not: CustomDate\r\n  timeSheetMondayDate_in: [CustomDate!]\r\n  timeSheetMondayDate_not_in: [CustomDate!]\r\n  timeSheetMondayDate_lt: CustomDate\r\n  timeSheetMondayDate_lte: CustomDate\r\n  timeSheetMondayDate_gt: CustomDate\r\n  timeSheetMondayDate_gte: CustomDate\r\n  timeSheetMondayDate_empty: Boolean\r\n  timeSheetTuesdayDate: CustomDate\r\n  timeSheetTuesdayDate_not: CustomDate\r\n  timeSheetTuesdayDate_in: [CustomDate!]\r\n  timeSheetTuesdayDate_not_in: [CustomDate!]\r\n  timeSheetTuesdayDate_lt: CustomDate\r\n  timeSheetTuesdayDate_lte: CustomDate\r\n  timeSheetTuesdayDate_gt: CustomDate\r\n  timeSheetTuesdayDate_gte: CustomDate\r\n  timeSheetTuesdayDate_empty: Boolean\r\n  timeSheetWednesdayDate: CustomDate\r\n  timeSheetWednesdayDate_not: CustomDate\r\n  timeSheetWednesdayDate_in: [CustomDate!]\r\n  timeSheetWednesdayDate_not_in: [CustomDate!]\r\n  timeSheetWednesdayDate_lt: CustomDate\r\n  timeSheetWednesdayDate_lte: CustomDate\r\n  timeSheetWednesdayDate_gt: CustomDate\r\n  timeSheetWednesdayDate_gte: CustomDate\r\n  timeSheetWednesdayDate_empty: Boolean\r\n  timeSheetThursdayDate: CustomDate\r\n  timeSheetThursdayDate_not: CustomDate\r\n  timeSheetThursdayDate_in: [CustomDate!]\r\n  timeSheetThursdayDate_not_in: [CustomDate!]\r\n  timeSheetThursdayDate_lt: CustomDate\r\n  timeSheetThursdayDate_lte: CustomDate\r\n  timeSheetThursdayDate_gt: CustomDate\r\n  timeSheetThursdayDate_gte: CustomDate\r\n  timeSheetThursdayDate_empty: Boolean\r\n  timeSheetFridayDate: CustomDate\r\n  timeSheetFridayDate_not: CustomDate\r\n  timeSheetFridayDate_in: [CustomDate!]\r\n  timeSheetFridayDate_not_in: [CustomDate!]\r\n  timeSheetFridayDate_lt: CustomDate\r\n  timeSheetFridayDate_lte: CustomDate\r\n  timeSheetFridayDate_gt: CustomDate\r\n  timeSheetFridayDate_gte: CustomDate\r\n  timeSheetFridayDate_empty: Boolean\r\n  timeSheetSaturdayDate: CustomDate\r\n  timeSheetSaturdayDate_not: CustomDate\r\n  timeSheetSaturdayDate_in: [CustomDate!]\r\n  timeSheetSaturdayDate_not_in: [CustomDate!]\r\n  timeSheetSaturdayDate_lt: CustomDate\r\n  timeSheetSaturdayDate_lte: CustomDate\r\n  timeSheetSaturdayDate_gt: CustomDate\r\n  timeSheetSaturdayDate_gte: CustomDate\r\n  timeSheetSaturdayDate_empty: Boolean\r\n  timeSheetSundayDate: CustomDate\r\n  timeSheetSundayDate_not: CustomDate\r\n  timeSheetSundayDate_in: [CustomDate!]\r\n  timeSheetSundayDate_not_in: [CustomDate!]\r\n  timeSheetSundayDate_lt: CustomDate\r\n  timeSheetSundayDate_lte: CustomDate\r\n  timeSheetSundayDate_gt: CustomDate\r\n  timeSheetSundayDate_gte: CustomDate\r\n  timeSheetSundayDate_empty: Boolean\r\n  totalMondayHours: CustomInt\r\n  totalMondayHours_not: CustomInt\r\n  totalMondayHours_in: [CustomInt!]\r\n  totalMondayHours_not_in: [CustomInt!]\r\n  totalMondayHours_lt: CustomInt\r\n  totalMondayHours_lte: CustomInt\r\n  totalMondayHours_gt: CustomInt\r\n  totalMondayHours_gte: CustomInt\r\n  totalMondayHours_empty: Boolean\r\n  totalTuesdayHours: CustomInt\r\n  totalTuesdayHours_not: CustomInt\r\n  totalTuesdayHours_in: [CustomInt!]\r\n  totalTuesdayHours_not_in: [CustomInt!]\r\n  totalTuesdayHours_lt: CustomInt\r\n  totalTuesdayHours_lte: CustomInt\r\n  totalTuesdayHours_gt: CustomInt\r\n  totalTuesdayHours_gte: CustomInt\r\n  totalTuesdayHours_empty: Boolean\r\n  totalWednesdayHours: CustomInt\r\n  totalWednesdayHours_not: CustomInt\r\n  totalWednesdayHours_in: [CustomInt!]\r\n  totalWednesdayHours_not_in: [CustomInt!]\r\n  totalWednesdayHours_lt: CustomInt\r\n  totalWednesdayHours_lte: CustomInt\r\n  totalWednesdayHours_gt: CustomInt\r\n  totalWednesdayHours_gte: CustomInt\r\n  totalWednesdayHours_empty: Boolean\r\n  totalThursdayHours: CustomInt\r\n  totalThursdayHours_not: CustomInt\r\n  totalThursdayHours_in: [CustomInt!]\r\n  totalThursdayHours_not_in: [CustomInt!]\r\n  totalThursdayHours_lt: CustomInt\r\n  totalThursdayHours_lte: CustomInt\r\n  totalThursdayHours_gt: CustomInt\r\n  totalThursdayHours_gte: CustomInt\r\n  totalThursdayHours_empty: Boolean\r\n  totalFridayHours: CustomInt\r\n  totalFridayHours_not: CustomInt\r\n  totalFridayHours_in: [CustomInt!]\r\n  totalFridayHours_not_in: [CustomInt!]\r\n  totalFridayHours_lt: CustomInt\r\n  totalFridayHours_lte: CustomInt\r\n  totalFridayHours_gt: CustomInt\r\n  totalFridayHours_gte: CustomInt\r\n  totalFridayHours_empty: Boolean\r\n  totalSaturdayHours: CustomInt\r\n  totalSaturdayHours_not: CustomInt\r\n  totalSaturdayHours_in: [CustomInt!]\r\n  totalSaturdayHours_not_in: [CustomInt!]\r\n  totalSaturdayHours_lt: CustomInt\r\n  totalSaturdayHours_lte: CustomInt\r\n  totalSaturdayHours_gt: CustomInt\r\n  totalSaturdayHours_gte: CustomInt\r\n  totalSaturdayHours_empty: Boolean\r\n  totalSundayHours: CustomInt\r\n  totalSundayHours_not: CustomInt\r\n  totalSundayHours_in: [CustomInt!]\r\n  totalSundayHours_not_in: [CustomInt!]\r\n  totalSundayHours_lt: CustomInt\r\n  totalSundayHours_lte: CustomInt\r\n  totalSundayHours_gt: CustomInt\r\n  totalSundayHours_gte: CustomInt\r\n  totalSundayHours_empty: Boolean\r\n  timeSheetStatus: TimeSheetStatusEnum\r\n  timeSheetStatus_not: TimeSheetStatusEnum\r\n  timeSheetStatus_in: [TimeSheetStatusEnum!]\r\n  timeSheetStatus_not_in: [TimeSheetStatusEnum!]\r\n  timeSheetStatus_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  personSystem_some: [PersonSystemFilter!]\r\n  personSystem_count: countFilter\r\n  audit_WorkPeriod_some: [AuditFilter!]\r\n  audit_WorkPeriod_count: countFilter\r\n  vacation_WorkPeriod_some: [VacationFilter!]\r\n  vacation_WorkPeriod_count: countFilter\r\n  timeSheet_PreviousTimeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_PreviousTimeSheet_count: countFilter\r\n  timeSheet_NextTimeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_NextTimeSheet_count: countFilter\r\n}\r\n\r\nenum TimeSheetOrderBy {\r\n  timeSheetEnteredDate_ASC\r\n  timeSheetEnteredDate_DESC\r\n  timeSheetBeginDate_ASC\r\n  timeSheetBeginDate_DESC\r\n  timeSheetBeginWeek_ASC\r\n  timeSheetBeginWeek_DESC\r\n  timeSheetBeginMonth_ASC\r\n  timeSheetBeginMonth_DESC\r\n  timeSheetBeginYear_ASC\r\n  timeSheetBeginYear_DESC\r\n  timeSheetEndDate_ASC\r\n  timeSheetEndDate_DESC\r\n  timeSheetEndWeek_ASC\r\n  timeSheetEndWeek_DESC\r\n  timeSheetEndMonth_ASC\r\n  timeSheetEndMonth_DESC\r\n  timeSheetEndYear_ASC\r\n  timeSheetEndYear_DESC\r\n  timeSheetMondayDate_ASC\r\n  timeSheetMondayDate_DESC\r\n  timeSheetTuesdayDate_ASC\r\n  timeSheetTuesdayDate_DESC\r\n  timeSheetWednesdayDate_ASC\r\n  timeSheetWednesdayDate_DESC\r\n  timeSheetThursdayDate_ASC\r\n  timeSheetThursdayDate_DESC\r\n  timeSheetFridayDate_ASC\r\n  timeSheetFridayDate_DESC\r\n  timeSheetSaturdayDate_ASC\r\n  timeSheetSaturdayDate_DESC\r\n  timeSheetSundayDate_ASC\r\n  timeSheetSundayDate_DESC\r\n  totalMondayHours_ASC\r\n  totalMondayHours_DESC\r\n  totalTuesdayHours_ASC\r\n  totalTuesdayHours_DESC\r\n  totalWednesdayHours_ASC\r\n  totalWednesdayHours_DESC\r\n  totalThursdayHours_ASC\r\n  totalThursdayHours_DESC\r\n  totalFridayHours_ASC\r\n  totalFridayHours_DESC\r\n  totalSaturdayHours_ASC\r\n  totalSaturdayHours_DESC\r\n  totalSundayHours_ASC\r\n  totalSundayHours_DESC\r\n  timeSheetStatus_ASC\r\n  timeSheetStatus_DESC\r\n  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 TimeSheetStatusEnum {\r\n  Empty\r\n  Incomplete\r\n  Complete\r\n  Validated\r\n}\r\n\r\nenum TransactionEnum {\r\n  Yes\r\n  No\r\n}\r\n\r\ntype UniqueValue implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  valueDataType(format: EnumFormat): ValueDataTypeEnum\r\n  mandatoryElement(format: EnumFormat): MandatoryElementEnum\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  linkAnsweredObject: GraphQLObjectInterface\r\n  titleText(format: StringFormat, language: Languages): String\r\n  answerComment(format: StringFormat, language: Languages): 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  possibleAnswerValue(filter: PossibleAnswerValueFilter, orderBy: [PossibleAnswerValueOrderBy]): [PossibleAnswerValue]\r\n  possibleAnswerValueAggregatedValues(filter: PossibleAnswerValueFilter, orderBy: [PossibleAnswerValueOrderBy]): [PossibleAnswerValueAggregatedValues]\r\n  question(filter: QuestionFilter, orderBy: [QuestionOrderBy]): [Question]\r\n  questionAggregatedValues(filter: QuestionFilter, orderBy: [QuestionOrderBy]): [QuestionAggregatedValues]\r\n}\r\n\r\ntype UniqueValueAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  valueDataType(function: AggregateFunctionType): CustomFloat\r\n  mandatoryElement(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  linkAnsweredObject(function: AggregateFunctionType): CustomFloat\r\n  titleText(function: AggregateFunctionType): CustomFloat\r\n  answerComment(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 UniqueValueFilter {\r\n  and: [UniqueValueFilter!]\r\n  or: [UniqueValueFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_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  valueDataType: ValueDataTypeEnum\r\n  valueDataType_not: ValueDataTypeEnum\r\n  valueDataType_in: [ValueDataTypeEnum!]\r\n  valueDataType_not_in: [ValueDataTypeEnum!]\r\n  valueDataType_empty: Boolean\r\n  mandatoryElement: MandatoryElementEnum\r\n  mandatoryElement_not: MandatoryElementEnum\r\n  mandatoryElement_in: [MandatoryElementEnum!]\r\n  mandatoryElement_not_in: [MandatoryElementEnum!]\r\n  mandatoryElement_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  linkAnsweredObject: String\r\n  linkAnsweredObject_not: String\r\n  linkAnsweredObject_in: [String!]\r\n  linkAnsweredObject_not_in: [String!]\r\n  linkAnsweredObject_empty: Boolean\r\n  titleText: String\r\n  titleText_not: String\r\n  titleText_in: [String!]\r\n  titleText_not_in: [String!]\r\n  titleText_lt: String\r\n  titleText_lte: String\r\n  titleText_gt: String\r\n  titleText_gte: String\r\n  titleText_contains: String\r\n  titleText_not_contains: String\r\n  titleText_starts_with: String\r\n  titleText_not_starts_with: String\r\n  titleText_ends_with: String\r\n  titleText_not_ends_with: String\r\n  titleText_empty: Boolean\r\n  answerComment: String\r\n  answerComment_not: String\r\n  answerComment_in: [String!]\r\n  answerComment_not_in: [String!]\r\n  answerComment_lt: String\r\n  answerComment_lte: String\r\n  answerComment_gt: String\r\n  answerComment_gte: String\r\n  answerComment_contains: String\r\n  answerComment_not_contains: String\r\n  answerComment_starts_with: String\r\n  answerComment_not_starts_with: String\r\n  answerComment_ends_with: String\r\n  answerComment_not_ends_with: String\r\n  answerComment_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  possibleAnswerValue_some: [PossibleAnswerValueFilter!]\r\n  possibleAnswerValue_count: countFilter\r\n  question_some: [QuestionFilter!]\r\n  question_count: countFilter\r\n}\r\n\r\nenum UniqueValueOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  valueDataType_ASC\r\n  valueDataType_DESC\r\n  mandatoryElement_ASC\r\n  mandatoryElement_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  linkAnsweredObject_ASC\r\n  linkAnsweredObject_DESC\r\n  titleText_ASC\r\n  titleText_DESC\r\n  answerComment_ASC\r\n  answerComment_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 Vacation implements GraphQLObjectInterface {\r\n  missionPlannedBeginDate(format: String, timeOffset: String): CustomDate\r\n  missionPlannedEndDate(format: String, timeOffset: String): CustomDate\r\n  missionEffectiveBeginDate(format: String, timeOffset: String): CustomDate\r\n  missionEffectiveEndDate(format: String, timeOffset: String): CustomDate\r\n  vacationStatus(format: EnumFormat): VacationStatusEnum\r\n  vacationType(format: EnumFormat): VacationTypeEnum\r\n  currentWorkflowStatus: GraphQLObjectInterface\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  plan(filter: PlanFilter, orderBy: [PlanOrderBy]): [Plan]\r\n  planAggregatedValues(filter: PlanFilter, orderBy: [PlanOrderBy]): [PlanAggregatedValues]\r\n  inVacation_PersonSystem(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Vacation_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Vacation_BusinessRole_BusinessRole_InVacationOrderBy]): [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Vacation_BusinessRole_BusinessRole_InVacation]\r\n  inVacation_PersonSystemAggregatedValues(filter: Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Vacation_BusinessRole_BusinessRole_InVacationFilter, orderBy: [Relationship_PersonSystem_AssignedPerson_PersonAssignmentAssignableElement_ResponsibilityAssignment_PersonAssignment_PersonAssignmentAssignmentScopeObject_Vacation_BusinessRole_BusinessRole_InVacationOrderBy]): [PersonSystemAggregatedValues]\r\n  timeSheet(filter: Relationship_TimeSheet_TimeSheet_Imputation_VacationFilter, orderBy: [Relationship_TimeSheet_TimeSheet_Imputation_VacationOrderBy]): [Relationship_TimeSheet_TimeSheet_Imputation_Vacation]\r\n  timeSheetAggregatedValues(filter: Relationship_TimeSheet_TimeSheet_Imputation_VacationFilter, orderBy: [Relationship_TimeSheet_TimeSheet_Imputation_VacationOrderBy]): [TimeSheetAggregatedValues]\r\n}\r\n\r\ntype VacationAggregatedValues {\r\n  missionPlannedBeginDate(function: AggregateFunctionType): CustomFloat\r\n  missionPlannedEndDate(function: AggregateFunctionType): CustomFloat\r\n  missionEffectiveBeginDate(function: AggregateFunctionType): CustomFloat\r\n  missionEffectiveEndDate(function: AggregateFunctionType): CustomFloat\r\n  vacationStatus(function: AggregateFunctionType): CustomFloat\r\n  vacationType(function: AggregateFunctionType): CustomFloat\r\n  currentWorkflowStatus(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 VacationFilter {\r\n  defaultField_f6d96cc905264f52b982d8652b85b4d3: String\r\n  and: [VacationFilter!]\r\n  or: [VacationFilter!]\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedBeginDate_not: CustomDate\r\n  missionPlannedBeginDate_in: [CustomDate!]\r\n  missionPlannedBeginDate_not_in: [CustomDate!]\r\n  missionPlannedBeginDate_lt: CustomDate\r\n  missionPlannedBeginDate_lte: CustomDate\r\n  missionPlannedBeginDate_gt: CustomDate\r\n  missionPlannedBeginDate_gte: CustomDate\r\n  missionPlannedBeginDate_empty: Boolean\r\n  missionPlannedEndDate: CustomDate\r\n  missionPlannedEndDate_not: CustomDate\r\n  missionPlannedEndDate_in: [CustomDate!]\r\n  missionPlannedEndDate_not_in: [CustomDate!]\r\n  missionPlannedEndDate_lt: CustomDate\r\n  missionPlannedEndDate_lte: CustomDate\r\n  missionPlannedEndDate_gt: CustomDate\r\n  missionPlannedEndDate_gte: CustomDate\r\n  missionPlannedEndDate_empty: Boolean\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveBeginDate_not: CustomDate\r\n  missionEffectiveBeginDate_in: [CustomDate!]\r\n  missionEffectiveBeginDate_not_in: [CustomDate!]\r\n  missionEffectiveBeginDate_lt: CustomDate\r\n  missionEffectiveBeginDate_lte: CustomDate\r\n  missionEffectiveBeginDate_gt: CustomDate\r\n  missionEffectiveBeginDate_gte: CustomDate\r\n  missionEffectiveBeginDate_empty: Boolean\r\n  missionEffectiveEndDate: CustomDate\r\n  missionEffectiveEndDate_not: CustomDate\r\n  missionEffectiveEndDate_in: [CustomDate!]\r\n  missionEffectiveEndDate_not_in: [CustomDate!]\r\n  missionEffectiveEndDate_lt: CustomDate\r\n  missionEffectiveEndDate_lte: CustomDate\r\n  missionEffectiveEndDate_gt: CustomDate\r\n  missionEffectiveEndDate_gte: CustomDate\r\n  missionEffectiveEndDate_empty: Boolean\r\n  vacationStatus: VacationStatusEnum\r\n  vacationStatus_not: VacationStatusEnum\r\n  vacationStatus_in: [VacationStatusEnum!]\r\n  vacationStatus_not_in: [VacationStatusEnum!]\r\n  vacationStatus_empty: Boolean\r\n  vacationType: VacationTypeEnum\r\n  vacationType_not: VacationTypeEnum\r\n  vacationType_in: [VacationTypeEnum!]\r\n  vacationType_not_in: [VacationTypeEnum!]\r\n  vacationType_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  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_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  inVacation_PersonSystem_some: [PersonSystemFilter!]\r\n  inVacation_PersonSystem_count: countFilter\r\n  timeSheet_some: [TimeSheetFilter!]\r\n  timeSheet_count: countFilter\r\n  plan_some: [PlanFilter!]\r\n  plan_count: countFilter\r\n}\r\n\r\nenum VacationOrderBy {\r\n  missionPlannedBeginDate_ASC\r\n  missionPlannedBeginDate_DESC\r\n  missionPlannedEndDate_ASC\r\n  missionPlannedEndDate_DESC\r\n  missionEffectiveBeginDate_ASC\r\n  missionEffectiveBeginDate_DESC\r\n  missionEffectiveEndDate_ASC\r\n  missionEffectiveEndDate_DESC\r\n  vacationStatus_ASC\r\n  vacationStatus_DESC\r\n  vacationType_ASC\r\n  vacationType_DESC\r\n  currentWorkflowStatus_ASC\r\n  currentWorkflowStatus_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 VacationStatusEnum {\r\n  Submitted\r\n  Validated\r\n  Rejected\r\n  Closed\r\n}\r\n\r\nenum VacationTypeEnum {\r\n  Holiday\r\n  Training\r\n  Other\r\n}\r\n\r\nenum ValidPersonEnum {\r\n  Valid\r\n  Incomplete\r\n  Invalid\r\n}\r\n\r\nenum ValueDataTypeEnum {\r\n  EnumerationVerticalRadioButton\r\n  MegaObject\r\n  Duration\r\n  Percent\r\n  SignedNumber\r\n  String\r\n  Short\r\n  Text\r\n  Number\r\n  BooleanCheck\r\n  DateTime\r\n  EnumerationCombolist\r\n}\r\n\r\ntype WorkPaper implements GraphQLObjectInterface {\r\n  name(language: Languages, nameSpace: nameSpace): String\r\n  detailedTask(format: StringFormat, language: Languages): String\r\n  description(language: Languages): String\r\n  workPaperDefaultSampleSize: CustomInt\r\n  assessmentFreshness: CustomFloat\r\n  lastAssessmentDate(format: String, timeOffset: String): CustomDate\r\n  workPaperSampleSize: CustomInt\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  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  auditActivity_Activity(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivity]\r\n  auditActivity_ActivityAggregatedValues(filter: AuditActivityFilter, orderBy: [AuditActivityOrderBy]): [AuditActivityAggregatedValues]\r\n  testSheet_WorkPaperTestSheet(filter: TestSheetFilter, orderBy: [TestSheetOrderBy]): [TestSheet]\r\n  testSheet_WorkPaperTestSheetAggregatedValues(filter: TestSheetFilter, orderBy: [TestSheetOrderBy]): [TestSheetAggregatedValues]\r\n  questionGroup(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroup]\r\n  questionGroupAggregatedValues(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroupAggregatedValues]\r\n  questionGroup_TemplateQuestionGroup(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroup]\r\n  questionGroup_TemplateQuestionGroupAggregatedValues(filter: QuestionGroupFilter, orderBy: [QuestionGroupOrderBy]): [QuestionGroupAggregatedValues]\r\n}\r\n\r\ntype WorkPaperAggregatedValues {\r\n  name(function: AggregateFunctionType): CustomFloat\r\n  detailedTask(function: AggregateFunctionType): CustomFloat\r\n  description(function: AggregateFunctionType): CustomFloat\r\n  workPaperDefaultSampleSize(function: AggregateNumbersFunctionType): CustomFloat\r\n  assessmentFreshness(function: AggregateNumbersFunctionType): CustomFloat\r\n  lastAssessmentDate(function: AggregateFunctionType): CustomFloat\r\n  workPaperSampleSize(function: AggregateNumbersFunctionType): 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 WorkPaperFilter {\r\n  defaultField_ea0302b2d0c448f6a2d97282cd22b2bb: String\r\n  and: [WorkPaperFilter!]\r\n  or: [WorkPaperFilter!]\r\n  name: String\r\n  name_not: String\r\n  name_in: [String!]\r\n  name_not_in: [String!]\r\n  name_lt: String\r\n  name_lte: String\r\n  name_gt: String\r\n  name_gte: String\r\n  name_contains: String\r\n  name_not_contains: String\r\n  name_starts_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  detailedTask: String\r\n  detailedTask_not: String\r\n  detailedTask_in: [String!]\r\n  detailedTask_not_in: [String!]\r\n  detailedTask_lt: String\r\n  detailedTask_lte: String\r\n  detailedTask_gt: String\r\n  detailedTask_gte: String\r\n  detailedTask_contains: String\r\n  detailedTask_not_contains: String\r\n  detailedTask_starts_with: String\r\n  detailedTask_not_starts_with: String\r\n  detailedTask_ends_with: String\r\n  detailedTask_not_ends_with: String\r\n  detailedTask_empty: Boolean\r\n  description: String\r\n  description_not: String\r\n  description_in: [String!]\r\n  description_not_in: [String!]\r\n  description_lt: String\r\n  description_lte: String\r\n  description_gt: String\r\n  description_gte: String\r\n  description_contains: String\r\n  description_not_contains: String\r\n  description_starts_with: String\r\n  description_not_starts_with: String\r\n  description_ends_with: String\r\n  description_not_ends_with: String\r\n  description_empty: Boolean\r\n  workPaperDefaultSampleSize: CustomInt\r\n  workPaperDefaultSampleSize_not: CustomInt\r\n  workPaperDefaultSampleSize_in: [CustomInt!]\r\n  workPaperDefaultSampleSize_not_in: [CustomInt!]\r\n  workPaperDefaultSampleSize_lt: CustomInt\r\n  workPaperDefaultSampleSize_lte: CustomInt\r\n  workPaperDefaultSampleSize_gt: CustomInt\r\n  workPaperDefaultSampleSize_gte: CustomInt\r\n  workPaperDefaultSampleSize_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  workPaperSampleSize: CustomInt\r\n  workPaperSampleSize_not: CustomInt\r\n  workPaperSampleSize_in: [CustomInt!]\r\n  workPaperSampleSize_not_in: [CustomInt!]\r\n  workPaperSampleSize_lt: CustomInt\r\n  workPaperSampleSize_lte: CustomInt\r\n  workPaperSampleSize_gt: CustomInt\r\n  workPaperSampleSize_gte: CustomInt\r\n  workPaperSampleSize_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  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  auditActivity_Activity_some: [AuditActivityFilter!]\r\n  auditActivity_Activity_count: countFilter\r\n  testSheet_WorkPaperTestSheet_some: [TestSheetFilter!]\r\n  testSheet_WorkPaperTestSheet_count: countFilter\r\n  questionGroup_some: [QuestionGroupFilter!]\r\n  questionGroup_count: countFilter\r\n  questionGroup_TemplateQuestionGroup_some: [QuestionGroupFilter!]\r\n  questionGroup_TemplateQuestionGroup_count: countFilter\r\n}\r\n\r\nenum WorkPaperOrderBy {\r\n  name_ASC\r\n  name_DESC\r\n  detailedTask_ASC\r\n  detailedTask_DESC\r\n  description_ASC\r\n  description_DESC\r\n  workPaperDefaultSampleSize_ASC\r\n  workPaperDefaultSampleSize_DESC\r\n  assessmentFreshness_ASC\r\n  assessmentFreshness_DESC\r\n  lastAssessmentDate_ASC\r\n  lastAssessmentDate_DESC\r\n  workPaperSampleSize_ASC\r\n  workPaperSampleSize_DESC\r\n  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\ninput _InputCollectionAction4211 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4211]\r\n}\r\n\r\ninput _InputCollectionAction4212 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4212]\r\n}\r\n\r\ninput _InputCollectionAction4213 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4213]\r\n}\r\n\r\ninput _InputCollectionAction4214 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4214]\r\n}\r\n\r\ninput _InputCollectionAction4215 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4215]\r\n}\r\n\r\ninput _InputCollectionAction4216 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4216]\r\n}\r\n\r\ninput _InputCollectionAction4217 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4217]\r\n}\r\n\r\ninput _InputCollectionAction4218 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4218]\r\n}\r\n\r\ninput _InputCollectionAction4219 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4219]\r\n}\r\n\r\ninput _InputCollectionAction4220 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4220]\r\n}\r\n\r\ninput _InputCollectionAction4221 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4221]\r\n}\r\n\r\ninput _InputCollectionAction4222 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4222]\r\n}\r\n\r\ninput _InputCollectionAction4223 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4223]\r\n}\r\n\r\ninput _InputCollectionAction4224 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4224]\r\n}\r\n\r\ninput _InputCollectionAction4225 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4225]\r\n}\r\n\r\ninput _InputCollectionAction4226 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4226]\r\n}\r\n\r\ninput _InputCollectionAction4227 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4227]\r\n}\r\n\r\ninput _InputCollectionAction4228 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4228]\r\n}\r\n\r\ninput _InputCollectionAction4229 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4229]\r\n}\r\n\r\ninput _InputCollectionAction4230 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4230]\r\n}\r\n\r\ninput _InputCollectionAction4231 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4231]\r\n}\r\n\r\ninput _InputCollectionAction4232 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4232]\r\n}\r\n\r\ninput _InputCollectionAction4233 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4233]\r\n}\r\n\r\ninput _InputCollectionAction4234 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4234]\r\n}\r\n\r\ninput _InputCollectionAction4235 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4235]\r\n}\r\n\r\ninput _InputCollectionAction4236 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4236]\r\n}\r\n\r\ninput _InputCollectionAction4237 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4237]\r\n}\r\n\r\ninput _InputCollectionAction4238 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4238]\r\n}\r\n\r\ninput _InputCollectionAction4239 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4239]\r\n}\r\n\r\ninput _InputCollectionAction4240 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4240]\r\n}\r\n\r\ninput _InputCollectionAction4241 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4241]\r\n}\r\n\r\ninput _InputCollectionAction4242 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4242]\r\n}\r\n\r\ninput _InputCollectionAction4243 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4243]\r\n}\r\n\r\ninput _InputCollectionAction4244 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4244]\r\n}\r\n\r\ninput _InputCollectionAction4245 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4245]\r\n}\r\n\r\ninput _InputCollectionAction4246 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4246]\r\n}\r\n\r\ninput _InputCollectionAction4247 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4247]\r\n}\r\n\r\ninput _InputCollectionAction4248 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4248]\r\n}\r\n\r\ninput _InputCollectionAction4249 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4249]\r\n}\r\n\r\ninput _InputCollectionAction4250 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4250]\r\n}\r\n\r\ninput _InputCollectionAction4251 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4251]\r\n}\r\n\r\ninput _InputCollectionAction4252 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4252]\r\n}\r\n\r\ninput _InputCollectionAction4253 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4253]\r\n}\r\n\r\ninput _InputCollectionAction4254 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4254]\r\n}\r\n\r\ninput _InputCollectionAction4255 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4255]\r\n}\r\n\r\ninput _InputCollectionAction4256 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4256]\r\n}\r\n\r\ninput _InputCollectionAction4257 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4257]\r\n}\r\n\r\ninput _InputCollectionAction4258 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4258]\r\n}\r\n\r\ninput _InputCollectionAction4259 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4259]\r\n}\r\n\r\ninput _InputCollectionAction4260 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4260]\r\n}\r\n\r\ninput _InputCollectionAction4261 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4261]\r\n}\r\n\r\ninput _InputCollectionAction4262 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4262]\r\n}\r\n\r\ninput _InputCollectionAction4263 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4263]\r\n}\r\n\r\ninput _InputCollectionAction4264 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4264]\r\n}\r\n\r\ninput _InputCollectionAction4265 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4265]\r\n}\r\n\r\ninput _InputCollectionAction4266 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4266]\r\n}\r\n\r\ninput _InputCollectionAction4267 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4267]\r\n}\r\n\r\ninput _InputCollectionAction4268 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4268]\r\n}\r\n\r\ninput _InputCollectionAction4269 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4269]\r\n}\r\n\r\ninput _InputCollectionAction4270 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4270]\r\n}\r\n\r\ninput _InputCollectionAction4271 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4271]\r\n}\r\n\r\ninput _InputCollectionAction4272 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4272]\r\n}\r\n\r\ninput _InputCollectionAction4273 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4273]\r\n}\r\n\r\ninput _InputCollectionAction4274 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4274]\r\n}\r\n\r\ninput _InputCollectionAction4275 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4275]\r\n}\r\n\r\ninput _InputCollectionAction4276 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4276]\r\n}\r\n\r\ninput _InputCollectionAction4277 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4277]\r\n}\r\n\r\ninput _InputCollectionAction4278 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4278]\r\n}\r\n\r\ninput _InputCollectionAction4279 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4279]\r\n}\r\n\r\ninput _InputCollectionAction4280 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4280]\r\n}\r\n\r\ninput _InputCollectionAction4281 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4281]\r\n}\r\n\r\ninput _InputCollectionAction4282 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4282]\r\n}\r\n\r\ninput _InputCollectionAction4283 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4283]\r\n}\r\n\r\ninput _InputCollectionAction4284 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4284]\r\n}\r\n\r\ninput _InputCollectionAction4285 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4285]\r\n}\r\n\r\ninput _InputCollectionAction4286 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4286]\r\n}\r\n\r\ninput _InputCollectionAction4287 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4287]\r\n}\r\n\r\ninput _InputCollectionAction4288 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4288]\r\n}\r\n\r\ninput _InputCollectionAction4289 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4289]\r\n}\r\n\r\ninput _InputCollectionAction4290 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4290]\r\n}\r\n\r\ninput _InputCollectionAction4291 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4291]\r\n}\r\n\r\ninput _InputCollectionAction4292 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4292]\r\n}\r\n\r\ninput _InputCollectionAction4293 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4293]\r\n}\r\n\r\ninput _InputCollectionAction4294 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4294]\r\n}\r\n\r\ninput _InputCollectionAction4295 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4295]\r\n}\r\n\r\ninput _InputCollectionAction4296 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4296]\r\n}\r\n\r\ninput _InputCollectionAction4297 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4297]\r\n}\r\n\r\ninput _InputCollectionAction4298 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4298]\r\n}\r\n\r\ninput _InputCollectionAction4299 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4299]\r\n}\r\n\r\ninput _InputCollectionAction4300 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4300]\r\n}\r\n\r\ninput _InputCollectionAction4301 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4301]\r\n}\r\n\r\ninput _InputCollectionAction4302 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4302]\r\n}\r\n\r\ninput _InputCollectionAction4303 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4303]\r\n}\r\n\r\ninput _InputCollectionAction4304 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4304]\r\n}\r\n\r\ninput _InputCollectionAction4305 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4305]\r\n}\r\n\r\ninput _InputCollectionAction4306 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4306]\r\n}\r\n\r\ninput _InputCollectionAction4307 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4307]\r\n}\r\n\r\ninput _InputCollectionAction4308 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4308]\r\n}\r\n\r\ninput _InputCollectionAction4309 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4309]\r\n}\r\n\r\ninput _InputCollectionAction4310 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4310]\r\n}\r\n\r\ninput _InputCollectionAction4311 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4311]\r\n}\r\n\r\ninput _InputCollectionAction4312 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4312]\r\n}\r\n\r\ninput _InputCollectionAction4313 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4313]\r\n}\r\n\r\ninput _InputCollectionAction4314 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4314]\r\n}\r\n\r\ninput _InputCollectionAction4315 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4315]\r\n}\r\n\r\ninput _InputCollectionAction4316 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4316]\r\n}\r\n\r\ninput _InputCollectionAction4317 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4317]\r\n}\r\n\r\ninput _InputCollectionAction4318 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4318]\r\n}\r\n\r\ninput _InputCollectionAction4319 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4319]\r\n}\r\n\r\ninput _InputCollectionAction4320 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4320]\r\n}\r\n\r\ninput _InputCollectionAction4321 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4321]\r\n}\r\n\r\ninput _InputCollectionAction4322 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4322]\r\n}\r\n\r\ninput _InputCollectionAction4323 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4323]\r\n}\r\n\r\ninput _InputCollectionAction4324 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4324]\r\n}\r\n\r\ninput _InputCollectionAction4325 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4325]\r\n}\r\n\r\ninput _InputCollectionAction4326 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4326]\r\n}\r\n\r\ninput _InputCollectionAction4327 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4327]\r\n}\r\n\r\ninput _InputCollectionAction4328 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4328]\r\n}\r\n\r\ninput _InputCollectionAction4329 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4329]\r\n}\r\n\r\ninput _InputCollectionAction4330 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4330]\r\n}\r\n\r\ninput _InputCollectionAction4331 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4331]\r\n}\r\n\r\ninput _InputCollectionAction4332 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4332]\r\n}\r\n\r\ninput _InputCollectionAction4333 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4333]\r\n}\r\n\r\ninput _InputCollectionAction4334 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4334]\r\n}\r\n\r\ninput _InputCollectionAction4335 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4335]\r\n}\r\n\r\ninput _InputCollectionAction4336 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4336]\r\n}\r\n\r\ninput _InputCollectionAction4337 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4337]\r\n}\r\n\r\ninput _InputCollectionAction4338 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4338]\r\n}\r\n\r\ninput _InputCollectionAction4339 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4339]\r\n}\r\n\r\ninput _InputCollectionAction4340 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4340]\r\n}\r\n\r\ninput _InputCollectionAction4341 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4341]\r\n}\r\n\r\ninput _InputCollectionAction4342 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4342]\r\n}\r\n\r\ninput _InputCollectionAction4343 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4343]\r\n}\r\n\r\ninput _InputCollectionAction4344 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4344]\r\n}\r\n\r\ninput _InputCollectionAction4345 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4345]\r\n}\r\n\r\ninput _InputCollectionAction4346 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4346]\r\n}\r\n\r\ninput _InputCollectionAction4347 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4347]\r\n}\r\n\r\ninput _InputCollectionAction4348 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4348]\r\n}\r\n\r\ninput _InputCollectionAction4349 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4349]\r\n}\r\n\r\ninput _InputCollectionAction4350 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4350]\r\n}\r\n\r\ninput _InputCollectionAction4351 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4351]\r\n}\r\n\r\ninput _InputCollectionAction4352 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4352]\r\n}\r\n\r\ninput _InputCollectionAction4353 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4353]\r\n}\r\n\r\ninput _InputCollectionAction4354 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4354]\r\n}\r\n\r\ninput _InputCollectionAction4355 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4355]\r\n}\r\n\r\ninput _InputCollectionAction4356 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4356]\r\n}\r\n\r\ninput _InputCollectionAction4357 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4357]\r\n}\r\n\r\ninput _InputCollectionAction4358 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4358]\r\n}\r\n\r\ninput _InputCollectionAction4359 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4359]\r\n}\r\n\r\ninput _InputCollectionAction4360 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4360]\r\n}\r\n\r\ninput _InputCollectionAction4361 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4361]\r\n}\r\n\r\ninput _InputCollectionAction4362 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4362]\r\n}\r\n\r\ninput _InputCollectionAction4363 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4363]\r\n}\r\n\r\ninput _InputCollectionAction4364 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4364]\r\n}\r\n\r\ninput _InputCollectionAction4365 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4365]\r\n}\r\n\r\ninput _InputCollectionAction4366 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4366]\r\n}\r\n\r\ninput _InputCollectionAction4367 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4367]\r\n}\r\n\r\ninput _InputCollectionAction4368 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4368]\r\n}\r\n\r\ninput _InputCollectionAction4369 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4369]\r\n}\r\n\r\ninput _InputCollectionAction4370 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4370]\r\n}\r\n\r\ninput _InputCollectionAction4371 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4371]\r\n}\r\n\r\ninput _InputCollectionAction4372 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4372]\r\n}\r\n\r\ninput _InputCollectionAction4373 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4373]\r\n}\r\n\r\ninput _InputCollectionAction4374 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4374]\r\n}\r\n\r\ninput _InputCollectionAction4375 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4375]\r\n}\r\n\r\ninput _InputCollectionAction4376 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4376]\r\n}\r\n\r\ninput _InputCollectionAction4377 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4377]\r\n}\r\n\r\ninput _InputCollectionAction4378 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4378]\r\n}\r\n\r\ninput _InputCollectionAction4379 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4379]\r\n}\r\n\r\ninput _InputCollectionAction4380 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4380]\r\n}\r\n\r\ninput _InputCollectionAction4381 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4381]\r\n}\r\n\r\ninput _InputCollectionAction4382 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4382]\r\n}\r\n\r\ninput _InputCollectionAction4383 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4383]\r\n}\r\n\r\ninput _InputCollectionAction4384 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4384]\r\n}\r\n\r\ninput _InputCollectionAction4385 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4385]\r\n}\r\n\r\ninput _InputCollectionAction4386 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4386]\r\n}\r\n\r\ninput _InputCollectionAction4387 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4387]\r\n}\r\n\r\ninput _InputCollectionAction4388 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4388]\r\n}\r\n\r\ninput _InputCollectionAction4389 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4389]\r\n}\r\n\r\ninput _InputCollectionAction4390 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4390]\r\n}\r\n\r\ninput _InputCollectionAction4391 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4391]\r\n}\r\n\r\ninput _InputCollectionAction4392 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4392]\r\n}\r\n\r\ninput _InputCollectionAction4393 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4393]\r\n}\r\n\r\ninput _InputCollectionAction4394 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4394]\r\n}\r\n\r\ninput _InputCollectionAction4395 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4395]\r\n}\r\n\r\ninput _InputCollectionAction4396 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4396]\r\n}\r\n\r\ninput _InputCollectionAction4397 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4397]\r\n}\r\n\r\ninput _InputCollectionAction4398 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4398]\r\n}\r\n\r\ninput _InputCollectionAction4399 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4399]\r\n}\r\n\r\ninput _InputCollectionAction4400 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4400]\r\n}\r\n\r\ninput _InputCollectionAction4401 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4401]\r\n}\r\n\r\ninput _InputCollectionAction4402 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4402]\r\n}\r\n\r\ninput _InputCollectionAction4403 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4403]\r\n}\r\n\r\ninput _InputCollectionAction4404 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4404]\r\n}\r\n\r\ninput _InputCollectionAction4405 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4405]\r\n}\r\n\r\ninput _InputCollectionAction4406 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4406]\r\n}\r\n\r\ninput _InputCollectionAction4407 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4407]\r\n}\r\n\r\ninput _InputCollectionAction4408 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4408]\r\n}\r\n\r\ninput _InputCollectionAction4409 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4409]\r\n}\r\n\r\ninput _InputCollectionAction4410 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4410]\r\n}\r\n\r\ninput _InputCollectionAction4411 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4411]\r\n}\r\n\r\ninput _InputCollectionAction4412 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4412]\r\n}\r\n\r\ninput _InputCollectionAction4413 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4413]\r\n}\r\n\r\ninput _InputCollectionAction4414 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4414]\r\n}\r\n\r\ninput _InputCollectionAction4415 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4415]\r\n}\r\n\r\ninput _InputCollectionAction4416 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4416]\r\n}\r\n\r\ninput _InputCollectionAction4417 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4417]\r\n}\r\n\r\ninput _InputCollectionAction4418 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4418]\r\n}\r\n\r\ninput _InputCollectionAction4419 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4419]\r\n}\r\n\r\ninput _InputCollectionAction4420 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4420]\r\n}\r\n\r\ninput _InputCollectionAction4421 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4421]\r\n}\r\n\r\ninput _InputCollectionAction4422 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4422]\r\n}\r\n\r\ninput _InputCollectionAction4423 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4423]\r\n}\r\n\r\ninput _InputCollectionAction4424 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4424]\r\n}\r\n\r\ninput _InputCollectionAction4425 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4425]\r\n}\r\n\r\ninput _InputCollectionAction4426 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4426]\r\n}\r\n\r\ninput _InputCollectionAction4427 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4427]\r\n}\r\n\r\ninput _InputCollectionAction4428 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4428]\r\n}\r\n\r\ninput _InputCollectionAction4429 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4429]\r\n}\r\n\r\ninput _InputCollectionAction4430 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4430]\r\n}\r\n\r\ninput _InputCollectionAction4431 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4431]\r\n}\r\n\r\ninput _InputCollectionAction4432 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4432]\r\n}\r\n\r\ninput _InputCollectionAction4433 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4433]\r\n}\r\n\r\ninput _InputCollectionAction4434 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4434]\r\n}\r\n\r\ninput _InputCollectionAction4435 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4435]\r\n}\r\n\r\ninput _InputCollectionAction4436 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4436]\r\n}\r\n\r\ninput _InputCollectionAction4437 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4437]\r\n}\r\n\r\ninput _InputCollectionAction4438 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4438]\r\n}\r\n\r\ninput _InputCollectionAction4439 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4439]\r\n}\r\n\r\ninput _InputCollectionAction4440 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4440]\r\n}\r\n\r\ninput _InputCollectionAction4441 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4441]\r\n}\r\n\r\ninput _InputCollectionAction4442 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4442]\r\n}\r\n\r\ninput _InputCollectionAction4443 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4443]\r\n}\r\n\r\ninput _InputCollectionAction4444 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4444]\r\n}\r\n\r\ninput _InputCollectionAction4445 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4445]\r\n}\r\n\r\ninput _InputCollectionAction4446 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4446]\r\n}\r\n\r\ninput _InputCollectionAction4447 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4447]\r\n}\r\n\r\ninput _InputCollectionAction4448 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4448]\r\n}\r\n\r\ninput _InputCollectionAction4449 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4449]\r\n}\r\n\r\ninput _InputCollectionAction4450 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4450]\r\n}\r\n\r\ninput _InputCollectionAction4451 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4451]\r\n}\r\n\r\ninput _InputCollectionAction4452 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4452]\r\n}\r\n\r\ninput _InputCollectionAction4453 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4453]\r\n}\r\n\r\ninput _InputCollectionAction4454 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4454]\r\n}\r\n\r\ninput _InputCollectionAction4455 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4455]\r\n}\r\n\r\ninput _InputCollectionAction4456 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4456]\r\n}\r\n\r\ninput _InputCollectionAction4457 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4457]\r\n}\r\n\r\ninput _InputCollectionAction4458 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4458]\r\n}\r\n\r\ninput _InputCollectionAction4459 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4459]\r\n}\r\n\r\ninput _InputCollectionAction4460 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4460]\r\n}\r\n\r\ninput _InputCollectionAction4461 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4461]\r\n}\r\n\r\ninput _InputCollectionAction4462 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4462]\r\n}\r\n\r\ninput _InputCollectionAction4463 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4463]\r\n}\r\n\r\ninput _InputCollectionAction4464 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4464]\r\n}\r\n\r\ninput _InputCollectionAction4465 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4465]\r\n}\r\n\r\ninput _InputCollectionAction4466 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4466]\r\n}\r\n\r\ninput _InputCollectionAction4467 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4467]\r\n}\r\n\r\ninput _InputCollectionAction4468 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4468]\r\n}\r\n\r\ninput _InputCollectionAction4469 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4469]\r\n}\r\n\r\ninput _InputCollectionAction4470 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4470]\r\n}\r\n\r\ninput _InputCollectionAction4471 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4471]\r\n}\r\n\r\ninput _InputCollectionAction4472 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4472]\r\n}\r\n\r\ninput _InputCollectionAction4473 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4473]\r\n}\r\n\r\ninput _InputCollectionAction4474 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4474]\r\n}\r\n\r\ninput _InputCollectionAction4475 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4475]\r\n}\r\n\r\ninput _InputCollectionAction4476 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4476]\r\n}\r\n\r\ninput _InputCollectionAction4477 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4477]\r\n}\r\n\r\ninput _InputCollectionAction4478 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4478]\r\n}\r\n\r\ninput _InputCollectionAction4479 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4479]\r\n}\r\n\r\ninput _InputCollectionAction4480 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4480]\r\n}\r\n\r\ninput _InputCollectionAction4481 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4481]\r\n}\r\n\r\ninput _InputCollectionAction4482 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4482]\r\n}\r\n\r\ninput _InputCollectionAction4483 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4483]\r\n}\r\n\r\ninput _InputCollectionAction4484 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4484]\r\n}\r\n\r\ninput _InputCollectionAction4485 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4485]\r\n}\r\n\r\ninput _InputCollectionAction4486 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4486]\r\n}\r\n\r\ninput _InputCollectionAction4487 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4487]\r\n}\r\n\r\ninput _InputCollectionAction4488 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4488]\r\n}\r\n\r\ninput _InputCollectionAction4489 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4489]\r\n}\r\n\r\ninput _InputCollectionAction4490 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4490]\r\n}\r\n\r\ninput _InputCollectionAction4491 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4491]\r\n}\r\n\r\ninput _InputCollectionAction4492 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4492]\r\n}\r\n\r\ninput _InputCollectionAction4493 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4493]\r\n}\r\n\r\ninput _InputCollectionAction4494 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4494]\r\n}\r\n\r\ninput _InputCollectionAction4495 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4495]\r\n}\r\n\r\ninput _InputCollectionAction4496 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4496]\r\n}\r\n\r\ninput _InputCollectionAction4497 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4497]\r\n}\r\n\r\ninput _InputCollectionAction4498 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4498]\r\n}\r\n\r\ninput _InputCollectionAction4499 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4499]\r\n}\r\n\r\ninput _InputCollectionAction4500 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4500]\r\n}\r\n\r\ninput _InputCollectionAction4501 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4501]\r\n}\r\n\r\ninput _InputCollectionAction4502 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4502]\r\n}\r\n\r\ninput _InputCollectionAction4503 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4503]\r\n}\r\n\r\ninput _InputCollectionAction4504 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4504]\r\n}\r\n\r\ninput _InputCollectionAction4505 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4505]\r\n}\r\n\r\ninput _InputCollectionAction4506 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4506]\r\n}\r\n\r\ninput _InputCollectionAction4507 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4507]\r\n}\r\n\r\ninput _InputCollectionAction4508 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4508]\r\n}\r\n\r\ninput _InputCollectionAction4509 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4509]\r\n}\r\n\r\ninput _InputCollectionAction4510 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4510]\r\n}\r\n\r\ninput _InputCollectionAction4511 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4511]\r\n}\r\n\r\ninput _InputCollectionAction4512 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4512]\r\n}\r\n\r\ninput _InputCollectionAction4513 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4513]\r\n}\r\n\r\ninput _InputCollectionAction4514 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4514]\r\n}\r\n\r\ninput _InputCollectionAction4515 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4515]\r\n}\r\n\r\ninput _InputCollectionAction4516 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4516]\r\n}\r\n\r\ninput _InputCollectionAction4517 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4517]\r\n}\r\n\r\ninput _InputCollectionAction4518 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4518]\r\n}\r\n\r\ninput _InputCollectionAction4519 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4519]\r\n}\r\n\r\ninput _InputCollectionAction4520 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4520]\r\n}\r\n\r\ninput _InputCollectionAction4521 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4521]\r\n}\r\n\r\ninput _InputCollectionAction4522 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4522]\r\n}\r\n\r\ninput _InputCollectionAction4523 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4523]\r\n}\r\n\r\ninput _InputCollectionAction4524 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4524]\r\n}\r\n\r\ninput _InputCollectionAction4525 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4525]\r\n}\r\n\r\ninput _InputCollectionAction4526 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4526]\r\n}\r\n\r\ninput _InputCollectionAction4527 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4527]\r\n}\r\n\r\ninput _InputCollectionAction4528 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4528]\r\n}\r\n\r\ninput _InputCollectionAction4529 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4529]\r\n}\r\n\r\ninput _InputCollectionAction4530 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4530]\r\n}\r\n\r\ninput _InputCollectionAction4531 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4531]\r\n}\r\n\r\ninput _InputCollectionAction4532 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4532]\r\n}\r\n\r\ninput _InputCollectionAction4533 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4533]\r\n}\r\n\r\ninput _InputCollectionAction4534 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4534]\r\n}\r\n\r\ninput _InputCollectionAction4535 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4535]\r\n}\r\n\r\ninput _InputCollectionAction4536 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4536]\r\n}\r\n\r\ninput _InputCollectionAction4537 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4537]\r\n}\r\n\r\ninput _InputCollectionAction4538 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4538]\r\n}\r\n\r\ninput _InputCollectionAction4539 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4539]\r\n}\r\n\r\ninput _InputCollectionAction4540 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4540]\r\n}\r\n\r\ninput _InputCollectionAction4541 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4541]\r\n}\r\n\r\ninput _InputCollectionAction4542 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4542]\r\n}\r\n\r\ninput _InputCollectionAction4543 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4543]\r\n}\r\n\r\ninput _InputCollectionAction4544 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4544]\r\n}\r\n\r\ninput _InputCollectionAction4545 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4545]\r\n}\r\n\r\ninput _InputCollectionAction4546 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4546]\r\n}\r\n\r\ninput _InputCollectionAction4547 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4547]\r\n}\r\n\r\ninput _InputCollectionAction4548 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4548]\r\n}\r\n\r\ninput _InputCollectionAction4549 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4549]\r\n}\r\n\r\ninput _InputCollectionAction4550 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4550]\r\n}\r\n\r\ninput _InputCollectionAction4551 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4551]\r\n}\r\n\r\ninput _InputCollectionAction4552 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4552]\r\n}\r\n\r\ninput _InputCollectionAction4553 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4553]\r\n}\r\n\r\ninput _InputCollectionAction4554 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4554]\r\n}\r\n\r\ninput _InputCollectionAction4555 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4555]\r\n}\r\n\r\ninput _InputCollectionAction4556 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4556]\r\n}\r\n\r\ninput _InputCollectionAction4557 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4557]\r\n}\r\n\r\ninput _InputCollectionAction4558 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4558]\r\n}\r\n\r\ninput _InputCollectionAction4559 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4559]\r\n}\r\n\r\ninput _InputCollectionAction4560 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4560]\r\n}\r\n\r\ninput _InputCollectionAction4561 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4561]\r\n}\r\n\r\ninput _InputCollectionAction4562 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4562]\r\n}\r\n\r\ninput _InputCollectionAction4563 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4563]\r\n}\r\n\r\ninput _InputCollectionAction4564 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4564]\r\n}\r\n\r\ninput _InputCollectionAction4565 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4565]\r\n}\r\n\r\ninput _InputCollectionAction4566 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4566]\r\n}\r\n\r\ninput _InputCollectionAction4567 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4567]\r\n}\r\n\r\ninput _InputCollectionAction4568 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4568]\r\n}\r\n\r\ninput _InputCollectionAction4569 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4569]\r\n}\r\n\r\ninput _InputCollectionAction4570 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4570]\r\n}\r\n\r\ninput _InputCollectionAction4571 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4571]\r\n}\r\n\r\ninput _InputCollectionAction4572 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4572]\r\n}\r\n\r\ninput _InputCollectionAction4573 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4573]\r\n}\r\n\r\ninput _InputCollectionAction4574 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4574]\r\n}\r\n\r\ninput _InputCollectionAction4575 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4575]\r\n}\r\n\r\ninput _InputCollectionAction4576 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4576]\r\n}\r\n\r\ninput _InputCollectionAction4577 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4577]\r\n}\r\n\r\ninput _InputCollectionAction4578 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4578]\r\n}\r\n\r\ninput _InputCollectionAction4579 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4579]\r\n}\r\n\r\ninput _InputCollectionAction4580 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4580]\r\n}\r\n\r\ninput _InputCollectionAction4581 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4581]\r\n}\r\n\r\ninput _InputCollectionAction4582 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4582]\r\n}\r\n\r\ninput _InputCollectionAction4583 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4583]\r\n}\r\n\r\ninput _InputCollectionAction4584 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4584]\r\n}\r\n\r\ninput _InputCollectionAction4585 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4585]\r\n}\r\n\r\ninput _InputCollectionAction4586 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4586]\r\n}\r\n\r\ninput _InputCollectionAction4587 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4587]\r\n}\r\n\r\ninput _InputCollectionAction4588 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4588]\r\n}\r\n\r\ninput _InputCollectionAction4589 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4589]\r\n}\r\n\r\ninput _InputCollectionAction4590 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4590]\r\n}\r\n\r\ninput _InputCollectionAction4591 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4591]\r\n}\r\n\r\ninput _InputCollectionAction4592 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4592]\r\n}\r\n\r\ninput _InputCollectionAction4593 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4593]\r\n}\r\n\r\ninput _InputCollectionAction4594 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4594]\r\n}\r\n\r\ninput _InputCollectionAction4595 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4595]\r\n}\r\n\r\ninput _InputCollectionAction4596 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4596]\r\n}\r\n\r\ninput _InputCollectionAction4597 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4597]\r\n}\r\n\r\ninput _InputCollectionAction4598 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4598]\r\n}\r\n\r\ninput _InputCollectionAction4599 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4599]\r\n}\r\n\r\ninput _InputCollectionAction4600 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4600]\r\n}\r\n\r\ninput _InputCollectionAction4601 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4601]\r\n}\r\n\r\ninput _InputCollectionAction4602 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4602]\r\n}\r\n\r\ninput _InputCollectionAction4603 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4603]\r\n}\r\n\r\ninput _InputCollectionAction4604 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4604]\r\n}\r\n\r\ninput _InputCollectionAction4605 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4605]\r\n}\r\n\r\ninput _InputCollectionAction4606 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4606]\r\n}\r\n\r\ninput _InputCollectionAction4607 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4607]\r\n}\r\n\r\ninput _InputCollectionAction4608 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4608]\r\n}\r\n\r\ninput _InputCollectionAction4609 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4609]\r\n}\r\n\r\ninput _InputCollectionAction4610 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4610]\r\n}\r\n\r\ninput _InputCollectionAction4611 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4611]\r\n}\r\n\r\ninput _InputCollectionAction4612 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4612]\r\n}\r\n\r\ninput _InputCollectionAction4613 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4613]\r\n}\r\n\r\ninput _InputCollectionAction4614 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4614]\r\n}\r\n\r\ninput _InputCollectionAction4615 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4615]\r\n}\r\n\r\ninput _InputCollectionAction4616 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4616]\r\n}\r\n\r\ninput _InputCollectionAction4617 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4617]\r\n}\r\n\r\ninput _InputCollectionAction4618 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4618]\r\n}\r\n\r\ninput _InputCollectionAction4619 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4619]\r\n}\r\n\r\ninput _InputCollectionAction4620 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4620]\r\n}\r\n\r\ninput _InputCollectionAction4621 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4621]\r\n}\r\n\r\ninput _InputCollectionAction4622 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4622]\r\n}\r\n\r\ninput _InputCollectionAction4623 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4623]\r\n}\r\n\r\ninput _InputCollectionAction4624 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4624]\r\n}\r\n\r\ninput _InputCollectionAction4625 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4625]\r\n}\r\n\r\ninput _InputCollectionAction4626 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4626]\r\n}\r\n\r\ninput _InputCollectionAction4627 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4627]\r\n}\r\n\r\ninput _InputCollectionAction4628 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4628]\r\n}\r\n\r\ninput _InputCollectionAction4629 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4629]\r\n}\r\n\r\ninput _InputCollectionAction4630 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4630]\r\n}\r\n\r\ninput _InputCollectionAction4631 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4631]\r\n}\r\n\r\ninput _InputCollectionAction4632 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4632]\r\n}\r\n\r\ninput _InputCollectionAction4633 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4633]\r\n}\r\n\r\ninput _InputCollectionAction4634 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4634]\r\n}\r\n\r\ninput _InputCollectionAction4635 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4635]\r\n}\r\n\r\ninput _InputCollectionAction4636 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4636]\r\n}\r\n\r\ninput _InputCollectionAction4637 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4637]\r\n}\r\n\r\ninput _InputCollectionAction4638 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4638]\r\n}\r\n\r\ninput _InputCollectionAction4639 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4639]\r\n}\r\n\r\ninput _InputCollectionAction4640 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4640]\r\n}\r\n\r\ninput _InputCollectionAction4641 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4641]\r\n}\r\n\r\ninput _InputCollectionAction4642 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4642]\r\n}\r\n\r\ninput _InputCollectionAction4643 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4643]\r\n}\r\n\r\ninput _InputCollectionAction4644 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4644]\r\n}\r\n\r\ninput _InputCollectionAction4645 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4645]\r\n}\r\n\r\ninput _InputCollectionAction4646 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4646]\r\n}\r\n\r\ninput _InputCollectionAction4647 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4647]\r\n}\r\n\r\ninput _InputCollectionAction4648 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4648]\r\n}\r\n\r\ninput _InputCollectionAction4649 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4649]\r\n}\r\n\r\ninput _InputCollectionAction4650 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4650]\r\n}\r\n\r\ninput _InputCollectionAction4651 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4651]\r\n}\r\n\r\ninput _InputCollectionAction4652 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4652]\r\n}\r\n\r\ninput _InputCollectionAction4653 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4653]\r\n}\r\n\r\ninput _InputCollectionAction4654 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4654]\r\n}\r\n\r\ninput _InputCollectionAction4655 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4655]\r\n}\r\n\r\ninput _InputCollectionAction4656 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4656]\r\n}\r\n\r\ninput _InputCollectionAction4657 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4657]\r\n}\r\n\r\ninput _InputCollectionAction4658 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4658]\r\n}\r\n\r\ninput _InputCollectionAction4659 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4659]\r\n}\r\n\r\ninput _InputCollectionAction4660 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4660]\r\n}\r\n\r\ninput _InputCollectionAction4661 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4661]\r\n}\r\n\r\ninput _InputCollectionAction4662 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4662]\r\n}\r\n\r\ninput _InputCollectionAction4663 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4663]\r\n}\r\n\r\ninput _InputCollectionAction4664 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4664]\r\n}\r\n\r\ninput _InputCollectionAction4665 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4665]\r\n}\r\n\r\ninput _InputCollectionAction4666 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4666]\r\n}\r\n\r\ninput _InputCollectionAction4667 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4667]\r\n}\r\n\r\ninput _InputCollectionAction4668 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4668]\r\n}\r\n\r\ninput _InputCollectionAction4669 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4669]\r\n}\r\n\r\ninput _InputCollectionAction4670 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4670]\r\n}\r\n\r\ninput _InputCollectionAction4671 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4671]\r\n}\r\n\r\ninput _InputCollectionAction4672 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4672]\r\n}\r\n\r\ninput _InputCollectionAction4673 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4673]\r\n}\r\n\r\ninput _InputCollectionAction4674 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4674]\r\n}\r\n\r\ninput _InputCollectionAction4675 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4675]\r\n}\r\n\r\ninput _InputCollectionAction4676 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4676]\r\n}\r\n\r\ninput _InputCollectionAction4677 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4677]\r\n}\r\n\r\ninput _InputCollectionAction4678 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4678]\r\n}\r\n\r\ninput _InputCollectionAction4679 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4679]\r\n}\r\n\r\ninput _InputCollectionAction4680 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4680]\r\n}\r\n\r\ninput _InputCollectionAction4681 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4681]\r\n}\r\n\r\ninput _InputCollectionAction4682 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4682]\r\n}\r\n\r\ninput _InputCollectionAction4683 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4683]\r\n}\r\n\r\ninput _InputCollectionAction4684 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4684]\r\n}\r\n\r\ninput _InputCollectionAction4685 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4685]\r\n}\r\n\r\ninput _InputCollectionAction4686 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4686]\r\n}\r\n\r\ninput _InputCollectionAction4687 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4687]\r\n}\r\n\r\ninput _InputCollectionAction4688 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4688]\r\n}\r\n\r\ninput _InputCollectionAction4689 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4689]\r\n}\r\n\r\ninput _InputCollectionAction4690 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4690]\r\n}\r\n\r\ninput _InputCollectionAction4691 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4691]\r\n}\r\n\r\ninput _InputCollectionAction4692 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4692]\r\n}\r\n\r\ninput _InputCollectionAction4693 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4693]\r\n}\r\n\r\ninput _InputCollectionAction4694 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4694]\r\n}\r\n\r\ninput _InputCollectionAction4695 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4695]\r\n}\r\n\r\ninput _InputCollectionAction4696 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4696]\r\n}\r\n\r\ninput _InputCollectionAction4697 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4697]\r\n}\r\n\r\ninput _InputCollectionAction4698 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4698]\r\n}\r\n\r\ninput _InputCollectionAction4699 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4699]\r\n}\r\n\r\ninput _InputCollectionAction4700 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4700]\r\n}\r\n\r\ninput _InputCollectionAction4701 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4701]\r\n}\r\n\r\ninput _InputCollectionAction4702 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4702]\r\n}\r\n\r\ninput _InputCollectionAction4703 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4703]\r\n}\r\n\r\ninput _InputCollectionAction4704 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4704]\r\n}\r\n\r\ninput _InputCollectionAction4705 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4705]\r\n}\r\n\r\ninput _InputCollectionAction4706 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4706]\r\n}\r\n\r\ninput _InputCollectionAction4707 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4707]\r\n}\r\n\r\ninput _InputCollectionAction4708 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4708]\r\n}\r\n\r\ninput _InputCollectionAction4709 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4709]\r\n}\r\n\r\ninput _InputCollectionAction4710 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4710]\r\n}\r\n\r\ninput _InputCollectionAction4711 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4711]\r\n}\r\n\r\ninput _InputCollectionAction4712 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4712]\r\n}\r\n\r\ninput _InputCollectionAction4713 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4713]\r\n}\r\n\r\ninput _InputCollectionAction4714 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4714]\r\n}\r\n\r\ninput _InputCollectionAction4715 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4715]\r\n}\r\n\r\ninput _InputCollectionAction4716 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4716]\r\n}\r\n\r\ninput _InputCollectionAction4717 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4717]\r\n}\r\n\r\ninput _InputCollectionAction4718 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4718]\r\n}\r\n\r\ninput _InputCollectionAction4719 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4719]\r\n}\r\n\r\ninput _InputCollectionAction4720 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4720]\r\n}\r\n\r\ninput _InputCollectionAction4721 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4721]\r\n}\r\n\r\ninput _InputCollectionAction4722 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4722]\r\n}\r\n\r\ninput _InputCollectionAction4723 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4723]\r\n}\r\n\r\ninput _InputCollectionAction4724 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4724]\r\n}\r\n\r\ninput _InputCollectionAction4725 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4725]\r\n}\r\n\r\ninput _InputCollectionAction4726 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4726]\r\n}\r\n\r\ninput _InputCollectionAction4727 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4727]\r\n}\r\n\r\ninput _InputCollectionAction4728 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4728]\r\n}\r\n\r\ninput _InputCollectionAction4729 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4729]\r\n}\r\n\r\ninput _InputCollectionAction4730 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4730]\r\n}\r\n\r\ninput _InputCollectionAction4731 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4731]\r\n}\r\n\r\ninput _InputCollectionAction4732 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4732]\r\n}\r\n\r\ninput _InputCollectionAction4733 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4733]\r\n}\r\n\r\ninput _InputCollectionAction4734 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4734]\r\n}\r\n\r\ninput _InputCollectionAction4735 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4735]\r\n}\r\n\r\ninput _InputCollectionAction4736 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4736]\r\n}\r\n\r\ninput _InputCollectionAction4737 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4737]\r\n}\r\n\r\ninput _InputCollectionAction4738 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4738]\r\n}\r\n\r\ninput _InputCollectionAction4739 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4739]\r\n}\r\n\r\ninput _InputCollectionAction4740 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4740]\r\n}\r\n\r\ninput _InputCollectionAction4741 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4741]\r\n}\r\n\r\ninput _InputCollectionAction4742 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4742]\r\n}\r\n\r\ninput _InputCollectionAction4743 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4743]\r\n}\r\n\r\ninput _InputCollectionAction4744 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4744]\r\n}\r\n\r\ninput _InputCollectionAction4745 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4745]\r\n}\r\n\r\ninput _InputCollectionAction4746 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4746]\r\n}\r\n\r\ninput _InputCollectionAction4747 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4747]\r\n}\r\n\r\ninput _InputCollectionAction4748 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4748]\r\n}\r\n\r\ninput _InputCollectionAction4749 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4749]\r\n}\r\n\r\ninput _InputCollectionAction4750 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4750]\r\n}\r\n\r\ninput _InputCollectionAction4751 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4751]\r\n}\r\n\r\ninput _InputCollectionAction4752 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4752]\r\n}\r\n\r\ninput _InputCollectionAction4753 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4753]\r\n}\r\n\r\ninput _InputCollectionAction4754 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4754]\r\n}\r\n\r\ninput _InputCollectionAction4755 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4755]\r\n}\r\n\r\ninput _InputCollectionAction4756 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4756]\r\n}\r\n\r\ninput _InputCollectionAction4757 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4757]\r\n}\r\n\r\ninput _InputCollectionAction4758 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4758]\r\n}\r\n\r\ninput _InputCollectionAction4759 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4759]\r\n}\r\n\r\ninput _InputCollectionAction4760 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4760]\r\n}\r\n\r\ninput _InputCollectionAction4761 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4761]\r\n}\r\n\r\ninput _InputCollectionAction4762 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4762]\r\n}\r\n\r\ninput _InputCollectionAction4763 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4763]\r\n}\r\n\r\ninput _InputCollectionAction4764 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4764]\r\n}\r\n\r\ninput _InputCollectionAction4765 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4765]\r\n}\r\n\r\ninput _InputCollectionAction4766 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4766]\r\n}\r\n\r\ninput _InputCollectionAction4767 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4767]\r\n}\r\n\r\ninput _InputCollectionAction4768 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4768]\r\n}\r\n\r\ninput _InputCollectionAction4769 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4769]\r\n}\r\n\r\ninput _InputCollectionAction4770 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4770]\r\n}\r\n\r\ninput _InputCollectionAction4771 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4771]\r\n}\r\n\r\ninput _InputCollectionAction4772 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4772]\r\n}\r\n\r\ninput _InputCollectionAction4773 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4773]\r\n}\r\n\r\ninput _InputCollectionAction4774 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4774]\r\n}\r\n\r\ninput _InputCollectionAction4775 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4775]\r\n}\r\n\r\ninput _InputCollectionAction4776 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4776]\r\n}\r\n\r\ninput _InputCollectionAction4777 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4777]\r\n}\r\n\r\ninput _InputCollectionAction4778 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4778]\r\n}\r\n\r\ninput _InputCollectionAction4779 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4779]\r\n}\r\n\r\ninput _InputCollectionAction4780 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4780]\r\n}\r\n\r\ninput _InputCollectionAction4781 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4781]\r\n}\r\n\r\ninput _InputCollectionAction4782 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4782]\r\n}\r\n\r\ninput _InputCollectionAction4783 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4783]\r\n}\r\n\r\ninput _InputCollectionAction4784 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4784]\r\n}\r\n\r\ninput _InputCollectionAction4785 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4785]\r\n}\r\n\r\ninput _InputCollectionAction4786 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4786]\r\n}\r\n\r\ninput _InputCollectionAction4787 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4787]\r\n}\r\n\r\ninput _InputCollectionAction4788 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4788]\r\n}\r\n\r\ninput _InputCollectionAction4789 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4789]\r\n}\r\n\r\ninput _InputCollectionAction4790 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4790]\r\n}\r\n\r\ninput _InputCollectionAction4791 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4791]\r\n}\r\n\r\ninput _InputCollectionAction4792 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4792]\r\n}\r\n\r\ninput _InputCollectionAction4793 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4793]\r\n}\r\n\r\ninput _InputCollectionAction4794 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4794]\r\n}\r\n\r\ninput _InputCollectionAction4795 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4795]\r\n}\r\n\r\ninput _InputCollectionAction4796 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4796]\r\n}\r\n\r\ninput _InputCollectionAction4797 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4797]\r\n}\r\n\r\ninput _InputCollectionAction4798 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4798]\r\n}\r\n\r\ninput _InputCollectionAction4799 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4799]\r\n}\r\n\r\ninput _InputCollectionAction4800 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4800]\r\n}\r\n\r\ninput _InputCollectionAction4801 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4801]\r\n}\r\n\r\ninput _InputCollectionAction4802 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4802]\r\n}\r\n\r\ninput _InputCollectionAction4803 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4803]\r\n}\r\n\r\ninput _InputCollectionAction4804 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4804]\r\n}\r\n\r\ninput _InputCollectionAction4805 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4805]\r\n}\r\n\r\ninput _InputCollectionAction4806 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4806]\r\n}\r\n\r\ninput _InputCollectionAction4807 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4807]\r\n}\r\n\r\ninput _InputCollectionAction4808 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4808]\r\n}\r\n\r\ninput _InputCollectionAction4809 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4809]\r\n}\r\n\r\ninput _InputCollectionAction4810 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4810]\r\n}\r\n\r\ninput _InputCollectionAction4811 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4811]\r\n}\r\n\r\ninput _InputCollectionAction4812 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4812]\r\n}\r\n\r\ninput _InputCollectionAction4813 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4813]\r\n}\r\n\r\ninput _InputCollectionAction4814 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4814]\r\n}\r\n\r\ninput _InputCollectionAction4815 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4815]\r\n}\r\n\r\ninput _InputCollectionAction4816 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4816]\r\n}\r\n\r\ninput _InputCollectionAction4817 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4817]\r\n}\r\n\r\ninput _InputCollectionAction4818 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4818]\r\n}\r\n\r\ninput _InputCollectionAction4819 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4819]\r\n}\r\n\r\ninput _InputCollectionAction4820 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4820]\r\n}\r\n\r\ninput _InputCollectionAction4821 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4821]\r\n}\r\n\r\ninput _InputCollectionAction4822 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4822]\r\n}\r\n\r\ninput _InputCollectionAction4823 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4823]\r\n}\r\n\r\ninput _InputCollectionAction4824 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4824]\r\n}\r\n\r\ninput _InputCollectionAction4825 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4825]\r\n}\r\n\r\ninput _InputCollectionAction4826 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4826]\r\n}\r\n\r\ninput _InputCollectionAction4827 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4827]\r\n}\r\n\r\ninput _InputCollectionAction4828 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4828]\r\n}\r\n\r\ninput _InputCollectionAction4829 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4829]\r\n}\r\n\r\ninput _InputCollectionAction4830 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4830]\r\n}\r\n\r\ninput _InputCollectionAction4831 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4831]\r\n}\r\n\r\ninput _InputCollectionAction4832 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4832]\r\n}\r\n\r\ninput _InputCollectionAction4833 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4833]\r\n}\r\n\r\ninput _InputCollectionAction4834 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4834]\r\n}\r\n\r\ninput _InputCollectionAction4835 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4835]\r\n}\r\n\r\ninput _InputCollectionAction4836 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4836]\r\n}\r\n\r\ninput _InputCollectionAction4837 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4837]\r\n}\r\n\r\ninput _InputCollectionAction4838 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4838]\r\n}\r\n\r\ninput _InputCollectionAction4839 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4839]\r\n}\r\n\r\ninput _InputCollectionAction4840 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4840]\r\n}\r\n\r\ninput _InputCollectionAction4841 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4841]\r\n}\r\n\r\ninput _InputCollectionAction4842 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4842]\r\n}\r\n\r\ninput _InputCollectionAction4843 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4843]\r\n}\r\n\r\ninput _InputCollectionAction4844 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4844]\r\n}\r\n\r\ninput _InputCollectionAction4845 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4845]\r\n}\r\n\r\ninput _InputCollectionAction4846 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4846]\r\n}\r\n\r\ninput _InputCollectionAction4847 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4847]\r\n}\r\n\r\ninput _InputCollectionAction4848 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4848]\r\n}\r\n\r\ninput _InputCollectionAction4849 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4849]\r\n}\r\n\r\ninput _InputCollectionAction4850 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4850]\r\n}\r\n\r\ninput _InputCollectionAction4851 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4851]\r\n}\r\n\r\ninput _InputCollectionAction4852 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4852]\r\n}\r\n\r\ninput _InputCollectionAction4853 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4853]\r\n}\r\n\r\ninput _InputCollectionAction4854 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4854]\r\n}\r\n\r\ninput _InputCollectionAction4855 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4855]\r\n}\r\n\r\ninput _InputCollectionAction4856 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4856]\r\n}\r\n\r\ninput _InputCollectionAction4857 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4857]\r\n}\r\n\r\ninput _InputCollectionAction4858 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4858]\r\n}\r\n\r\ninput _InputCollectionAction4859 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4859]\r\n}\r\n\r\ninput _InputCollectionAction4860 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4860]\r\n}\r\n\r\ninput _InputCollectionAction4861 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4861]\r\n}\r\n\r\ninput _InputCollectionAction4862 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4862]\r\n}\r\n\r\ninput _InputCollectionAction4863 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4863]\r\n}\r\n\r\ninput _InputCollectionAction4864 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4864]\r\n}\r\n\r\ninput _InputCollectionAction4865 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4865]\r\n}\r\n\r\ninput _InputCollectionAction4866 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4866]\r\n}\r\n\r\ninput _InputCollectionAction4867 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4867]\r\n}\r\n\r\ninput _InputCollectionAction4868 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4868]\r\n}\r\n\r\ninput _InputCollectionAction4869 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4869]\r\n}\r\n\r\ninput _InputCollectionAction4870 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4870]\r\n}\r\n\r\ninput _InputCollectionAction4871 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4871]\r\n}\r\n\r\ninput _InputCollectionAction4872 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4872]\r\n}\r\n\r\ninput _InputCollectionAction4873 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4873]\r\n}\r\n\r\ninput _InputCollectionAction4874 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4874]\r\n}\r\n\r\ninput _InputCollectionAction4875 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4875]\r\n}\r\n\r\ninput _InputCollectionAction4876 {\r\n  action: _InputCollectionActionEnum\r\n  list: [_defaultActionElement4876]\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 _defaultActionElement4211 {\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 _defaultActionElement4212 {\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 _defaultActionElement4213 {\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 _defaultActionElement4214 {\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 _defaultActionElement4215 {\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 _defaultActionElement4216 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4217 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4218 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4219 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4220 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4221 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  beginDate: CustomDate\r\n  activityEndDate: CustomDate\r\n  estimatedWorkloadHours: CustomFloat\r\n  description: String\r\n  activityStatus: ActivityStatusEnum\r\n  activityEffectiveWorkloadHours: CustomFloat\r\n  offline: OfflineEnum\r\n  computedActivityEffectiveWorkloadHours: CustomFloat\r\n  currentOfflineUpdateDate: CustomDate\r\n  previousOfflineUpdateDate: CustomDate\r\n  currentOnlineUpdateDate: CustomDate\r\n  previousOnlineUpdateDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4222 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4223 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4224 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  successful: SuccessfulEnum\r\n  realCost: CustomFloat\r\n  forecastCost: CustomFloat\r\n  forecastCostManDays: CustomInt\r\n  realCostManDays: CustomInt\r\n  actionPlanCategory: ActionPlanCategoryEnum\r\n  actionPlanStatus: ActionPlanStatusEnum\r\n  means: String\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  actionPlanOrigin: ActionPlanOriginEnum\r\n  keySuccessFactor: String\r\n  successfullComments: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  actionPlanPriority: ActionPlanPriorityEnum\r\n  delay: DelayEnum\r\n  currentWorkflowStatus: String\r\n  actionPlanNature: ActionPlanNatureEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4225 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  successful: SuccessfulEnum\r\n  realCost: CustomFloat\r\n  forecastCost: CustomFloat\r\n  forecastCostManDays: CustomInt\r\n  realCostManDays: CustomInt\r\n  actionPlanCategory: ActionPlanCategoryEnum\r\n  actionPlanStatus: ActionPlanStatusEnum\r\n  means: String\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  actionPlanOrigin: ActionPlanOriginEnum\r\n  keySuccessFactor: String\r\n  successfullComments: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  actionPlanPriority: ActionPlanPriorityEnum\r\n  delay: DelayEnum\r\n  currentWorkflowStatus: String\r\n  actionPlanNature: ActionPlanNatureEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4226 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  successful: SuccessfulEnum\r\n  realCost: CustomFloat\r\n  forecastCost: CustomFloat\r\n  forecastCostManDays: CustomInt\r\n  realCostManDays: CustomInt\r\n  actionPlanCategory: ActionPlanCategoryEnum\r\n  actionPlanStatus: ActionPlanStatusEnum\r\n  means: String\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  actionPlanOrigin: ActionPlanOriginEnum\r\n  keySuccessFactor: String\r\n  successfullComments: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  actionPlanPriority: ActionPlanPriorityEnum\r\n  delay: DelayEnum\r\n  currentWorkflowStatus: String\r\n  actionPlanNature: ActionPlanNatureEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4227 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  actionProgress: ActionProgressEnum\r\n  deliverablesact: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  statusact: StatusactEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4228 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  vacationStatus: VacationStatusEnum\r\n  vacationType: VacationTypeEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4229 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4230 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4231 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4232 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4233 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4234 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4235 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4236 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  requirementNature: RequirementNatureEnum\r\n  priority: PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: CustomDate\r\n  lastAssessmentDate: CustomDate\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4237 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  requirementNature: RequirementNatureEnum\r\n  priority: PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: CustomDate\r\n  lastAssessmentDate: CustomDate\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4238 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  requirementNature: RequirementNatureEnum\r\n  priority: PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: CustomDate\r\n  lastAssessmentDate: CustomDate\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4239 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  requirementNature: RequirementNatureEnum\r\n  priority: PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: CustomDate\r\n  lastAssessmentDate: CustomDate\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4240 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4241 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4242 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  timeSheetEnteredDate: CustomDate\r\n  timeSheetBeginDate: CustomDate\r\n  timeSheetBeginWeek: CustomInt\r\n  timeSheetBeginMonth: CustomInt\r\n  timeSheetBeginYear: CustomInt\r\n  timeSheetEndDate: CustomDate\r\n  timeSheetEndWeek: CustomInt\r\n  timeSheetEndMonth: CustomInt\r\n  timeSheetEndYear: CustomInt\r\n  timeSheetMondayDate: CustomDate\r\n  timeSheetTuesdayDate: CustomDate\r\n  timeSheetWednesdayDate: CustomDate\r\n  timeSheetThursdayDate: CustomDate\r\n  timeSheetFridayDate: CustomDate\r\n  timeSheetSaturdayDate: CustomDate\r\n  timeSheetSundayDate: CustomDate\r\n  totalMondayHours: CustomInt\r\n  totalTuesdayHours: CustomInt\r\n  totalWednesdayHours: CustomInt\r\n  totalThursdayHours: CustomInt\r\n  totalFridayHours: CustomInt\r\n  totalSaturdayHours: CustomInt\r\n  totalSundayHours: CustomInt\r\n  timeSheetStatus: TimeSheetStatusEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4243 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  skillLevel: String\r\n  skillLevelCode: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4244 {\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 _defaultActionElement4245 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4246 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4247 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4248 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4249 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4250 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  beginDate: CustomDate\r\n  activityEndDate: CustomDate\r\n  estimatedWorkloadHours: CustomFloat\r\n  description: String\r\n  activityStatus: ActivityStatusEnum\r\n  activityEffectiveWorkloadHours: CustomFloat\r\n  offline: OfflineEnum\r\n  computedActivityEffectiveWorkloadHours: CustomFloat\r\n  currentOfflineUpdateDate: CustomDate\r\n  previousOfflineUpdateDate: CustomDate\r\n  currentOnlineUpdateDate: CustomDate\r\n  previousOnlineUpdateDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4251 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4252 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4253 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  successful: SuccessfulEnum\r\n  realCost: CustomFloat\r\n  forecastCost: CustomFloat\r\n  forecastCostManDays: CustomInt\r\n  realCostManDays: CustomInt\r\n  actionPlanCategory: ActionPlanCategoryEnum\r\n  actionPlanStatus: ActionPlanStatusEnum\r\n  means: String\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  actionPlanOrigin: ActionPlanOriginEnum\r\n  keySuccessFactor: String\r\n  successfullComments: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  actionPlanPriority: ActionPlanPriorityEnum\r\n  delay: DelayEnum\r\n  currentWorkflowStatus: String\r\n  actionPlanNature: ActionPlanNatureEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4254 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  successful: SuccessfulEnum\r\n  realCost: CustomFloat\r\n  forecastCost: CustomFloat\r\n  forecastCostManDays: CustomInt\r\n  realCostManDays: CustomInt\r\n  actionPlanCategory: ActionPlanCategoryEnum\r\n  actionPlanStatus: ActionPlanStatusEnum\r\n  means: String\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  actionPlanOrigin: ActionPlanOriginEnum\r\n  keySuccessFactor: String\r\n  successfullComments: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  actionPlanPriority: ActionPlanPriorityEnum\r\n  delay: DelayEnum\r\n  currentWorkflowStatus: String\r\n  actionPlanNature: ActionPlanNatureEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4255 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  successful: SuccessfulEnum\r\n  realCost: CustomFloat\r\n  forecastCost: CustomFloat\r\n  forecastCostManDays: CustomInt\r\n  realCostManDays: CustomInt\r\n  actionPlanCategory: ActionPlanCategoryEnum\r\n  actionPlanStatus: ActionPlanStatusEnum\r\n  means: String\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  actionPlanOrigin: ActionPlanOriginEnum\r\n  keySuccessFactor: String\r\n  successfullComments: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  actionPlanPriority: ActionPlanPriorityEnum\r\n  delay: DelayEnum\r\n  currentWorkflowStatus: String\r\n  actionPlanNature: ActionPlanNatureEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4256 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  actionProgress: ActionProgressEnum\r\n  deliverablesact: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  statusact: StatusactEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4257 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  vacationStatus: VacationStatusEnum\r\n  vacationType: VacationTypeEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4258 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4259 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4260 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4261 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4262 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4263 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4264 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4265 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  requirementNature: RequirementNatureEnum\r\n  priority: PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: CustomDate\r\n  lastAssessmentDate: CustomDate\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4266 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  requirementNature: RequirementNatureEnum\r\n  priority: PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: CustomDate\r\n  lastAssessmentDate: CustomDate\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4267 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  requirementNature: RequirementNatureEnum\r\n  priority: PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: CustomDate\r\n  lastAssessmentDate: CustomDate\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4268 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  requirementNature: RequirementNatureEnum\r\n  priority: PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: CustomDate\r\n  lastAssessmentDate: CustomDate\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4269 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4270 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4271 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  timeSheetEnteredDate: CustomDate\r\n  timeSheetBeginDate: CustomDate\r\n  timeSheetBeginWeek: CustomInt\r\n  timeSheetBeginMonth: CustomInt\r\n  timeSheetBeginYear: CustomInt\r\n  timeSheetEndDate: CustomDate\r\n  timeSheetEndWeek: CustomInt\r\n  timeSheetEndMonth: CustomInt\r\n  timeSheetEndYear: CustomInt\r\n  timeSheetMondayDate: CustomDate\r\n  timeSheetTuesdayDate: CustomDate\r\n  timeSheetWednesdayDate: CustomDate\r\n  timeSheetThursdayDate: CustomDate\r\n  timeSheetFridayDate: CustomDate\r\n  timeSheetSaturdayDate: CustomDate\r\n  timeSheetSundayDate: CustomDate\r\n  totalMondayHours: CustomInt\r\n  totalTuesdayHours: CustomInt\r\n  totalWednesdayHours: CustomInt\r\n  totalThursdayHours: CustomInt\r\n  totalFridayHours: CustomInt\r\n  totalSaturdayHours: CustomInt\r\n  totalSundayHours: CustomInt\r\n  timeSheetStatus: TimeSheetStatusEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4272 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  skillLevel: String\r\n  skillLevelCode: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4273 {\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  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4274 {\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  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4275 {\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  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4276 {\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 _defaultActionElement4277 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4278 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  beginDate: CustomDate\r\n  activityEndDate: CustomDate\r\n  estimatedWorkloadHours: CustomFloat\r\n  description: String\r\n  activityStatus: ActivityStatusEnum\r\n  activityEffectiveWorkloadHours: CustomFloat\r\n  offline: OfflineEnum\r\n  computedActivityEffectiveWorkloadHours: CustomFloat\r\n  currentOfflineUpdateDate: CustomDate\r\n  previousOfflineUpdateDate: CustomDate\r\n  currentOnlineUpdateDate: CustomDate\r\n  previousOnlineUpdateDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4279 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4280 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  successful: SuccessfulEnum\r\n  realCost: CustomFloat\r\n  forecastCost: CustomFloat\r\n  forecastCostManDays: CustomInt\r\n  realCostManDays: CustomInt\r\n  actionPlanCategory: ActionPlanCategoryEnum\r\n  actionPlanStatus: ActionPlanStatusEnum\r\n  means: String\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  actionPlanOrigin: ActionPlanOriginEnum\r\n  keySuccessFactor: String\r\n  successfullComments: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  actionPlanPriority: ActionPlanPriorityEnum\r\n  delay: DelayEnum\r\n  currentWorkflowStatus: String\r\n  actionPlanNature: ActionPlanNatureEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4281 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  actionProgress: ActionProgressEnum\r\n  deliverablesact: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  statusact: StatusactEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4282 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  vacationStatus: VacationStatusEnum\r\n  vacationType: VacationTypeEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4283 {\r\n  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  controlDesignERM: ControlDesignERMEnum\r\n  controlEffectivenessERM: ControlEffectivenessERMEnum\r\n  riskIdentificationMode: RiskIdentificationModeEnum\r\n  keyRisk: Boolean\r\n  targetRiskERM: TargetRiskERMEnum\r\n  netRiskERM: NetRiskERMEnum\r\n  impactERM: ImpactERMEnum\r\n  likelihoodERM: LikelihoodERMEnum\r\n  inherentRiskERM: InherentRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  controlLevelERM: ControlLevelERMEnum\r\n  riskComment: String\r\n  lastAssessmentDate: CustomDate\r\n  riskStatusobj: RiskStatusobjEnum\r\n  currentWorkflowStatus: String\r\n  riskAcceptance: Boolean\r\n  riskAvoidance: Boolean\r\n  riskReduction: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskInsurance: Boolean\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4284 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  controlCode: String\r\n  controlLevel: ControlLevelEnum\r\n  controlNature: ControlNatureEnum\r\n  controlExecutionMethod: ControlExecutionMethodEnum\r\n  controlStatus: ControlStatusEnum\r\n  testingFrequency: TestingFrequencyEnum\r\n  testingMethod: TestingMethodEnum\r\n  testingPopulationSize: CustomInt\r\n  executionMode: ExecutionModeEnum\r\n  testingSampleSize: CustomInt\r\n  testingProcedure: String\r\n  executionProcedure: String\r\n  controlKey: Boolean\r\n  controlFrequency: ControlFrequencyEnum\r\n  customFrequency: String\r\n  controlObjective: String\r\n  controlExecutionValueIC: ControlExecutionValueICEnum\r\n  operationalCost: String\r\n  controlDesignIC: ControlDesignICEnum\r\n  controlEffectivenessIC: ControlEffectivenessICEnum\r\n  controlLevelIC: ControlLevelICEnum\r\n  controlDesignERM: ControlDesignERMEnum\r\n  controlEfficiencyERM: ControlEfficiencyERMEnum\r\n  controlLevelERM: ControlLevelERMEnum\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4285 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4286 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4287 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  requirementNature: RequirementNatureEnum\r\n  priority: PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: CustomDate\r\n  lastAssessmentDate: CustomDate\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4288 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4289 {\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  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4290 {\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 _defaultActionElement4291 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4292 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  beginDate: CustomDate\r\n  activityEndDate: CustomDate\r\n  estimatedWorkloadHours: CustomFloat\r\n  description: String\r\n  activityStatus: ActivityStatusEnum\r\n  activityEffectiveWorkloadHours: CustomFloat\r\n  offline: OfflineEnum\r\n  computedActivityEffectiveWorkloadHours: CustomFloat\r\n  currentOfflineUpdateDate: CustomDate\r\n  previousOfflineUpdateDate: CustomDate\r\n  currentOnlineUpdateDate: CustomDate\r\n  previousOnlineUpdateDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4293 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4294 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  successful: SuccessfulEnum\r\n  realCost: CustomFloat\r\n  forecastCost: CustomFloat\r\n  forecastCostManDays: CustomInt\r\n  realCostManDays: CustomInt\r\n  actionPlanCategory: ActionPlanCategoryEnum\r\n  actionPlanStatus: ActionPlanStatusEnum\r\n  means: String\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  actionPlanOrigin: ActionPlanOriginEnum\r\n  keySuccessFactor: String\r\n  successfullComments: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  actionPlanPriority: ActionPlanPriorityEnum\r\n  delay: DelayEnum\r\n  currentWorkflowStatus: String\r\n  actionPlanNature: ActionPlanNatureEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4295 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  actionProgress: ActionProgressEnum\r\n  deliverablesact: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  statusact: StatusactEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4296 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  vacationStatus: VacationStatusEnum\r\n  vacationType: VacationTypeEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4297 {\r\n  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  controlDesignERM: ControlDesignERMEnum\r\n  controlEffectivenessERM: ControlEffectivenessERMEnum\r\n  riskIdentificationMode: RiskIdentificationModeEnum\r\n  keyRisk: Boolean\r\n  targetRiskERM: TargetRiskERMEnum\r\n  netRiskERM: NetRiskERMEnum\r\n  impactERM: ImpactERMEnum\r\n  likelihoodERM: LikelihoodERMEnum\r\n  inherentRiskERM: InherentRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  controlLevelERM: ControlLevelERMEnum\r\n  riskComment: String\r\n  lastAssessmentDate: CustomDate\r\n  riskStatusobj: RiskStatusobjEnum\r\n  currentWorkflowStatus: String\r\n  riskAcceptance: Boolean\r\n  riskAvoidance: Boolean\r\n  riskReduction: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskInsurance: Boolean\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4298 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  controlCode: String\r\n  controlLevel: ControlLevelEnum\r\n  controlNature: ControlNatureEnum\r\n  controlExecutionMethod: ControlExecutionMethodEnum\r\n  controlStatus: ControlStatusEnum\r\n  testingFrequency: TestingFrequencyEnum\r\n  testingMethod: TestingMethodEnum\r\n  testingPopulationSize: CustomInt\r\n  executionMode: ExecutionModeEnum\r\n  testingSampleSize: CustomInt\r\n  testingProcedure: String\r\n  executionProcedure: String\r\n  controlKey: Boolean\r\n  controlFrequency: ControlFrequencyEnum\r\n  customFrequency: String\r\n  controlObjective: String\r\n  controlExecutionValueIC: ControlExecutionValueICEnum\r\n  operationalCost: String\r\n  controlDesignIC: ControlDesignICEnum\r\n  controlEffectivenessIC: ControlEffectivenessICEnum\r\n  controlLevelIC: ControlLevelICEnum\r\n  controlDesignERM: ControlDesignERMEnum\r\n  controlEfficiencyERM: ControlEfficiencyERMEnum\r\n  controlLevelERM: ControlLevelERMEnum\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4299 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4300 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4301 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  requirementNature: RequirementNatureEnum\r\n  priority: PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: CustomDate\r\n  lastAssessmentDate: CustomDate\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4302 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4303 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4304 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4305 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  beginDate: CustomDate\r\n  activityEndDate: CustomDate\r\n  estimatedWorkloadHours: CustomFloat\r\n  description: String\r\n  activityStatus: ActivityStatusEnum\r\n  activityEffectiveWorkloadHours: CustomFloat\r\n  offline: OfflineEnum\r\n  computedActivityEffectiveWorkloadHours: CustomFloat\r\n  currentOfflineUpdateDate: CustomDate\r\n  previousOfflineUpdateDate: CustomDate\r\n  currentOnlineUpdateDate: CustomDate\r\n  previousOnlineUpdateDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4306 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4307 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  successful: SuccessfulEnum\r\n  realCost: CustomFloat\r\n  forecastCost: CustomFloat\r\n  forecastCostManDays: CustomInt\r\n  realCostManDays: CustomInt\r\n  actionPlanCategory: ActionPlanCategoryEnum\r\n  actionPlanStatus: ActionPlanStatusEnum\r\n  means: String\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  actionPlanOrigin: ActionPlanOriginEnum\r\n  keySuccessFactor: String\r\n  successfullComments: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  actionPlanPriority: ActionPlanPriorityEnum\r\n  delay: DelayEnum\r\n  currentWorkflowStatus: String\r\n  actionPlanNature: ActionPlanNatureEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4308 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  actionProgress: ActionProgressEnum\r\n  deliverablesact: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  statusact: StatusactEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4309 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  vacationStatus: VacationStatusEnum\r\n  vacationType: VacationTypeEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4310 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  riskCode: String\r\n  controlDesignERM: ControlDesignERMEnum\r\n  controlEffectivenessERM: ControlEffectivenessERMEnum\r\n  riskIdentificationMode: RiskIdentificationModeEnum\r\n  keyRisk: Boolean\r\n  targetRiskERM: TargetRiskERMEnum\r\n  netRiskERM: NetRiskERMEnum\r\n  impactERM: ImpactERMEnum\r\n  likelihoodERM: LikelihoodERMEnum\r\n  inherentRiskERM: InherentRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  controlLevelERM: ControlLevelERMEnum\r\n  riskComment: String\r\n  lastAssessmentDate: CustomDate\r\n  riskStatusobj: RiskStatusobjEnum\r\n  currentWorkflowStatus: String\r\n  riskAcceptance: Boolean\r\n  riskAvoidance: Boolean\r\n  riskReduction: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskInsurance: Boolean\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4311 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  controlCode: String\r\n  controlLevel: ControlLevelEnum\r\n  controlNature: ControlNatureEnum\r\n  controlExecutionMethod: ControlExecutionMethodEnum\r\n  controlStatus: ControlStatusEnum\r\n  testingFrequency: TestingFrequencyEnum\r\n  testingMethod: TestingMethodEnum\r\n  testingPopulationSize: CustomInt\r\n  executionMode: ExecutionModeEnum\r\n  testingSampleSize: CustomInt\r\n  testingProcedure: String\r\n  executionProcedure: String\r\n  controlKey: Boolean\r\n  controlFrequency: ControlFrequencyEnum\r\n  customFrequency: String\r\n  controlObjective: String\r\n  controlExecutionValueIC: ControlExecutionValueICEnum\r\n  operationalCost: String\r\n  controlDesignIC: ControlDesignICEnum\r\n  controlEffectivenessIC: ControlEffectivenessICEnum\r\n  controlLevelIC: ControlLevelICEnum\r\n  controlDesignERM: ControlDesignERMEnum\r\n  controlEfficiencyERM: ControlEfficiencyERMEnum\r\n  controlLevelERM: ControlLevelERMEnum\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4312 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4313 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4314 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  requirementNature: RequirementNatureEnum\r\n  priority: PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: CustomDate\r\n  lastAssessmentDate: CustomDate\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4315 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4316 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4317 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4318 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  beginDate: CustomDate\r\n  activityEndDate: CustomDate\r\n  estimatedWorkloadHours: CustomFloat\r\n  description: String\r\n  activityStatus: ActivityStatusEnum\r\n  activityEffectiveWorkloadHours: CustomFloat\r\n  offline: OfflineEnum\r\n  computedActivityEffectiveWorkloadHours: CustomFloat\r\n  currentOfflineUpdateDate: CustomDate\r\n  previousOfflineUpdateDate: CustomDate\r\n  currentOnlineUpdateDate: CustomDate\r\n  previousOnlineUpdateDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4319 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4320 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  successful: SuccessfulEnum\r\n  realCost: CustomFloat\r\n  forecastCost: CustomFloat\r\n  forecastCostManDays: CustomInt\r\n  realCostManDays: CustomInt\r\n  actionPlanCategory: ActionPlanCategoryEnum\r\n  actionPlanStatus: ActionPlanStatusEnum\r\n  means: String\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  actionPlanOrigin: ActionPlanOriginEnum\r\n  keySuccessFactor: String\r\n  successfullComments: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  actionPlanPriority: ActionPlanPriorityEnum\r\n  delay: DelayEnum\r\n  currentWorkflowStatus: String\r\n  actionPlanNature: ActionPlanNatureEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4321 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  actionProgress: ActionProgressEnum\r\n  deliverablesact: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  statusact: StatusactEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4322 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  vacationStatus: VacationStatusEnum\r\n  vacationType: VacationTypeEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4323 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  riskCode: String\r\n  controlDesignERM: ControlDesignERMEnum\r\n  controlEffectivenessERM: ControlEffectivenessERMEnum\r\n  riskIdentificationMode: RiskIdentificationModeEnum\r\n  keyRisk: Boolean\r\n  targetRiskERM: TargetRiskERMEnum\r\n  netRiskERM: NetRiskERMEnum\r\n  impactERM: ImpactERMEnum\r\n  likelihoodERM: LikelihoodERMEnum\r\n  inherentRiskERM: InherentRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  controlLevelERM: ControlLevelERMEnum\r\n  riskComment: String\r\n  lastAssessmentDate: CustomDate\r\n  riskStatusobj: RiskStatusobjEnum\r\n  currentWorkflowStatus: String\r\n  riskAcceptance: Boolean\r\n  riskAvoidance: Boolean\r\n  riskReduction: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskInsurance: Boolean\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4324 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  controlCode: String\r\n  controlLevel: ControlLevelEnum\r\n  controlNature: ControlNatureEnum\r\n  controlExecutionMethod: ControlExecutionMethodEnum\r\n  controlStatus: ControlStatusEnum\r\n  testingFrequency: TestingFrequencyEnum\r\n  testingMethod: TestingMethodEnum\r\n  testingPopulationSize: CustomInt\r\n  executionMode: ExecutionModeEnum\r\n  testingSampleSize: CustomInt\r\n  testingProcedure: String\r\n  executionProcedure: String\r\n  controlKey: Boolean\r\n  controlFrequency: ControlFrequencyEnum\r\n  customFrequency: String\r\n  controlObjective: String\r\n  controlExecutionValueIC: ControlExecutionValueICEnum\r\n  operationalCost: String\r\n  controlDesignIC: ControlDesignICEnum\r\n  controlEffectivenessIC: ControlEffectivenessICEnum\r\n  controlLevelIC: ControlLevelICEnum\r\n  controlDesignERM: ControlDesignERMEnum\r\n  controlEfficiencyERM: ControlEfficiencyERMEnum\r\n  controlLevelERM: ControlLevelERMEnum\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4325 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4326 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4327 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  requirementNature: RequirementNatureEnum\r\n  priority: PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: CustomDate\r\n  lastAssessmentDate: CustomDate\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4328 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4329 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  detailedTask: String\r\n  description: String\r\n  workPaperDefaultSampleSize: CustomInt\r\n  lastAssessmentDate: CustomDate\r\n  workPaperSampleSize: CustomInt\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4330 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  notes: String\r\n  textAnswer: String\r\n  description: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4331 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  detailedTask: String\r\n  description: String\r\n  workPaperDefaultSampleSize: CustomInt\r\n  lastAssessmentDate: CustomDate\r\n  workPaperSampleSize: CustomInt\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4332 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  notes: String\r\n  textAnswer: String\r\n  description: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4333 {\r\n  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 _defaultActionElement4334 {\r\n  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 _defaultActionElement4335 {\r\n  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 _defaultActionElement4336 {\r\n  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 _defaultActionElement4337 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  beginDate: CustomDate\r\n  activityEndDate: CustomDate\r\n  estimatedWorkloadHours: CustomFloat\r\n  description: String\r\n  activityStatus: ActivityStatusEnum\r\n  activityEffectiveWorkloadHours: CustomFloat\r\n  offline: OfflineEnum\r\n  computedActivityEffectiveWorkloadHours: CustomFloat\r\n  currentOfflineUpdateDate: CustomDate\r\n  previousOfflineUpdateDate: CustomDate\r\n  currentOnlineUpdateDate: CustomDate\r\n  previousOnlineUpdateDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4338 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  completed: Boolean\r\n  description: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4339 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  specific: Boolean\r\n  delegationAllowed: DelegationAllowedEnum\r\n  titleText: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4340 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  specific: Boolean\r\n  delegationAllowed: DelegationAllowedEnum\r\n  titleText: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4341 {\r\n  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 _defaultActionElement4342 {\r\n  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 _defaultActionElement4343 {\r\n  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 _defaultActionElement4344 {\r\n  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 _defaultActionElement4345 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  beginDate: CustomDate\r\n  activityEndDate: CustomDate\r\n  estimatedWorkloadHours: CustomFloat\r\n  description: String\r\n  activityStatus: ActivityStatusEnum\r\n  activityEffectiveWorkloadHours: CustomFloat\r\n  offline: OfflineEnum\r\n  computedActivityEffectiveWorkloadHours: CustomFloat\r\n  currentOfflineUpdateDate: CustomDate\r\n  previousOfflineUpdateDate: CustomDate\r\n  currentOnlineUpdateDate: CustomDate\r\n  previousOnlineUpdateDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4346 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  completed: Boolean\r\n  description: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4347 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  specific: Boolean\r\n  delegationAllowed: DelegationAllowedEnum\r\n  titleText: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4348 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  specific: Boolean\r\n  delegationAllowed: DelegationAllowedEnum\r\n  titleText: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4349 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  actionProgress: ActionProgressEnum\r\n  deliverablesact: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  statusact: StatusactEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4350 {\r\n  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 _defaultActionElement4351 {\r\n  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 _defaultActionElement4352 {\r\n  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 _defaultActionElement4353 {\r\n  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 _defaultActionElement4354 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  beginDate: CustomDate\r\n  activityEndDate: CustomDate\r\n  estimatedWorkloadHours: CustomFloat\r\n  description: String\r\n  activityStatus: ActivityStatusEnum\r\n  activityEffectiveWorkloadHours: CustomFloat\r\n  offline: OfflineEnum\r\n  computedActivityEffectiveWorkloadHours: CustomFloat\r\n  currentOfflineUpdateDate: CustomDate\r\n  previousOfflineUpdateDate: CustomDate\r\n  currentOnlineUpdateDate: CustomDate\r\n  previousOnlineUpdateDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4355 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4356 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4357 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4358 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4359 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4360 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4361 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4362 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  totalWeekHours: CustomInt\r\n  mondayHours: CustomInt\r\n  tuesdayHours: CustomInt\r\n  wednesdayHours: CustomInt\r\n  thursdayHours: CustomInt\r\n  fridayHours: CustomInt\r\n  saturdayHours: CustomInt\r\n  sundayHours: CustomInt\r\n  budgetedHours: CustomInt\r\n  actualHours: CustomInt\r\n  remainingHours: CustomInt\r\n  timeSheetEnteredDate: CustomDate\r\n  timeSheetBeginDate: CustomDate\r\n  timeSheetBeginWeek: CustomInt\r\n  timeSheetBeginMonth: CustomInt\r\n  timeSheetBeginYear: CustomInt\r\n  timeSheetEndDate: CustomDate\r\n  timeSheetEndWeek: CustomInt\r\n  timeSheetEndMonth: CustomInt\r\n  timeSheetEndYear: CustomInt\r\n  timeSheetMondayDate: CustomDate\r\n  timeSheetTuesdayDate: CustomDate\r\n  timeSheetWednesdayDate: CustomDate\r\n  timeSheetThursdayDate: CustomDate\r\n  timeSheetFridayDate: CustomDate\r\n  timeSheetSaturdayDate: CustomDate\r\n  timeSheetSundayDate: CustomDate\r\n  totalMondayHours: CustomInt\r\n  totalTuesdayHours: CustomInt\r\n  totalWednesdayHours: CustomInt\r\n  totalThursdayHours: CustomInt\r\n  totalFridayHours: CustomInt\r\n  totalSaturdayHours: CustomInt\r\n  totalSundayHours: CustomInt\r\n  timeSheetStatus: TimeSheetStatusEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4363 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4364 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  skillLevel: String\r\n  skillLevelCode: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4365 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  currentAuditPlan: Boolean\r\n  planStatus: PlanStatusEnum\r\n  planNature: PlanNatureEnum\r\n  planBeginDate: CustomDate\r\n  planEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4366 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4367 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4368 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4369 {\r\n  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  controlDesignERM: ControlDesignERMEnum\r\n  controlEffectivenessERM: ControlEffectivenessERMEnum\r\n  riskIdentificationMode: RiskIdentificationModeEnum\r\n  keyRisk: Boolean\r\n  targetRiskERM: TargetRiskERMEnum\r\n  netRiskERM: NetRiskERMEnum\r\n  impactERM: ImpactERMEnum\r\n  likelihoodERM: LikelihoodERMEnum\r\n  inherentRiskERM: InherentRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  controlLevelERM: ControlLevelERMEnum\r\n  riskComment: String\r\n  lastAssessmentDate: CustomDate\r\n  riskStatusobj: RiskStatusobjEnum\r\n  currentWorkflowStatus: String\r\n  riskAcceptance: Boolean\r\n  riskAvoidance: Boolean\r\n  riskReduction: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskInsurance: Boolean\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4370 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  requirementNature: RequirementNatureEnum\r\n  priority: PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: CustomDate\r\n  lastAssessmentDate: CustomDate\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4371 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  actionProgress: ActionProgressEnum\r\n  deliverablesact: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  statusact: StatusactEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4372 {\r\n  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 _defaultActionElement4373 {\r\n  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 _defaultActionElement4374 {\r\n  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 _defaultActionElement4375 {\r\n  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 _defaultActionElement4376 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  beginDate: CustomDate\r\n  activityEndDate: CustomDate\r\n  estimatedWorkloadHours: CustomFloat\r\n  description: String\r\n  activityStatus: ActivityStatusEnum\r\n  activityEffectiveWorkloadHours: CustomFloat\r\n  offline: OfflineEnum\r\n  computedActivityEffectiveWorkloadHours: CustomFloat\r\n  currentOfflineUpdateDate: CustomDate\r\n  previousOfflineUpdateDate: CustomDate\r\n  currentOnlineUpdateDate: CustomDate\r\n  previousOnlineUpdateDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4377 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4378 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4379 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4380 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4381 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4382 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4383 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4384 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  totalWeekHours: CustomInt\r\n  mondayHours: CustomInt\r\n  tuesdayHours: CustomInt\r\n  wednesdayHours: CustomInt\r\n  thursdayHours: CustomInt\r\n  fridayHours: CustomInt\r\n  saturdayHours: CustomInt\r\n  sundayHours: CustomInt\r\n  budgetedHours: CustomInt\r\n  actualHours: CustomInt\r\n  remainingHours: CustomInt\r\n  timeSheetEnteredDate: CustomDate\r\n  timeSheetBeginDate: CustomDate\r\n  timeSheetBeginWeek: CustomInt\r\n  timeSheetBeginMonth: CustomInt\r\n  timeSheetBeginYear: CustomInt\r\n  timeSheetEndDate: CustomDate\r\n  timeSheetEndWeek: CustomInt\r\n  timeSheetEndMonth: CustomInt\r\n  timeSheetEndYear: CustomInt\r\n  timeSheetMondayDate: CustomDate\r\n  timeSheetTuesdayDate: CustomDate\r\n  timeSheetWednesdayDate: CustomDate\r\n  timeSheetThursdayDate: CustomDate\r\n  timeSheetFridayDate: CustomDate\r\n  timeSheetSaturdayDate: CustomDate\r\n  timeSheetSundayDate: CustomDate\r\n  totalMondayHours: CustomInt\r\n  totalTuesdayHours: CustomInt\r\n  totalWednesdayHours: CustomInt\r\n  totalThursdayHours: CustomInt\r\n  totalFridayHours: CustomInt\r\n  totalSaturdayHours: CustomInt\r\n  totalSundayHours: CustomInt\r\n  timeSheetStatus: TimeSheetStatusEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4385 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4386 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  skillLevel: String\r\n  skillLevelCode: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4387 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  currentAuditPlan: Boolean\r\n  planStatus: PlanStatusEnum\r\n  planNature: PlanNatureEnum\r\n  planBeginDate: CustomDate\r\n  planEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4388 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4389 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4390 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4391 {\r\n  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  controlDesignERM: ControlDesignERMEnum\r\n  controlEffectivenessERM: ControlEffectivenessERMEnum\r\n  riskIdentificationMode: RiskIdentificationModeEnum\r\n  keyRisk: Boolean\r\n  targetRiskERM: TargetRiskERMEnum\r\n  netRiskERM: NetRiskERMEnum\r\n  impactERM: ImpactERMEnum\r\n  likelihoodERM: LikelihoodERMEnum\r\n  inherentRiskERM: InherentRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  controlLevelERM: ControlLevelERMEnum\r\n  riskComment: String\r\n  lastAssessmentDate: CustomDate\r\n  riskStatusobj: RiskStatusobjEnum\r\n  currentWorkflowStatus: String\r\n  riskAcceptance: Boolean\r\n  riskAvoidance: Boolean\r\n  riskReduction: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskInsurance: Boolean\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4392 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  requirementNature: RequirementNatureEnum\r\n  priority: PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: CustomDate\r\n  lastAssessmentDate: CustomDate\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4393 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4394 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4395 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4396 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  beginDate: CustomDate\r\n  activityEndDate: CustomDate\r\n  estimatedWorkloadHours: CustomFloat\r\n  description: String\r\n  activityStatus: ActivityStatusEnum\r\n  activityEffectiveWorkloadHours: CustomFloat\r\n  offline: OfflineEnum\r\n  computedActivityEffectiveWorkloadHours: CustomFloat\r\n  currentOfflineUpdateDate: CustomDate\r\n  previousOfflineUpdateDate: CustomDate\r\n  currentOnlineUpdateDate: CustomDate\r\n  previousOnlineUpdateDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4397 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4398 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4399 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4400 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4401 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4402 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  beginDate: CustomDate\r\n  activityEndDate: CustomDate\r\n  estimatedWorkloadHours: CustomFloat\r\n  description: String\r\n  activityStatus: ActivityStatusEnum\r\n  activityEffectiveWorkloadHours: CustomFloat\r\n  offline: OfflineEnum\r\n  computedActivityEffectiveWorkloadHours: CustomFloat\r\n  currentOfflineUpdateDate: CustomDate\r\n  previousOfflineUpdateDate: CustomDate\r\n  currentOnlineUpdateDate: CustomDate\r\n  previousOnlineUpdateDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4403 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4404 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4405 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4406 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4407 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  findingType: FindingTypeEnum\r\n  causalAnalysis: String\r\n  detailedDescription: String\r\n  description: String\r\n  findingImpact: FindingImpactEnum\r\n  complianceTestType: ComplianceTestTypeEnum\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4408 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  detailedTask: String\r\n  description: String\r\n  workPaperDefaultSampleSize: CustomInt\r\n  lastAssessmentDate: CustomDate\r\n  workPaperSampleSize: CustomInt\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4409 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4410 {\r\n  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  controlDesignERM: ControlDesignERMEnum\r\n  controlEffectivenessERM: ControlEffectivenessERMEnum\r\n  riskIdentificationMode: RiskIdentificationModeEnum\r\n  keyRisk: Boolean\r\n  targetRiskERM: TargetRiskERMEnum\r\n  netRiskERM: NetRiskERMEnum\r\n  impactERM: ImpactERMEnum\r\n  likelihoodERM: LikelihoodERMEnum\r\n  inherentRiskERM: InherentRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  controlLevelERM: ControlLevelERMEnum\r\n  riskComment: String\r\n  lastAssessmentDate: CustomDate\r\n  riskStatusobj: RiskStatusobjEnum\r\n  currentWorkflowStatus: String\r\n  riskAcceptance: Boolean\r\n  riskAvoidance: Boolean\r\n  riskReduction: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskInsurance: Boolean\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4411 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4412 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4413 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4414 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4415 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4416 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  findingType: FindingTypeEnum\r\n  causalAnalysis: String\r\n  detailedDescription: String\r\n  description: String\r\n  findingImpact: FindingImpactEnum\r\n  complianceTestType: ComplianceTestTypeEnum\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4417 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  detailedTask: String\r\n  description: String\r\n  workPaperDefaultSampleSize: CustomInt\r\n  lastAssessmentDate: CustomDate\r\n  workPaperSampleSize: CustomInt\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4418 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4419 {\r\n  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  controlDesignERM: ControlDesignERMEnum\r\n  controlEffectivenessERM: ControlEffectivenessERMEnum\r\n  riskIdentificationMode: RiskIdentificationModeEnum\r\n  keyRisk: Boolean\r\n  targetRiskERM: TargetRiskERMEnum\r\n  netRiskERM: NetRiskERMEnum\r\n  impactERM: ImpactERMEnum\r\n  likelihoodERM: LikelihoodERMEnum\r\n  inherentRiskERM: InherentRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  controlLevelERM: ControlLevelERMEnum\r\n  riskComment: String\r\n  lastAssessmentDate: CustomDate\r\n  riskStatusobj: RiskStatusobjEnum\r\n  currentWorkflowStatus: String\r\n  riskAcceptance: Boolean\r\n  riskAvoidance: Boolean\r\n  riskReduction: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskInsurance: Boolean\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4420 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4421 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4422 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4423 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  completed: Boolean\r\n  description: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4424 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  weighting: CustomInt\r\n  deficient: Boolean\r\n  selected: Boolean\r\n  description: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4425 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  completed: Boolean\r\n  description: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4426 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  weighting: CustomInt\r\n  deficient: Boolean\r\n  selected: Boolean\r\n  description: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4427 {\r\n  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 _defaultActionElement4428 {\r\n  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 _defaultActionElement4429 {\r\n  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 _defaultActionElement4430 {\r\n  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 _defaultActionElement4431 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  findingType: FindingTypeEnum\r\n  causalAnalysis: String\r\n  detailedDescription: String\r\n  description: String\r\n  findingImpact: FindingImpactEnum\r\n  complianceTestType: ComplianceTestTypeEnum\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4432 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4433 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4434 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4435 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  actionProgress: ActionProgressEnum\r\n  deliverablesact: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  statusact: StatusactEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4436 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4437 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  progressDate: CustomDate\r\n  progressEvaluation: ProgressEvaluationEnum\r\n  progressUpdatePercentage: CustomInt\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4438 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4439 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4440 {\r\n  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  controlDesignERM: ControlDesignERMEnum\r\n  controlEffectivenessERM: ControlEffectivenessERMEnum\r\n  riskIdentificationMode: RiskIdentificationModeEnum\r\n  keyRisk: Boolean\r\n  targetRiskERM: TargetRiskERMEnum\r\n  netRiskERM: NetRiskERMEnum\r\n  impactERM: ImpactERMEnum\r\n  likelihoodERM: LikelihoodERMEnum\r\n  inherentRiskERM: InherentRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  controlLevelERM: ControlLevelERMEnum\r\n  riskComment: String\r\n  lastAssessmentDate: CustomDate\r\n  riskStatusobj: RiskStatusobjEnum\r\n  currentWorkflowStatus: String\r\n  riskAcceptance: Boolean\r\n  riskAvoidance: Boolean\r\n  riskReduction: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskInsurance: Boolean\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4441 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4442 {\r\n  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 _defaultActionElement4443 {\r\n  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 _defaultActionElement4444 {\r\n  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 _defaultActionElement4445 {\r\n  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 _defaultActionElement4446 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  findingType: FindingTypeEnum\r\n  causalAnalysis: String\r\n  detailedDescription: String\r\n  description: String\r\n  findingImpact: FindingImpactEnum\r\n  complianceTestType: ComplianceTestTypeEnum\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4447 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4448 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4449 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4450 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  actionProgress: ActionProgressEnum\r\n  deliverablesact: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  statusact: StatusactEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4451 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4452 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  progressDate: CustomDate\r\n  progressEvaluation: ProgressEvaluationEnum\r\n  progressUpdatePercentage: CustomInt\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4453 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4454 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4455 {\r\n  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  controlDesignERM: ControlDesignERMEnum\r\n  controlEffectivenessERM: ControlEffectivenessERMEnum\r\n  riskIdentificationMode: RiskIdentificationModeEnum\r\n  keyRisk: Boolean\r\n  targetRiskERM: TargetRiskERMEnum\r\n  netRiskERM: NetRiskERMEnum\r\n  impactERM: ImpactERMEnum\r\n  likelihoodERM: LikelihoodERMEnum\r\n  inherentRiskERM: InherentRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  controlLevelERM: ControlLevelERMEnum\r\n  riskComment: String\r\n  lastAssessmentDate: CustomDate\r\n  riskStatusobj: RiskStatusobjEnum\r\n  currentWorkflowStatus: String\r\n  riskAcceptance: Boolean\r\n  riskAvoidance: Boolean\r\n  riskReduction: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskInsurance: Boolean\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4456 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4457 {\r\n  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 _defaultActionElement4458 {\r\n  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 _defaultActionElement4459 {\r\n  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 _defaultActionElement4460 {\r\n  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 _defaultActionElement4461 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  beginDate: CustomDate\r\n  activityEndDate: CustomDate\r\n  estimatedWorkloadHours: CustomFloat\r\n  description: String\r\n  activityStatus: ActivityStatusEnum\r\n  activityEffectiveWorkloadHours: CustomFloat\r\n  offline: OfflineEnum\r\n  computedActivityEffectiveWorkloadHours: CustomFloat\r\n  currentOfflineUpdateDate: CustomDate\r\n  previousOfflineUpdateDate: CustomDate\r\n  currentOnlineUpdateDate: CustomDate\r\n  previousOnlineUpdateDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4462 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4463 {\r\n  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  controlDesignERM: ControlDesignERMEnum\r\n  controlEffectivenessERM: ControlEffectivenessERMEnum\r\n  riskIdentificationMode: RiskIdentificationModeEnum\r\n  keyRisk: Boolean\r\n  targetRiskERM: TargetRiskERMEnum\r\n  netRiskERM: NetRiskERMEnum\r\n  impactERM: ImpactERMEnum\r\n  likelihoodERM: LikelihoodERMEnum\r\n  inherentRiskERM: InherentRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  controlLevelERM: ControlLevelERMEnum\r\n  riskComment: String\r\n  lastAssessmentDate: CustomDate\r\n  riskStatusobj: RiskStatusobjEnum\r\n  currentWorkflowStatus: String\r\n  riskAcceptance: Boolean\r\n  riskAvoidance: Boolean\r\n  riskReduction: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskInsurance: Boolean\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4464 {\r\n  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 _defaultActionElement4465 {\r\n  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 _defaultActionElement4466 {\r\n  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 _defaultActionElement4467 {\r\n  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 _defaultActionElement4468 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  beginDate: CustomDate\r\n  activityEndDate: CustomDate\r\n  estimatedWorkloadHours: CustomFloat\r\n  description: String\r\n  activityStatus: ActivityStatusEnum\r\n  activityEffectiveWorkloadHours: CustomFloat\r\n  offline: OfflineEnum\r\n  computedActivityEffectiveWorkloadHours: CustomFloat\r\n  currentOfflineUpdateDate: CustomDate\r\n  previousOfflineUpdateDate: CustomDate\r\n  currentOnlineUpdateDate: CustomDate\r\n  previousOnlineUpdateDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4469 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4470 {\r\n  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  controlDesignERM: ControlDesignERMEnum\r\n  controlEffectivenessERM: ControlEffectivenessERMEnum\r\n  riskIdentificationMode: RiskIdentificationModeEnum\r\n  keyRisk: Boolean\r\n  targetRiskERM: TargetRiskERMEnum\r\n  netRiskERM: NetRiskERMEnum\r\n  impactERM: ImpactERMEnum\r\n  likelihoodERM: LikelihoodERMEnum\r\n  inherentRiskERM: InherentRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  controlLevelERM: ControlLevelERMEnum\r\n  riskComment: String\r\n  lastAssessmentDate: CustomDate\r\n  riskStatusobj: RiskStatusobjEnum\r\n  currentWorkflowStatus: String\r\n  riskAcceptance: Boolean\r\n  riskAvoidance: Boolean\r\n  riskReduction: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskInsurance: Boolean\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4471 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  notes: String\r\n  textAnswer: String\r\n  description: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4472 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  notes: String\r\n  textAnswer: String\r\n  description: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4473 {\r\n  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 _defaultActionElement4474 {\r\n  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 _defaultActionElement4475 {\r\n  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 _defaultActionElement4476 {\r\n  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 _defaultActionElement4477 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4478 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4479 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4480 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  actionProgress: ActionProgressEnum\r\n  deliverablesact: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  statusact: StatusactEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4481 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  progressDate: CustomDate\r\n  progressEvaluation: ProgressEvaluationEnum\r\n  progressUpdatePercentage: CustomInt\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4482 {\r\n  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 _defaultActionElement4483 {\r\n  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 _defaultActionElement4484 {\r\n  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 _defaultActionElement4485 {\r\n  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 _defaultActionElement4486 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4487 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4488 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4489 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  actionProgress: ActionProgressEnum\r\n  deliverablesact: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  statusact: StatusactEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4490 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  progressDate: CustomDate\r\n  progressEvaluation: ProgressEvaluationEnum\r\n  progressUpdatePercentage: CustomInt\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4491 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4492 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  successful: SuccessfulEnum\r\n  realCost: CustomFloat\r\n  forecastCost: CustomFloat\r\n  forecastCostManDays: CustomInt\r\n  realCostManDays: CustomInt\r\n  actionPlanCategory: ActionPlanCategoryEnum\r\n  actionPlanStatus: ActionPlanStatusEnum\r\n  means: String\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  actionPlanOrigin: ActionPlanOriginEnum\r\n  keySuccessFactor: String\r\n  successfullComments: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  actionPlanPriority: ActionPlanPriorityEnum\r\n  delay: DelayEnum\r\n  currentWorkflowStatus: String\r\n  actionPlanNature: ActionPlanNatureEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4493 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4494 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  successful: SuccessfulEnum\r\n  realCost: CustomFloat\r\n  forecastCost: CustomFloat\r\n  forecastCostManDays: CustomInt\r\n  realCostManDays: CustomInt\r\n  actionPlanCategory: ActionPlanCategoryEnum\r\n  actionPlanStatus: ActionPlanStatusEnum\r\n  means: String\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  actionPlanOrigin: ActionPlanOriginEnum\r\n  keySuccessFactor: String\r\n  successfullComments: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  actionPlanPriority: ActionPlanPriorityEnum\r\n  delay: DelayEnum\r\n  currentWorkflowStatus: String\r\n  actionPlanNature: ActionPlanNatureEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4495 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  vacationStatus: VacationStatusEnum\r\n  vacationType: VacationTypeEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4496 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4497 {\r\n  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  controlDesignERM: ControlDesignERMEnum\r\n  controlEffectivenessERM: ControlEffectivenessERMEnum\r\n  riskIdentificationMode: RiskIdentificationModeEnum\r\n  keyRisk: Boolean\r\n  targetRiskERM: TargetRiskERMEnum\r\n  netRiskERM: NetRiskERMEnum\r\n  impactERM: ImpactERMEnum\r\n  likelihoodERM: LikelihoodERMEnum\r\n  inherentRiskERM: InherentRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  controlLevelERM: ControlLevelERMEnum\r\n  riskComment: String\r\n  lastAssessmentDate: CustomDate\r\n  riskStatusobj: RiskStatusobjEnum\r\n  currentWorkflowStatus: String\r\n  riskAcceptance: Boolean\r\n  riskAvoidance: Boolean\r\n  riskReduction: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskInsurance: Boolean\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4498 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4499 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4500 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4501 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  vacationStatus: VacationStatusEnum\r\n  vacationType: VacationTypeEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4502 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4503 {\r\n  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  controlDesignERM: ControlDesignERMEnum\r\n  controlEffectivenessERM: ControlEffectivenessERMEnum\r\n  riskIdentificationMode: RiskIdentificationModeEnum\r\n  keyRisk: Boolean\r\n  targetRiskERM: TargetRiskERMEnum\r\n  netRiskERM: NetRiskERMEnum\r\n  impactERM: ImpactERMEnum\r\n  likelihoodERM: LikelihoodERMEnum\r\n  inherentRiskERM: InherentRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  controlLevelERM: ControlLevelERMEnum\r\n  riskComment: String\r\n  lastAssessmentDate: CustomDate\r\n  riskStatusobj: RiskStatusobjEnum\r\n  currentWorkflowStatus: String\r\n  riskAcceptance: Boolean\r\n  riskAvoidance: Boolean\r\n  riskReduction: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskInsurance: Boolean\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4504 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4505 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4506 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4507 {\r\n  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 _defaultActionElement4508 {\r\n  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 _defaultActionElement4509 {\r\n  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 _defaultActionElement4510 {\r\n  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 _defaultActionElement4511 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  skillLevel: String\r\n  skillLevelCode: String\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4512 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  skillLevel: String\r\n  skillLevelCode: String\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4513 {\r\n  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 _defaultActionElement4514 {\r\n  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 _defaultActionElement4515 {\r\n  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 _defaultActionElement4516 {\r\n  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 _defaultActionElement4517 {\r\n  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 _defaultActionElement4518 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  skillLevel: String\r\n  skillLevelCode: String\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4519 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  skillLevel: String\r\n  skillLevelCode: String\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4520 {\r\n  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 _defaultActionElement4521 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  questionType: QuestionTypeEnum\r\n  mandatoryElement: MandatoryElementEnum\r\n  delegationAllowed: DelegationAllowedEnum\r\n  titleText: String\r\n  minimumNumberOfAnswers: CustomInt\r\n  maximumNumberOfAnswers: CustomInt\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4522 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  questionType: QuestionTypeEnum\r\n  mandatoryElement: MandatoryElementEnum\r\n  delegationAllowed: DelegationAllowedEnum\r\n  titleText: String\r\n  minimumNumberOfAnswers: CustomInt\r\n  maximumNumberOfAnswers: CustomInt\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4523 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  internalValue: String\r\n  abbreviation: String\r\n  rGBColor: CustomInt\r\n  answerValue: CustomFloat\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4524 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  questionType: QuestionTypeEnum\r\n  mandatoryElement: MandatoryElementEnum\r\n  delegationAllowed: DelegationAllowedEnum\r\n  titleText: String\r\n  minimumNumberOfAnswers: CustomInt\r\n  maximumNumberOfAnswers: CustomInt\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4525 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  internalValue: String\r\n  abbreviation: String\r\n  rGBColor: CustomInt\r\n  answerValue: CustomFloat\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4526 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  questionType: QuestionTypeEnum\r\n  mandatoryElement: MandatoryElementEnum\r\n  delegationAllowed: DelegationAllowedEnum\r\n  titleText: String\r\n  minimumNumberOfAnswers: CustomInt\r\n  maximumNumberOfAnswers: CustomInt\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4527 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4528 {\r\n  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 _defaultActionElement4529 {\r\n  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 _defaultActionElement4530 {\r\n  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 _defaultActionElement4531 {\r\n  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 _defaultActionElement4532 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4533 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  successful: SuccessfulEnum\r\n  realCost: CustomFloat\r\n  forecastCost: CustomFloat\r\n  forecastCostManDays: CustomInt\r\n  realCostManDays: CustomInt\r\n  actionPlanCategory: ActionPlanCategoryEnum\r\n  actionPlanStatus: ActionPlanStatusEnum\r\n  means: String\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  actionPlanOrigin: ActionPlanOriginEnum\r\n  keySuccessFactor: String\r\n  successfullComments: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  actionPlanPriority: ActionPlanPriorityEnum\r\n  delay: DelayEnum\r\n  currentWorkflowStatus: String\r\n  actionPlanNature: ActionPlanNatureEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4534 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4535 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4536 {\r\n  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 _defaultActionElement4537 {\r\n  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 _defaultActionElement4538 {\r\n  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 _defaultActionElement4539 {\r\n  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 _defaultActionElement4540 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4541 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  successful: SuccessfulEnum\r\n  realCost: CustomFloat\r\n  forecastCost: CustomFloat\r\n  forecastCostManDays: CustomInt\r\n  realCostManDays: CustomInt\r\n  actionPlanCategory: ActionPlanCategoryEnum\r\n  actionPlanStatus: ActionPlanStatusEnum\r\n  means: String\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  actionPlanOrigin: ActionPlanOriginEnum\r\n  keySuccessFactor: String\r\n  successfullComments: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  actionPlanPriority: ActionPlanPriorityEnum\r\n  delay: DelayEnum\r\n  currentWorkflowStatus: String\r\n  actionPlanNature: ActionPlanNatureEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4542 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4543 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4544 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  totalWeekHours: CustomInt\r\n  mondayHours: CustomInt\r\n  tuesdayHours: CustomInt\r\n  wednesdayHours: CustomInt\r\n  thursdayHours: CustomInt\r\n  fridayHours: CustomInt\r\n  saturdayHours: CustomInt\r\n  sundayHours: CustomInt\r\n  budgetedHours: CustomInt\r\n  actualHours: CustomInt\r\n  remainingHours: CustomInt\r\n  timeSheetEnteredDate: CustomDate\r\n  timeSheetBeginDate: CustomDate\r\n  timeSheetBeginWeek: CustomInt\r\n  timeSheetBeginMonth: CustomInt\r\n  timeSheetBeginYear: CustomInt\r\n  timeSheetEndDate: CustomDate\r\n  timeSheetEndWeek: CustomInt\r\n  timeSheetEndMonth: CustomInt\r\n  timeSheetEndYear: CustomInt\r\n  timeSheetMondayDate: CustomDate\r\n  timeSheetTuesdayDate: CustomDate\r\n  timeSheetWednesdayDate: CustomDate\r\n  timeSheetThursdayDate: CustomDate\r\n  timeSheetFridayDate: CustomDate\r\n  timeSheetSaturdayDate: CustomDate\r\n  timeSheetSundayDate: CustomDate\r\n  totalMondayHours: CustomInt\r\n  totalTuesdayHours: CustomInt\r\n  totalWednesdayHours: CustomInt\r\n  totalThursdayHours: CustomInt\r\n  totalFridayHours: CustomInt\r\n  totalSaturdayHours: CustomInt\r\n  totalSundayHours: CustomInt\r\n  timeSheetStatus: TimeSheetStatusEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4545 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  currentAuditPlan: Boolean\r\n  planStatus: PlanStatusEnum\r\n  planNature: PlanNatureEnum\r\n  planBeginDate: CustomDate\r\n  planEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4546 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4547 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  totalWeekHours: CustomInt\r\n  mondayHours: CustomInt\r\n  tuesdayHours: CustomInt\r\n  wednesdayHours: CustomInt\r\n  thursdayHours: CustomInt\r\n  fridayHours: CustomInt\r\n  saturdayHours: CustomInt\r\n  sundayHours: CustomInt\r\n  budgetedHours: CustomInt\r\n  actualHours: CustomInt\r\n  remainingHours: CustomInt\r\n  timeSheetEnteredDate: CustomDate\r\n  timeSheetBeginDate: CustomDate\r\n  timeSheetBeginWeek: CustomInt\r\n  timeSheetBeginMonth: CustomInt\r\n  timeSheetBeginYear: CustomInt\r\n  timeSheetEndDate: CustomDate\r\n  timeSheetEndWeek: CustomInt\r\n  timeSheetEndMonth: CustomInt\r\n  timeSheetEndYear: CustomInt\r\n  timeSheetMondayDate: CustomDate\r\n  timeSheetTuesdayDate: CustomDate\r\n  timeSheetWednesdayDate: CustomDate\r\n  timeSheetThursdayDate: CustomDate\r\n  timeSheetFridayDate: CustomDate\r\n  timeSheetSaturdayDate: CustomDate\r\n  timeSheetSundayDate: CustomDate\r\n  totalMondayHours: CustomInt\r\n  totalTuesdayHours: CustomInt\r\n  totalWednesdayHours: CustomInt\r\n  totalThursdayHours: CustomInt\r\n  totalFridayHours: CustomInt\r\n  totalSaturdayHours: CustomInt\r\n  totalSundayHours: CustomInt\r\n  timeSheetStatus: TimeSheetStatusEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4548 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  currentAuditPlan: Boolean\r\n  planStatus: PlanStatusEnum\r\n  planNature: PlanNatureEnum\r\n  planBeginDate: CustomDate\r\n  planEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4549 {\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  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4550 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  totalWeekHours: CustomInt\r\n  mondayHours: CustomInt\r\n  tuesdayHours: CustomInt\r\n  wednesdayHours: CustomInt\r\n  thursdayHours: CustomInt\r\n  fridayHours: CustomInt\r\n  saturdayHours: CustomInt\r\n  sundayHours: CustomInt\r\n  budgetedHours: CustomInt\r\n  actualHours: CustomInt\r\n  remainingHours: CustomInt\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4551 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  totalWeekHours: CustomInt\r\n  mondayHours: CustomInt\r\n  tuesdayHours: CustomInt\r\n  wednesdayHours: CustomInt\r\n  thursdayHours: CustomInt\r\n  fridayHours: CustomInt\r\n  saturdayHours: CustomInt\r\n  sundayHours: CustomInt\r\n  budgetedHours: CustomInt\r\n  actualHours: CustomInt\r\n  remainingHours: CustomInt\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  vacationStatus: VacationStatusEnum\r\n  vacationType: VacationTypeEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4552 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  timeSheetEnteredDate: CustomDate\r\n  timeSheetBeginDate: CustomDate\r\n  timeSheetBeginWeek: CustomInt\r\n  timeSheetBeginMonth: CustomInt\r\n  timeSheetBeginYear: CustomInt\r\n  timeSheetEndDate: CustomDate\r\n  timeSheetEndWeek: CustomInt\r\n  timeSheetEndMonth: CustomInt\r\n  timeSheetEndYear: CustomInt\r\n  timeSheetMondayDate: CustomDate\r\n  timeSheetTuesdayDate: CustomDate\r\n  timeSheetWednesdayDate: CustomDate\r\n  timeSheetThursdayDate: CustomDate\r\n  timeSheetFridayDate: CustomDate\r\n  timeSheetSaturdayDate: CustomDate\r\n  timeSheetSundayDate: CustomDate\r\n  totalMondayHours: CustomInt\r\n  totalTuesdayHours: CustomInt\r\n  totalWednesdayHours: CustomInt\r\n  totalThursdayHours: CustomInt\r\n  totalFridayHours: CustomInt\r\n  totalSaturdayHours: CustomInt\r\n  totalSundayHours: CustomInt\r\n  timeSheetStatus: TimeSheetStatusEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4553 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  timeSheetEnteredDate: CustomDate\r\n  timeSheetBeginDate: CustomDate\r\n  timeSheetBeginWeek: CustomInt\r\n  timeSheetBeginMonth: CustomInt\r\n  timeSheetBeginYear: CustomInt\r\n  timeSheetEndDate: CustomDate\r\n  timeSheetEndWeek: CustomInt\r\n  timeSheetEndMonth: CustomInt\r\n  timeSheetEndYear: CustomInt\r\n  timeSheetMondayDate: CustomDate\r\n  timeSheetTuesdayDate: CustomDate\r\n  timeSheetWednesdayDate: CustomDate\r\n  timeSheetThursdayDate: CustomDate\r\n  timeSheetFridayDate: CustomDate\r\n  timeSheetSaturdayDate: CustomDate\r\n  timeSheetSundayDate: CustomDate\r\n  totalMondayHours: CustomInt\r\n  totalTuesdayHours: CustomInt\r\n  totalWednesdayHours: CustomInt\r\n  totalThursdayHours: CustomInt\r\n  totalFridayHours: CustomInt\r\n  totalSaturdayHours: CustomInt\r\n  totalSundayHours: CustomInt\r\n  timeSheetStatus: TimeSheetStatusEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4554 {\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  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4555 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  totalWeekHours: CustomInt\r\n  mondayHours: CustomInt\r\n  tuesdayHours: CustomInt\r\n  wednesdayHours: CustomInt\r\n  thursdayHours: CustomInt\r\n  fridayHours: CustomInt\r\n  saturdayHours: CustomInt\r\n  sundayHours: CustomInt\r\n  budgetedHours: CustomInt\r\n  actualHours: CustomInt\r\n  remainingHours: CustomInt\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4556 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  totalWeekHours: CustomInt\r\n  mondayHours: CustomInt\r\n  tuesdayHours: CustomInt\r\n  wednesdayHours: CustomInt\r\n  thursdayHours: CustomInt\r\n  fridayHours: CustomInt\r\n  saturdayHours: CustomInt\r\n  sundayHours: CustomInt\r\n  budgetedHours: CustomInt\r\n  actualHours: CustomInt\r\n  remainingHours: CustomInt\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  vacationStatus: VacationStatusEnum\r\n  vacationType: VacationTypeEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4557 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  timeSheetEnteredDate: CustomDate\r\n  timeSheetBeginDate: CustomDate\r\n  timeSheetBeginWeek: CustomInt\r\n  timeSheetBeginMonth: CustomInt\r\n  timeSheetBeginYear: CustomInt\r\n  timeSheetEndDate: CustomDate\r\n  timeSheetEndWeek: CustomInt\r\n  timeSheetEndMonth: CustomInt\r\n  timeSheetEndYear: CustomInt\r\n  timeSheetMondayDate: CustomDate\r\n  timeSheetTuesdayDate: CustomDate\r\n  timeSheetWednesdayDate: CustomDate\r\n  timeSheetThursdayDate: CustomDate\r\n  timeSheetFridayDate: CustomDate\r\n  timeSheetSaturdayDate: CustomDate\r\n  timeSheetSundayDate: CustomDate\r\n  totalMondayHours: CustomInt\r\n  totalTuesdayHours: CustomInt\r\n  totalWednesdayHours: CustomInt\r\n  totalThursdayHours: CustomInt\r\n  totalFridayHours: CustomInt\r\n  totalSaturdayHours: CustomInt\r\n  totalSundayHours: CustomInt\r\n  timeSheetStatus: TimeSheetStatusEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4558 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  timeSheetEnteredDate: CustomDate\r\n  timeSheetBeginDate: CustomDate\r\n  timeSheetBeginWeek: CustomInt\r\n  timeSheetBeginMonth: CustomInt\r\n  timeSheetBeginYear: CustomInt\r\n  timeSheetEndDate: CustomDate\r\n  timeSheetEndWeek: CustomInt\r\n  timeSheetEndMonth: CustomInt\r\n  timeSheetEndYear: CustomInt\r\n  timeSheetMondayDate: CustomDate\r\n  timeSheetTuesdayDate: CustomDate\r\n  timeSheetWednesdayDate: CustomDate\r\n  timeSheetThursdayDate: CustomDate\r\n  timeSheetFridayDate: CustomDate\r\n  timeSheetSaturdayDate: CustomDate\r\n  timeSheetSundayDate: CustomDate\r\n  totalMondayHours: CustomInt\r\n  totalTuesdayHours: CustomInt\r\n  totalWednesdayHours: CustomInt\r\n  totalThursdayHours: CustomInt\r\n  totalFridayHours: CustomInt\r\n  totalSaturdayHours: CustomInt\r\n  totalSundayHours: CustomInt\r\n  timeSheetStatus: TimeSheetStatusEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4559 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  questionType: QuestionTypeEnum\r\n  mandatoryElement: MandatoryElementEnum\r\n  delegationAllowed: DelegationAllowedEnum\r\n  titleText: String\r\n  minimumNumberOfAnswers: CustomInt\r\n  maximumNumberOfAnswers: CustomInt\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4560 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  questionType: QuestionTypeEnum\r\n  mandatoryElement: MandatoryElementEnum\r\n  delegationAllowed: DelegationAllowedEnum\r\n  titleText: String\r\n  minimumNumberOfAnswers: CustomInt\r\n  maximumNumberOfAnswers: CustomInt\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4561 {\r\n  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 _defaultActionElement4562 {\r\n  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 _defaultActionElement4563 {\r\n  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 _defaultActionElement4564 {\r\n  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 _defaultActionElement4565 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  specific: Boolean\r\n  delegationAllowed: DelegationAllowedEnum\r\n  titleText: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4566 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  controlCode: String\r\n  controlLevel: ControlLevelEnum\r\n  controlNature: ControlNatureEnum\r\n  controlExecutionMethod: ControlExecutionMethodEnum\r\n  controlStatus: ControlStatusEnum\r\n  testingFrequency: TestingFrequencyEnum\r\n  testingMethod: TestingMethodEnum\r\n  testingPopulationSize: CustomInt\r\n  executionMode: ExecutionModeEnum\r\n  testingSampleSize: CustomInt\r\n  testingProcedure: String\r\n  executionProcedure: String\r\n  controlKey: Boolean\r\n  controlFrequency: ControlFrequencyEnum\r\n  customFrequency: String\r\n  controlObjective: String\r\n  controlExecutionValueIC: ControlExecutionValueICEnum\r\n  operationalCost: String\r\n  controlDesignIC: ControlDesignICEnum\r\n  controlEffectivenessIC: ControlEffectivenessICEnum\r\n  controlLevelIC: ControlLevelICEnum\r\n  controlDesignERM: ControlDesignERMEnum\r\n  controlEfficiencyERM: ControlEfficiencyERMEnum\r\n  controlLevelERM: ControlLevelERMEnum\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4567 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  beginDate: CustomDate\r\n  activityEndDate: CustomDate\r\n  estimatedWorkloadHours: CustomFloat\r\n  description: String\r\n  activityStatus: ActivityStatusEnum\r\n  activityEffectiveWorkloadHours: CustomFloat\r\n  offline: OfflineEnum\r\n  computedActivityEffectiveWorkloadHours: CustomFloat\r\n  currentOfflineUpdateDate: CustomDate\r\n  previousOfflineUpdateDate: CustomDate\r\n  currentOnlineUpdateDate: CustomDate\r\n  previousOnlineUpdateDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4568 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  findingType: FindingTypeEnum\r\n  causalAnalysis: String\r\n  detailedDescription: String\r\n  description: String\r\n  findingImpact: FindingImpactEnum\r\n  complianceTestType: ComplianceTestTypeEnum\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4569 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  currentAuditPlan: Boolean\r\n  planStatus: PlanStatusEnum\r\n  planNature: PlanNatureEnum\r\n  planBeginDate: CustomDate\r\n  planEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4570 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4571 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4572 {\r\n  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 _defaultActionElement4573 {\r\n  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 _defaultActionElement4574 {\r\n  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 _defaultActionElement4575 {\r\n  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 _defaultActionElement4576 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  specific: Boolean\r\n  delegationAllowed: DelegationAllowedEnum\r\n  titleText: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4577 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  controlCode: String\r\n  controlLevel: ControlLevelEnum\r\n  controlNature: ControlNatureEnum\r\n  controlExecutionMethod: ControlExecutionMethodEnum\r\n  controlStatus: ControlStatusEnum\r\n  testingFrequency: TestingFrequencyEnum\r\n  testingMethod: TestingMethodEnum\r\n  testingPopulationSize: CustomInt\r\n  executionMode: ExecutionModeEnum\r\n  testingSampleSize: CustomInt\r\n  testingProcedure: String\r\n  executionProcedure: String\r\n  controlKey: Boolean\r\n  controlFrequency: ControlFrequencyEnum\r\n  customFrequency: String\r\n  controlObjective: String\r\n  controlExecutionValueIC: ControlExecutionValueICEnum\r\n  operationalCost: String\r\n  controlDesignIC: ControlDesignICEnum\r\n  controlEffectivenessIC: ControlEffectivenessICEnum\r\n  controlLevelIC: ControlLevelICEnum\r\n  controlDesignERM: ControlDesignERMEnum\r\n  controlEfficiencyERM: ControlEfficiencyERMEnum\r\n  controlLevelERM: ControlLevelERMEnum\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4578 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  beginDate: CustomDate\r\n  activityEndDate: CustomDate\r\n  estimatedWorkloadHours: CustomFloat\r\n  description: String\r\n  activityStatus: ActivityStatusEnum\r\n  activityEffectiveWorkloadHours: CustomFloat\r\n  offline: OfflineEnum\r\n  computedActivityEffectiveWorkloadHours: CustomFloat\r\n  currentOfflineUpdateDate: CustomDate\r\n  previousOfflineUpdateDate: CustomDate\r\n  currentOnlineUpdateDate: CustomDate\r\n  previousOnlineUpdateDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4579 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  findingType: FindingTypeEnum\r\n  causalAnalysis: String\r\n  detailedDescription: String\r\n  description: String\r\n  findingImpact: FindingImpactEnum\r\n  complianceTestType: ComplianceTestTypeEnum\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4580 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  currentAuditPlan: Boolean\r\n  planStatus: PlanStatusEnum\r\n  planNature: PlanNatureEnum\r\n  planBeginDate: CustomDate\r\n  planEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4581 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4582 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4583 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  detailedTask: String\r\n  description: String\r\n  workPaperDefaultSampleSize: CustomInt\r\n  lastAssessmentDate: CustomDate\r\n  workPaperSampleSize: CustomInt\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4584 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4585 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4586 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  findingType: FindingTypeEnum\r\n  causalAnalysis: String\r\n  detailedDescription: String\r\n  description: String\r\n  findingImpact: FindingImpactEnum\r\n  complianceTestType: ComplianceTestTypeEnum\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4587 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  successful: SuccessfulEnum\r\n  realCost: CustomFloat\r\n  forecastCost: CustomFloat\r\n  forecastCostManDays: CustomInt\r\n  realCostManDays: CustomInt\r\n  actionPlanCategory: ActionPlanCategoryEnum\r\n  actionPlanStatus: ActionPlanStatusEnum\r\n  means: String\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  actionPlanOrigin: ActionPlanOriginEnum\r\n  keySuccessFactor: String\r\n  successfullComments: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  actionPlanPriority: ActionPlanPriorityEnum\r\n  delay: DelayEnum\r\n  currentWorkflowStatus: String\r\n  actionPlanNature: ActionPlanNatureEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4588 {\r\n  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 _defaultActionElement4589 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  actionProgress: ActionProgressEnum\r\n  deliverablesact: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  statusact: StatusactEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4590 {\r\n  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  controlDesignERM: ControlDesignERMEnum\r\n  controlEffectivenessERM: ControlEffectivenessERMEnum\r\n  riskIdentificationMode: RiskIdentificationModeEnum\r\n  keyRisk: Boolean\r\n  targetRiskERM: TargetRiskERMEnum\r\n  netRiskERM: NetRiskERMEnum\r\n  impactERM: ImpactERMEnum\r\n  likelihoodERM: LikelihoodERMEnum\r\n  inherentRiskERM: InherentRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  controlLevelERM: ControlLevelERMEnum\r\n  riskComment: String\r\n  lastAssessmentDate: CustomDate\r\n  riskStatusobj: RiskStatusobjEnum\r\n  currentWorkflowStatus: String\r\n  riskAcceptance: Boolean\r\n  riskAvoidance: Boolean\r\n  riskReduction: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskInsurance: Boolean\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4591 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  controlCode: String\r\n  controlLevel: ControlLevelEnum\r\n  controlNature: ControlNatureEnum\r\n  controlExecutionMethod: ControlExecutionMethodEnum\r\n  controlStatus: ControlStatusEnum\r\n  testingFrequency: TestingFrequencyEnum\r\n  testingMethod: TestingMethodEnum\r\n  testingPopulationSize: CustomInt\r\n  executionMode: ExecutionModeEnum\r\n  testingSampleSize: CustomInt\r\n  testingProcedure: String\r\n  executionProcedure: String\r\n  controlKey: Boolean\r\n  controlFrequency: ControlFrequencyEnum\r\n  customFrequency: String\r\n  controlObjective: String\r\n  controlExecutionValueIC: ControlExecutionValueICEnum\r\n  operationalCost: String\r\n  controlDesignIC: ControlDesignICEnum\r\n  controlEffectivenessIC: ControlEffectivenessICEnum\r\n  controlLevelIC: ControlLevelICEnum\r\n  controlDesignERM: ControlDesignERMEnum\r\n  controlEfficiencyERM: ControlEfficiencyERMEnum\r\n  controlLevelERM: ControlLevelERMEnum\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4592 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4593 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4594 {\r\n  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 _defaultActionElement4595 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  requirementNature: RequirementNatureEnum\r\n  priority: PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: CustomDate\r\n  lastAssessmentDate: CustomDate\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4596 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4597 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  detailedTask: String\r\n  description: String\r\n  workPaperDefaultSampleSize: CustomInt\r\n  lastAssessmentDate: CustomDate\r\n  workPaperSampleSize: CustomInt\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4598 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4599 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4600 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  findingType: FindingTypeEnum\r\n  causalAnalysis: String\r\n  detailedDescription: String\r\n  description: String\r\n  findingImpact: FindingImpactEnum\r\n  complianceTestType: ComplianceTestTypeEnum\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4601 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  successful: SuccessfulEnum\r\n  realCost: CustomFloat\r\n  forecastCost: CustomFloat\r\n  forecastCostManDays: CustomInt\r\n  realCostManDays: CustomInt\r\n  actionPlanCategory: ActionPlanCategoryEnum\r\n  actionPlanStatus: ActionPlanStatusEnum\r\n  means: String\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  actionPlanOrigin: ActionPlanOriginEnum\r\n  keySuccessFactor: String\r\n  successfullComments: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  actionPlanPriority: ActionPlanPriorityEnum\r\n  delay: DelayEnum\r\n  currentWorkflowStatus: String\r\n  actionPlanNature: ActionPlanNatureEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4602 {\r\n  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 _defaultActionElement4603 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  actionProgress: ActionProgressEnum\r\n  deliverablesact: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  statusact: StatusactEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4604 {\r\n  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  controlDesignERM: ControlDesignERMEnum\r\n  controlEffectivenessERM: ControlEffectivenessERMEnum\r\n  riskIdentificationMode: RiskIdentificationModeEnum\r\n  keyRisk: Boolean\r\n  targetRiskERM: TargetRiskERMEnum\r\n  netRiskERM: NetRiskERMEnum\r\n  impactERM: ImpactERMEnum\r\n  likelihoodERM: LikelihoodERMEnum\r\n  inherentRiskERM: InherentRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  controlLevelERM: ControlLevelERMEnum\r\n  riskComment: String\r\n  lastAssessmentDate: CustomDate\r\n  riskStatusobj: RiskStatusobjEnum\r\n  currentWorkflowStatus: String\r\n  riskAcceptance: Boolean\r\n  riskAvoidance: Boolean\r\n  riskReduction: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskInsurance: Boolean\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4605 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  controlCode: String\r\n  controlLevel: ControlLevelEnum\r\n  controlNature: ControlNatureEnum\r\n  controlExecutionMethod: ControlExecutionMethodEnum\r\n  controlStatus: ControlStatusEnum\r\n  testingFrequency: TestingFrequencyEnum\r\n  testingMethod: TestingMethodEnum\r\n  testingPopulationSize: CustomInt\r\n  executionMode: ExecutionModeEnum\r\n  testingSampleSize: CustomInt\r\n  testingProcedure: String\r\n  executionProcedure: String\r\n  controlKey: Boolean\r\n  controlFrequency: ControlFrequencyEnum\r\n  customFrequency: String\r\n  controlObjective: String\r\n  controlExecutionValueIC: ControlExecutionValueICEnum\r\n  operationalCost: String\r\n  controlDesignIC: ControlDesignICEnum\r\n  controlEffectivenessIC: ControlEffectivenessICEnum\r\n  controlLevelIC: ControlLevelICEnum\r\n  controlDesignERM: ControlDesignERMEnum\r\n  controlEfficiencyERM: ControlEfficiencyERMEnum\r\n  controlLevelERM: ControlLevelERMEnum\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4606 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4607 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4608 {\r\n  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 _defaultActionElement4609 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  requirementNature: RequirementNatureEnum\r\n  priority: PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: CustomDate\r\n  lastAssessmentDate: CustomDate\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4610 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4611 {\r\n  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 _defaultActionElement4612 {\r\n  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 _defaultActionElement4613 {\r\n  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 _defaultActionElement4614 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  detailedTask: String\r\n  description: String\r\n  workPaperDefaultSampleSize: CustomInt\r\n  lastAssessmentDate: CustomDate\r\n  workPaperSampleSize: CustomInt\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4615 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4616 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4617 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  findingType: FindingTypeEnum\r\n  causalAnalysis: String\r\n  detailedDescription: String\r\n  description: String\r\n  findingImpact: FindingImpactEnum\r\n  complianceTestType: ComplianceTestTypeEnum\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4618 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  successful: SuccessfulEnum\r\n  realCost: CustomFloat\r\n  forecastCost: CustomFloat\r\n  forecastCostManDays: CustomInt\r\n  realCostManDays: CustomInt\r\n  actionPlanCategory: ActionPlanCategoryEnum\r\n  actionPlanStatus: ActionPlanStatusEnum\r\n  means: String\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  actionPlanOrigin: ActionPlanOriginEnum\r\n  keySuccessFactor: String\r\n  successfullComments: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  actionPlanPriority: ActionPlanPriorityEnum\r\n  delay: DelayEnum\r\n  currentWorkflowStatus: String\r\n  actionPlanNature: ActionPlanNatureEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4619 {\r\n  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 _defaultActionElement4620 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  actionProgress: ActionProgressEnum\r\n  deliverablesact: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  statusact: StatusactEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4621 {\r\n  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  controlDesignERM: ControlDesignERMEnum\r\n  controlEffectivenessERM: ControlEffectivenessERMEnum\r\n  riskIdentificationMode: RiskIdentificationModeEnum\r\n  keyRisk: Boolean\r\n  targetRiskERM: TargetRiskERMEnum\r\n  netRiskERM: NetRiskERMEnum\r\n  impactERM: ImpactERMEnum\r\n  likelihoodERM: LikelihoodERMEnum\r\n  inherentRiskERM: InherentRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  controlLevelERM: ControlLevelERMEnum\r\n  riskComment: String\r\n  lastAssessmentDate: CustomDate\r\n  riskStatusobj: RiskStatusobjEnum\r\n  currentWorkflowStatus: String\r\n  riskAcceptance: Boolean\r\n  riskAvoidance: Boolean\r\n  riskReduction: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskInsurance: Boolean\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4622 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  controlCode: String\r\n  controlLevel: ControlLevelEnum\r\n  controlNature: ControlNatureEnum\r\n  controlExecutionMethod: ControlExecutionMethodEnum\r\n  controlStatus: ControlStatusEnum\r\n  testingFrequency: TestingFrequencyEnum\r\n  testingMethod: TestingMethodEnum\r\n  testingPopulationSize: CustomInt\r\n  executionMode: ExecutionModeEnum\r\n  testingSampleSize: CustomInt\r\n  testingProcedure: String\r\n  executionProcedure: String\r\n  controlKey: Boolean\r\n  controlFrequency: ControlFrequencyEnum\r\n  customFrequency: String\r\n  controlObjective: String\r\n  controlExecutionValueIC: ControlExecutionValueICEnum\r\n  operationalCost: String\r\n  controlDesignIC: ControlDesignICEnum\r\n  controlEffectivenessIC: ControlEffectivenessICEnum\r\n  controlLevelIC: ControlLevelICEnum\r\n  controlDesignERM: ControlDesignERMEnum\r\n  controlEfficiencyERM: ControlEfficiencyERMEnum\r\n  controlLevelERM: ControlLevelERMEnum\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4623 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4624 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4625 {\r\n  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 _defaultActionElement4626 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  requirementNature: RequirementNatureEnum\r\n  priority: PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: CustomDate\r\n  lastAssessmentDate: CustomDate\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4627 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4628 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  detailedTask: String\r\n  description: String\r\n  workPaperDefaultSampleSize: CustomInt\r\n  lastAssessmentDate: CustomDate\r\n  workPaperSampleSize: CustomInt\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4629 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4630 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4631 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  findingType: FindingTypeEnum\r\n  causalAnalysis: String\r\n  detailedDescription: String\r\n  description: String\r\n  findingImpact: FindingImpactEnum\r\n  complianceTestType: ComplianceTestTypeEnum\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4632 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  successful: SuccessfulEnum\r\n  realCost: CustomFloat\r\n  forecastCost: CustomFloat\r\n  forecastCostManDays: CustomInt\r\n  realCostManDays: CustomInt\r\n  actionPlanCategory: ActionPlanCategoryEnum\r\n  actionPlanStatus: ActionPlanStatusEnum\r\n  means: String\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  actionPlanOrigin: ActionPlanOriginEnum\r\n  keySuccessFactor: String\r\n  successfullComments: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  actionPlanPriority: ActionPlanPriorityEnum\r\n  delay: DelayEnum\r\n  currentWorkflowStatus: String\r\n  actionPlanNature: ActionPlanNatureEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4633 {\r\n  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 _defaultActionElement4634 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  actionProgress: ActionProgressEnum\r\n  deliverablesact: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  statusact: StatusactEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4635 {\r\n  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  controlDesignERM: ControlDesignERMEnum\r\n  controlEffectivenessERM: ControlEffectivenessERMEnum\r\n  riskIdentificationMode: RiskIdentificationModeEnum\r\n  keyRisk: Boolean\r\n  targetRiskERM: TargetRiskERMEnum\r\n  netRiskERM: NetRiskERMEnum\r\n  impactERM: ImpactERMEnum\r\n  likelihoodERM: LikelihoodERMEnum\r\n  inherentRiskERM: InherentRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  controlLevelERM: ControlLevelERMEnum\r\n  riskComment: String\r\n  lastAssessmentDate: CustomDate\r\n  riskStatusobj: RiskStatusobjEnum\r\n  currentWorkflowStatus: String\r\n  riskAcceptance: Boolean\r\n  riskAvoidance: Boolean\r\n  riskReduction: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskInsurance: Boolean\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4636 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  controlCode: String\r\n  controlLevel: ControlLevelEnum\r\n  controlNature: ControlNatureEnum\r\n  controlExecutionMethod: ControlExecutionMethodEnum\r\n  controlStatus: ControlStatusEnum\r\n  testingFrequency: TestingFrequencyEnum\r\n  testingMethod: TestingMethodEnum\r\n  testingPopulationSize: CustomInt\r\n  executionMode: ExecutionModeEnum\r\n  testingSampleSize: CustomInt\r\n  testingProcedure: String\r\n  executionProcedure: String\r\n  controlKey: Boolean\r\n  controlFrequency: ControlFrequencyEnum\r\n  customFrequency: String\r\n  controlObjective: String\r\n  controlExecutionValueIC: ControlExecutionValueICEnum\r\n  operationalCost: String\r\n  controlDesignIC: ControlDesignICEnum\r\n  controlEffectivenessIC: ControlEffectivenessICEnum\r\n  controlLevelIC: ControlLevelICEnum\r\n  controlDesignERM: ControlDesignERMEnum\r\n  controlEfficiencyERM: ControlEfficiencyERMEnum\r\n  controlLevelERM: ControlLevelERMEnum\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4637 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4638 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4639 {\r\n  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 _defaultActionElement4640 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  requirementNature: RequirementNatureEnum\r\n  priority: PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: CustomDate\r\n  lastAssessmentDate: CustomDate\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4641 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4642 {\r\n  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 _defaultActionElement4643 {\r\n  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 _defaultActionElement4644 {\r\n  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 _defaultActionElement4645 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  valueDataType: ValueDataTypeEnum\r\n  mandatoryElement: MandatoryElementEnum\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  linkAnsweredObject: String\r\n  titleText: String\r\n  answerComment: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4646 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  valueDataType: ValueDataTypeEnum\r\n  mandatoryElement: MandatoryElementEnum\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  linkAnsweredObject: String\r\n  titleText: String\r\n  answerComment: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4647 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  detailedTask: String\r\n  description: String\r\n  workPaperDefaultSampleSize: CustomInt\r\n  lastAssessmentDate: CustomDate\r\n  workPaperSampleSize: CustomInt\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4648 {\r\n  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  controlDesignERM: ControlDesignERMEnum\r\n  controlEffectivenessERM: ControlEffectivenessERMEnum\r\n  riskIdentificationMode: RiskIdentificationModeEnum\r\n  keyRisk: Boolean\r\n  targetRiskERM: TargetRiskERMEnum\r\n  netRiskERM: NetRiskERMEnum\r\n  impactERM: ImpactERMEnum\r\n  likelihoodERM: LikelihoodERMEnum\r\n  inherentRiskERM: InherentRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  controlLevelERM: ControlLevelERMEnum\r\n  riskComment: String\r\n  lastAssessmentDate: CustomDate\r\n  riskStatusobj: RiskStatusobjEnum\r\n  currentWorkflowStatus: String\r\n  riskAcceptance: Boolean\r\n  riskAvoidance: Boolean\r\n  riskReduction: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskInsurance: Boolean\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4649 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  controlCode: String\r\n  controlLevel: ControlLevelEnum\r\n  controlNature: ControlNatureEnum\r\n  controlExecutionMethod: ControlExecutionMethodEnum\r\n  controlStatus: ControlStatusEnum\r\n  testingFrequency: TestingFrequencyEnum\r\n  testingMethod: TestingMethodEnum\r\n  testingPopulationSize: CustomInt\r\n  executionMode: ExecutionModeEnum\r\n  testingSampleSize: CustomInt\r\n  testingProcedure: String\r\n  executionProcedure: String\r\n  controlKey: Boolean\r\n  controlFrequency: ControlFrequencyEnum\r\n  customFrequency: String\r\n  controlObjective: String\r\n  controlExecutionValueIC: ControlExecutionValueICEnum\r\n  operationalCost: String\r\n  controlDesignIC: ControlDesignICEnum\r\n  controlEffectivenessIC: ControlEffectivenessICEnum\r\n  controlLevelIC: ControlLevelICEnum\r\n  controlDesignERM: ControlDesignERMEnum\r\n  controlEfficiencyERM: ControlEfficiencyERMEnum\r\n  controlLevelERM: ControlLevelERMEnum\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4650 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4651 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4652 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  requirementNature: RequirementNatureEnum\r\n  priority: PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: CustomDate\r\n  lastAssessmentDate: CustomDate\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4653 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4654 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  detailedTask: String\r\n  description: String\r\n  workPaperDefaultSampleSize: CustomInt\r\n  lastAssessmentDate: CustomDate\r\n  workPaperSampleSize: CustomInt\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4655 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  questionType: QuestionTypeEnum\r\n  mandatoryElement: MandatoryElementEnum\r\n  delegationAllowed: DelegationAllowedEnum\r\n  titleText: String\r\n  minimumNumberOfAnswers: CustomInt\r\n  maximumNumberOfAnswers: CustomInt\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4656 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  detailedTask: String\r\n  description: String\r\n  workPaperDefaultSampleSize: CustomInt\r\n  lastAssessmentDate: CustomDate\r\n  workPaperSampleSize: CustomInt\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4657 {\r\n  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  controlDesignERM: ControlDesignERMEnum\r\n  controlEffectivenessERM: ControlEffectivenessERMEnum\r\n  riskIdentificationMode: RiskIdentificationModeEnum\r\n  keyRisk: Boolean\r\n  targetRiskERM: TargetRiskERMEnum\r\n  netRiskERM: NetRiskERMEnum\r\n  impactERM: ImpactERMEnum\r\n  likelihoodERM: LikelihoodERMEnum\r\n  inherentRiskERM: InherentRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  controlLevelERM: ControlLevelERMEnum\r\n  riskComment: String\r\n  lastAssessmentDate: CustomDate\r\n  riskStatusobj: RiskStatusobjEnum\r\n  currentWorkflowStatus: String\r\n  riskAcceptance: Boolean\r\n  riskAvoidance: Boolean\r\n  riskReduction: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskInsurance: Boolean\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4658 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  controlCode: String\r\n  controlLevel: ControlLevelEnum\r\n  controlNature: ControlNatureEnum\r\n  controlExecutionMethod: ControlExecutionMethodEnum\r\n  controlStatus: ControlStatusEnum\r\n  testingFrequency: TestingFrequencyEnum\r\n  testingMethod: TestingMethodEnum\r\n  testingPopulationSize: CustomInt\r\n  executionMode: ExecutionModeEnum\r\n  testingSampleSize: CustomInt\r\n  testingProcedure: String\r\n  executionProcedure: String\r\n  controlKey: Boolean\r\n  controlFrequency: ControlFrequencyEnum\r\n  customFrequency: String\r\n  controlObjective: String\r\n  controlExecutionValueIC: ControlExecutionValueICEnum\r\n  operationalCost: String\r\n  controlDesignIC: ControlDesignICEnum\r\n  controlEffectivenessIC: ControlEffectivenessICEnum\r\n  controlLevelIC: ControlLevelICEnum\r\n  controlDesignERM: ControlDesignERMEnum\r\n  controlEfficiencyERM: ControlEfficiencyERMEnum\r\n  controlLevelERM: ControlLevelERMEnum\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4659 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4660 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4661 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  requirementNature: RequirementNatureEnum\r\n  priority: PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: CustomDate\r\n  lastAssessmentDate: CustomDate\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4662 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4663 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  detailedTask: String\r\n  description: String\r\n  workPaperDefaultSampleSize: CustomInt\r\n  lastAssessmentDate: CustomDate\r\n  workPaperSampleSize: CustomInt\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4664 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  questionType: QuestionTypeEnum\r\n  mandatoryElement: MandatoryElementEnum\r\n  delegationAllowed: DelegationAllowedEnum\r\n  titleText: String\r\n  minimumNumberOfAnswers: CustomInt\r\n  maximumNumberOfAnswers: CustomInt\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4665 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  testExpression: String\r\n  logicalOperator: LogicalOperatorEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4666 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  specific: Boolean\r\n  delegationAllowed: DelegationAllowedEnum\r\n  titleText: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4667 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  valueDataType: ValueDataTypeEnum\r\n  mandatoryElement: MandatoryElementEnum\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  linkAnsweredObject: String\r\n  titleText: String\r\n  answerComment: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4668 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  valueDataType: ValueDataTypeEnum\r\n  mandatoryElement: MandatoryElementEnum\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  linkAnsweredObject: String\r\n  titleText: String\r\n  minimumNumberOfAnswers: CustomInt\r\n  maximumNumberOfAnswers: CustomInt\r\n  answerComment: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4669 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  testExpression: String\r\n  logicalOperator: LogicalOperatorEnum\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4670 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  specific: Boolean\r\n  delegationAllowed: DelegationAllowedEnum\r\n  titleText: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4671 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  valueDataType: ValueDataTypeEnum\r\n  mandatoryElement: MandatoryElementEnum\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  linkAnsweredObject: String\r\n  titleText: String\r\n  answerComment: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4672 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  valueDataType: ValueDataTypeEnum\r\n  mandatoryElement: MandatoryElementEnum\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  linkAnsweredObject: String\r\n  titleText: String\r\n  minimumNumberOfAnswers: CustomInt\r\n  maximumNumberOfAnswers: CustomInt\r\n  answerComment: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4673 {\r\n  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 _defaultActionElement4674 {\r\n  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 _defaultActionElement4675 {\r\n  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 _defaultActionElement4676 {\r\n  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 _defaultActionElement4677 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  specific: Boolean\r\n  delegationAllowed: DelegationAllowedEnum\r\n  titleText: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4678 {\r\n  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  controlDesignERM: ControlDesignERMEnum\r\n  controlEffectivenessERM: ControlEffectivenessERMEnum\r\n  riskIdentificationMode: RiskIdentificationModeEnum\r\n  keyRisk: Boolean\r\n  targetRiskERM: TargetRiskERMEnum\r\n  netRiskERM: NetRiskERMEnum\r\n  impactERM: ImpactERMEnum\r\n  likelihoodERM: LikelihoodERMEnum\r\n  inherentRiskERM: InherentRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  controlLevelERM: ControlLevelERMEnum\r\n  riskComment: String\r\n  lastAssessmentDate: CustomDate\r\n  riskStatusobj: RiskStatusobjEnum\r\n  currentWorkflowStatus: String\r\n  riskAcceptance: Boolean\r\n  riskAvoidance: Boolean\r\n  riskReduction: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskInsurance: Boolean\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4679 {\r\n  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 _defaultActionElement4680 {\r\n  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 _defaultActionElement4681 {\r\n  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 _defaultActionElement4682 {\r\n  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 _defaultActionElement4683 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  specific: Boolean\r\n  delegationAllowed: DelegationAllowedEnum\r\n  titleText: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4684 {\r\n  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  controlDesignERM: ControlDesignERMEnum\r\n  controlEffectivenessERM: ControlEffectivenessERMEnum\r\n  riskIdentificationMode: RiskIdentificationModeEnum\r\n  keyRisk: Boolean\r\n  targetRiskERM: TargetRiskERMEnum\r\n  netRiskERM: NetRiskERMEnum\r\n  impactERM: ImpactERMEnum\r\n  likelihoodERM: LikelihoodERMEnum\r\n  inherentRiskERM: InherentRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  controlLevelERM: ControlLevelERMEnum\r\n  riskComment: String\r\n  lastAssessmentDate: CustomDate\r\n  riskStatusobj: RiskStatusobjEnum\r\n  currentWorkflowStatus: String\r\n  riskAcceptance: Boolean\r\n  riskAvoidance: Boolean\r\n  riskReduction: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskInsurance: Boolean\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4685 {\r\n  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 _defaultActionElement4686 {\r\n  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 _defaultActionElement4687 {\r\n  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 _defaultActionElement4688 {\r\n  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 _defaultActionElement4689 {\r\n  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 _defaultActionElement4690 {\r\n  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 _defaultActionElement4691 {\r\n  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 _defaultActionElement4692 {\r\n  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 _defaultActionElement4693 {\r\n  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 _defaultActionElement4694 {\r\n  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 _defaultActionElement4695 {\r\n  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 _defaultActionElement4696 {\r\n  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 _defaultActionElement4697 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  detailedTask: String\r\n  description: String\r\n  workPaperDefaultSampleSize: CustomInt\r\n  lastAssessmentDate: CustomDate\r\n  workPaperSampleSize: CustomInt\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4698 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4699 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4700 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  findingType: FindingTypeEnum\r\n  causalAnalysis: String\r\n  detailedDescription: String\r\n  description: String\r\n  findingImpact: FindingImpactEnum\r\n  complianceTestType: ComplianceTestTypeEnum\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4701 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  successful: SuccessfulEnum\r\n  realCost: CustomFloat\r\n  forecastCost: CustomFloat\r\n  forecastCostManDays: CustomInt\r\n  realCostManDays: CustomInt\r\n  actionPlanCategory: ActionPlanCategoryEnum\r\n  actionPlanStatus: ActionPlanStatusEnum\r\n  means: String\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  actionPlanOrigin: ActionPlanOriginEnum\r\n  keySuccessFactor: String\r\n  successfullComments: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  actionPlanPriority: ActionPlanPriorityEnum\r\n  delay: DelayEnum\r\n  currentWorkflowStatus: String\r\n  actionPlanNature: ActionPlanNatureEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4702 {\r\n  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 _defaultActionElement4703 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  actionProgress: ActionProgressEnum\r\n  deliverablesact: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  statusact: StatusactEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4704 {\r\n  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  controlDesignERM: ControlDesignERMEnum\r\n  controlEffectivenessERM: ControlEffectivenessERMEnum\r\n  riskIdentificationMode: RiskIdentificationModeEnum\r\n  keyRisk: Boolean\r\n  targetRiskERM: TargetRiskERMEnum\r\n  netRiskERM: NetRiskERMEnum\r\n  impactERM: ImpactERMEnum\r\n  likelihoodERM: LikelihoodERMEnum\r\n  inherentRiskERM: InherentRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  controlLevelERM: ControlLevelERMEnum\r\n  riskComment: String\r\n  lastAssessmentDate: CustomDate\r\n  riskStatusobj: RiskStatusobjEnum\r\n  currentWorkflowStatus: String\r\n  riskAcceptance: Boolean\r\n  riskAvoidance: Boolean\r\n  riskReduction: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskInsurance: Boolean\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4705 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  controlCode: String\r\n  controlLevel: ControlLevelEnum\r\n  controlNature: ControlNatureEnum\r\n  controlExecutionMethod: ControlExecutionMethodEnum\r\n  controlStatus: ControlStatusEnum\r\n  testingFrequency: TestingFrequencyEnum\r\n  testingMethod: TestingMethodEnum\r\n  testingPopulationSize: CustomInt\r\n  executionMode: ExecutionModeEnum\r\n  testingSampleSize: CustomInt\r\n  testingProcedure: String\r\n  executionProcedure: String\r\n  controlKey: Boolean\r\n  controlFrequency: ControlFrequencyEnum\r\n  customFrequency: String\r\n  controlObjective: String\r\n  controlExecutionValueIC: ControlExecutionValueICEnum\r\n  operationalCost: String\r\n  controlDesignIC: ControlDesignICEnum\r\n  controlEffectivenessIC: ControlEffectivenessICEnum\r\n  controlLevelIC: ControlLevelICEnum\r\n  controlDesignERM: ControlDesignERMEnum\r\n  controlEfficiencyERM: ControlEfficiencyERMEnum\r\n  controlLevelERM: ControlLevelERMEnum\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4706 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4707 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4708 {\r\n  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 _defaultActionElement4709 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  requirementNature: RequirementNatureEnum\r\n  priority: PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: CustomDate\r\n  lastAssessmentDate: CustomDate\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4710 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4711 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  detailedTask: String\r\n  description: String\r\n  workPaperDefaultSampleSize: CustomInt\r\n  lastAssessmentDate: CustomDate\r\n  workPaperSampleSize: CustomInt\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4712 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4713 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4714 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  findingType: FindingTypeEnum\r\n  causalAnalysis: String\r\n  detailedDescription: String\r\n  description: String\r\n  findingImpact: FindingImpactEnum\r\n  complianceTestType: ComplianceTestTypeEnum\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4715 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  successful: SuccessfulEnum\r\n  realCost: CustomFloat\r\n  forecastCost: CustomFloat\r\n  forecastCostManDays: CustomInt\r\n  realCostManDays: CustomInt\r\n  actionPlanCategory: ActionPlanCategoryEnum\r\n  actionPlanStatus: ActionPlanStatusEnum\r\n  means: String\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  actionPlanOrigin: ActionPlanOriginEnum\r\n  keySuccessFactor: String\r\n  successfullComments: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  actionPlanPriority: ActionPlanPriorityEnum\r\n  delay: DelayEnum\r\n  currentWorkflowStatus: String\r\n  actionPlanNature: ActionPlanNatureEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4716 {\r\n  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 _defaultActionElement4717 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  actionProgress: ActionProgressEnum\r\n  deliverablesact: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  statusact: StatusactEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4718 {\r\n  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  controlDesignERM: ControlDesignERMEnum\r\n  controlEffectivenessERM: ControlEffectivenessERMEnum\r\n  riskIdentificationMode: RiskIdentificationModeEnum\r\n  keyRisk: Boolean\r\n  targetRiskERM: TargetRiskERMEnum\r\n  netRiskERM: NetRiskERMEnum\r\n  impactERM: ImpactERMEnum\r\n  likelihoodERM: LikelihoodERMEnum\r\n  inherentRiskERM: InherentRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  controlLevelERM: ControlLevelERMEnum\r\n  riskComment: String\r\n  lastAssessmentDate: CustomDate\r\n  riskStatusobj: RiskStatusobjEnum\r\n  currentWorkflowStatus: String\r\n  riskAcceptance: Boolean\r\n  riskAvoidance: Boolean\r\n  riskReduction: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskInsurance: Boolean\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4719 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  controlCode: String\r\n  controlLevel: ControlLevelEnum\r\n  controlNature: ControlNatureEnum\r\n  controlExecutionMethod: ControlExecutionMethodEnum\r\n  controlStatus: ControlStatusEnum\r\n  testingFrequency: TestingFrequencyEnum\r\n  testingMethod: TestingMethodEnum\r\n  testingPopulationSize: CustomInt\r\n  executionMode: ExecutionModeEnum\r\n  testingSampleSize: CustomInt\r\n  testingProcedure: String\r\n  executionProcedure: String\r\n  controlKey: Boolean\r\n  controlFrequency: ControlFrequencyEnum\r\n  customFrequency: String\r\n  controlObjective: String\r\n  controlExecutionValueIC: ControlExecutionValueICEnum\r\n  operationalCost: String\r\n  controlDesignIC: ControlDesignICEnum\r\n  controlEffectivenessIC: ControlEffectivenessICEnum\r\n  controlLevelIC: ControlLevelICEnum\r\n  controlDesignERM: ControlDesignERMEnum\r\n  controlEfficiencyERM: ControlEfficiencyERMEnum\r\n  controlLevelERM: ControlLevelERMEnum\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4720 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4721 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4722 {\r\n  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 _defaultActionElement4723 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  requirementNature: RequirementNatureEnum\r\n  priority: PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: CustomDate\r\n  lastAssessmentDate: CustomDate\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4724 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4725 {\r\n  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 _defaultActionElement4726 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  detailedTask: String\r\n  description: String\r\n  workPaperDefaultSampleSize: CustomInt\r\n  lastAssessmentDate: CustomDate\r\n  workPaperSampleSize: CustomInt\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4727 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4728 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4729 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  findingType: FindingTypeEnum\r\n  causalAnalysis: String\r\n  detailedDescription: String\r\n  description: String\r\n  findingImpact: FindingImpactEnum\r\n  complianceTestType: ComplianceTestTypeEnum\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4730 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  successful: SuccessfulEnum\r\n  realCost: CustomFloat\r\n  forecastCost: CustomFloat\r\n  forecastCostManDays: CustomInt\r\n  realCostManDays: CustomInt\r\n  actionPlanCategory: ActionPlanCategoryEnum\r\n  actionPlanStatus: ActionPlanStatusEnum\r\n  means: String\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  actionPlanOrigin: ActionPlanOriginEnum\r\n  keySuccessFactor: String\r\n  successfullComments: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  actionPlanPriority: ActionPlanPriorityEnum\r\n  delay: DelayEnum\r\n  currentWorkflowStatus: String\r\n  actionPlanNature: ActionPlanNatureEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4731 {\r\n  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 _defaultActionElement4732 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  actionProgress: ActionProgressEnum\r\n  deliverablesact: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  statusact: StatusactEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4733 {\r\n  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  controlDesignERM: ControlDesignERMEnum\r\n  controlEffectivenessERM: ControlEffectivenessERMEnum\r\n  riskIdentificationMode: RiskIdentificationModeEnum\r\n  keyRisk: Boolean\r\n  targetRiskERM: TargetRiskERMEnum\r\n  netRiskERM: NetRiskERMEnum\r\n  impactERM: ImpactERMEnum\r\n  likelihoodERM: LikelihoodERMEnum\r\n  inherentRiskERM: InherentRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  controlLevelERM: ControlLevelERMEnum\r\n  riskComment: String\r\n  lastAssessmentDate: CustomDate\r\n  riskStatusobj: RiskStatusobjEnum\r\n  currentWorkflowStatus: String\r\n  riskAcceptance: Boolean\r\n  riskAvoidance: Boolean\r\n  riskReduction: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskInsurance: Boolean\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4734 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  controlCode: String\r\n  controlLevel: ControlLevelEnum\r\n  controlNature: ControlNatureEnum\r\n  controlExecutionMethod: ControlExecutionMethodEnum\r\n  controlStatus: ControlStatusEnum\r\n  testingFrequency: TestingFrequencyEnum\r\n  testingMethod: TestingMethodEnum\r\n  testingPopulationSize: CustomInt\r\n  executionMode: ExecutionModeEnum\r\n  testingSampleSize: CustomInt\r\n  testingProcedure: String\r\n  executionProcedure: String\r\n  controlKey: Boolean\r\n  controlFrequency: ControlFrequencyEnum\r\n  customFrequency: String\r\n  controlObjective: String\r\n  controlExecutionValueIC: ControlExecutionValueICEnum\r\n  operationalCost: String\r\n  controlDesignIC: ControlDesignICEnum\r\n  controlEffectivenessIC: ControlEffectivenessICEnum\r\n  controlLevelIC: ControlLevelICEnum\r\n  controlDesignERM: ControlDesignERMEnum\r\n  controlEfficiencyERM: ControlEfficiencyERMEnum\r\n  controlLevelERM: ControlLevelERMEnum\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4735 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4736 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4737 {\r\n  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 _defaultActionElement4738 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  requirementNature: RequirementNatureEnum\r\n  priority: PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: CustomDate\r\n  lastAssessmentDate: CustomDate\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4739 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4740 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  detailedTask: String\r\n  description: String\r\n  workPaperDefaultSampleSize: CustomInt\r\n  lastAssessmentDate: CustomDate\r\n  workPaperSampleSize: CustomInt\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4741 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4742 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4743 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  findingType: FindingTypeEnum\r\n  causalAnalysis: String\r\n  detailedDescription: String\r\n  description: String\r\n  findingImpact: FindingImpactEnum\r\n  complianceTestType: ComplianceTestTypeEnum\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4744 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  successful: SuccessfulEnum\r\n  realCost: CustomFloat\r\n  forecastCost: CustomFloat\r\n  forecastCostManDays: CustomInt\r\n  realCostManDays: CustomInt\r\n  actionPlanCategory: ActionPlanCategoryEnum\r\n  actionPlanStatus: ActionPlanStatusEnum\r\n  means: String\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  actionPlanOrigin: ActionPlanOriginEnum\r\n  keySuccessFactor: String\r\n  successfullComments: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  actionPlanPriority: ActionPlanPriorityEnum\r\n  delay: DelayEnum\r\n  currentWorkflowStatus: String\r\n  actionPlanNature: ActionPlanNatureEnum\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4745 {\r\n  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 _defaultActionElement4746 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  actionProgress: ActionProgressEnum\r\n  deliverablesact: String\r\n  plannedBeginDate: CustomDate\r\n  plannedEndDate: CustomDate\r\n  realBeginDate: CustomDate\r\n  realEndDate: CustomDate\r\n  statusact: StatusactEnum\r\n  currentWorkflowStatus: String\r\n  name: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4747 {\r\n  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  controlDesignERM: ControlDesignERMEnum\r\n  controlEffectivenessERM: ControlEffectivenessERMEnum\r\n  riskIdentificationMode: RiskIdentificationModeEnum\r\n  keyRisk: Boolean\r\n  targetRiskERM: TargetRiskERMEnum\r\n  netRiskERM: NetRiskERMEnum\r\n  impactERM: ImpactERMEnum\r\n  likelihoodERM: LikelihoodERMEnum\r\n  inherentRiskERM: InherentRiskERMEnum\r\n  residualRiskComputingMode: String\r\n  controlLevelERM: ControlLevelERMEnum\r\n  riskComment: String\r\n  lastAssessmentDate: CustomDate\r\n  riskStatusobj: RiskStatusobjEnum\r\n  currentWorkflowStatus: String\r\n  riskAcceptance: Boolean\r\n  riskAvoidance: Boolean\r\n  riskReduction: Boolean\r\n  riskTransferSubcontractor: Boolean\r\n  riskInsurance: Boolean\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4748 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  controlCode: String\r\n  controlLevel: ControlLevelEnum\r\n  controlNature: ControlNatureEnum\r\n  controlExecutionMethod: ControlExecutionMethodEnum\r\n  controlStatus: ControlStatusEnum\r\n  testingFrequency: TestingFrequencyEnum\r\n  testingMethod: TestingMethodEnum\r\n  testingPopulationSize: CustomInt\r\n  executionMode: ExecutionModeEnum\r\n  testingSampleSize: CustomInt\r\n  testingProcedure: String\r\n  executionProcedure: String\r\n  controlKey: Boolean\r\n  controlFrequency: ControlFrequencyEnum\r\n  customFrequency: String\r\n  controlObjective: String\r\n  controlExecutionValueIC: ControlExecutionValueICEnum\r\n  operationalCost: String\r\n  controlDesignIC: ControlDesignICEnum\r\n  controlEffectivenessIC: ControlEffectivenessICEnum\r\n  controlLevelIC: ControlLevelICEnum\r\n  controlDesignERM: ControlDesignERMEnum\r\n  controlEfficiencyERM: ControlEfficiencyERMEnum\r\n  controlLevelERM: ControlLevelERMEnum\r\n  organizationalLevel: OrganizationalLevelEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4749 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4750 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4751 {\r\n  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 _defaultActionElement4752 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  requirementNature: RequirementNatureEnum\r\n  priority: PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: CustomDate\r\n  lastAssessmentDate: CustomDate\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4753 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4754 {\r\n  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 _defaultActionElement4755 {\r\n  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 _defaultActionElement4756 {\r\n  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 _defaultActionElement4757 {\r\n  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 _defaultActionElement4758 {\r\n  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 _defaultActionElement4759 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4760 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4761 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4762 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  specific: Boolean\r\n  delegationAllowed: DelegationAllowedEnum\r\n  titleText: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4763 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  beginDate: CustomDate\r\n  activityEndDate: CustomDate\r\n  estimatedWorkloadHours: CustomFloat\r\n  description: String\r\n  activityStatus: ActivityStatusEnum\r\n  activityEffectiveWorkloadHours: CustomFloat\r\n  offline: OfflineEnum\r\n  computedActivityEffectiveWorkloadHours: CustomFloat\r\n  currentOfflineUpdateDate: CustomDate\r\n  previousOfflineUpdateDate: CustomDate\r\n  currentOnlineUpdateDate: CustomDate\r\n  previousOnlineUpdateDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4764 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  dependency: DependencyEnum\r\n  personInCharge: Boolean\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4765 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  dependency: DependencyEnum\r\n  personInCharge: Boolean\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4766 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  currentAuditPlan: Boolean\r\n  planStatus: PlanStatusEnum\r\n  planNature: PlanNatureEnum\r\n  planBeginDate: CustomDate\r\n  planEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4767 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4768 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4769 {\r\n  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 _defaultActionElement4770 {\r\n  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 _defaultActionElement4771 {\r\n  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 _defaultActionElement4772 {\r\n  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 _defaultActionElement4773 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4774 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4775 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4776 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  specific: Boolean\r\n  delegationAllowed: DelegationAllowedEnum\r\n  titleText: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4777 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  beginDate: CustomDate\r\n  activityEndDate: CustomDate\r\n  estimatedWorkloadHours: CustomFloat\r\n  description: String\r\n  activityStatus: ActivityStatusEnum\r\n  activityEffectiveWorkloadHours: CustomFloat\r\n  offline: OfflineEnum\r\n  computedActivityEffectiveWorkloadHours: CustomFloat\r\n  currentOfflineUpdateDate: CustomDate\r\n  previousOfflineUpdateDate: CustomDate\r\n  currentOnlineUpdateDate: CustomDate\r\n  previousOnlineUpdateDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4778 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  dependency: DependencyEnum\r\n  personInCharge: Boolean\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4779 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  dependency: DependencyEnum\r\n  personInCharge: Boolean\r\n  name: String\r\n  internalExternal: InternalExternalEnum\r\n  orgUnitType: OrgUnitTypeEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  email: String\r\n  orgUnitActivity: OrgUnitActivityEnum\r\n  orgUnitCode: String\r\n  orgUnitLevel: OrgUnitLevelEnum\r\n  orgUnitStatus: OrgUnitStatusEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4780 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  currentAuditPlan: Boolean\r\n  planStatus: PlanStatusEnum\r\n  planNature: PlanNatureEnum\r\n  planBeginDate: CustomDate\r\n  planEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4781 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4782 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4783 {\r\n  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 _defaultActionElement4784 {\r\n  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 _defaultActionElement4785 {\r\n  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 _defaultActionElement4786 {\r\n  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 _defaultActionElement4787 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4788 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4789 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4790 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4791 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4792 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4793 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  specific: Boolean\r\n  delegationAllowed: DelegationAllowedEnum\r\n  titleText: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4794 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  beginDate: CustomDate\r\n  activityEndDate: CustomDate\r\n  estimatedWorkloadHours: CustomFloat\r\n  description: String\r\n  activityStatus: ActivityStatusEnum\r\n  activityEffectiveWorkloadHours: CustomFloat\r\n  offline: OfflineEnum\r\n  computedActivityEffectiveWorkloadHours: CustomFloat\r\n  currentOfflineUpdateDate: CustomDate\r\n  previousOfflineUpdateDate: CustomDate\r\n  currentOnlineUpdateDate: CustomDate\r\n  previousOnlineUpdateDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4795 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4796 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  currentAuditPlan: Boolean\r\n  planStatus: PlanStatusEnum\r\n  planNature: PlanNatureEnum\r\n  planBeginDate: CustomDate\r\n  planEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4797 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4798 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4799 {\r\n  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 _defaultActionElement4800 {\r\n  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 _defaultActionElement4801 {\r\n  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 _defaultActionElement4802 {\r\n  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 _defaultActionElement4803 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4804 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4805 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4806 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4807 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4808 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  organizationalProcessCode: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  executionBA: ExecutionBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  organizationalProcessStatus: OrganizationalProcessStatusEnum\r\n  lastAssessmentDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  taskType: TaskTypeEnum\r\n  inputLogic: InputLogicEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4809 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  specific: Boolean\r\n  delegationAllowed: DelegationAllowedEnum\r\n  titleText: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4810 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  beginDate: CustomDate\r\n  activityEndDate: CustomDate\r\n  estimatedWorkloadHours: CustomFloat\r\n  description: String\r\n  activityStatus: ActivityStatusEnum\r\n  activityEffectiveWorkloadHours: CustomFloat\r\n  offline: OfflineEnum\r\n  computedActivityEffectiveWorkloadHours: CustomFloat\r\n  currentOfflineUpdateDate: CustomDate\r\n  previousOfflineUpdateDate: CustomDate\r\n  currentOnlineUpdateDate: CustomDate\r\n  previousOnlineUpdateDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4811 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4812 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  currentAuditPlan: Boolean\r\n  planStatus: PlanStatusEnum\r\n  planNature: PlanNatureEnum\r\n  planBeginDate: CustomDate\r\n  planEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4813 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4814 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4815 {\r\n  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 _defaultActionElement4816 {\r\n  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 _defaultActionElement4817 {\r\n  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 _defaultActionElement4818 {\r\n  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 _defaultActionElement4819 {\r\n  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 _defaultActionElement4820 {\r\n  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 _defaultActionElement4821 {\r\n  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 _defaultActionElement4822 {\r\n  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 _defaultActionElement4823 {\r\n  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 _defaultActionElement4824 {\r\n  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 _defaultActionElement4825 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  requirementNature: RequirementNatureEnum\r\n  priority: PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: CustomDate\r\n  lastAssessmentDate: CustomDate\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4826 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  requirementNature: RequirementNatureEnum\r\n  priority: PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: CustomDate\r\n  lastAssessmentDate: CustomDate\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4827 {\r\n  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 _defaultActionElement4828 {\r\n  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 _defaultActionElement4829 {\r\n  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 _defaultActionElement4830 {\r\n  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 _defaultActionElement4831 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4832 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4833 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4834 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4835 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  specific: Boolean\r\n  delegationAllowed: DelegationAllowedEnum\r\n  titleText: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4836 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4837 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  requirementNature: RequirementNatureEnum\r\n  priority: PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: CustomDate\r\n  lastAssessmentDate: CustomDate\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4838 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  requirementNature: RequirementNatureEnum\r\n  priority: PriorityEnum\r\n  requirementCode: String\r\n  lastUpdate: CustomDate\r\n  lastAssessmentDate: CustomDate\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4839 {\r\n  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 _defaultActionElement4840 {\r\n  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 _defaultActionElement4841 {\r\n  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 _defaultActionElement4842 {\r\n  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 _defaultActionElement4843 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4844 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4845 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4846 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4847 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  specific: Boolean\r\n  delegationAllowed: DelegationAllowedEnum\r\n  titleText: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4848 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4849 {\r\n  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 _defaultActionElement4850 {\r\n  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 _defaultActionElement4851 {\r\n  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 _defaultActionElement4852 {\r\n  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 _defaultActionElement4853 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4854 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4855 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  specific: Boolean\r\n  delegationAllowed: DelegationAllowedEnum\r\n  titleText: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4856 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  beginDate: CustomDate\r\n  activityEndDate: CustomDate\r\n  estimatedWorkloadHours: CustomFloat\r\n  description: String\r\n  activityStatus: ActivityStatusEnum\r\n  activityEffectiveWorkloadHours: CustomFloat\r\n  offline: OfflineEnum\r\n  computedActivityEffectiveWorkloadHours: CustomFloat\r\n  currentOfflineUpdateDate: CustomDate\r\n  previousOfflineUpdateDate: CustomDate\r\n  currentOnlineUpdateDate: CustomDate\r\n  previousOnlineUpdateDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4857 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4858 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4859 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4860 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4861 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  currentAuditPlan: Boolean\r\n  planStatus: PlanStatusEnum\r\n  planNature: PlanNatureEnum\r\n  planBeginDate: CustomDate\r\n  planEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4862 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4863 {\r\n  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 _defaultActionElement4864 {\r\n  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 _defaultActionElement4865 {\r\n  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 _defaultActionElement4866 {\r\n  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 _defaultActionElement4867 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4868 {\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  link1ResponsibilityAssignmentWorkloadHours: CustomInt\r\n  link1ResponsibilityAssignmentProgress: ResponsibilityAssignmentProgressEnum\r\n  userCode: String\r\n  commandLine: String\r\n  scciUserName: String\r\n  email: String\r\n  belongsToAPersonGroup: Boolean\r\n  dataLanguage: String\r\n  dataLanguageCode: Languages\r\n  phoneNumber: String\r\n  initials: String\r\n  validPerson: ValidPersonEnum\r\n  initialNumberOfComplianceAudits: CustomInt\r\n  initialNumberOfEfficiencyAudits: CustomInt\r\n  initialNumberOfComplianceAuditActivities: CustomInt\r\n  initialNumberOfEfficiencyAuditActivities: CustomInt\r\n  numberOfExecutedComplianceAudits: CustomInt\r\n  numberOfExecutedEfficiencyAudits: CustomInt\r\n  numberOfExecutedComplianceAuditActivities: CustomInt\r\n  numberOfExecutedEfficiencyAuditActivities: CustomInt\r\n  name: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4869 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  specific: Boolean\r\n  delegationAllowed: DelegationAllowedEnum\r\n  titleText: String\r\n  comment: String\r\n}\r\n\r\ninput _defaultActionElement4870 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  beginDate: CustomDate\r\n  activityEndDate: CustomDate\r\n  estimatedWorkloadHours: CustomFloat\r\n  description: String\r\n  activityStatus: ActivityStatusEnum\r\n  activityEffectiveWorkloadHours: CustomFloat\r\n  offline: OfflineEnum\r\n  computedActivityEffectiveWorkloadHours: CustomFloat\r\n  currentOfflineUpdateDate: CustomDate\r\n  previousOfflineUpdateDate: CustomDate\r\n  currentOnlineUpdateDate: CustomDate\r\n  previousOnlineUpdateDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4871 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4872 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  outputLogic: OutputLogicEnum\r\n  triggeredByEvent: Boolean\r\n  businessProcessType: String\r\n  businessProcessCode: String\r\n  transaction: TransactionEnum\r\n  loop: LoopEnum\r\n  adHoc: AdHocEnum\r\n  multiple: MultipleEnum\r\n  compensation: CompensationEnum\r\n  loopCondition: String\r\n  lastAssessmentDate: CustomDate\r\n  businessProcessStatus: BusinessProcessStatusEnum\r\n  currentWorkflowStatus: String\r\n  inputLogic: InputLogicEnum\r\n  executionBA: ExecutionBAEnum\r\n  designBA: DesignBAEnum\r\n  knowledgeBA: KnowledgeBAEnum\r\n  iTSupportBA: ITSupportBAEnum\r\n  performanceBA: PerformanceBAEnum\r\n  efficiencyBA: EfficiencyBAEnum\r\n  businessValueBA: BusinessValueBAEnum\r\n  riskBA: RiskBAEnum\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4873 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4874 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  recommendationPriority: RecommendationPriorityEnum\r\n  dueDate: CustomDate\r\n  details: String\r\n  description: String\r\n  lastProgressPercentage: CustomInt\r\n  lastProgressComment: String\r\n  recommendationCode: String\r\n  recommendationStatus: RecommendationStatusEnum\r\n  followup: Boolean\r\n  recommendationEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4875 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  currentAuditPlan: Boolean\r\n  planStatus: PlanStatusEnum\r\n  planNature: PlanNatureEnum\r\n  planBeginDate: CustomDate\r\n  planEndDate: CustomDate\r\n  currentWorkflowStatus: String\r\n  comment: String\r\n  externalId: String\r\n}\r\n\r\ninput _defaultActionElement4876 {\r\n  order: Int\r\n  linkComment: String\r\n  id: String\r\n  idType: IdType\r\n  creationMode: creationMode\r\n  name: String\r\n  description: String\r\n  missionCode: String\r\n  includedInTheInitialPlan: Boolean\r\n  objectiveGRC: String\r\n  missionCategory: MissionCategoryEnum\r\n  missionStatus: MissionStatusEnum\r\n  justificationGRC: String\r\n  missionOrigin: MissionOriginEnum\r\n  missionPriority: MissionPriorityEnum\r\n  estimatedDurationDays: CustomInt\r\n  estimatedNumberOfResources: CustomFloat\r\n  estimatedWorkloadHours: CustomFloat\r\n  effectiveWorkloadHours: CustomFloat\r\n  numberOfStaffedResources: String\r\n  missionEvaluation: MissionEvaluationEnum\r\n  missionPlannedBeginDate: CustomDate\r\n  missionPlannedEndDate: CustomDate\r\n  missionEffectiveBeginDate: CustomDate\r\n  missionEffectiveEndDate: CustomDate\r\n  keyWeaknesses: String\r\n  keyStrengths: String\r\n  plannedClosingReview: CustomDate\r\n  effectiveClosingReview: CustomDate\r\n  computedHoursManDayRate: CustomInt\r\n  computedEffectiveWorkloadMD: CustomFloat\r\n  computedEstimatedWorkloadMD: CustomFloat\r\n  followupAudit: Boolean\r\n  offline: OfflineEnum\r\n  yearOfTheFollowUpAudit: String\r\n  currentWorkflowStatus: String\r\n  gRCAudit: 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"