0.50.0
Release date: January 15, 2024
New feature API | Add backend support for MDM TestCase Attachments [5471] |
New feature | Add-ons can be executed from project requirement grid [#5539] |
New feature API | Api for querying and updating add-on settings added [#5433] |
New feature | Column 'status > user' shows the user's name in project requirements grid [#5530] |
New feature | Comment field is now available for Tasks [#4479] |
New feature | Set Project Requirement State directly from a Test Record [#5402] |
New feature | Support sorting by multiple columns within RdTest grid ] |
New feature UI | Test cases column is now available for project requirements grid [#5305] |
Improvement UI | Opening job list entries in a new table is possible now by clicking name column [#5634] |
Improvement | Skip creating a history item if the model has no changes [#5510] |
Improvement | Sort Add-ons by name in context menu and detail pages ] |
Improvement UI | Unique links are now available for test reports in the test detail page [#5274] |
Improvement | Updates to scenarios and columns of presets are uniquely queued, reducing load on the Redis and application database ] |
Feature change | Create GetAttachmentsOfTest-Task independent of BesProject Sync Flag [#5578] |
Bug fix UI | Adding value to existing value list once again works as expected, the new values are visible after saving changes [#5692] |
Bug fix | Delete users works now correctly, users do not appear in the list [#5660] |
Bug fix API | Filter private state correctly within Project Requirement Grid based on the requesting user [#5219] |
Bug fix API | Fix generation of web videos derivatives for new test attachments [#5439] |
Bug fix | Fix project image upload [#5596] |
Bug fix UI | Hand icon on aggregation column for project requirements is now available [#5376] |
Bug fix API | MdmRequirement can now be updated, even if used in a ProjectRequirement [#5496] |
Bug fix UI | Project roles are correctly displayed again when adding new member to project [#5677] |
Bug fix | Reset Layout Button resets the layout [#5653] |
Bug fix UI | Save button in the edit test dialog once again works as expected, it does not disable if changes were made [#5560] |
Bug fix | Selection of discipline in create new test page works as expected, selection of discipline doesn’t cause an error [#5706] |
Bug fix UI | Sort thresholds with a discrete value by its rank [#5527] |
Bug fix | Sorting of collections by name in collection add page is now working correctly [#5583] |
Bug fix | Sorting of grouping columns in requirements grid is now working correctly [#5549] |
Bug fix | Store Requirement Threshold and Status values in their SI representation [#5200] |
Bug fix UI | The detail of inactive MDM requirements is displayed correctly [#5521] |
API changes
Breaking | Type W3SyseAnnouncementPriorityChoices was removed |
Breaking | Type W3SyseAuditLogTypeChoices was removed |
Breaking | Type W3SyseMdmAttributeConfigurationScopeChoices was removed |
Breaking | Type W3SyseMdmAttributeDatatypeChoices was removed |
Breaking | Type W3SyseMdmThresholdOpLowerBoundaryChoices was removed |
Breaking | Type W3SyseMdmThresholdOpUpperBoundaryChoices was removed |
Breaking | Type W3SyseProjectThresholdOpLowerBoundaryChoices was removed |
Breaking | Type W3SyseProjectThresholdOpUpperBoundaryChoices was removed |
Breaking | Type W3SyseRdTestAttachmentTypeChoices was removed |
Breaking | Type W3SyseUserLayoutChoices was removed |
Breaking | Type W3SyseUserNotificationPriorityChoices was removed |
Breaking | ProjectTestCaseDeriveMutationInput.mdmTestCases type changed from [UUID] to [UUID]! |
Breaking | MdmUnitType.dimension type changed from MdmDimensionType! to MdmDimensionType |
Breaking | Default value for input field RequirementValueAttributesInputType.projectrequirementattachmentSetAttributes changed from Undefined to None |
Breaking | Removed argument project from ProjectTestCaseType.projectrequirementSet |
Breaking | Removed argument mdmRequirement_In from ProjectTestCaseType.projectrequirementSet |
Breaking | Removed argument mdmRequirement from ProjectTestCaseType.projectrequirementSet |
Breaking | Type for argument id_In on field ProjectTestCaseType.projectrequirementSet changed from [UUID] to [ID] |
Breaking | Type for argument id on field ProjectTestCaseType.projectrequirementSet changed from UUID to ID |
Breaking | ProjectTestCaseType.project type changed from ProjectType! to ProjectType |
Breaking | Default value for input field MdmAttributeValueListAttributesInputType.entriesAttributes changed from Undefined to None |
Breaking | MdmThresholdCreateMutationInput.opLowerBoundary type changed from W3SyseMdmThresholdOpLowerBoundaryChoices to String |
Breaking | MdmThresholdCreateMutationInput.opUpperBoundary type changed from W3SyseMdmThresholdOpUpperBoundaryChoices to String |
Breaking | UserNotificationType.user type changed from UserType! to UserType |
Breaking | UserNotificationType.priority type changed from W3SyseUserNotificationPriorityChoices! to String! |
Breaking | Default value for input field RdTestAttributeAttributesInputType.testAttributes changed from Undefined to None |
Breaking | Input Field mdmThreshold removed from input type ProjectThresholdAttributesInputType |
Breaking | ProjectThresholdAttributesInputType.opLowerBoundary type changed from W3SyseProjectThresholdOpLowerBoundaryChoices to String |
Breaking | Default value for input field ProjectThresholdAttributesInputType.projectRequirementAttributes changed from Undefined to None |
Breaking | ProjectThresholdAttributesInputType.opUpperBoundary type changed from W3SyseProjectThresholdOpUpperBoundaryChoices to String |
Breaking | Default value for input field MdmRequirementAttributesInputType.thresholdsAttributes changed from Undefined to None |
Breaking | Default value for input field MdmRequirementAttributesInputType.mdmrequirementdocumentSetAttributes changed from Undefined to None |
Breaking | Field mdmThreshold was removed from object type ProjectThresholdType |
Breaking | ProjectThresholdType.opLowerBoundary type changed from W3SyseProjectThresholdOpLowerBoundaryChoices to String! |
Breaking | ProjectThresholdType.opUpperBoundary type changed from W3SyseProjectThresholdOpUpperBoundaryChoices to String! |
Breaking | ProjectThresholdType.rank type changed from MdmThresholdRankType! to MdmThresholdRankType |
Breaking | ProjectThresholdType.projectRequirement type changed from ProjectRequirementType! to ProjectRequirementType |
Breaking | RdTestAttachmentUpdateMutationInput.type type changed from W3SyseRdTestAttachmentTypeChoices to String |
Breaking | Default value for input field MdmAttributeValueAttributesInputType.valueListAttributes changed from Undefined to None |
Breaking | UserUpdateMutationInput.layout type changed from W3SyseUserLayoutChoices to String |
Breaking | MdmAttributeUpdateMutationInput.datatype type changed from W3SyseMdmAttributeDatatypeChoices to String |
Breaking | ProjectDocumentType.project type changed from ProjectType! to ProjectType |
Breaking | RdTestAttachmentType.test type changed from RdTestType! to RdTestType |
Breaking | RdTestAttachmentType.type type changed from W3SyseRdTestAttachmentTypeChoices! to String! |
Breaking | AnnouncementCreateMutationInput.priority type changed from W3SyseAnnouncementPriorityChoices to String |
Breaking | ProjectType.projectType type changed from ProjectTypeType! to ProjectTypeType |
Breaking | Removed argument project from ProjectType.besProjects |
Breaking | Removed argument backend from ProjectType.besProjects |
Breaking | Removed argument project from ProjectType.projectdocumentSet |
Breaking | Removed argument project from ProjectType.milestonegroupSet |
Breaking | Removed argument project from ProjectType.attributes |
Breaking | Default value for input field CustomToolVersionAttributesInputType.customtoolAttributes changed from Undefined to None |
Breaking | RdTestAttachmentCreateMutationInput.type type changed from W3SyseRdTestAttachmentTypeChoices to String |
Breaking | MdmAttributeConfigurationCreateMutationInput.scope type changed from W3SyseMdmAttributeConfigurationScopeChoices! to String! |
Breaking | MdmAttributeConfigurationType.scope type changed from W3SyseMdmAttributeConfigurationScopeChoices! to String! |
Breaking | MdmAttributeConfigurationType.requiredAttribute type changed from MdmAttributeType! to MdmAttributeType |
Breaking | Removed argument template from RdTestTemplateType.rdtesttemplateattributeSet |
Breaking | Default value for input field CustomToolAttributesInputType.customtoolversionSetAttributes changed from Undefined to None |
Breaking | MdmAttributeCreateMutationInput.datatype type changed from W3SyseMdmAttributeDatatypeChoices! to String! |
Breaking | Removed argument parentMilestone from MilestoneGroupType.milestoneSet |
Breaking | Removed argument milestoneGroup from MilestoneGroupType.milestoneSet |
Breaking | MilestoneGroupType.project type changed from ProjectType! to ProjectType |
Breaking | ProjectRequirementAttachmentType.user type changed from UserType! to UserType |
Breaking | TaskType.user type changed from UserType! to UserType |
Breaking | Removed argument extension_Roles from UserType.groups |
Breaking | Removed argument permissions from UserType.roles |
Breaking | UserType.layout type changed from W3SyseUserLayoutChoices to String |
Breaking | Removed argument besProject_Project_Id_In from CollectionType.tests |
Breaking | Removed argument besProject from CollectionType.tests |
Breaking | Removed argument besProject_In from CollectionType.tests |
Breaking | Removed argument besProject_Project_Id from CollectionType.tests |
Breaking | Type for argument id_In on field CollectionType.tests changed from [UUID] to [ID] |
Breaking | Default value for input field RdTestTemplateAttributesInputType.rdtesttemplateattributeSetAttributes changed from Undefined to None |
Breaking | Removed argument valueList from MdmAttributeValueListType.entries |
Breaking | Type for argument id_In on field MdmAttributeValueListType.entries changed from [UUID] to [ID] |
Breaking | Type for argument tags_Id on field ClientStateTagType.clientstateSet changed from UUID to ID |
Breaking | Type for argument tags_Id_In on field ClientStateTagType.clientstateSet changed from [UUID] to [ID] |
Breaking | Type for argument id on field ClientStateTagType.clientstateSet changed from UUID to ID |
Breaking | Default value for input field RdTestAttributesInputType.attachmentsAttributes changed from Undefined to None |
Breaking | Default value for input field RdTestAttributesInputType.attributesAttributes changed from Undefined to None |
Breaking | Default value for input field MdmRequirementDocumentAttributesInputType.mdmRequirementAttributes changed from Undefined to None |
Breaking | Field matchProjectThreshold was removed from object type Query |
Breaking | Removed argument parentMilestone from Query.allMilestones |
Breaking | Removed argument milestoneGroup from Query.allMilestones |
Breaking | Type for argument id_In on field Query.allProjectTestCases changed from [UUID] to [ID] |
Breaking | Type for argument id on field Query.allProjectTestCases changed from UUID to ID |
Breaking | Removed argument attributeType from Query.allMdmAttributes |
Breaking | Removed argument valueList from Query.allMdmAttributes |
Breaking | Type for argument id_In on field Query.allMdmAttributes changed from [UUID] to [ID] |
Breaking | Removed argument contact from Query.allPresets |
Breaking | Removed argument discipline from Query.allPresets |
Breaking | Removed argument roles from Query.allUsers |
Breaking | Removed argument discipline from Query.allCollections |
Breaking | Type for argument id_In on field Query.allMdmThresholds changed from [UUID] to [ID] |
Breaking | Type for argument id on field Query.allMdmThresholds changed from UUID to ID |
Breaking | Removed argument besProject_Project_Id_In from Query.allRdTests |
Breaking | Removed argument besProject from Query.allRdTests |
Breaking | Removed argument besProject_In from Query.allRdTests |
Breaking | Removed argument besProject_Project_Id from Query.allRdTests |
Breaking | Type for argument id_In on field Query.allRdTests changed from [UUID] to [ID] |
Breaking | Type for argument tags_Id on field Query.allClientStates changed from UUID to ID |
Breaking | Type for argument tags_Id_In on field Query.allClientStates changed from [UUID] to [ID] |
Breaking | Type for argument id on field Query.allClientStates changed from UUID to ID |
Breaking | Removed argument test_In from Query.allRdTestAttachments |
Breaking | Removed argument test from Query.allRdTestAttachments |
Breaking | Type for argument id_In on field Query.allRdTestAttachments changed from [UUID] to [ID] |
Breaking | Type for argument id on field Query.allRdTestAttachments changed from UUID to ID |
Breaking | Type for argument id_In on field Query.allMdmRequirements changed from [UUID] to [ID] |
Breaking | Type for argument id on field Query.allMdmRequirements changed from UUID to ID |
Breaking | Removed argument test from Query.allRdTestAttributes |
Breaking | Type for argument id_In on field Query.allRdTestAttributes changed from [UUID] to [ID] |
Breaking | Removed argument projectRequirement_In from Query.allRequirementValues |
Breaking | Removed argument projectRequirement from Query.allRequirementValues |
Breaking | Removed argument permissions from Query.allRoles |
Breaking | Removed argument mdmRequirement from Query.allMdmRequirementDocuments |
Breaking | Removed argument project from Query.allProjectDocuments |
Breaking | Type for argument id_In on field Query.allCalculationRules changed from [UUID] to [ID] |
Breaking | Removed argument user from Query.allGridSettings |
Breaking | Type for argument id on field Query.allGridSettings changed from UUID to ID |
Breaking | Removed argument presets from Query.allCustomTools |
Breaking | Removed argument requirementValue from Query.allProjectRequirementAttachments |
Breaking | Removed argument requirementValue_In from Query.allProjectRequirementAttachments |
Breaking | Removed argument extension_Roles from Query.allGroups |
Breaking | Removed argument projectType from Query.allProjects |
Breaking | Removed argument project from Query.allProjectAttributes |
Breaking | Type for argument id_In on field Query.allMdmTestCases changed from [UUID] to [ID] |
Breaking | Type for argument id on field Query.allMdmTestCases changed from UUID to ID |
Breaking | Removed argument valueList from Query.allMdmAttributeValues |
Breaking | Type for argument id_In on field Query.allMdmAttributeValues changed from [UUID] to [ID] |
Breaking | Removed argument projectRequirement_In from Query.allProjectThresholds |
Breaking | Removed argument projectRequirement from Query.allProjectThresholds |
Breaking | Removed argument project from Query.allProjectRequirements |
Breaking | Removed argument mdmRequirement_In from Query.allProjectRequirements |
Breaking | Removed argument mdmRequirement from Query.allProjectRequirements |
Breaking | Type for argument id_In on field Query.allProjectRequirements changed from [UUID] to [ID] |
Breaking | Type for argument id on field Query.allProjectRequirements changed from UUID to ID |
Breaking | Removed argument contact from Query.allPresetBricks |
Breaking | Removed argument presets from Query.allPresetBricks |
Breaking | Removed argument entries from Query.allMdmAttributeValueLists |
Breaking | Type for argument id_In on field Query.allMdmAttributeValueLists changed from [UUID] to [ID] |
Breaking | Removed argument project from Query.allBesProjects |
Breaking | Removed argument backend from Query.allBesProjects |
Breaking | Removed argument task from Query.allArtifacts |
Breaking | Removed argument template from Query.allRdTestTemplateAttributes |
Breaking | Removed argument project from Query.allMilestoneGroups |
Breaking | Removed argument disciplines from Query.allRdTestTemplates |
Breaking | Removed argument category from Query.allRdTestTemplates |
Breaking | Removed argument user from Query.allTasks |
Breaking | Removed argument worker from Query.allTasks |
Breaking | Type for argument priority on field Query.allTasks changed from String to Int |
Breaking | Type for argument priority_Range on field Query.allTasks changed from [String] to [Int] |
Breaking | Type for argument priority_Lte on field Query.allTasks changed from String to Int |
Breaking | Type for argument priority_Lt on field Query.allTasks changed from String to Int |
Breaking | Type for argument priority_Gt on field Query.allTasks changed from String to Int |
Breaking | Type for argument priority_Gte on field Query.allTasks changed from String to Int |
Breaking | PresetType.discipline type changed from DisciplineType! to DisciplineType |
Breaking | PresetType.contact type changed from PersonType! to PersonType |
Breaking | AnnouncementType.priority type changed from W3SyseAnnouncementPriorityChoices! to String! |
Breaking | Removed argument roles from GroupType.userSet |
Breaking | Removed argument permissions from GroupType.roles |
Breaking | AnnouncementUpdateMutationInput.priority type changed from W3SyseAnnouncementPriorityChoices to String |
Breaking | Removed argument test_In from RdTestType.attachments |
Breaking | Removed argument test from RdTestType.attachments |
Breaking | Type for argument id_In on field RdTestType.attachments changed from [UUID] to [ID] |
Breaking | Type for argument id on field RdTestType.attachments changed from UUID to ID |
Breaking | RdTestType.besProject type changed from BesProjectType! to BesProjectType |
Breaking | Removed argument user from RdTestType.tasks |
Breaking | Removed argument worker from RdTestType.tasks |
Breaking | Type for argument priority on field RdTestType.tasks changed from String to Int |
Breaking | Type for argument priority_Range on field RdTestType.tasks changed from [String] to [Int] |
Breaking | Type for argument priority_Lte on field RdTestType.tasks changed from String to Int |
Breaking | Type for argument priority_Lt on field RdTestType.tasks changed from String to Int |
Breaking | Type for argument priority_Gt on field RdTestType.tasks changed from String to Int |
Breaking | Type for argument priority_Gte on field RdTestType.tasks changed from String to Int |
Breaking | Removed argument test from RdTestType.attributes |
Breaking | Type for argument id_In on field RdTestType.attributes changed from [UUID] to [ID] |
Breaking | RequirementValueType.user type changed from UserType! to UserType |
Breaking | Removed argument requirementValue from RequirementValueType.projectrequirementattachmentSet |
Breaking | Removed argument requirementValue_In from RequirementValueType.projectrequirementattachmentSet |
Breaking | RequirementValueType.projectRequirement type changed from ProjectRequirementType! to ProjectRequirementType |
Breaking | ProjectAttributeType.attribute type changed from MdmAttributeType! to MdmAttributeType |
Breaking | ProjectAttributeType.value type changed from MdmAttributeValueType! to MdmAttributeValueType |
Breaking | ProjectAttributeType.project type changed from ProjectType! to ProjectType |
Breaking | Type for argument id_In on field MdmTestCaseType.requirements changed from [UUID] to [ID] |
Breaking | Type for argument id on field MdmTestCaseType.requirements changed from UUID to ID |
Breaking | CustomToolVersionType.uploader type changed from UserType! to UserType |
Breaking | Field project was removed from object type ProjectRequirementType |
Breaking | Removed argument projectRequirement_In from ProjectRequirementType.projectThresholds |
Breaking | Removed argument projectRequirement from ProjectRequirementType.projectThresholds |
Breaking | ProjectRequirementType.mdmAttribute type changed from MdmAttributeType! to MdmAttributeType |
Breaking | Removed argument projectRequirement_In from ProjectRequirementType.requirementvalueSet |
Breaking | Removed argument projectRequirement from ProjectRequirementType.requirementvalueSet |
Breaking | Default value for input field RequirementValuePrivateAttributesInputType.projectrequirementattachmentSetAttributes changed from Undefined to None |
Breaking | Field amount was removed from object type ProjectTestCaseDeriveMutationPayload |
Breaking | AnnouncementUserType.user type changed from UserType! to UserType |
Breaking | AnnouncementUserType.announcement type changed from AnnouncementType! to AnnouncementType |
Breaking | MdmAttributeType.datatype type changed from W3SyseMdmAttributeDatatypeChoices! to String! |
Breaking | MdmAttributeConfigurationUpdateMutationInput.scope type changed from W3SyseMdmAttributeConfigurationScopeChoices to String |
Breaking | CustomToolType.contact type changed from PersonType! to PersonType |
Breaking | Removed argument contact from CustomToolType.presets |
Breaking | Removed argument discipline from CustomToolType.presets |
Breaking | Input Field projectrequirement removed from input type ProjectTestCaseAttributesInputType |
Breaking | Default value for input field ProjectTestCaseAttributesInputType.projectrequirementSetAttributes changed from Undefined to None |
Breaking | GridSettingType.user type changed from UserType! to UserType |
Breaking | Removed argument besProject_Project_Id_In from BesProjectType.rdtestSet |
Breaking | Removed argument besProject from BesProjectType.rdtestSet |
Breaking | Removed argument besProject_In from BesProjectType.rdtestSet |
Breaking | Removed argument besProject_Project_Id from BesProjectType.rdtestSet |
Breaking | Type for argument id_In on field BesProjectType.rdtestSet changed from [UUID] to [ID] |
Breaking | BesProjectType.backend type changed from BackendSystemType! to BackendSystemType |
Breaking | PresetBrickType.contact type changed from PersonType! to PersonType |
Breaking | Removed argument contact from PresetBrickType.presets |
Breaking | Removed argument discipline from PresetBrickType.presets |
Breaking | RequirementValuePrivateType.user type changed from UserType! to UserType |
Breaking | Removed argument requirementValue from RequirementValuePrivateType.projectrequirementattachmentSet |
Breaking | Removed argument requirementValue_In from RequirementValuePrivateType.projectrequirementattachmentSet |
Breaking | RequirementValuePrivateType.projectRequirement type changed from ProjectRequirementType! to ProjectRequirementType |
Breaking | Default value for input field RdTestTemplateAttributeAttributesInputType.templateAttributes changed from Undefined to None |
Breaking | Input Field project removed from input type ProjectRequirementAttributesInputType |
Breaking | Default value for input field ProjectRequirementAttributesInputType.projectThresholdsAttributes changed from Undefined to None |
Breaking | Default value for input field ProjectRequirementAttributesInputType.testCaseAttributes changed from Undefined to None |
Breaking | AuditLogType.type type changed from W3SyseAuditLogTypeChoices! to String! |
Breaking | Default value for input field RdTestAttachmentAttributesInputType.testAttributes changed from Undefined to None |
Breaking | RdTestAttachmentAttributesInputType.type type changed from W3SyseRdTestAttachmentTypeChoices to String |
Breaking | MdmThresholdUpdateMutationInput.opLowerBoundary type changed from W3SyseMdmThresholdOpLowerBoundaryChoices to String |
Breaking | MdmThresholdUpdateMutationInput.opUpperBoundary type changed from W3SyseMdmThresholdOpUpperBoundaryChoices to String |
Breaking | MdmRequirementDocumentType.mdmRequirement type changed from MdmRequirementType! to MdmRequirementType |
Breaking | ProjectDocumentCreateMutationInput.file type changed from MultiFileScalar to MultiFileScalar! |
Breaking | MdmThresholdType.opLowerBoundary type changed from W3SyseMdmThresholdOpLowerBoundaryChoices to String! |
Breaking | MdmThresholdType.requirement type changed from MdmRequirementType! to MdmRequirementType |
Breaking | MdmThresholdType.opUpperBoundary type changed from W3SyseMdmThresholdOpUpperBoundaryChoices to String! |
Breaking | MdmThresholdType.rank type changed from MdmThresholdRankType! to MdmThresholdRankType |
Breaking | Field amount was removed from object type ProjectRequirementDeriveMutationPayload |
Breaking | MdmAttributeValueType.valueList type changed from MdmAttributeValueListType! to MdmAttributeValueListType |
Breaking | RdTestAttributeType.test type changed from RdTestType! to RdTestType |
Breaking | ArtifactType.task type changed from RdTestTaskType! to RdTestTaskType |
Breaking | UserNotificationUpdateMutationInput.priority type changed from W3SyseUserNotificationPriorityChoices to String |
Breaking | MdmRequirementDocumentCreateMutationInput.file type changed from MultiFileScalar to MultiFileScalar! |
Breaking | UserNotificationCreateMutationInput.priority type changed from W3SyseUserNotificationPriorityChoices to String |
Breaking | MdmAttributeUpsertMutationInput.datatype type changed from W3SyseMdmAttributeDatatypeChoices to String |
Breaking | Removed argument extension_Roles from RoleType.groupSet |
Breaking | Removed argument roles from RoleType.userSet |
Breaking | UserCreateMutationInput.layout type changed from W3SyseUserLayoutChoices to String |
Breaking | Type for argument id_In on field MdmRequirementType.thresholds changed from [UUID] to [ID] |
Breaking | Type for argument id on field MdmRequirementType.thresholds changed from UUID to ID |
Breaking | MdmRequirementType.mdmAttribute type changed from MdmAttributeType! to MdmAttributeType |
Breaking | Default value for input field ProjectRequirementAttachmentAttributesInputType.requirementValueAttributes changed from Undefined to None |
Breaking | Default value for input field ProjectRequirementAttachmentAttributesInputType.privateRequirementValuesAttributes changed from Undefined to None |
Breaking | Input Field projectthreshold removed from input type MdmThresholdAttributesInputType |
Breaking | MdmThresholdAttributesInputType.opLowerBoundary type changed from W3SyseMdmThresholdOpLowerBoundaryChoices to String |
Breaking | Default value for input field MdmThresholdAttributesInputType.requirementAttributes changed from Undefined to None |
Breaking | MdmThresholdAttributesInputType.opUpperBoundary type changed from W3SyseMdmThresholdOpUpperBoundaryChoices to String |
Breaking | Input Field testCaseId: UUID! was added to input type ProjectRequirementDeriveMutationInput |
Breaking | Input Field mdmRequirementIds: [UUID]! was added to input type ProjectRequirementDeriveMutationInput |
Breaking | Input Field project removed from input type ProjectRequirementDeriveMutationInput |
Breaking | Input Field requirements removed from input type ProjectRequirementDeriveMutationInput |
Breaking | MilestoneType.milestoneGroup type changed from MilestoneGroupType! to MilestoneGroupType |
Breaking | ClientStateType.createdBy type changed from UserType! to UserType |
Breaking | Removed argument roles from ClientStateType.users |
Breaking | RdTestTemplateAttributeType.template type changed from RdTestTemplateType! to RdTestTemplateType |
Non-Breaking | Type ModelDeltaConnection was added |
Non-Breaking | Type ModelDeltaEdge was added |
Non-Breaking | Type ModelDeltaType was added |
Non-Breaking | Type ModelChangeType was added |
Non-Breaking | Type MatchRdTestProjectTestCaseType was added |
Non-Breaking | Type MatchRdTestProjectRequirementType was added |
Non-Breaking | Type MdmTestCaseAttachmentType was added |
Non-Breaking | Type MdmTestCaseAttachmentTypeConnection was added |
Non-Breaking | Type MdmTestCaseAttachmentTypeEdge was added |
Non-Breaking | Type CustomToolSettingTypeConnection was added |
Non-Breaking | Type CustomToolSettingTypeEdge was added |
Non-Breaking | Type CustomToolSettingType was added |
Non-Breaking | Type LoadCalculationRuleResponseType was added |
Non-Breaking | Type LoadCalculationRuleType was added |
Non-Breaking | Type RdTestAttachmentFetchFilesMutationPayload was added |
Non-Breaking | Type RdTestAttachmentFetchFilesMutationInput was added |
Non-Breaking | Type ProjectAttributesInputType was added |
Non-Breaking | Type MdmTestCaseAttachmentCreateMutationPayload was added |
Non-Breaking | Type MdmTestCaseAttachmentCreateMutationInput was added |
Non-Breaking | Type MdmTestCaseAttachmentUpdateMutationPayload was added |
Non-Breaking | Type MdmTestCaseAttachmentUpdateMutationInput was added |
Non-Breaking | Type MdmTestCaseAttachmentDeleteMutationPayload was added |
Non-Breaking | Type MdmTestCaseAttachmentDeleteMutationInput was added |
Non-Breaking | Type MdmTestCaseAttachmentAttributesInputType was added |
Non-Breaking | Type MdmTestCaseAttributesInputType was added |
Non-Breaking | Type MdmTestCaseCloneMutationPayload was added |
Non-Breaking | Type MdmTestCaseCloneMutationInput was added |
Non-Breaking | Type CustomToolSettingUpdateMutationPayload was added |
Non-Breaking | Type CustomToolSettingUpdateMutationInput was added |
Non-Breaking | Type CalculationRuleExecuteMutationPayload was added |
Non-Breaking | Type ExecutionPlanType was added |
Non-Breaking | Type ExecutionPlanResultType was added |
Non-Breaking | Type ExecutionPlanErrorType was added |
Non-Breaking | Type CalculationRulePermutationType was added |
Non-Breaking | Type CalculationRuleInputType was added |
Non-Breaking | Type CalculationRuleExecuteMutationInput was added |
Non-Breaking | Type CalculationRuleAdditionalInputType was added |
Non-Breaking | Type CalculationRulesExecuteMutationPayload was added |
Non-Breaking | Type CalculationRulesExecuteMutationInput was added |
Non-Breaking | Description for Input field UserDeleteMutationInput.id changed from None to ID of the "UserType" to mutate |
Non-Breaking | Description for Input field PresetCreateMutationInput.discipline changed from None to The discipline to which the preset belongs |
Non-Breaking | Description for Input field PresetCreateMutationInput.contact changed from None to A contact person responsible for this preset. |
Non-Breaking | Description for Input field PresetCreateMutationInput.data changed from None to The preset file |
Non-Breaking | BesProjectDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | BesProjectDeleteMutationPayload.besProject description changed from None to The mutated object. |
Non-Breaking | RdTestTemplateCategoryCreateMutationPayload.rdTestTemplateCategory description changed from None to The mutated object. |
Non-Breaking | RdTestTemplateCategoryCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | ArtifactDeleteMutationPayload.artifact description changed from None to The mutated object. |
Non-Breaking | ArtifactDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | MdmAttributeValueListTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | MdmAttributeValueListTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | MdmAttributeValueListTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for Input field RdTestTypeCreateMutationInput.name changed from None to The name of the test type |
Non-Breaking | Description for Input field ProjectTypeDeleteMutationInput.id changed from None to ID of the "ProjectTypeType" to mutate |
Non-Breaking | Description for type CollectionTypeEdge changed from None to A Relay edge containing a CollectionType and its cursor. |
Non-Breaking | CollectionTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | CollectionTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | UserNotificationTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | UserNotificationTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | UserNotificationTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Input Field includeObsolete: Boolean was added to input type ProjectTestCaseDeriveMutationInput |
Non-Breaking | Description for Input field ProjectTestCaseDeriveMutationInput.project changed from None to ID of the project the given MDM test cases should be imported into |
Non-Breaking | Description for Input field ProjectTestCaseDeriveMutationInput.mdmTestCases changed from None to IDs of mdm test cases which should be added |
Non-Breaking | RequirementValueUpdateMutationPayload.requirementValue description changed from None to The mutated object. |
Non-Breaking | RequirementValueUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | GroupDeleteMutationPayload.group description changed from None to The mutated object. |
Non-Breaking | GroupDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field CustomToolDeleteMutationInput.id changed from None to ID of the "CustomToolType" to mutate |
Non-Breaking | Description for Input field ClientStateTagCreateMutationInput.description changed from None to A detailed description what the purpose of the tag is and what it is used for |
Non-Breaking | Description for Input field ClientStateTagCreateMutationInput.label changed from None to A short human-readable label that makes the tag easily distinguishable |
Non-Breaking | Description for Input field ClientStateTagCreateMutationInput.identifier changed from None to Unique identifier for client state tag |
Non-Breaking | Description for type MdmUnitType changed from None to A database model for mdm units. |
Non-Breaking | MdmUnitType.id description changed from None to The ID of the object |
Non-Breaking | MdmUnitType.dimension description changed from None to The dimension of the unit |
Non-Breaking | MdmUnitType.name description changed from None to The name of the unit |
Non-Breaking | Description for Input field ProjectRequirementDeleteMutationInput.id changed from None to ID of the "ProjectRequirementType" to mutate |
Non-Breaking | Description for Input field RequirementValueAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed |
Non-Breaking | Description for Input field RequirementValueAttributesInputType.projectrequirementattachmentSetAttributes changed from None to `` |
Non-Breaking | Description for type CustomToolDeleteMutationPayload changed from None to Mutation to delete a custom tool. |
Non-Breaking | CustomToolDeleteMutationPayload.customTool description changed from None to The mutated object. |
Non-Breaking | CustomToolDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type Project test cases are the project-specific equivalents to MDM test cases. They bundle several project requirements and provide a common context or matching condition.` |
Non-Breaking | ProjectTestCaseType.description description changed from None to A description of the project test case |
Non-Breaking | ProjectTestCaseType.lastModifiedBy description changed from None to The user who last modified the project test case |
Non-Breaking | ProjectTestCaseType.projectrequirementSet description changed from None to Test case to which the requirement belongs |
Non-Breaking | Argument mdmRequirementId_In: [ID] added to ProjectTestCaseType.projectrequirementSet |
Non-Breaking | Argument testCase_ProjectId: ID added to ProjectTestCaseType.projectrequirementSet |
Non-Breaking | Argument testCaseId: ID added to ProjectTestCaseType.projectrequirementSet |
Non-Breaking | Argument mdmRequirementId: ID added to ProjectTestCaseType.projectrequirementSet |
Non-Breaking | Argument asOf: DateTime added to ProjectTestCaseType.projectrequirementSet |
Non-Breaking | Description for argument orderBy on field ProjectTestCaseType.projectrequirementSet changed from None to Ordering |
Non-Breaking | ProjectTestCaseType.project description changed from None to Project to which the project test case belongs |
Non-Breaking | ProjectTestCaseType.id description changed from None to The ID of the object |
Non-Breaking | ProjectTestCaseType.contextCondition description changed from None to Context information about the object, formulated as a condition. |
Non-Breaking | ProjectTestCaseType.name description changed from None to Name of the project test case |
Non-Breaking | ProjectTestCaseType.obsolete description changed from None to Whether this project test case is obsolete or not |
Non-Breaking | MilestoneGroupCreateMutationPayload.milestoneGroup description changed from None to The mutated object. |
Non-Breaking | MilestoneGroupCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type RequirementValueTypeEdge changed from None to A Relay edge containing a RequirementValueType and its cursor. |
Non-Breaking | RequirementValueTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | RequirementValueTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | BackendSystemUpsertMutationPayload.backendSystem description changed from None to The mutated object. |
Non-Breaking | BackendSystemUpsertMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | RdTestTypeCreateMutationPayload.rdTestType description changed from None to The mutated object. |
Non-Breaking | RdTestTypeCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | AnnouncementDeleteMutationPayload.announcement description changed from None to The mutated object. |
Non-Breaking | AnnouncementDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field MdmAttributeValueListAttributesInputType.entriesAttributes changed from None to `` |
Non-Breaking | Description for Input field MdmAttributeValueListAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed |
Non-Breaking | Description for Input field MdmThresholdCreateMutationInput.description changed from None to A description of the threshold. |
Non-Breaking | Description for Input field MdmThresholdCreateMutationInput.opLowerBoundary changed from None to Operator of the comparison against the lower boundary value. The lower boundary is the left operand. |
Non-Breaking | Description for Input field MdmThresholdCreateMutationInput.discreteValue changed from None to Value of the threshold. If used the boundary fields must be empty. |
Non-Breaking | Description for Input field MdmThresholdCreateMutationInput.obsolete changed from None to Whether this threshold is obsolete or not. |
Non-Breaking | Description for Input field MdmThresholdCreateMutationInput.locked changed from None to Locked and only be editable by system users |
Non-Breaking | Description for Input field MdmThresholdCreateMutationInput.opUpperBoundary changed from None to Operator of the comparison against the upper boundary value. The upper boundary is the right operand. |
Non-Breaking | Description for Input field MdmThresholdCreateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage |
Non-Breaking | Description for Input field MdmThresholdCreateMutationInput.lowerBoundary changed from None to The lower boundary of the object. |
Non-Breaking | Description for Input field MdmThresholdCreateMutationInput.rank changed from None to Threshold rank (esp. color) of this threshold. |
Non-Breaking | Description for Input field MdmThresholdCreateMutationInput.upperBoundary changed from None to The upper boundary of the object. |
Non-Breaking | Description for Input field MdmThresholdCreateMutationInput.requirement changed from None to The mdm requirement to which the threshold belongs. |
Non-Breaking | Description for Input field MdmDimensionCreateMutationInput.name changed from None to The name of the dimension |
Non-Breaking | Description for Input field MdmDimensionCreateMutationInput.identifier changed from None to The ISO identifier of the dimension |
Non-Breaking | Description for type MdmDimensionType changed from None to A database model for mdm dimensions. |
Non-Breaking | MdmDimensionType.identifier description changed from None to The ISO identifier of the dimension |
Non-Breaking | MdmDimensionType.id description changed from None to The ID of the object |
Non-Breaking | MdmDimensionType.name description changed from None to The name of the dimension |
Non-Breaking | Description for Input field PasswordChangeMutationInput.id changed from None to ID of the "UserType" to mutate |
Non-Breaking | Description for type RdTestTypeTypeEdge changed from None to A Relay edge containing a RdTestTypeType and its cursor. |
Non-Breaking | RdTestTypeTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | RdTestTypeTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for type UserNotificationType changed from None to UserNotification(created_at, updated_at, id, user, priority, title, message, read_at) |
Non-Breaking | UserNotificationType.user description changed from None to User the notification belongs to |
Non-Breaking | UserNotificationType.title description changed from None to The notification's title |
Non-Breaking | UserNotificationType.priority description changed from None to Priority class of the notification, defaults to 'info' |
Non-Breaking | UserNotificationType.id description changed from None to The ID of the object |
Non-Breaking | UserNotificationType.message description changed from None to The notification's text |
Non-Breaking | UserNotificationType.readAt description changed from None to Defines the time when the notification has been read by the user |
Non-Breaking | Description for Input field RdTestAttributeAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed |
Non-Breaking | Description for Input field RdTestAttributeAttributesInputType.testAttributes changed from None to The test to which the attribute belongs |
Non-Breaking | Description for type MdmAttributeConfigurationTypeEdge changed from None to A Relay edge containing a MdmAttributeConfigurationType and its cursor. |
Non-Breaking | MdmAttributeConfigurationTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | MdmAttributeConfigurationTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | RdTestTemplateUpdateMutationPayload.rdTestTemplate description changed from None to The mutated object. |
Non-Breaking | RdTestTemplateUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field ProjectTestCaseDeleteMutationInput.id changed from None to ID of the "ProjectTestCaseType" to mutate |
Non-Breaking | Description for Input field ProjectUpdateMutationInput.projectType changed from None to `` |
Non-Breaking | Description for Input field ProjectUpdateMutationInput.description changed from None to Description of the project. |
Non-Breaking | Description for Input field ProjectUpdateMutationInput.besProjects changed from None to Set list of bes projects |
Non-Breaking | Description for Input field ProjectUpdateMutationInput.image changed from None to Images for the project. |
Non-Breaking | Description for Input field ProjectUpdateMutationInput.id changed from None to ID of the "ProjectType" to mutate |
Non-Breaking | Description for Input field ProjectUpdateMutationInput.name changed from None to Name of the project |
Non-Breaking | Description for Input field UserTokenDeleteMutationInput.id changed from None to ID of the "UserTokenType" to mutate |
Non-Breaking | Description for Input field MdmAttributeComponentUpdateMutationInput.description changed from None to Description for the MdmAttributeComponent |
Non-Breaking | Description for Input field MdmAttributeComponentUpdateMutationInput.id changed from None to ID of the "MdmAttributeComponentType" to mutate |
Non-Breaking | Description for Input field MdmAttributeComponentUpdateMutationInput.locked changed from None to Locked and only be editable by system users |
Non-Breaking | Description for Input field MdmAttributeComponentUpdateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage |
Non-Breaking | Description for Input field MdmAttributeComponentUpdateMutationInput.name changed from None to The name for the MdmAttributeComponent |
Non-Breaking | Description for Input field MdmAttributeComponentUpdateMutationInput.obsolete changed from None to Whether this MdmAttributeComponent is obsolete or not. |
Non-Breaking | RdTestTypeTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | RdTestTypeTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | RdTestTypeTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | MdmAttributeComponentUpdateMutationPayload.mdmAttributeComponent description changed from None to The mutated object. |
Non-Breaking | MdmAttributeComponentUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field ProjectThresholdAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed |
Non-Breaking | Description for Input field ProjectThresholdAttributesInputType.projectRequirementAttributes changed from None to The project requirement to which the threshold belongs. |
Non-Breaking | Description for type RdTestTemplateAttributeTypeEdge changed from None to A Relay edge containing a RdTestTemplateAttributeType and its cursor. |
Non-Breaking | RdTestTemplateAttributeTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | RdTestTemplateAttributeTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Input Field mdmtestcaseSetAttributes: [MdmTestCaseAttributesInputType] was added to input type MdmRequirementAttributesInputType |
Non-Breaking | Description for Input field MdmRequirementAttributesInputType.thresholdsAttributes changed from None to `` |
Non-Breaking | Description for Input field MdmRequirementAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed |
Non-Breaking | Description for Input field MdmRequirementAttributesInputType.mdmrequirementdocumentSetAttributes changed from None to `` |
Non-Breaking | Description for Input field MdmAttributeConfigurationDeleteMutationInput.id changed from None to ID of the "MdmAttributeConfigurationType" to mutate |
Non-Breaking | Description for Input field RdTestTypeDeleteMutationInput.id changed from None to ID of the "RdTestTypeType" to mutate |
Non-Breaking | CollectionTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | CollectionTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | CollectionTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | ProjectAttributeDeleteMutationPayload.projectAttribute description changed from None to The mutated object. |
Non-Breaking | ProjectAttributeDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | MilestoneDeleteMutationPayload.milestone description changed from None to The mutated object. |
Non-Breaking | MilestoneDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | ArtifactCreateMutationPayload.artifact description changed from None to The mutated object. |
Non-Breaking | ArtifactCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field RdTestTypeUpdateMutationInput.name changed from None to The name of the test type |
Non-Breaking | Description for Input field RdTestTypeUpdateMutationInput.id changed from None to ID of the "RdTestTypeType" to mutate |
Non-Breaking | MdmRequirementDocumentDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | MdmRequirementDocumentDeleteMutationPayload.mdmRequirementDocument description changed from None to The mutated object. |
Non-Breaking | AuditLogTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | AuditLogTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | AuditLogTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | MilestoneGroupDeleteMutationPayload.milestoneGroup description changed from None to The mutated object. |
Non-Breaking | MilestoneGroupDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | WorkerDataDeleteMutationPayload.workerData description changed from None to The mutated object. |
Non-Breaking | WorkerDataDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type RdTestAttributeDeleteMutationPayload changed from None to Mutation to delete a test attribute. |
Non-Breaking | RdTestAttributeDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | RdTestAttributeDeleteMutationPayload.rdTestAttribute description changed from None to The mutated object. |
Non-Breaking | Description for type ClientStateUnshareMutationPayload changed from None to Mutation to unshare an existing client state. |
Non-Breaking | ClientStateUnshareMutationPayload.clientState description changed from None to The mutated object. |
Non-Breaking | ClientStateUnshareMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | UserNotificationUpdateMutationPayload.userNotification description changed from None to The mutated object. |
Non-Breaking | UserNotificationUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field CollectionCreateMutationInput.description changed from None to A description of the collection |
Non-Breaking | Description for Input field CollectionCreateMutationInput.tags changed from None to `` |
Non-Breaking | Description for Input field CollectionCreateMutationInput.discipline changed from None to The discipline to which the collection belongs |
Non-Breaking | Description for Input field CollectionCreateMutationInput.tests changed from None to `` |
Non-Breaking | Description for Input field CollectionCreateMutationInput.name changed from None to Name of the collection |
Non-Breaking | Description for Input field CollectionCreateMutationInput.accessRight changed from None to Specifies how users other than the creator can access the collection |
Non-Breaking | Description for Input field ProjectTypeUpdateMutationInput.name changed from None to Name of the project type |
Non-Breaking | Description for Input field ProjectTypeUpdateMutationInput.id changed from None to ID of the "ProjectTypeType" to mutate |
Non-Breaking | Description for Input field MdmAttributeValueListUpsertMutationInput.description changed from None to A description of the value list |
Non-Breaking | Description for Input field MdmAttributeValueListUpsertMutationInput.entriesAttributes changed from None to `` |
Non-Breaking | Description for Input field MdmAttributeValueListUpsertMutationInput.locked changed from None to Locked and only be editable by system users |
Non-Breaking | Description for Input field MdmAttributeValueListUpsertMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage |
Non-Breaking | Description for Input field MdmAttributeValueListUpsertMutationInput.name changed from None to The name of the value list |
Non-Breaking | Description for Input field MdmAttributeValueListUpsertMutationInput.obsolete changed from None to Whether this value list is obsolete or not |
Non-Breaking | MdmAttributeValueUpdateMutationPayload.mdmAttributeValue description changed from None to The mutated object. |
Non-Breaking | MdmAttributeValueUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | LoadUserType.roleCreatedAt description changed from None to Creation time of the object role |
Non-Breaking | LoadUserType.isActive description changed from None to Designates whether this user should be treated as active. Unselect this instead of deleting accounts. |
Non-Breaking | LoadUserType.external description changed from None to A flag indicating whether the user authenticated via an external IDP. |
Non-Breaking | LoadUserType.roleId description changed from None to Object role id of the user for given object. If no object is provided, it will be null |
Non-Breaking | LoadUserType.username description changed from None to Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only. |
Non-Breaking | LoadUserType.layout description changed from None to Frontend layout the user has been chosen. |
Non-Breaking | LoadUserType.isSuperuser description changed from None to Designates that this user has all permissions without explicitly assigning them. |
Non-Breaking | LoadUserType.roleName description changed from None to Object role name of the user for given object. If no object is provided, it will be null |
Non-Breaking | LoadUserType.displayName description changed from None to A human readable username |
Non-Breaking | LoadUserType.roleCreatedBy description changed from None to The user who created the object role |
Non-Breaking | LoadUserType.groupCount description changed from None to The number of items in the group if a group is returned |
Non-Breaking | LoadUserType.isStaff description changed from None to Designates whether the user can log into this admin site. |
Non-Breaking | LoadUserType.roleUpdatedAt description changed from None to Update time of the object role |
Non-Breaking | LoadUserType.system description changed from None to A flag indicating whether the user is a system user. |
Non-Breaking | ProjectTypeCreateMutationPayload.projectType description changed from None to The mutated object. |
Non-Breaking | ProjectTypeCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type LoadMdmTestCasesResponse changed from None to Response type for mdm test cases for adding extra fields |
Non-Breaking | LoadMdmTestCasesResponse.rows description changed from None to A list of rows |
Non-Breaking | LoadMdmTestCasesResponse.count description changed from None to The total number of existing rows for the applied filters |
Non-Breaking | LoadMdmTestCasesResponse.context description changed from None to A list of distinct context attributes that are returned by this response |
Non-Breaking | RdTestTemplateDeleteMutationPayload.rdTestTemplate description changed from None to The mutated object. |
Non-Breaking | RdTestTemplateDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type DisciplineTypeEdge changed from None to A Relay edge containing a DisciplineType and its cursor. |
Non-Breaking | DisciplineTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | DisciplineTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for type ClientStateTagTypeEdge changed from None to A Relay edge containing a ClientStateTagType and its cursor. |
Non-Breaking | ClientStateTagTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | ClientStateTagTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for Input field RdTestTemplateCategoryCreateMutationInput.name changed from None to Name of the template category |
Non-Breaking | Description for Input field RdTestTypeUpsertMutationInput.name changed from None to The name of the test type |
Non-Breaking | Description for type SettingTypeEdge changed from None to A Relay edge containing a SettingType and its cursor. |
Non-Breaking | SettingTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | SettingTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for type ProjectThresholdType changed from None to ProjectThreshold(created_at, updated_at, id, op_lower_boundary, lower_boundary, op_upper_boundary, upper_boundary, description, discrete_value, rank, project_requirement, project_requirement_attributes) |
Non-Breaking | ProjectThresholdType.description description changed from None to A description of the threshold. |
Non-Breaking | ProjectThresholdType.objectPermissions description changed from None to A list of permissions that the current user has for this object |
Non-Breaking | ProjectThresholdType.opLowerBoundary description changed from None to Operator of the comparison against the lower boundary value. The lower boundary is the left operand. |
Non-Breaking | ProjectThresholdType.id description changed from None to The ID of the object |
Non-Breaking | ProjectThresholdType.opUpperBoundary description changed from None to Operator of the comparison against the upper boundary value. The upper boundary is the right operand. |
Non-Breaking | ProjectThresholdType.lowerBoundary description changed from None to The lower boundary of the object. |
Non-Breaking | ProjectThresholdType.rank description changed from None to Threshold rank (esp. color) of this threshold. |
Non-Breaking | ProjectThresholdType.upperBoundary description changed from None to The upper boundary of the object. |
Non-Breaking | ProjectThresholdType.projectRequirement description changed from None to The project requirement to which the threshold belongs. |
Non-Breaking | ProjectThresholdType.discreteValue description changed from None to Value of the threshold. If used the boundary fields must be empty. |
Non-Breaking | Description for type LoadMdmTestCasesType changed from None to Row type for mdm test cases for adding extra fields |
Non-Breaking | Field comment was added to object type LoadMdmTestCasesType |
Non-Breaking | LoadMdmTestCasesType.description description changed from None to Description of the mdm test case |
Non-Breaking | LoadMdmTestCasesType.lastModifiedByUsername description changed from None to Username of the user who modified the mdm test case the last |
Non-Breaking | LoadMdmTestCasesType.associations description changed from None to A mapping of association names to value lists |
Non-Breaking | LoadMdmTestCasesType.groupCount description changed from None to The number of items in the group if a group is returned |
Non-Breaking | LoadMdmTestCasesType.id description changed from None to The ID of the mdm test case |
Non-Breaking | LoadMdmTestCasesType.locked description changed from None to Instance has been locked |
Non-Breaking | LoadMdmTestCasesType.sourceId description changed from None to Source ID of the mdm test case in case imported |
Non-Breaking | LoadMdmTestCasesType.updatedAt description changed from None to The time of the last update |
Non-Breaking | LoadMdmTestCasesType.createdAt description changed from None to The time of creation |
Non-Breaking | LoadMdmTestCasesType.name description changed from None to Name of the mdm test case |
Non-Breaking | LoadMdmTestCasesType.obsolete description changed from None to Whether the mdm test case is obsolete |
Non-Breaking | MdmRequirementDeleteMutationPayload.mdmRequirement description changed from None to The mutated object. |
Non-Breaking | MdmRequirementDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field RdTestAttachmentUpdateMutationInput.thumbnail changed from None to A thumbnail for this attachment from an external source |
Non-Breaking | Description for Input field RdTestAttachmentUpdateMutationInput.identifier changed from None to (Together with test and type a unique) identifier of the attachment |
Non-Breaking | Description for Input field RdTestAttachmentUpdateMutationInput.meta changed from None to Meta information about the attachment |
Non-Breaking | Description for Input field RdTestAttachmentUpdateMutationInput.id changed from None to ID of the "RdTestAttachmentType" to mutate |
Non-Breaking | Description for Input field RdTestAttachmentUpdateMutationInput.file changed from None to The attachment and its derivatives |
Non-Breaking | Description for Input field RdTestAttachmentUpdateMutationInput.test changed from None to The test to which the attachment belongs |
Non-Breaking | Description for Input field RdTestAttachmentUpdateMutationInput.type changed from None to The type of the attachment |
Non-Breaking | Description for Input field RdTestAttachmentUpdateMutationInput.name changed from None to The name of the attachment |
Non-Breaking | Description for type WorkerTypeEdge changed from None to A Relay edge containing a WorkerType and its cursor. |
Non-Breaking | WorkerTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | WorkerTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for type Subscription changed from None to Subscription definition for W3Sys.E. |
Non-Breaking | Description for argument id on field Subscription.onTaskUpdate changed from None to ID of the task |
Non-Breaking | Description for argument id on field Subscription.onUpdateRdTestAttachment changed from None to ID of the attachment |
Non-Breaking | Description for argument rdtestId on field Subscription.onUpdateRdTestAttachment changed from None to ID of the test. Subscribe to all attachment updates of that test |
Non-Breaking | Description for type RdTestTemplateCategoryType changed from None to Categories allowing filtering of templates into specific groups |
Non-Breaking | RdTestTemplateCategoryType.name description changed from None to Name of the template category |
Non-Breaking | RdTestTemplateCategoryType.id description changed from None to The ID of the object |
Non-Breaking | Description for Input field MdmAttributeValueCreateMutationInput.description changed from None to A description of the value |
Non-Breaking | Description for Input field MdmAttributeValueCreateMutationInput.locked changed from None to Locked and only be editable by system users |
Non-Breaking | Description for Input field MdmAttributeValueCreateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage |
Non-Breaking | Description for Input field MdmAttributeValueCreateMutationInput.label changed from None to Human readable version of the raw value |
Non-Breaking | Description for Input field MdmAttributeValueCreateMutationInput.valueList changed from None to The value list to which the attribute value belongs |
Non-Breaking | Description for Input field MdmAttributeValueCreateMutationInput.name changed from None to The raw value without any meta-info |
Non-Breaking | Description for Input field MdmAttributeValueCreateMutationInput.obsolete changed from None to Whether this value list entry is obsolete or not |
Non-Breaking | Description for Input field MilestoneGroupDeleteMutationInput.id changed from None to ID of the "MilestoneGroupType" to mutate |
Non-Breaking | PresetBrickTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | PresetBrickTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | PresetBrickTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for Input field MdmAttributeDeleteMutationInput.id changed from None to ID of the "MdmAttributeType" to mutate |
Non-Breaking | Description for Input field MdmAttributeValueAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed |
Non-Breaking | Description for Input field MdmAttributeValueAttributesInputType.valueListAttributes changed from None to The value list to which the attribute value belongs |
Non-Breaking | Description for Input field ClientStateUnshareMutationInput.id changed from None to ID of the "ClientStateType" to mutate |
Non-Breaking | Description for type RdTestTemplateTypeEdge changed from None to A Relay edge containing a RdTestTemplateType and its cursor. |
Non-Breaking | RdTestTemplateTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | RdTestTemplateTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | MdmAttributeValueTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | MdmAttributeValueTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | MdmAttributeValueTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for Input field MdmRequirementUpdateMutationInput.description changed from None to A description of the requirement. |
Non-Breaking | Description for Input field MdmRequirementUpdateMutationInput.thresholdsAttributes changed from None to `` |
Non-Breaking | Description for Input field MdmRequirementUpdateMutationInput.id changed from None to ID of the "MdmRequirementType" to mutate |
Non-Breaking | Description for Input field MdmRequirementUpdateMutationInput.locked changed from None to Locked and only be editable by system users |
Non-Breaking | Description for Input field MdmRequirementUpdateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage |
Non-Breaking | Description for Input field MdmRequirementUpdateMutationInput.mdmrequirementdocumentSetAttributes changed from None to `` |
Non-Breaking | Description for Input field MdmRequirementUpdateMutationInput.contextCondition changed from None to Context information about the object, formulated as a condition. |
Non-Breaking | Description for Input field MdmRequirementUpdateMutationInput.mdmAttribute changed from None to An attribute that can be assigned to the requirement. |
Non-Breaking | Description for Input field MdmRequirementUpdateMutationInput.name changed from None to Name of the requirement. |
Non-Breaking | Description for Input field MdmRequirementUpdateMutationInput.obsolete changed from None to Whether this requirement is obsolete or not. |
Non-Breaking | Description for type SSRMInputType changed from None to Standard input type for a server-side row model requests that defines all possible input fields. |
Non-Breaking | Description for Input field SSRMInputType.pivotCols changed from None to Columns that have pivot on them |
Non-Breaking | Description for Input field SSRMInputType.startRow changed from None to First row requested or undefined for all rows |
Non-Breaking | Description for Input field SSRMInputType.valueCols changed from None to Columns that have aggregations on them |
Non-Breaking | Description for Input field SSRMInputType.quickFilter changed from None to Filter over all items by a simple string value |
Non-Breaking | Description for Input field SSRMInputType.endRow changed from None to Index after the last requested row or undefined for all rows |
Non-Breaking | Description for Input field SSRMInputType.pivotMode changed from None to Defines if pivot mode is on or off |
Non-Breaking | Description for Input field SSRMInputType.groupKeys changed from None to What groups the user is viewing |
Non-Breaking | Description for Input field SSRMInputType.filterModel changed from None to If filtering, what the filter model is |
Non-Breaking | Description for Input field SSRMInputType.sortModel changed from None to If sorting, what the sort model is |
Non-Breaking | Description for Input field SSRMInputType.rowGroupCols changed from None to Columns that are currently row grouped |
Non-Breaking | RdTestDeleteMutationPayload.rdTest description changed from None to The mutated object. |
Non-Breaking | RdTestDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | StarRdTestMutationPayload.rdTest description changed from None to The mutated object. |
Non-Breaking | StarRdTestMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type PresetTypeEdge changed from None to A Relay edge containing a PresetType and its cursor. |
Non-Breaking | PresetTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | PresetTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for Input field RdTestCreateMutationInput.attributesAttributes changed from None to `` |
Non-Breaking | Description for Input field RdTestCreateMutationInput.besProject changed from None to The project within the backend to which this test belongs |
Non-Breaking | Description for Input field RdTestCreateMutationInput.createdAtInBes changed from None to Timestamp when the test has been created in it's backend |
Non-Breaking | Description for Input field RdTestCreateMutationInput.idInBes changed from None to The id of the test in it's backend |
Non-Breaking | Description for Input field RdTestCreateMutationInput.syncSuccessfulAt changed from None to The time of the last successful synchronization of the test with the backend |
Non-Breaking | Description for Input field RdTestCreateMutationInput.name changed from None to The name of the test |
Non-Breaking | Description for Input field RdTestCreateMutationInput.testType changed from None to The type of the test |
Non-Breaking | MdmAttributeComponentUpsertMutationPayload.mdmAttributeComponent description changed from None to The mutated object. |
Non-Breaking | MdmAttributeComponentUpsertMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | CalculationRuleDeleteMutationPayload.calculationRule description changed from None to The mutated object. |
Non-Breaking | CalculationRuleDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type LoadProjectRequirementsInput changed from None to Input arguments to filter project requirements. |
Non-Breaking | Description for Input field LoadProjectRequirementsInput.pivotCols changed from None to Columns that have pivot on them |
Non-Breaking | Description for Input field LoadProjectRequirementsInput.startRow changed from None to First row requested or undefined for all rows |
Non-Breaking | Description for Input field LoadProjectRequirementsInput.valueCols changed from None to Columns that have aggregations on them |
Non-Breaking | Description for Input field LoadProjectRequirementsInput.quickFilter changed from None to Filter over all items by a simple string value |
Non-Breaking | Description for Input field LoadProjectRequirementsInput.project changed from None to The ID of the selected project |
Non-Breaking | Description for Input field LoadProjectRequirementsInput.endRow changed from None to Index after the last requested row or undefined for all rows |
Non-Breaking | Description for Input field LoadProjectRequirementsInput.pivotMode changed from None to Defines if pivot mode is on or off |
Non-Breaking | Description for Input field LoadProjectRequirementsInput.groupKeys changed from None to What groups the user is viewing |
Non-Breaking | Description for Input field LoadProjectRequirementsInput.filterModel changed from None to If filtering, what the filter model is |
Non-Breaking | Description for Input field LoadProjectRequirementsInput.sortModel changed from None to If sorting, what the sort model is |
Non-Breaking | Description for Input field LoadProjectRequirementsInput.rowGroupCols changed from None to Columns that are currently row grouped |
Non-Breaking | Description for Input field RoleCreateMutationInput.default changed from None to If true, this role will be applied to all newly created users. |
Non-Breaking | Description for Input field RoleCreateMutationInput.name changed from None to The name of the role. |
Non-Breaking | Description for Input field RoleCreateMutationInput.permissions changed from None to A list of permissions that this role has. |
Non-Breaking | Description for Input field RoleCreateMutationInput.contentType changed from None to `` |
Non-Breaking | RequirementValueSavePrivateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field UserUpdateMutationInput.disciplines changed from None to List of disciplines the user belongs to |
Non-Breaking | Description for Input field UserUpdateMutationInput.userPermissions changed from None to Specific permissions for this user. |
Non-Breaking | Description for Input field UserUpdateMutationInput.displayName changed from None to A human readable username |
Non-Breaking | Description for Input field UserUpdateMutationInput.username changed from None to Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only. |
Non-Breaking | Description for Input field UserUpdateMutationInput.layout changed from None to Frontend layout the user has been chosen. |
Non-Breaking | Description for Input field UserUpdateMutationInput.id changed from None to ID of the "UserType" to mutate |
Non-Breaking | Description for Input field UserUpdateMutationInput.isActive changed from None to Designates whether this user should be treated as active. Unselect this instead of deleting accounts. |
Non-Breaking | Description for Input field UserUpdateMutationInput.external changed from None to A flag indicating whether the user authenticated via an external IDP. |
Non-Breaking | Description for Input field UserUpdateMutationInput.isStaff changed from None to Designates whether the user can log into this admin site. |
Non-Breaking | Description for Input field UserUpdateMutationInput.isSuperuser changed from None to Designates that this user has all permissions without explicitly assigning them. |
Non-Breaking | Description for Input field UserUpdateMutationInput.groups changed from None to The groups this user belongs to. A user will get all permissions granted to each of their groups. |
Non-Breaking | Description for Input field UserUpdateMutationInput.roles changed from None to The roles this user belongs to. A user will get all permissions granted to each of their roles. |
Non-Breaking | Description for Input field CalculationRuleCreateMutationInput.description changed from None to A description of the calculation rule |
Non-Breaking | Description for Input field CalculationRuleCreateMutationInput.definitions changed from None to JSON formatted inputs, permutations and tests of a calculation rule |
Non-Breaking | Description for Input field CalculationRuleCreateMutationInput.locked changed from None to Locked and only be editable by system users |
Non-Breaking | Description for Input field CalculationRuleCreateMutationInput.code changed from None to Code of the calculation rule |
Non-Breaking | Description for Input field CalculationRuleCreateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage |
Non-Breaking | Description for Input field CalculationRuleCreateMutationInput.contextCondition changed from None to Context information about the object, formulated as a condition. |
Non-Breaking | Description for Input field CalculationRuleCreateMutationInput.name changed from None to Name of the calculation rule |
Non-Breaking | Description for Input field CalculationRuleCreateMutationInput.obsolete changed from None to Whether this calculation rule is obsolete or not |
Non-Breaking | Description for Input field MdmAttributeUpdateMutationInput.description changed from None to A description of what information is represented by this attribute |
Non-Breaking | Description for Input field MdmAttributeUpdateMutationInput.attributeType changed from None to The type of the attribute |
Non-Breaking | Description for Input field MdmAttributeUpdateMutationInput.displayUnit changed from None to a value of this attribute, should be displayed in this unit, presuming the datatype of this attribute is number |
Non-Breaking | Description for Input field MdmAttributeUpdateMutationInput.identifier changed from None to Identifier of the attribute |
Non-Breaking | Description for Input field MdmAttributeUpdateMutationInput.id changed from None to ID of the "MdmAttributeType" to mutate |
Non-Breaking | Description for Input field MdmAttributeUpdateMutationInput.locked changed from None to Locked and only be editable by system users |
Non-Breaking | Description for Input field MdmAttributeUpdateMutationInput.component changed from None to The component this attribute is assigned to |
Non-Breaking | Description for Input field MdmAttributeUpdateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage |
Non-Breaking | Description for Input field MdmAttributeUpdateMutationInput.valueList changed from None to value_list describing the possible values for this attribute |
Non-Breaking | Description for Input field MdmAttributeUpdateMutationInput.name changed from None to Human readable name of the attribute |
Non-Breaking | Description for Input field MdmAttributeUpdateMutationInput.datatype changed from None to Datatype of the attribute |
Non-Breaking | Description for Input field MdmAttributeUpdateMutationInput.isAssociationAttribute changed from None to Whether this attribute may be used as an association attribute |
Non-Breaking | Description for Input field MdmAttributeUpdateMutationInput.obsolete changed from None to Whether this attribute is obsolete or not |
Non-Breaking | ProjectCreateMutationPayload.project description changed from None to The mutated object. |
Non-Breaking | ProjectCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | BackendSystemTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | BackendSystemTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | BackendSystemTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for Input field ProjectDocumentDeleteMutationInput.id changed from None to ID of the "ProjectDocumentType" to mutate |
Non-Breaking | Description for type AnnouncementTypeEdge changed from None to A Relay edge containing a AnnouncementType and its cursor. |
Non-Breaking | AnnouncementTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | AnnouncementTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for Input field MdmTestCaseDeleteMutationInput.id changed from None to ID of the "MdmTestCaseType" to mutate |
Non-Breaking | Description for type MdmTestCaseTypeEdge changed from None to A Relay edge containing a MdmTestCaseType and its cursor. |
Non-Breaking | MdmTestCaseTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | MdmTestCaseTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for type ProjectDocumentType changed from None to Database model for documents that belong to a project. |
Non-Breaking | ProjectDocumentType.user description changed from None to The user who uploaded the attachment. |
Non-Breaking | ProjectDocumentType.project description changed from None to The project to which the document belongs |
Non-Breaking | ProjectDocumentType.id description changed from None to The ID of the object |
Non-Breaking | ProjectDocumentType.file description changed from None to The attachment with its derivatives |
Non-Breaking | ProjectDocumentType.name description changed from None to The name of the attachment |
Non-Breaking | ProjectDocumentType.fileSize description changed from None to The size of the attachment in bytes. |
Non-Breaking | RdTestTemplateAttributeTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | RdTestTemplateAttributeTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | RdTestTemplateAttributeTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | AnnouncementUpdateMutationPayload.announcement description changed from None to The mutated object. |
Non-Breaking | AnnouncementUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | DisciplineUpdateMutationPayload.discipline description changed from None to The mutated object. |
Non-Breaking | DisciplineUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field ClientStateUpdateMutationInput.content changed from None to State of the client in JSON format |
Non-Breaking | Description for Input field ClientStateUpdateMutationInput.tags changed from None to Arbitrary tags that help the client to distinguish different kinds of state |
Non-Breaking | Description for Input field ClientStateUpdateMutationInput.id changed from None to ID of the "ClientStateType" to mutate |
Non-Breaking | Description for Input field ClientStateUpdateMutationInput.default changed from None to Determines whether the state is default |
Non-Breaking | Description for Input field ClientStateUpdateMutationInput.name changed from None to A name for the state chosen by the user |
Non-Breaking | RdTestScheduleUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type SSRMSortModelType changed from None to Represent a sorting model for a server-side row model. |
Non-Breaking | Description for Input field SSRMSortModelType.colId changed from None to Column Id to apply the sort to |
Non-Breaking | Description for Input field SSRMSortModelType.sort changed from None to Sort direction |
Non-Breaking | Description for type RdTestAttachmentType changed from None to Model for attachments of a test |
Non-Breaking | RdTestAttachmentType.thumbnail description changed from None to A thumbnail for this attachment from an external source |
Non-Breaking | RdTestAttachmentType.identifier description changed from None to (Together with test and type a unique) identifier of the attachment |
Non-Breaking | RdTestAttachmentType.meta description changed from None to Meta information about the attachment |
Non-Breaking | RdTestAttachmentType.id description changed from None to The ID of the object |
Non-Breaking | RdTestAttachmentType.file description changed from None to The attachment and its derivatives |
Non-Breaking | RdTestAttachmentType.test description changed from None to The test to which the attachment belongs |
Non-Breaking | RdTestAttachmentType.type description changed from None to The type of the attachment |
Non-Breaking | RdTestAttachmentType.name description changed from None to The name of the attachment |
Non-Breaking | RdTestAttachmentType.fileSize description changed from None to The size of the attachment in bytes. |
Non-Breaking | DisciplineCreateMutationPayload.discipline description changed from None to The mutated object. |
Non-Breaking | DisciplineCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | UnStarRdTestMutationPayload.rdTest description changed from None to The mutated object. |
Non-Breaking | UnStarRdTestMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field PresetUpdateMutationInput.id changed from None to ID of the "PresetType" to mutate |
Non-Breaking | Description for Input field PresetUpdateMutationInput.data changed from None to The preset file |
Non-Breaking | Description for Input field PresetUpdateMutationInput.discipline changed from None to The discipline to which the preset belongs |
Non-Breaking | Description for Input field PresetUpdateMutationInput.contact changed from None to A contact person responsible for this preset. |
Non-Breaking | MilestoneUpdateMutationPayload.milestone description changed from None to The mutated object. |
Non-Breaking | MilestoneUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type PermissionTypeEdge changed from None to A Relay edge containing a PermissionType and its cursor. |
Non-Breaking | PermissionTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | PermissionTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for type WorkerDataTypeEdge changed from None to A Relay edge containing a WorkerDataType and its cursor. |
Non-Breaking | WorkerDataTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | WorkerDataTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | RequirementValuePrivatePublishMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | PresetUpdateMutationPayload.preset description changed from None to The mutated object. |
Non-Breaking | PresetUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field AnnouncementCreateMutationInput.isSticky changed from None to Determines whether the announcement gets shown as a sticky banner in the application for the period of the announcement. |
Non-Breaking | Description for Input field AnnouncementCreateMutationInput.content changed from None to The announcement's body. In Markdown format |
Non-Breaking | Description for Input field AnnouncementCreateMutationInput.title changed from None to The announcement's title |
Non-Breaking | Description for Input field AnnouncementCreateMutationInput.priority changed from None to Priority class of the announcement, defaults to 'info' |
Non-Breaking | Description for Input field AnnouncementCreateMutationInput.startAt changed from None to Start time from which the announcement should be active. Defaults to the current date and time |
Non-Breaking | Description for Input field AnnouncementCreateMutationInput.endAt changed from None to If given, it specifies the end-time until which the announcement should be active. |
Non-Breaking | CollectionTagDeleteMutationPayload.collectionTag description changed from None to The mutated object. |
Non-Breaking | CollectionTagDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field MdmAttributeComponentDeleteMutationInput.id changed from None to ID of the "MdmAttributeComponentType" to mutate |
Non-Breaking | GroupTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | GroupTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | GroupTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for Input field ProjectDocumentUpdateMutationInput.name changed from None to The name of the attachment |
Non-Breaking | Description for Input field ProjectDocumentUpdateMutationInput.id changed from None to ID of the "ProjectDocumentType" to mutate |
Non-Breaking | Description for Input field ProjectDocumentUpdateMutationInput.file changed from None to The attachment with its derivatives |
Non-Breaking | Description for type ProjectType changed from None to Database model for storing projects-related details. |
Non-Breaking | ProjectType.description description changed from None to Description of the project. |
Non-Breaking | ProjectType.besProjects description changed from None to The associated internal main project |
Non-Breaking | Argument projectId: ID added to ProjectType.besProjects |
Non-Breaking | Argument backendId: ID added to ProjectType.besProjects |
Non-Breaking | Description for argument orderBy on field ProjectType.besProjects changed from None to Ordering |
Non-Breaking | ProjectType.objectPermissions description changed from None to A list of permissions that the current user has for this object |
Non-Breaking | ProjectType.id description changed from None to The ID of the object |
Non-Breaking | ProjectType.name description changed from None to Name of the project |
Non-Breaking | ProjectType.projectdocumentSet description changed from None to The project to which the document belongs |
Non-Breaking | Argument projectId: ID added to ProjectType.projectdocumentSet |
Non-Breaking | ProjectType.milestonegroupSet description changed from None to The project the milestone group belongs to. |
Non-Breaking | Argument projectId: ID added to ProjectType.milestonegroupSet |
Non-Breaking | Description for argument orderBy on field ProjectType.milestonegroupSet changed from None to Ordering |
Non-Breaking | ProjectType.attributes description changed from None to The project to which the attribute belongs |
Non-Breaking | Argument projectId: ID added to ProjectType.attributes |
Non-Breaking | Description for type RdTestAttachmentCreateMutationPayload changed from None to Mutation to create a test attachment. |
Non-Breaking | RdTestAttachmentCreateMutationPayload.rdTestAttachment description changed from None to The mutated object. |
Non-Breaking | RdTestAttachmentCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field CustomToolVersionAttributesInputType.customtoolAttributes changed from None to The customtool this object belongs to |
Non-Breaking | Description for Input field CustomToolVersionAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed |
Non-Breaking | RdTestTemplateTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | RdTestTemplateTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | RdTestTemplateTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | UserNotificationDeleteMutationPayload.userNotification description changed from None to The mutated object. |
Non-Breaking | UserNotificationDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field MdmUnitCreateMutationInput.name changed from None to The name of the unit |
Non-Breaking | Description for Input field MdmUnitCreateMutationInput.dimension changed from None to The dimension of the unit |
Non-Breaking | CollectionDeleteMutationPayload.collection description changed from None to The mutated object. |
Non-Breaking | CollectionDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | ProjectDocumentDeleteMutationPayload.projectDocument description changed from None to The mutated object. |
Non-Breaking | ProjectDocumentDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field RdTestAttachmentCreateMutationInput.thumbnail changed from None to A thumbnail for this attachment from an external source |
Non-Breaking | Description for Input field RdTestAttachmentCreateMutationInput.identifier changed from None to (Together with test and type a unique) identifier of the attachment |
Non-Breaking | Description for Input field RdTestAttachmentCreateMutationInput.meta changed from None to Meta information about the attachment |
Non-Breaking | Description for Input field RdTestAttachmentCreateMutationInput.file changed from None to The attachment and its derivatives |
Non-Breaking | Description for Input field RdTestAttachmentCreateMutationInput.test changed from None to The test to which the attachment belongs |
Non-Breaking | Description for Input field RdTestAttachmentCreateMutationInput.type changed from None to The type of the attachment |
Non-Breaking | Description for Input field RdTestAttachmentCreateMutationInput.name changed from None to The name of the attachment |
Non-Breaking | Description for type Date changed from None to The Date scalar type represents a Date value as specified by [iso8601](https://en.wikipedia.org/wiki/ISO_8601). |
Non-Breaking | Description for type
|
Non-Breaking | MdmAttributeComponentType.description description changed from None to Description for the MdmAttributeComponent |
Non-Breaking | MdmAttributeComponentType.id description changed from None to The ID of the object |
Non-Breaking | MdmAttributeComponentType.locked description changed from None to Locked and only be editable by system users |
Non-Breaking | MdmAttributeComponentType.sourceId description changed from None to Original ID of the imported object used within the external storage |
Non-Breaking | MdmAttributeComponentType.name description changed from None to The name for the MdmAttributeComponent |
Non-Breaking | MdmAttributeComponentType.obsolete description changed from None to Whether this MdmAttributeComponent is obsolete or not. |
Non-Breaking | Description for Input field MdmAttributeConfigurationCreateMutationInput.prerequisiteAttribute changed from None to If filled, the attribute set under 'Required attribute' is only required if the attribute defined here exists, otherwise it will be always required. |
Non-Breaking | Description for Input field MdmAttributeConfigurationCreateMutationInput.requiredAttribute changed from None to The attribute which will be required. |
Non-Breaking | Description for Input field MdmAttributeConfigurationCreateMutationInput.scope changed from None to The model type on which this definition should be active. |
Non-Breaking | Description for Input field WorkerDataUpsertMutationInput.value changed from None to Value of this worker data key |
Non-Breaking | Description for Input field WorkerDataUpsertMutationInput.key changed from None to A unique key for the worker data. |
Non-Breaking | Description for Input field RdTestAttributeUpdateMutationInput.value changed from None to The value of the attribute |
Non-Breaking | Description for Input field RdTestAttributeUpdateMutationInput.comment changed from None to A comment for the attribute |
Non-Breaking | Description for Input field RdTestAttributeUpdateMutationInput.id changed from None to ID of the "RdTestAttributeType" to mutate |
Non-Breaking | Description for Input field RdTestAttributeUpdateMutationInput.test changed from None to The test to which the attribute belongs |
Non-Breaking | Description for Input field RdTestAttributeUpdateMutationInput.name changed from None to The attribute label/caption |
Non-Breaking | Description for Input field RdTestAttributeUpdateMutationInput.isoCode changed from None to The iso-code of the attribute |
Non-Breaking | MilestoneCreateMutationPayload.milestone description changed from None to The mutated object. |
Non-Breaking | MilestoneCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | MdmTestCaseUpdateMutationPayload.mdmTestCase description changed from None to The mutated object. |
Non-Breaking | MdmTestCaseUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field BesProjectUpdateMutationInput.sync changed from None to If True, project data is automatically synchronized with the backend system and thus kept up-to-date. |
Non-Breaking | Description for Input field BesProjectUpdateMutationInput.backend changed from None to The backend system from which this project was loaded |
Non-Breaking | Description for Input field BesProjectUpdateMutationInput.project changed from None to The associated internal main project |
Non-Breaking | Description for Input field BesProjectUpdateMutationInput.id changed from None to ID of the "BesProjectType" to mutate |
Non-Breaking | Description for Input field BesProjectUpdateMutationInput.name changed from None to The name of the project within the backend |
Non-Breaking | Description for type LoadMdmRequirementsInput changed from None to Input arguments to filter project requirements. |
Non-Breaking | Description for Input field LoadMdmRequirementsInput.pivotCols changed from None to Columns that have pivot on them |
Non-Breaking | Description for Input field LoadMdmRequirementsInput.startRow changed from None to First row requested or undefined for all rows |
Non-Breaking | Description for Input field LoadMdmRequirementsInput.valueCols changed from None to Columns that have aggregations on them |
Non-Breaking | Description for Input field LoadMdmRequirementsInput.quickFilter changed from None to Filter over all items by a simple string value |
Non-Breaking | Description for Input field LoadMdmRequirementsInput.endRow changed from None to Index after the last requested row or undefined for all rows |
Non-Breaking | Description for Input field LoadMdmRequirementsInput.pivotMode changed from None to Defines if pivot mode is on or off |
Non-Breaking | Description for Input field LoadMdmRequirementsInput.groupKeys changed from None to What groups the user is viewing |
Non-Breaking | Description for Input field LoadMdmRequirementsInput.filterModel changed from None to If filtering, what the filter model is |
Non-Breaking | Description for Input field LoadMdmRequirementsInput.sortModel changed from None to If sorting, what the sort model is |
Non-Breaking | Description for Input field LoadMdmRequirementsInput.selectedProject changed from None to The ID of the selected project |
Non-Breaking | Description for Input field LoadMdmRequirementsInput.rowGroupCols changed from None to Columns that are currently row grouped |
Non-Breaking | Description for type W3Float changed from None to Float Scalar that returns a string for nan, -inf and inf instead of the Python representations. JSON does not support those types. |
Non-Breaking | Description for Input field MdmUnitUpdateMutationInput.name changed from None to The name of the unit |
Non-Breaking | Description for Input field MdmUnitUpdateMutationInput.id changed from None to ID of the "MdmUnitType" to mutate |
Non-Breaking | Description for Input field MdmUnitUpdateMutationInput.dimension changed from None to The dimension of the unit |
Non-Breaking | Description for type RdTestTemplateCategoryTypeEdge changed from None to A Relay edge containing a RdTestTemplateCategoryType and its cursor. |
Non-Breaking | RdTestTemplateCategoryTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | RdTestTemplateCategoryTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for type MdmAttributeValueTypeEdge changed from None to A Relay edge containing a MdmAttributeValueType and its cursor. |
Non-Breaking | MdmAttributeValueTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | MdmAttributeValueTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | MdmThresholdCreateMutationPayload.mdmThreshold description changed from None to The mutated object. |
Non-Breaking | MdmThresholdCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type RdTestTaskTypeEdge changed from None to A Relay edge containing a RdTestTaskType and its cursor. |
Non-Breaking | RdTestTaskTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | RdTestTaskTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Input Field referenceTest: ID was added to input type RequirementValuePrivateCreateMutationInput |
Non-Breaking | Description for Input field RequirementValuePrivateCreateMutationInput.value changed from None to The value of the entry. |
Non-Breaking | Description for Input field RequirementValuePrivateCreateMutationInput.comment changed from None to An optional comment |
Non-Breaking | Description for Input field RequirementValuePrivateCreateMutationInput.projectrequirementattachmentSetAttributes changed from None to `` |
Non-Breaking | Description for Input field RequirementValuePrivateCreateMutationInput.mdmThresholdRankOverride changed from None to A manual set MDM rank overwriting the calculated one for any value-version relation |
Non-Breaking | Description for Input field RequirementValuePrivateCreateMutationInput.projectRequirement changed from None to The project requirement the value belongs to. |
Non-Breaking | ProjectObjectPermissionDeleteMutationPayload.permissions description changed from None to A list of current permissions |
Non-Breaking | ProjectObjectPermissionDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type MdmAttributeConfigurationType changed from None to This model provides meta-information about which attributes are required for a model specified by the scope. Attributes can be generally required independent of any other attributes already selected. Additionally, attributes can become required as soon as a defined pre-requirement has been selected. |
Non-Breaking | MdmAttributeConfigurationType.id description changed from None to The ID of the object |
Non-Breaking | MdmAttributeConfigurationType.prerequisiteAttribute description changed from None to If filled, the attribute set under 'Required attribute' is only required if the attribute defined here exists, otherwise it will be always required. |
Non-Breaking | MdmAttributeConfigurationType.scope description changed from None to The model type on which this definition should be active. |
Non-Breaking | MdmAttributeConfigurationType.requiredAttribute description changed from None to The attribute which will be required. |
Non-Breaking | Description for Input field ClientStateUseMutationInput.id changed from None to ID of the "ClientStateType" to mutate |
Non-Breaking | Description for type RdTestTemplateType changed from None to A template for used to add a set of predefined attribute/value combinations to a RdTest |
Non-Breaking | RdTestTemplateType.disciplines description changed from None to The disciplines this template is relevant to |
Non-Breaking | Description for argument orderBy on field RdTestTemplateType.disciplines changed from None to Ordering |
Non-Breaking | RdTestTemplateType.description description changed from None to Description describing the purpose of the template |
Non-Breaking | RdTestTemplateType.rdtesttemplateattributeSet description changed from None to The template this attribute belongs to |
Non-Breaking | Argument templateId: ID added to RdTestTemplateType.rdtesttemplateattributeSet |
Non-Breaking | Description for argument orderBy on field RdTestTemplateType.rdtesttemplateattributeSet changed from None to Ordering |
Non-Breaking | RdTestTemplateType.id description changed from None to The ID of the object |
Non-Breaking | RdTestTemplateType.category description changed from None to Category used to filter templates by specific use case |
Non-Breaking | RdTestTemplateType.createdBy description changed from None to The user who created the test template |
Non-Breaking | RdTestTemplateType.name description changed from None to The name for the Test Template |
Non-Breaking | Description for Input field CustomToolAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed |
Non-Breaking | Description for Input field CustomToolAttributesInputType.customtoolversionSetAttributes changed from None to `` |
Non-Breaking | Description for type LoadProjectRequirementsResponse changed from None to Response type for retrieving a list of association groups for project requirements. |
Non-Breaking | LoadProjectRequirementsResponse.rows description changed from None to A list of rows |
Non-Breaking | LoadProjectRequirementsResponse.count description changed from None to The total number of existing rows for the applied filters |
Non-Breaking | LoadProjectRequirementsResponse.context description changed from None to A list of distinct context attributes that are returned by this response |
Non-Breaking | Description for type MdmThresholdRankTypeEdge changed from None to A Relay edge containing a MdmThresholdRankType and its cursor. |
Non-Breaking | MdmThresholdRankTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | MdmThresholdRankTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | SettingUpdateMutationPayload.setting description changed from None to The mutated object. |
Non-Breaking | SettingUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field UserNotificationMarkAsReadMutationInput.id changed from None to ID of the "UserNotificationType" to mutate |
Non-Breaking | Description for Input field CalculationRuleUpsertMutationInput.description changed from None to A description of the calculation rule |
Non-Breaking | Description for Input field CalculationRuleUpsertMutationInput.definitions changed from None to JSON formatted inputs, permutations and tests of a calculation rule |
Non-Breaking | Description for Input field CalculationRuleUpsertMutationInput.locked changed from None to Locked and only be editable by system users |
Non-Breaking | Description for Input field CalculationRuleUpsertMutationInput.code changed from None to Code of the calculation rule |
Non-Breaking | Description for Input field CalculationRuleUpsertMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage |
Non-Breaking | Description for Input field CalculationRuleUpsertMutationInput.contextCondition changed from None to Context information about the object, formulated as a condition. |
Non-Breaking | Description for Input field CalculationRuleUpsertMutationInput.name changed from None to Name of the calculation rule |
Non-Breaking | Description for Input field CalculationRuleUpsertMutationInput.obsolete changed from None to Whether this calculation rule is obsolete or not |
Non-Breaking | BackendSystemDeleteMutationPayload.backendSystem description changed from None to The mutated object. |
Non-Breaking | BackendSystemDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field MdmAttributeCreateMutationInput.description changed from None to A description of what information is represented by this attribute |
Non-Breaking | Description for Input field MdmAttributeCreateMutationInput.attributeType changed from None to The type of the attribute |
Non-Breaking | Description for Input field MdmAttributeCreateMutationInput.displayUnit changed from None to a value of this attribute, should be displayed in this unit, presuming the datatype of this attribute is number |
Non-Breaking | Description for Input field MdmAttributeCreateMutationInput.identifier changed from None to Identifier of the attribute |
Non-Breaking | Description for Input field MdmAttributeCreateMutationInput.component changed from None to The component this attribute is assigned to |
Non-Breaking | Description for Input field MdmAttributeCreateMutationInput.locked changed from None to Locked and only be editable by system users |
Non-Breaking | Description for Input field MdmAttributeCreateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage |
Non-Breaking | Description for Input field MdmAttributeCreateMutationInput.valueList changed from None to value_list describing the possible values for this attribute |
Non-Breaking | Description for Input field MdmAttributeCreateMutationInput.name changed from None to Human readable name of the attribute |
Non-Breaking | Description for Input field MdmAttributeCreateMutationInput.datatype changed from None to Datatype of the attribute |
Non-Breaking | Description for Input field MdmAttributeCreateMutationInput.isAssociationAttribute changed from None to Whether this attribute may be used as an association attribute |
Non-Breaking | Description for Input field MdmAttributeCreateMutationInput.obsolete changed from None to Whether this attribute is obsolete or not |
Non-Breaking | Description for type Mutation changed from None to Mutation definition for W3Sys.E. |
Non-Breaking | Field executeCalculationRules was added to object type Mutation |
Non-Breaking | Field updateMdmTestCaseAttachment was added to object type Mutation |
Non-Breaking | Field createMdmTestCaseAttachment was added to object type Mutation |
Non-Breaking | Field deleteMdmTestCaseAttachment was added to object type Mutation |
Non-Breaking | Field executeCalculationRule was added to object type Mutation |
Non-Breaking | Field cloneMdmTestCase was added to object type Mutation |
Non-Breaking | Field updateCustomToolSetting was added to object type Mutation |
Non-Breaking | Field fetchFilesRdTestAttachments was added to object type Mutation |
Non-Breaking | Mutation.shareClientState description changed from None to Mutation to share an existing client state. |
Non-Breaking | Mutation.updateRdTestAttachment description changed from None to Mutation to update a test attachment. |
Non-Breaking | Mutation.deleteClientState description changed from None to Mutation to delete a client state. |
Non-Breaking | Mutation.unshareClientState description changed from None to Mutation to unshare an existing client state. |
Non-Breaking | Mutation.deleteRdTestAttachment description changed from None to Mutation to delete a test attachment. |
Non-Breaking | Mutation.useClientState description changed from None to Mutation to use an existing client state. |
Non-Breaking | Mutation.createCustomTool description changed from None to Mutation to upload a new custom tool. |
Non-Breaking | Mutation.createRdTestAttachment description changed from None to Mutation to create a test attachment. |
Non-Breaking | Mutation.deleteRdTestAttribute description changed from None to Mutation to delete a test attribute. |
Non-Breaking | Mutation.markAsReadUserNotification description changed from None to Update a user notification if it belongs to the current user and is not read already. Same for the superuser. |
Non-Breaking | Mutation.markAllAsReadUserNotification description changed from None to Update all user notifications that belong to the current user and are not read already. Same for the superuser. |
Non-Breaking | Mutation.createClientState description changed from None to Mutation to upload a new client state. |
Non-Breaking | Mutation.createClientStateTag description changed from None to Mutation to upload a new client state tag. |
Non-Breaking | Mutation.cloneProjectRequirement description changed from None to Clones a Project Requirement by the given ID |
Non-Breaking | Mutation.cloneMdmRequirement description changed from None to Clones a MDM Requirement by the given ID |
Non-Breaking | Mutation.createRdTestAttribute description changed from None to Mutation to create a test attribute. |
Non-Breaking | Mutation.updateRdTestAttribute description changed from None to Mutation to update a test attribute. |
Non-Breaking | Mutation.createProjectRequirementAttachment description changed from None to Mutation to upload a new project requirement attachment |
Non-Breaking | Mutation.deleteUserToken description changed from None to Mutation to delete a user token |
Non-Breaking | Mutation.updateClientState description changed from None to Mutation to update an existing client state. |
Non-Breaking | Mutation.updateClientStateTag description changed from None to Mutation to update an existing client state tag. |
Non-Breaking | Mutation.createUserToken description changed from None to Mutation to create a user token |
Non-Breaking | Mutation.deleteCustomTool description changed from None to Mutation to delete a custom tool. |
Non-Breaking | Mutation.deleteClientStateTag description changed from None to Mutation to delete a client state tag. |
Non-Breaking | Mutation.markAsReadAnnouncement description changed from None to Announcement can be marked as read per user. For this purpose, an entry of the type AnnouncementUser is created. |
Non-Breaking | Mutation.updateCustomTool description changed from None to Mutation to update an existing custom tool. |
Non-Breaking | BesProjectCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | BesProjectCreateMutationPayload.besProject description changed from None to The mutated object. |
Non-Breaking | Description for Input field ProjectAttributeDeleteMutationInput.id changed from None to ID of the "ProjectAttributeType" to mutate |
Non-Breaking | MdmRequirementCreateMutationPayload.mdmRequirement description changed from None to The mutated object. |
Non-Breaking | MdmRequirementCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | PresetBrickCreateMutationPayload.presetBrick description changed from None to The mutated object. |
Non-Breaking | PresetBrickCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | TaskTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | TaskTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | TaskTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | MdmDimensionUpdateMutationPayload.mdmDimension description changed from None to The mutated object. |
Non-Breaking | MdmDimensionUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | RdTestTemplateCategoryTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | RdTestTemplateCategoryTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | RdTestTemplateCategoryTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for type MilestoneGroupType changed from None to A MilestoneGroup can have one or more Milestones. |
Non-Breaking | MilestoneGroupType.description description changed from None to Description of the milestone group |
Non-Breaking | MilestoneGroupType.isMaster description changed from None to Marking Milestone group as master |
Non-Breaking | MilestoneGroupType.milestoneSet description changed from None to The group the milestone belongs to |
Non-Breaking | Argument milestoneGroupId: ID added to MilestoneGroupType.milestoneSet |
Non-Breaking | Argument parentMilestoneId: ID added to MilestoneGroupType.milestoneSet |
Non-Breaking | MilestoneGroupType.project description changed from None to The project the milestone group belongs to. |
Non-Breaking | MilestoneGroupType.id description changed from None to The ID of the object |
Non-Breaking | MilestoneGroupType.name description changed from None to Name of the milestone group |
Non-Breaking | Description for type PageInfo changed from None to The Relay compliant PageInfo type, containing data necessary to paginate this connection. |
Non-Breaking | PageInfo.hasNextPage description changed from None to When paginating forwards, are there more items? |
Non-Breaking | PageInfo.startCursor description changed from None to When paginating backwards, the cursor to continue. |
Non-Breaking | PageInfo.hasPreviousPage description changed from None to When paginating backwards, are there more items? |
Non-Breaking | PageInfo.endCursor description changed from None to When paginating forwards, the cursor to continue. |
Non-Breaking | Description for type PersonType changed from None to Database model for a person. |
Non-Breaking | PersonType.lastName description changed from None to Surname of the person. |
Non-Breaking | PersonType.title description changed from None to Title of the person. |
Non-Breaking | PersonType.firstName description changed from None to First name of the person. |
Non-Breaking | PersonType.id description changed from None to The ID of the object |
Non-Breaking | PersonType.phone description changed from None to Phone number of the person. |
Non-Breaking | PersonType.department description changed from None to Department within the organization for which the person works. |
Non-Breaking | PersonType.email description changed from None to Email adress of the person. |
Non-Breaking | PersonType.organization description changed from None to Organization for which the person works. |
Non-Breaking | Description for type ProjectTypeTypeEdge changed from None to A Relay edge containing a ProjectTypeType and its cursor. |
Non-Breaking | ProjectTypeTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | ProjectTypeTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for type Therefore, the M2M connection to RequirementValue from the former model is removed here. (see decision in #5133)` |
Non-Breaking | ProjectRequirementAttachmentType.user description changed from None to The user who uploaded the attachment. |
Non-Breaking | ProjectRequirementAttachmentType.objectPermissions description changed from None to A list of permissions that the current user has for this object |
Non-Breaking | ProjectRequirementAttachmentType.id description changed from None to The ID of the object |
Non-Breaking | ProjectRequirementAttachmentType.file description changed from None to The attachment with its derivatives |
Non-Breaking | ProjectRequirementAttachmentType.requirementValue description changed from None to The requirement value the attachment belongs to. |
Non-Breaking | ProjectRequirementAttachmentType.name description changed from None to The name of the attachment |
Non-Breaking | Description for Input field CollectionTagDeleteMutationInput.id changed from None to ID of the "CollectionTagType" to mutate |
Non-Breaking | Description for Input field MdmAttributeValueDeleteMutationInput.id changed from None to ID of the "MdmAttributeValueType" to mutate |
Non-Breaking | Description for Input field MdmRequirementDeleteMutationInput.id changed from None to ID of the "MdmRequirementType" to mutate |
Non-Breaking | ColumnValueType.value description changed from None to The actual value of the cell |
Non-Breaking | ColumnValueType.id description changed from None to The ID of the attribute if the cell displays an attribute |
Non-Breaking | MdmAttributeTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | MdmAttributeTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | MdmAttributeTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for type TaskType changed from None to Represents a background job, which is processed by asynchronously. |
Non-Breaking | Field comment was added to object type TaskType |
Non-Breaking | Field updatedAt was added to object type TaskType |
Non-Breaking | TaskType.user description changed from None to User with whose rights the task is executed |
Non-Breaking | TaskType.priority description changed from None to Priority of the task. Tasks of a higher priority will be executed before tasks with a lower one. |
Non-Breaking | TaskType.id description changed from None to The ID of the object |
Non-Breaking | TaskType.status description changed from None to Current status of the task |
Non-Breaking | TaskType.worker description changed from None to Worker which handled the task |
Non-Breaking | TaskType.parameters description changed from None to Additional kwargs of the task, JSON formatted |
Non-Breaking | TaskType.queue description changed from None to Queue the task belongs to |
Non-Breaking | TaskType.method description changed from None to Name of the method which should be called on the worker |
Non-Breaking | TaskType.name description changed from None to Human readable task name |
Non-Breaking | TaskType.inputArchive description changed from None to Optional input archive which is automatically provided to the worker task |
Non-Breaking | Description for Input field WorkerDataCreateMutationInput.value changed from None to Value of this worker data key |
Non-Breaking | Description for Input field WorkerDataCreateMutationInput.key changed from None to A unique key for the worker data. |
Non-Breaking | UserTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | UserTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | UserTypeConnection.activeCount description changed from None to The total count of active users. |
Non-Breaking | UserTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for type CalculationRuleTypeEdge changed from None to A Relay edge containing a CalculationRuleType and its cursor. |
Non-Breaking | CalculationRuleTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | CalculationRuleTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for Input field MdmAttributeValueListUpdateMutationInput.description changed from None to A description of the value list |
Non-Breaking | Description for Input field MdmAttributeValueListUpdateMutationInput.entriesAttributes changed from None to `` |
Non-Breaking | Description for Input field MdmAttributeValueListUpdateMutationInput.id changed from None to ID of the "MdmAttributeValueListType" to mutate |
Non-Breaking | Description for Input field MdmAttributeValueListUpdateMutationInput.locked changed from None to Locked and only be editable by system users |
Non-Breaking | Description for Input field MdmAttributeValueListUpdateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage |
Non-Breaking | Description for Input field MdmAttributeValueListUpdateMutationInput.name changed from None to The name of the value list |
Non-Breaking | Description for Input field MdmAttributeValueListUpdateMutationInput.obsolete changed from None to Whether this value list is obsolete or not |
Non-Breaking | Description for type For example imagine a threshold with a lower boundary of 0.0 and an upper boundary of 10.0 for a mdm attribute. Imagine this threshold has a relation to a threshold rank “ok” with color “green”. If the value of a rdtest (for this attribute) is inside this range, it will get rated by the threshold with its threshold rank. E.g. it will be rated textual as “ok” and visual as “green”. The “rank” of a threshold rank sets the threshold rank into relation with other threshold ranks. With the help of the resulting order, statements can be made as to whether a threshold rank is better than another threshold rank.` |
Non-Breaking | MdmThresholdRankType.description description changed from None to A description of the threshold rank. |
Non-Breaking | MdmThresholdRankType.color description changed from None to Color of the threshold rank. |
Non-Breaking | MdmThresholdRankType.id description changed from None to The ID of the object |
Non-Breaking | MdmThresholdRankType.name description changed from None to Name of the threshold rank. |
Non-Breaking | MdmThresholdRankType.rank description changed from None to Rank of the threshold rank. |
Non-Breaking | MdmThresholdRankType.obsolete description changed from None to Whether this threshold rank is obsolete or not. |
Non-Breaking | Description for type MdmRequirementDocumentTypeEdge changed from None to A Relay edge containing a MdmRequirementDocumentType and its cursor. |
Non-Breaking | MdmRequirementDocumentTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | MdmRequirementDocumentTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for Input field PresetBrickDeleteMutationInput.id changed from None to ID of the "PresetBrickType" to mutate |
Non-Breaking | Description for Input field MilestoneUpdateMutationInput.description changed from None to Description of the Milestone. |
Non-Breaking | Description for Input field MilestoneUpdateMutationInput.parentMilestone changed from None to `` |
Non-Breaking | Description for Input field MilestoneUpdateMutationInput.plannedAt changed from None to The point in time at which the milestone is to be fulfilled. |
Non-Breaking | Description for Input field MilestoneUpdateMutationInput.id changed from None to ID of the "MilestoneType" to mutate |
Non-Breaking | Description for Input field MilestoneUpdateMutationInput.dateShift changed from None to The number of days between the base milestone and this one. |
Non-Breaking | Description for Input field MilestoneUpdateMutationInput.name changed from None to Name of the Milestone |
Non-Breaking | Description for type DisciplineType changed from None to Database model for a discipline. |
Non-Breaking | DisciplineType.identifier description changed from None to A unique identifier for the discipline |
Non-Breaking | DisciplineType.id description changed from None to The ID of the object |
Non-Breaking | DisciplineType.name description changed from None to A readable name for the discipline |
Non-Breaking | MdmAttributeTypeCreateMutationPayload.mdmAttributeType description changed from None to The mutated object. |
Non-Breaking | MdmAttributeTypeCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type ArtifactContentType changed from None to Artifact content: List of file names in artifact. |
Non-Breaking | MdmAttributeConfigurationDeleteMutationPayload.mdmAttributeConfiguration description changed from None to The mutated object. |
Non-Breaking | MdmAttributeConfigurationDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field MdmThresholdRankCreateMutationInput.description changed from None to A description of the threshold rank. |
Non-Breaking | Description for Input field MdmThresholdRankCreateMutationInput.color changed from None to Color of the threshold rank. |
Non-Breaking | Description for Input field MdmThresholdRankCreateMutationInput.rank changed from None to Rank of the threshold rank. |
Non-Breaking | Description for Input field MdmThresholdRankCreateMutationInput.name changed from None to Name of the threshold rank. |
Non-Breaking | Description for Input field MdmThresholdRankCreateMutationInput.obsolete changed from None to Whether this threshold rank is obsolete or not. |
Non-Breaking | Description for Input field WorkerDataUpdateMutationInput.value changed from None to Value of this worker data key |
Non-Breaking | Description for Input field WorkerDataUpdateMutationInput.id changed from None to ID of the "WorkerDataType" to mutate |
Non-Breaking | Description for Input field WorkerDataUpdateMutationInput.key changed from None to A unique key for the worker data. |
Non-Breaking | RequirementValuePrivateCreateMutationPayload.requirementValuePrivate description changed from None to The mutated object. |
Non-Breaking | RequirementValuePrivateCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field RequirementValuePrivateDeleteMutationInput.id changed from None to ID of the "RequirementValuePrivateType" to mutate |
Non-Breaking | Description for type LoadUsersInput changed from None to Input arguments to filter users. |
Non-Breaking | Description for Input field LoadUsersInput.pivotCols changed from None to Columns that have pivot on them |
Non-Breaking | Description for Input field LoadUsersInput.startRow changed from None to First row requested or undefined for all rows |
Non-Breaking | Description for Input field LoadUsersInput.valueCols changed from None to Columns that have aggregations on them |
Non-Breaking | Description for Input field LoadUsersInput.quickFilter changed from None to Filter over all items by a simple string value |
Non-Breaking | Description for Input field LoadUsersInput.endRow changed from None to Index after the last requested row or undefined for all rows |
Non-Breaking | Description for Input field LoadUsersInput.pivotMode changed from None to Defines if pivot mode is on or off |
Non-Breaking | Description for Input field LoadUsersInput.groupKeys changed from None to What groups the user is viewing |
Non-Breaking | Description for Input field LoadUsersInput.filterModel changed from None to If filtering, what the filter model is |
Non-Breaking | Description for Input field LoadUsersInput.sortModel changed from None to If sorting, what the sort model is |
Non-Breaking | Description for Input field LoadUsersInput.hasRolesForObject changed from None to The ID of the object to filter users on whether they have a role for aforementioned object |
Non-Breaking | Description for Input field LoadUsersInput.rowGroupCols changed from None to Columns that are currently row grouped |
Non-Breaking | PresetTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | PresetTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | PresetTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | ProjectUpdateMutationPayload.project description changed from None to The mutated object. |
Non-Breaking | ProjectUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type ClientStateDeleteMutationPayload changed from None to Mutation to delete a client state. |
Non-Breaking | ClientStateDeleteMutationPayload.clientState description changed from None to The mutated object. |
Non-Breaking | ClientStateDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type It is defined within the django settings as AUTH_USER_MODEL.
Use |
Non-Breaking | UserType.disciplines description changed from None to List of disciplines the user belongs to |
Non-Breaking | Description for argument orderBy on field UserType.disciplines changed from None to Ordering |
Non-Breaking | UserType.isActive description changed from None to Designates whether this user should be treated as active. Unselect this instead of deleting accounts. |
Non-Breaking | UserType.external description changed from None to A flag indicating whether the user authenticated via an external IDP. |
Non-Breaking | UserType.groups description changed from None to The groups this user belongs to. A user will get all permissions granted to each of their groups. |
Non-Breaking | Argument extension_Roles_Id: ID added to UserType.groups |
Non-Breaking | Description for argument orderBy on field UserType.groups changed from None to Ordering |
Non-Breaking | UserType.roles description changed from None to The roles this user belongs to. A user will get all permissions granted to each of their roles. |
Non-Breaking | Argument permissions_Id: ID added to UserType.roles |
Non-Breaking | Description for argument orderBy on field UserType.roles changed from None to Ordering |
Non-Breaking | UserType.username description changed from None to Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only. |
Non-Breaking | UserType.layout description changed from None to Frontend layout the user has been chosen. |
Non-Breaking | UserType.isSuperuser description changed from None to Designates that this user has all permissions without explicitly assigning them. |
Non-Breaking | UserType.objectRoles description changed from None to List of role names associated with this user and the given object (has_roles_for_object filter) |
Non-Breaking | UserType.displayName description changed from None to A human readable username |
Non-Breaking | UserType.usertokenSet description changed from None to The user for whom the token is valid |
Non-Breaking | Description for argument orderBy on field UserType.usertokenSet changed from None to Ordering |
Non-Breaking | UserType.userPermissions description changed from None to Specific permissions for this user. |
Non-Breaking | Description for argument orderBy on field UserType.userPermissions changed from None to Ordering |
Non-Breaking | UserType.id description changed from None to The ID of the object |
Non-Breaking | UserType.isStaff description changed from None to Designates whether the user can log into this admin site. |
Non-Breaking | UserType.permissions description changed from None to A list of code names of permissions that the user has. This includes permissions from groups and roles. |
Non-Breaking | UserType.system description changed from None to A flag indicating whether the user is a system user. |
Non-Breaking | Description for Input field MdmAttributeTypeDeleteMutationInput.id changed from None to ID of the "MdmAttributeTypeType" to mutate |
Non-Breaking | CollectionCreateMutationPayload.collection description changed from None to The mutated object. |
Non-Breaking | CollectionCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type A collection is a set of tests.` |
Non-Breaking | CollectionType.description description changed from None to A description of the collection |
Non-Breaking | CollectionType.id description changed from None to The ID of the object |
Non-Breaking | CollectionType.owner description changed from None to The user who owns the collection |
Non-Breaking | Argument besProjectId_In: [ID] added to CollectionType.tests |
Non-Breaking | Argument besProject_ProjectId: ID added to CollectionType.tests |
Non-Breaking | Argument besProjectId: ID added to CollectionType.tests |
Non-Breaking | Argument besProject_ProjectId_In: [ID] added to CollectionType.tests |
Non-Breaking | Description for argument orderBy on field CollectionType.tests changed from None to Ordering |
Non-Breaking | CollectionType.discipline description changed from None to The discipline to which the collection belongs |
Non-Breaking | CollectionType.testsCount description changed from None to The total count of objects that a user has permissions for |
Non-Breaking | CollectionType.lastUsed description changed from None to Specifies when the collection was last used |
Non-Breaking | CollectionType.name description changed from None to Name of the collection |
Non-Breaking | CollectionType.accessRight description changed from None to Specifies how users other than the creator can access the collection |
Non-Breaking | CollectionType.tagsCount description changed from None to The total count of objects that a user has permissions for |
Non-Breaking | ProjectAttributeTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | ProjectAttributeTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | ProjectAttributeTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for Input field RoleDeleteMutationInput.id changed from None to ID of the "RoleType" to mutate |
Non-Breaking | Description for Input field RdTestTemplateAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed |
Non-Breaking | Description for Input field RdTestTemplateAttributesInputType.rdtesttemplateattributeSetAttributes changed from None to `` |
Non-Breaking | Description for type Example: Imagine two RdTestAttributes “LefthandDrive” and “RighthandDrive” both having a corresponding MdmAttribute both referencing the same MdmAttributeValueList with the entries 0 (label “Yes”) and 1 (label “No”).` |
Non-Breaking | MdmAttributeValueListType.description description changed from None to A description of the value list |
Non-Breaking | MdmAttributeValueListType.id description changed from None to The ID of the object |
Non-Breaking | MdmAttributeValueListType.locked description changed from None to Locked and only be editable by system users |
Non-Breaking | MdmAttributeValueListType.sourceId description changed from None to Original ID of the imported object used within the external storage |
Non-Breaking | MdmAttributeValueListType.name description changed from None to The name of the value list |
Non-Breaking | MdmAttributeValueListType.entries description changed from None to The value list to which the attribute value belongs |
Non-Breaking | Argument valueListId: ID added to MdmAttributeValueListType.entries |
Non-Breaking | Description for argument orderBy on field MdmAttributeValueListType.entries changed from None to Ordering |
Non-Breaking | MdmAttributeValueListType.obsolete description changed from None to Whether this value list is obsolete or not |
Non-Breaking | MilestoneGroupUpdateMutationPayload.milestoneGroup description changed from None to The mutated object. |
Non-Breaking | MilestoneGroupUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type ClientStateTagCreateMutationPayload changed from None to Mutation to upload a new client state tag. |
Non-Breaking | ClientStateTagCreateMutationPayload.clientStateTag description changed from None to The mutated object. |
Non-Breaking | ClientStateTagCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type ArtifactTypeEdge changed from None to A Relay edge containing a ArtifactType and its cursor. |
Non-Breaking | ArtifactTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | ArtifactTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for Input field RdTestTemplateAttributeUpdateMutationInput.template changed from None to The template this attribute belongs to |
Non-Breaking | Description for Input field RdTestTemplateAttributeUpdateMutationInput.value changed from None to The value of the attribute |
Non-Breaking | Description for Input field RdTestTemplateAttributeUpdateMutationInput.comment changed from None to A comment for the attribute |
Non-Breaking | Description for Input field RdTestTemplateAttributeUpdateMutationInput.id changed from None to ID of the "RdTestTemplateAttributeType" to mutate |
Non-Breaking | Description for Input field RdTestTemplateAttributeUpdateMutationInput.name changed from None to The attribute label/caption |
Non-Breaking | Description for Input field RdTestTemplateAttributeUpdateMutationInput.isoCode changed from None to The iso-code of the attribute |
Non-Breaking | Description for Input field MilestoneGroupCreateMutationInput.description changed from None to Description of the milestone group |
Non-Breaking | Description for Input field MilestoneGroupCreateMutationInput.isMaster changed from None to Marking Milestone group as master |
Non-Breaking | Description for Input field MilestoneGroupCreateMutationInput.project changed from None to The project the milestone group belongs to. |
Non-Breaking | Description for Input field MilestoneGroupCreateMutationInput.name changed from None to Name of the milestone group |
Non-Breaking | Description for Input field CalculationRuleUpdateMutationInput.description changed from None to A description of the calculation rule |
Non-Breaking | Description for Input field CalculationRuleUpdateMutationInput.definitions changed from None to JSON formatted inputs, permutations and tests of a calculation rule |
Non-Breaking | Description for Input field CalculationRuleUpdateMutationInput.id changed from None to ID of the "CalculationRuleType" to mutate |
Non-Breaking | Description for Input field CalculationRuleUpdateMutationInput.locked changed from None to Locked and only be editable by system users |
Non-Breaking | Description for Input field CalculationRuleUpdateMutationInput.code changed from None to Code of the calculation rule |
Non-Breaking | Description for Input field CalculationRuleUpdateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage |
Non-Breaking | Description for Input field CalculationRuleUpdateMutationInput.contextCondition changed from None to Context information about the object, formulated as a condition. |
Non-Breaking | Description for Input field CalculationRuleUpdateMutationInput.name changed from None to Name of the calculation rule |
Non-Breaking | Description for Input field CalculationRuleUpdateMutationInput.obsolete changed from None to Whether this calculation rule is obsolete or not |
Non-Breaking | Description for type This model defines arbitrary tags that can be created by a client in order to distinguish different kinds of state. It is completely up to the client which tags it creates and what it does with them. Each state can have multiple tags.` |
Non-Breaking | ClientStateTagType.description description changed from None to A detailed description what the purpose of the tag is and what it is used for |
Non-Breaking | ClientStateTagType.identifier description changed from None to Unique identifier for client state tag |
Non-Breaking | ClientStateTagType.id description changed from None to The ID of the object |
Non-Breaking | ClientStateTagType.clientstateSet description changed from None to Arbitrary tags that help the client to distinguish different kinds of state |
Non-Breaking | Description for argument orderBy on field ClientStateTagType.clientstateSet changed from None to Ordering |
Non-Breaking | ClientStateTagType.label description changed from None to A short human-readable label that makes the tag easily distinguishable |
Non-Breaking | Description for Input field BesProjectDeleteMutationInput.id changed from None to ID of the "BesProjectType" to mutate |
Non-Breaking | Description for type BesProjectTypeEdge changed from None to A Relay edge containing a BesProjectType and its cursor. |
Non-Breaking | BesProjectTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | BesProjectTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for Input field WorkerDataDeleteMutationInput.id changed from None to ID of the "WorkerDataType" to mutate |
Non-Breaking | ProjectTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | ProjectTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | ProjectTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for type LoadMdmRequirementsResponse changed from None to Response type for retrieving a list of association groups for project requirements. |
Non-Breaking | LoadMdmRequirementsResponse.rows description changed from None to A list of rows |
Non-Breaking | LoadMdmRequirementsResponse.count description changed from None to The total number of existing rows for the applied filters |
Non-Breaking | LoadMdmRequirementsResponse.context description changed from None to A list of distinct context attributes that are returned by this response |
Non-Breaking | Description for type AuditLogTypeEdge changed from None to A Relay edge containing a AuditLogType and its cursor. |
Non-Breaking | AuditLogTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | AuditLogTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for Input field ProjectRequirementUpdateMutationInput.description changed from None to A description of the requirement. |
Non-Breaking | Description for Input field ProjectRequirementUpdateMutationInput.contextCondition changed from None to Context information about the object, formulated as a condition. |
Non-Breaking | Description for Input field ProjectRequirementUpdateMutationInput.id changed from None to ID of the "ProjectRequirementType" to mutate |
Non-Breaking | Description for Input field ProjectRequirementUpdateMutationInput.createdBy changed from None to The user who created the version |
Non-Breaking | Description for Input field ProjectRequirementUpdateMutationInput.projectThresholdsAttributes changed from None to `` |
Non-Breaking | Description for Input field ProjectRequirementUpdateMutationInput.mdmAttribute changed from None to An attribute that can be assigned to the requirement. |
Non-Breaking | Description for Input field ProjectRequirementUpdateMutationInput.name changed from None to Name of the requirement. |
Non-Breaking | Description for Input field RdTestAttributesInputType.attachmentsAttributes changed from None to `` |
Non-Breaking | Description for Input field RdTestAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed |
Non-Breaking | Description for Input field RdTestAttributesInputType.attributesAttributes changed from None to `` |
Non-Breaking | Description for Input field MdmAttributeTypeUpsertMutationInput.description changed from None to A description of the type |
Non-Breaking | Description for Input field MdmAttributeTypeUpsertMutationInput.identifier changed from None to Identifier of the attribute type |
Non-Breaking | Description for Input field MdmAttributeTypeUpsertMutationInput.name changed from None to Human readable name of the attribute type |
Non-Breaking | Description for Input field MdmAttributeTypeUpsertMutationInput.obsolete changed from None to Whether this attribute type is obsolete or not |
Non-Breaking | ProjectAttributeCreateMutationPayload.projectAttribute description changed from None to The mutated object. |
Non-Breaking | ProjectAttributeCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field CollectionTagCreateMutationInput.name changed from None to The name of the tag |
Non-Breaking | Description for Input field CollectionTagCreateMutationInput.description changed from None to A description what this tag describes |
Non-Breaking | BackendSystemUpdateMutationPayload.backendSystem description changed from None to The mutated object. |
Non-Breaking | BackendSystemUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | ProjectDocumentCreateMutationPayload.projectDocument description changed from None to The mutated object. |
Non-Breaking | ProjectDocumentCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field ProjectAttributeCreateMutationInput.attribute changed from None to The attribute to specify |
Non-Breaking | Description for Input field ProjectAttributeCreateMutationInput.value changed from None to The value of the attribute |
Non-Breaking | Description for Input field ProjectAttributeCreateMutationInput.project changed from None to The project to which the attribute belongs |
Non-Breaking | MdmRequirementTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | MdmRequirementTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | MdmRequirementTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | SettingTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | SettingTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | SettingTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Input Field referenceTest: ID was added to input type RequirementValueUpdateMutationInput |
Non-Breaking | Description for Input field RequirementValueUpdateMutationInput.value changed from None to The value of the entry. |
Non-Breaking | Description for Input field RequirementValueUpdateMutationInput.comment changed from None to An optional comment |
Non-Breaking | Description for Input field RequirementValueUpdateMutationInput.id changed from None to ID of the "RequirementValueType" to mutate |
Non-Breaking | Description for Input field RequirementValueUpdateMutationInput.projectrequirementattachmentSetAttributes changed from None to `` |
Non-Breaking | Description for Input field RequirementValueUpdateMutationInput.mdmThresholdRankOverride changed from None to A manual set MDM rank overwriting the calculated one for any value-version relation |
Non-Breaking | Description for Input field RequirementValueUpdateMutationInput.projectRequirement changed from None to The project requirement the value belongs to. |
Non-Breaking | PresetBrickUpdateMutationPayload.presetBrick description changed from None to The mutated object. |
Non-Breaking | PresetBrickUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type RdTestAttachmentUpdateMutationPayload changed from None to Mutation to update a test attachment. |
Non-Breaking | RdTestAttachmentUpdateMutationPayload.rdTestAttachment description changed from None to The mutated object. |
Non-Breaking | RdTestAttachmentUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type MdmUnitTypeEdge changed from None to A Relay edge containing a MdmUnitType and its cursor. |
Non-Breaking | MdmUnitTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | MdmUnitTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | ClientStateTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | ClientStateTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | ClientStateTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for Input field RdTestTemplateDeleteMutationInput.id changed from None to ID of the "RdTestTemplateType" to mutate |
Non-Breaking | Input Field comment: String was added to input type CustomToolRunMutationInput |
Non-Breaking | MdmAttributeConfigurationTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | MdmAttributeConfigurationTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | MdmAttributeConfigurationTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for type MdmThresholdTypeEdge changed from None to A Relay edge containing a MdmThresholdType and its cursor. |
Non-Breaking | MdmThresholdTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | MdmThresholdTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for Input field CollectionTagUpdateMutationInput.name changed from None to The name of the tag |
Non-Breaking | Description for Input field CollectionTagUpdateMutationInput.description changed from None to A description what this tag describes |
Non-Breaking | Description for Input field CollectionTagUpdateMutationInput.id changed from None to ID of the "CollectionTagType" to mutate |
Non-Breaking | Description for Input field ProjectTestCaseUpdateMutationInput.description changed from None to A description of the project test case |
Non-Breaking | Description for Input field ProjectTestCaseUpdateMutationInput.id changed from None to ID of the "ProjectTestCaseType" to mutate |
Non-Breaking | Description for Input field ProjectTestCaseUpdateMutationInput.projectrequirementSetAttributes changed from None to `` |
Non-Breaking | Description for Input field ProjectTestCaseUpdateMutationInput.contextCondition changed from None to Context information about the object, formulated as a condition. |
Non-Breaking | Description for Input field ProjectTestCaseUpdateMutationInput.name changed from None to Name of the project test case |
Non-Breaking | Description for Input field ProjectTestCaseUpdateMutationInput.obsolete changed from None to Whether this project test case is obsolete or not |
Non-Breaking | Description for Input field MdmRequirementDocumentAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed |
Non-Breaking | Description for Input field MdmRequirementDocumentAttributesInputType.mdmRequirementAttributes changed from None to The MDM requirement to which the document belongs |
Non-Breaking | RdTestUpdateMutationPayload.rdTest description changed from None to The mutated object. |
Non-Breaking | RdTestUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type There are two types of user tokens:
|
Non-Breaking | UserTokenType.user description changed from None to The user for whom the token is valid |
Non-Breaking | UserTokenType.id description changed from None to The ID of the object |
Non-Breaking | UserTokenType.isActive description changed from None to Whether token is expired or not |
Non-Breaking | UserTokenType.api description changed from None to Boolean value indicating whether token is an api token |
Non-Breaking | UserTokenType.expiresAt description changed from None to Expiration date of the token |
Non-Breaking | UserTokenType.lastUsed description changed from None to Last time the token was used for authentication |
Non-Breaking | UserTokenType.name description changed from None to Optional name of the token |
Non-Breaking | MdmRequirementDocumentCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | MdmRequirementDocumentCreateMutationPayload.mdmRequirementDocument description changed from None to The mutated object. |
Non-Breaking | ContentTypeTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | ContentTypeTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for Input field ClientStateShareMutationInput.id changed from None to ID of the "ClientStateType" to mutate |
Non-Breaking | Description for Input field UserNotificationDeleteMutationInput.id changed from None to ID of the "UserNotificationType" to mutate |
Non-Breaking | ProjectTypeUpdateMutationPayload.projectType description changed from None to The mutated object. |
Non-Breaking | ProjectTypeUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field PresetDeleteMutationInput.id changed from None to ID of the "PresetType" to mutate |
Non-Breaking | MdmAttributeComponentTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | MdmAttributeComponentTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | MdmAttributeComponentTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for type RequirementValuePrivateTypeEdge changed from None to A Relay edge containing a RequirementValuePrivateType and its cursor. |
Non-Breaking | RequirementValuePrivateTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | RequirementValuePrivateTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for Input field RdTestAttributeCreateMutationInput.value changed from None to The value of the attribute |
Non-Breaking | Description for Input field RdTestAttributeCreateMutationInput.comment changed from None to A comment for the attribute |
Non-Breaking | Description for Input field RdTestAttributeCreateMutationInput.test changed from None to The test to which the attribute belongs |
Non-Breaking | Description for Input field RdTestAttributeCreateMutationInput.name changed from None to The attribute label/caption |
Non-Breaking | Description for Input field RdTestAttributeCreateMutationInput.isoCode changed from None to The iso-code of the attribute |
Non-Breaking | Description for Input field MdmAttributeTypeCreateMutationInput.description changed from None to A description of the type |
Non-Breaking | Description for Input field MdmAttributeTypeCreateMutationInput.identifier changed from None to Identifier of the attribute type |
Non-Breaking | Description for Input field MdmAttributeTypeCreateMutationInput.name changed from None to Human readable name of the attribute type |
Non-Breaking | Description for Input field MdmAttributeTypeCreateMutationInput.obsolete changed from None to Whether this attribute type is obsolete or not |
Non-Breaking | Description for type Node changed from None to An object with an ID |
Non-Breaking | Node.id description changed from None to The ID of the object |
Non-Breaking | Description for Input field MdmThresholdDeleteMutationInput.id changed from None to ID of the "MdmThresholdType" to mutate |
Non-Breaking | Description for type BackendSystemType changed from None to A result data backend, e.g., Visverdi, CAE-Bench, etc |
Non-Breaking | BackendSystemType.identifier description changed from None to The name of the backend system |
Non-Breaking | BackendSystemType.userTokenRequired description changed from None to Determines if a user token is required to access this backend |
Non-Breaking | BackendSystemType.id description changed from None to The ID of the object |
Non-Breaking | BackendSystemType.updatable description changed from None to Marks the backend system to support polling for updates |
Non-Breaking | BackendSystemType.name description changed from None to A human-friendly name of the backend system |
Non-Breaking | Description for type Query changed from None to Query definition for W3Sys.E. |
Non-Breaking | Field matchByRdTestProjectTestCase was added to object type Query |
Non-Breaking | Field loadCalculationRules was added to object type Query |
Non-Breaking | Field matchByValueProjectRequirement was added to object type Query |
Non-Breaking | Field mdmTestCaseAttachment was added to object type Query |
Non-Breaking | Field history was added to object type Query |
Non-Breaking | Field matchByRdTestProjectRequirement was added to object type Query |
Non-Breaking | Field allMdmTestCaseAttachments was added to object type Query |
Non-Breaking | Description for argument id on field Query.user changed from None to The ID of the object |
Non-Breaking | Description for argument orderBy on field Query.allMdmAttributeComponents changed from None to Ordering |
Non-Breaking | Description for argument id on field Query.milestoneGroup changed from None to The ID of the object |
Non-Breaking | Description for argument orderBy on field Query.allAnnouncements changed from None to Ordering |
Non-Breaking | Description for argument id on field Query.projectDocument changed from None to The ID of the object |
Non-Breaking | Description for argument id on field Query.rdTestTemplate changed from None to The ID of the object |
Non-Breaking | Argument milestoneGroupId: ID added to Query.allMilestones |
Non-Breaking | Argument parentMilestoneId: ID added to Query.allMilestones |
Non-Breaking | Description for argument id on field Query.mdmThresholdRank changed from None to The ID of the object |
Non-Breaking | Description for argument id on field Query.rdTestAttachment changed from None to The ID of the object |
Non-Breaking | Description for argument orderBy on field Query.allPermissions changed from None to Ordering |
Non-Breaking | Description for argument id on field Query.person changed from None to The ID of the object |
Non-Breaking | Description for argument id on field Query.collection changed from None to The ID of the object |
Non-Breaking | Description for argument orderBy on field Query.allProjectTestCases changed from None to Ordering |
Non-Breaking | Description for argument orderBy on field Query.allMdmThresholdRanks changed from None to Ordering |
Non-Breaking | Query.loadProjectRequirements description changed from None to Load project requirements via server-side row model |
Non-Breaking | Description for argument input on field Query.loadProjectRequirements changed from None to Request definition |
Non-Breaking | Argument attributeTypeId: ID added to Query.allMdmAttributes |
Non-Breaking | Argument valueListId: ID added to Query.allMdmAttributes |
Non-Breaking | Description for argument orderBy on field Query.allMdmAttributes changed from None to Ordering |
Non-Breaking | Description for argument canHaveThreshold on field Query.allMdmAttributes changed from None to Filter attributes that can or cannot have thresholds |
Non-Breaking | Description for argument search on field Query.allMdmAttributes changed from None to Quick filter |
Non-Breaking | Description for argument hasValueList on field Query.allMdmAttributes changed from None to Filter attributes that have or don't have a value list |
Non-Breaking | Argument contactId: ID added to Query.allPresets |
Non-Breaking | Argument disciplineId: ID added to Query.allPresets |
Non-Breaking | Description for argument orderBy on field Query.allPresets changed from None to Ordering |
Non-Breaking | Argument roles_Id_In: [ID] added to Query.allUsers |
Non-Breaking | Argument roles_Id: ID added to Query.allUsers |
Non-Breaking | Description for argument orderBy on field Query.allUsers changed from None to Ordering |
Non-Breaking | Argument disciplineId_In: [ID] added to Query.allCollections |
Non-Breaking | Argument disciplineId: ID added to Query.allCollections |
Non-Breaking | Description for argument id on field Query.mdmAttributeValue changed from None to The ID of the object |
Non-Breaking | Description for argument id on field Query.gridSetting changed from None to The ID of the object |
Non-Breaking | Description for argument id on field Query.mdmUnit changed from None to The ID of the object |
Non-Breaking | Description for argument orderBy on field Query.allClientStateTags changed from None to Ordering |
Non-Breaking | Description for argument orderBy on field Query.allUserTokens changed from None to Ordering |
Non-Breaking | Description for argument id on field Query.mdmAttributeConfiguration changed from None to The ID of the object |
Non-Breaking | Description for argument id on field Query.projectTestCase changed from None to The ID of the object |
Non-Breaking | Query.loadMdmRequirements description changed from None to Load mdm requirements via server-side row model |
Non-Breaking | Description for argument input on field Query.loadMdmRequirements changed from None to Request definition |
Non-Breaking | Description for argument id on field Query.milestone changed from None to The ID of the object |
Non-Breaking | Description for argument id on field Query.mdmDimension changed from None to The ID of the object |
Non-Breaking | Description for argument orderBy on field Query.allRequirementValuesPrivate changed from None to Ordering |
Non-Breaking | Argument requirementId_In: [ID] added to Query.allMdmThresholds |
Non-Breaking | Argument requirementId: ID added to Query.allMdmThresholds |
Non-Breaking | Description for argument orderBy on field Query.allMdmThresholds changed from None to Ordering |
Non-Breaking | Description for argument orderBy on field Query.allCustomToolVersions changed from None to Ordering |
Non-Breaking | Description for argument id on field Query.projectThreshold changed from None to The ID of the object |
Non-Breaking | Argument besProjectId_In: [ID] added to Query.allRdTests |
Non-Breaking | Argument besProject_ProjectId: ID added to Query.allRdTests |
Non-Breaking | Argument besProjectId: ID added to Query.allRdTests |
Non-Breaking | Argument besProject_ProjectId_In: [ID] added to Query.allRdTests |
Non-Breaking | Description for argument orderBy on field Query.allRdTests changed from None to Ordering |
Non-Breaking | Description for argument id on field Query.rdTestTemplateCategory changed from None to The ID of the object |
Non-Breaking | Description for argument id on field Query.rdTestTemplateAttribute changed from None to The ID of the object |
Non-Breaking | Description for argument id on field Query.rdTest changed from None to The ID of the object |
Non-Breaking | Description for argument id on field Query.announcement changed from None to The ID of the object |
Non-Breaking | Description for argument orderBy on field Query.allClientStates changed from None to Ordering |
Non-Breaking | Query.loadProjectTestCases description changed from None to Load project test cases via server side model |
Non-Breaking | Description for argument input on field Query.loadProjectTestCases changed from None to Request definition |
Non-Breaking | Description for argument id on field Query.rdTestType changed from None to The ID of the object |
Non-Breaking | Description for argument id on field Query.customToolVersion changed from None to The ID of the object |
Non-Breaking | Argument testId_In: [ID] added to Query.allRdTestAttachments |
Non-Breaking | Argument testId: ID added to Query.allRdTestAttachments |
Non-Breaking | Description for argument orderBy on field Query.allRdTestAttachments changed from None to Ordering |
Non-Breaking | Description for argument orderBy on field Query.allMdmRequirements changed from None to Ordering |
Non-Breaking | Description for argument orderBy on field Query.allContentTypes changed from None to Ordering |
Non-Breaking | Query.loadUsers description changed from None to Load users via server-side row model |
Non-Breaking | Description for argument input on field Query.loadUsers changed from None to Request definition |
Non-Breaking | Description for argument id on field Query.presetBrick changed from None to The ID of the object |
Non-Breaking | Description for argument id on field Query.userToken changed from None to The ID of the object |
Non-Breaking | Description for argument id on field Query.requirementValue changed from None to The ID of the object |
Non-Breaking | Argument testId: ID added to Query.allRdTestAttributes |
Non-Breaking | Description for argument orderBy on field Query.allRdTestAttributes changed from None to Ordering |
Non-Breaking | Argument projectRequirementId: ID added to Query.allRequirementValues |
Non-Breaking | Argument projectRequirementId_In: [ID] added to Query.allRequirementValues |
Non-Breaking | Description for argument orderBy on field Query.allRequirementValues changed from None to Ordering |
Non-Breaking | Description for argument id on field Query.workerData changed from None to The ID of the object |
Non-Breaking | Query.rolesForObject description changed from None to Returns a list of roles for a given object and entity pair |
Non-Breaking | Description for argument entityId on field Query.rolesForObject changed from None to Relay ID of the entity i.e. User or Group |
Non-Breaking | Description for argument objectId on field Query.rolesForObject changed from None to Relay ID of the object |
Non-Breaking | Description for argument id on field Query.mdmTestCase changed from None to The ID of the object |
Non-Breaking | Description for argument id on field Query.worker changed from None to The ID of the object |
Non-Breaking | Description for argument orderBy on field Query.allBackendSystems changed from None to Ordering |
Non-Breaking | Description for argument id on field Query.mdmThreshold changed from None to The ID of the object |
Non-Breaking | Description for argument id on field Query.setting changed from None to The ID of the object |
Non-Breaking | Description for argument id on field Query.projectType changed from None to The ID of the object |
Non-Breaking | Argument permissions_Id: ID added to Query.allRoles |
Non-Breaking | Description for argument orderBy on field Query.allRoles changed from None to Ordering |
Non-Breaking | Argument mdmRequirementId: ID added to Query.allMdmRequirementDocuments |
Non-Breaking | Argument projectId: ID added to Query.allProjectDocuments |
Non-Breaking | Query.loadMdmTestCases description changed from None to Load mdm test cases via server-side row model |
Non-Breaking | Description for argument input on field Query.loadMdmTestCases changed from None to Request definition |
Non-Breaking | Description for argument orderBy on field Query.allCalculationRules changed from None to Ordering |
Non-Breaking | Description for argument orderBy on field Query.allWorkers changed from None to Ordering |
Non-Breaking | Description for argument orderBy on field Query.allAuditLogs changed from None to Ordering |
Non-Breaking | Description for argument globalId on field Query.allAuditLogs changed from None to Model ID filter |
Non-Breaking | Description for argument id on field Query.projectRequirement changed from None to The ID of the object |
Non-Breaking | Argument userId: ID added to Query.allGridSettings |
Non-Breaking | Description for argument orderBy on field Query.allGridSettings changed from None to Ordering |
Non-Breaking | Argument presets_Id: ID added to Query.allCustomTools |
Non-Breaking | Description for argument orderBy on field Query.allCustomTools changed from None to Ordering |
Non-Breaking | Description for argument id on field Query.calculationRule changed from None to The ID of the object |
Non-Breaking | Argument requirementValueId: ID added to Query.allProjectRequirementAttachments |
Non-Breaking | Argument requirementValueId_In: [ID] added to Query.allProjectRequirementAttachments |
Non-Breaking | Description for argument orderBy on field Query.allProjectRequirementAttachments changed from None to Ordering |
Non-Breaking | Argument extension_Roles_Id: ID added to Query.allGroups |
Non-Breaking | Description for argument orderBy on field Query.allGroups changed from None to Ordering |
Non-Breaking | Description for argument id on field Query.mdmAttributeType changed from None to The ID of the object |
Non-Breaking | Argument projectTypeId: ID added to Query.allProjects |
Non-Breaking | Description for argument orderBy on field Query.allProjects changed from None to Ordering |
Non-Breaking | Description for argument id on field Query.projectAttribute changed from None to The ID of the object |
Non-Breaking | Argument projectId: ID added to Query.allProjectAttributes |
Non-Breaking | Description for argument id on field Query.artifact changed from None to The ID of the object |
Non-Breaking | Description for argument orderBy on field Query.allMdmTestCases changed from None to Ordering |
Non-Breaking | Description for argument id on field Query.clientStateTag changed from None to The ID of the object |
Non-Breaking | Argument valueListId: ID added to Query.allMdmAttributeValues |
Non-Breaking | Description for argument orderBy on field Query.allMdmAttributeValues changed from None to Ordering |
Non-Breaking | Argument orderBy: String added to Query.allProjectThresholds |
Non-Breaking | Argument projectRequirementId: ID added to Query.allProjectThresholds |
Non-Breaking | Argument projectRequirementId_In: [ID] added to Query.allProjectThresholds |
Non-Breaking | Description for argument id on field Query.requirementValuePrivate changed from None to The ID of the object |
Non-Breaking | Description for argument id on field Query.preset changed from None to The ID of the object |
Non-Breaking | Description for argument id on field Query.task changed from None to The ID of the object |
Non-Breaking | Argument mdmRequirementId_In: [ID] added to Query.allProjectRequirements |
Non-Breaking | Argument testCase_ProjectId: ID added to Query.allProjectRequirements |
Non-Breaking | Argument testCaseId: ID added to Query.allProjectRequirements |
Non-Breaking | Argument mdmRequirementId: ID added to Query.allProjectRequirements |
Non-Breaking | Argument asOf: DateTime added to Query.allProjectRequirements |
Non-Breaking | Description for argument orderBy on field Query.allProjectRequirements changed from None to Ordering |
Non-Breaking | Argument presets_Id: ID added to Query.allPresetBricks |
Non-Breaking | Argument presets_Id_In: [ID] added to Query.allPresetBricks |
Non-Breaking | Argument contactId: ID added to Query.allPresetBricks |
Non-Breaking | Description for argument orderBy on field Query.allPresetBricks changed from None to Ordering |
Non-Breaking | Description for argument id on field Query.mdmAttribute changed from None to The ID of the object |
Non-Breaking | Description for argument id on field Query.group changed from None to The ID of the object |
Non-Breaking | Description for argument id on field Query.backendSystem changed from None to The ID of the object |
Non-Breaking | Description for argument orderBy on field Query.allPersons changed from None to Ordering |
Non-Breaking | Description for argument id on field Query.mdmRequirementDocument changed from None to The ID of the object |
Non-Breaking | Argument entries_Id: ID added to Query.allMdmAttributeValueLists |
Non-Breaking | Description for argument orderBy on field Query.allMdmAttributeValueLists changed from None to Ordering |
Non-Breaking | Description for argument orderBy on field Query.allRdTestTemplateCategories changed from None to Ordering |
Non-Breaking | Description for argument id on field Query.customTool changed from None to The ID of the object |
Non-Breaking | Description for argument id on field Query.collectionTag changed from None to The ID of the object |
Non-Breaking | Argument projectId: ID added to Query.allBesProjects |
Non-Breaking | Argument backendId: ID added to Query.allBesProjects |
Non-Breaking | Description for argument orderBy on field Query.allBesProjects changed from None to Ordering |
Non-Breaking | Description for argument id on field Query.role changed from None to The ID of the object |
Non-Breaking | Description for argument id on field Query.permission changed from None to The ID of the object |
Non-Breaking | Description for argument id on field Query.rdTestAttribute changed from None to The ID of the object |
Non-Breaking | Description for argument id on field Query.projectRequirementAttachment changed from None to The ID of the object |
Non-Breaking | Description for argument orderBy on field Query.allProjectTypes changed from None to Ordering |
Non-Breaking | Description for argument id on field Query.mdmAttributeValueList changed from None to The ID of the object |
Non-Breaking | Description for argument id on field Query.mdmRequirement changed from None to The ID of the object |
Non-Breaking | Query.loadUserTokens description changed from None to Load user tokens via server-side row model |
Non-Breaking | Description for argument input on field Query.loadUserTokens changed from None to Request definition |
Non-Breaking | Description for argument id on field Query.clientState changed from None to The ID of the object |
Non-Breaking | Description for argument id on field Query.project changed from None to The ID of the object |
Non-Breaking | Description for argument id on field Query.discipline changed from None to The ID of the object |
Non-Breaking | Description for argument orderBy on field Query.allDisciplines changed from None to Ordering |
Non-Breaking | Description for argument id on field Query.contentType changed from None to The ID of the object |
Non-Breaking | Argument taskId: ID added to Query.allArtifacts |
Non-Breaking | Description for argument orderBy on field Query.allWorkerData changed from None to Ordering |
Non-Breaking | Argument templateId: ID added to Query.allRdTestTemplateAttributes |
Non-Breaking | Description for argument orderBy on field Query.allRdTestTemplateAttributes changed from None to Ordering |
Non-Breaking | Argument projectId: ID added to Query.allMilestoneGroups |
Non-Breaking | Description for argument orderBy on field Query.allMilestoneGroups changed from None to Ordering |
Non-Breaking | Argument categoryId: ID added to Query.allRdTestTemplates |
Non-Breaking | Argument disciplines_Id_In: [ID] added to Query.allRdTestTemplates |
Non-Breaking | Argument disciplines_Id: ID added to Query.allRdTestTemplates |
Non-Breaking | Description for argument orderBy on field Query.allRdTestTemplates changed from None to Ordering |
Non-Breaking | Description for argument id on field Query.besProject changed from None to The ID of the object |
Non-Breaking | Description for argument id on field Query.mdmAttributeComponent changed from None to The ID of the object |
Non-Breaking | Description for argument id on field Query.userNotification changed from None to The ID of the object |
Non-Breaking | Argument userId: ID added to Query.allTasks |
Non-Breaking | Argument workerId: ID added to Query.allTasks |
Non-Breaking | Description for argument orderBy on field Query.allTasks changed from None to Ordering |
Non-Breaking | Description for argument orderBy on field Query.allUserNotifications changed from None to Ordering |
Non-Breaking | Description for argument orderBy on field Query.allSettings changed from None to Ordering |
Non-Breaking | Description for Input field ProjectObjectPermissionAddMutationInput.objectId changed from None to The relay ID of the object that is effected by permission change |
Non-Breaking | Description for Input field ProjectObjectPermissionAddMutationInput.entityId changed from None to The relay ID of the entity i.e. User, Group |
Non-Breaking | Description for Input field ProjectObjectPermissionAddMutationInput.permissions changed from None to Permissions to add or delete |
Non-Breaking | Description for Input field ProjectObjectPermissionAddMutationInput.roles changed from None to Roles to add or delete |
Non-Breaking | RdTestTemplateAttributeUpdateMutationPayload.rdTestTemplateAttribute description changed from None to The mutated object. |
Non-Breaking | RdTestTemplateAttributeUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type PresetType changed from None to Database model for a preset. |
Non-Breaking | PresetType.version description changed from None to The current version of the preset |
Non-Breaking | PresetType.id description changed from None to The ID of the object |
Non-Breaking | PresetType.data description changed from None to The preset file |
Non-Breaking | PresetType.discipline description changed from None to The discipline to which the preset belongs |
Non-Breaking | PresetType.contact description changed from None to A contact person responsible for this preset. |
Non-Breaking | PresetType.name description changed from None to A unique name for the preset |
Non-Breaking | Description for type AnnouncementType changed from None to Announcement(created_at, updated_at, id, title, content, start_at, end_at, is_sticky, priority) |
Non-Breaking | AnnouncementType.isSticky description changed from None to Determines whether the announcement gets shown as a sticky banner in the application for the period of the announcement. |
Non-Breaking | AnnouncementType.content description changed from None to The announcement's body. In Markdown format |
Non-Breaking | AnnouncementType.title description changed from None to The announcement's title |
Non-Breaking | AnnouncementType.priority description changed from None to Priority class of the announcement, defaults to 'info' |
Non-Breaking | AnnouncementType.id description changed from None to The ID of the object |
Non-Breaking | AnnouncementType.startAt description changed from None to Start time from which the announcement should be active. Defaults to the current date and time |
Non-Breaking | AnnouncementType.readAt description changed from None to The date and time when this announcement has been read by the current user |
Non-Breaking | AnnouncementType.endAt description changed from None to If given, it specifies the end-time until which the announcement should be active. |
Non-Breaking | Description for type ClientStateTypeEdge changed from None to A Relay edge containing a ClientStateType and its cursor. |
Non-Breaking | ClientStateTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | ClientStateTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | PasswordChangeMutationPayload.user description changed from None to The mutated object. |
Non-Breaking | PasswordChangeMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field ProjectRequirementCloneMutationInput.id changed from None to ID of the "ProjectRequirementType" to mutate |
Non-Breaking | Description for Input field ProjectAttributeUpdateMutationInput.attribute changed from None to The attribute to specify |
Non-Breaking | Description for Input field ProjectAttributeUpdateMutationInput.value changed from None to The value of the attribute |
Non-Breaking | Description for Input field ProjectAttributeUpdateMutationInput.id changed from None to ID of the "ProjectAttributeType" to mutate |
Non-Breaking | BesProjectUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | BesProjectUpdateMutationPayload.besProject description changed from None to The mutated object. |
Non-Breaking | RequirementValueTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | RequirementValueTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | RequirementValueTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for type ClientStateTagDeleteMutationPayload changed from None to Mutation to delete a client state tag. |
Non-Breaking | ClientStateTagDeleteMutationPayload.clientStateTag description changed from None to The mutated object. |
Non-Breaking | ClientStateTagDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | MdmAttributeConfigurationCreateMutationPayload.mdmAttributeConfiguration description changed from None to The mutated object. |
Non-Breaking | MdmAttributeConfigurationCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type MdmAttributeTypeTypeEdge changed from None to A Relay edge containing a MdmAttributeTypeType and its cursor. |
Non-Breaking | MdmAttributeTypeTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | MdmAttributeTypeTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for Input field MdmAttributeValueListDeleteMutationInput.id changed from None to ID of the "MdmAttributeValueListType" to mutate |
Non-Breaking | Description for type A user in a group automatically has all the permissions granted to that group. For example, if the group ‘Site editors’ has the permission can_edit_home_page, any user in that group will have that permission. Beyond permissions, groups are a convenient way to categorize users to apply some label, or extended functionality, to them. For example, you could create a group ‘Special users’, and you could write code that would do special things to those users – such as giving them access to a members-only portion of your site, or sending them members-only email messages.` |
Non-Breaking | GroupType.id description changed from None to The ID of the object |
Non-Breaking | Description for argument orderBy on field GroupType.permissions changed from None to Ordering |
Non-Breaking | GroupType.userSet description changed from None to The groups this user belongs to. A user will get all permissions granted to each of their groups. |
Non-Breaking | Argument roles_Id_In: [ID] added to GroupType.userSet |
Non-Breaking | Argument roles_Id: ID added to GroupType.userSet |
Non-Breaking | Description for argument orderBy on field GroupType.userSet changed from None to Ordering |
Non-Breaking | Argument permissions_Id: ID added to GroupType.roles |
Non-Breaking | Description for argument orderBy on field GroupType.roles changed from None to Ordering |
Non-Breaking | CollectionTagTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | CollectionTagTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | CollectionTagTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | UserTokenTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | UserTokenTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | UserTokenTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for Input field BesProjectCreateMutationInput.sync changed from None to If True, project data is automatically synchronized with the backend system and thus kept up-to-date. |
Non-Breaking | Description for Input field BesProjectCreateMutationInput.backend changed from None to The backend system from which this project was loaded |
Non-Breaking | Description for Input field BesProjectCreateMutationInput.project changed from None to The associated internal main project |
Non-Breaking | Description for Input field BesProjectCreateMutationInput.name changed from None to The name of the project within the backend |
Non-Breaking | Description for Input field AnnouncementUpdateMutationInput.isSticky changed from None to Determines whether the announcement gets shown as a sticky banner in the application for the period of the announcement. |
Non-Breaking | Description for Input field AnnouncementUpdateMutationInput.content changed from None to The announcement's body. In Markdown format |
Non-Breaking | Description for Input field AnnouncementUpdateMutationInput.title changed from None to The announcement's title |
Non-Breaking | Description for Input field AnnouncementUpdateMutationInput.priority changed from None to Priority class of the announcement, defaults to 'info' |
Non-Breaking | Description for Input field AnnouncementUpdateMutationInput.id changed from None to ID of the "AnnouncementType" to mutate |
Non-Breaking | Description for Input field AnnouncementUpdateMutationInput.startAt changed from None to Start time from which the announcement should be active. Defaults to the current date and time |
Non-Breaking | Description for Input field AnnouncementUpdateMutationInput.endAt changed from None to If given, it specifies the end-time until which the announcement should be active. |
Non-Breaking | RequirementValuePrivateTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | RequirementValuePrivateTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | RequirementValuePrivateTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | GroupUpdateMutationPayload.group description changed from None to The mutated object. |
Non-Breaking | GroupUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type UserTypeEdge changed from None to A Relay edge containing a UserType and its cursor. |
Non-Breaking | UserTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | UserTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for type LoadProjectTestCasesInput changed from None to Input arguments for load project test cases input. |
Non-Breaking | Description for Input field LoadProjectTestCasesInput.pivotCols changed from None to Columns that have pivot on them |
Non-Breaking | Description for Input field LoadProjectTestCasesInput.startRow changed from None to First row requested or undefined for all rows |
Non-Breaking | Description for Input field LoadProjectTestCasesInput.valueCols changed from None to Columns that have aggregations on them |
Non-Breaking | Description for Input field LoadProjectTestCasesInput.quickFilter changed from None to Filter over all items by a simple string value |
Non-Breaking | Description for Input field LoadProjectTestCasesInput.project changed from None to The ID of the opened project |
Non-Breaking | Description for Input field LoadProjectTestCasesInput.endRow changed from None to Index after the last requested row or undefined for all rows |
Non-Breaking | Description for Input field LoadProjectTestCasesInput.pivotMode changed from None to Defines if pivot mode is on or off |
Non-Breaking | Description for Input field LoadProjectTestCasesInput.groupKeys changed from None to What groups the user is viewing |
Non-Breaking | Description for Input field LoadProjectTestCasesInput.filterModel changed from None to If filtering, what the filter model is |
Non-Breaking | Description for Input field LoadProjectTestCasesInput.sortModel changed from None to If sorting, what the sort model is |
Non-Breaking | Description for Input field LoadProjectTestCasesInput.rowGroupCols changed from None to Columns that are currently row grouped |
Non-Breaking | Description for Input field RdTestTemplateCreateMutationInput.disciplines changed from None to The disciplines this template is relevant to |
Non-Breaking | Description for Input field RdTestTemplateCreateMutationInput.description changed from None to Description describing the purpose of the template |
Non-Breaking | Description for Input field RdTestTemplateCreateMutationInput.category changed from None to Category used to filter templates by specific use case |
Non-Breaking | Description for Input field RdTestTemplateCreateMutationInput.createdBy changed from None to The user who created the test template |
Non-Breaking | Description for Input field RdTestTemplateCreateMutationInput.name changed from None to The name for the Test Template |
Non-Breaking | Description for Input field RdTestTemplateCreateMutationInput.rdtesttemplateattributeSetAttributes changed from None to `` |
Non-Breaking | Description for type LoadProjectRequirementsThresholdType changed from None to Response type for thresholds that are returned for the project requirements. |
Non-Breaking | LoadProjectRequirementsThresholdType.description description changed from None to The description of the threshold |
Non-Breaking | LoadProjectRequirementsThresholdType.opLowerBoundary description changed from None to The operator of the lower boundary of the threshold if the threshold is a float range |
Non-Breaking | LoadProjectRequirementsThresholdType.id description changed from None to The ID of the threshold |
Non-Breaking | LoadProjectRequirementsThresholdType.opUpperBoundary description changed from None to The operator of the upper boundary of the threshold if the threshold is a float range |
Non-Breaking | LoadProjectRequirementsThresholdType.rankValue description changed from None to The rank of the threshold |
Non-Breaking | LoadProjectRequirementsThresholdType.lowerBoundary description changed from None to The lower boundary of the threshold if the threshold is a float range |
Non-Breaking | LoadProjectRequirementsThresholdType.projectRequirementId description changed from None to The ID of the project requirement that the threshold belongs to |
Non-Breaking | LoadProjectRequirementsThresholdType.rankColor description changed from None to The color of the threshold rank |
Non-Breaking | LoadProjectRequirementsThresholdType.rankName description changed from None to The name of the rank of this threshold |
Non-Breaking | LoadProjectRequirementsThresholdType.upperBoundary description changed from None to The upper boundary of the threshold if the threshold is a float range |
Non-Breaking | LoadProjectRequirementsThresholdType.discreteValue description changed from None to If the threshold is a single value, then this is it |
Non-Breaking | Description for type UserTokenDeleteMutationPayload changed from None to Mutation to delete a user token |
Non-Breaking | UserTokenDeleteMutationPayload.userToken description changed from None to The mutated object. |
Non-Breaking | UserTokenDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | MdmAttributeDeleteMutationPayload.mdmAttribute description changed from None to The mutated object. |
Non-Breaking | MdmAttributeDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | MdmThresholdRankCreateMutationPayload.mdmThresholdRank description changed from None to The mutated object. |
Non-Breaking | MdmThresholdRankCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type LoadMdmRequirementsType changed from None to Response type for a project requirement association group. |
Non-Breaking | Field attributeUnit was added to object type LoadMdmRequirementsType |
Non-Breaking | LoadMdmRequirementsType.description description changed from None to The description of the mdm requirement |
Non-Breaking | LoadMdmRequirementsType.attributeIdentifier description changed from None to The identifier of the mdm attribute |
Non-Breaking | LoadMdmRequirementsType.associations description changed from None to A mapping of association names to value lists |
Non-Breaking | LoadMdmRequirementsType.groupCount description changed from None to The number of items in the group if a group is returned |
Non-Breaking | LoadMdmRequirementsType.id description changed from None to The ID of the mdm requirement |
Non-Breaking | LoadMdmRequirementsType.lastModifiedUsername description changed from None to The username of the user who modified the mdm requirement the last |
Non-Breaking | LoadMdmRequirementsType.thresholds description changed from None to List of thresholds for this requirement |
Non-Breaking | LoadMdmRequirementsType.lastModifiedDisplayName description changed from None to The display name of the user who modified the mdm requirement the last |
Non-Breaking | LoadMdmRequirementsType.updatedAt description changed from None to The last updated date of the mdm requirement |
Non-Breaking | LoadMdmRequirementsType.attributeName description changed from None to The name of the mdm attribute |
Non-Breaking | LoadMdmRequirementsType.name description changed from None to The name of the mdm requirement |
Non-Breaking | LoadMdmRequirementsType.isExternal description changed from None to Whether the requirement is imported from an external source |
Non-Breaking | LoadMdmRequirementsType.inProject description changed from None to Whether the mdm requirement is in project |
Non-Breaking | LoadMdmRequirementsType.mdmTestCases description changed from None to Mdm test cases that the requirement belongs to |
Non-Breaking | LoadMdmRequirementsType.obsolete description changed from None to Whether the mdm requirement obsolete |
Non-Breaking | Description for Input field BackendSystemCreateMutationInput.identifier changed from None to The name of the backend system |
Non-Breaking | Description for Input field BackendSystemCreateMutationInput.userTokenRequired changed from None to Determines if a user token is required to access this backend |
Non-Breaking | Description for Input field BackendSystemCreateMutationInput.updatable changed from None to Marks the backend system to support polling for updates |
Non-Breaking | Description for Input field BackendSystemCreateMutationInput.name changed from None to A human-friendly name of the backend system |
Non-Breaking | Description for Input field MdmAttributeTypeUpdateMutationInput.description changed from None to A description of the type |
Non-Breaking | Description for Input field MdmAttributeTypeUpdateMutationInput.identifier changed from None to Identifier of the attribute type |
Non-Breaking | Description for Input field MdmAttributeTypeUpdateMutationInput.id changed from None to ID of the "MdmAttributeTypeType" to mutate |
Non-Breaking | Description for Input field MdmAttributeTypeUpdateMutationInput.name changed from None to Human readable name of the attribute type |
Non-Breaking | Description for Input field MdmAttributeTypeUpdateMutationInput.obsolete changed from None to Whether this attribute type is obsolete or not |
Non-Breaking | ConditionType.condition description changed from None to The condition |
Non-Breaking | ConditionType.error description changed from None to An error message if the parsing of the condition failed |
Non-Breaking | Description for Input field SettingUpdateMutationInput.value changed from None to The value of this setting. |
Non-Breaking | Description for Input field SettingUpdateMutationInput.id changed from None to ID of the "SettingType" to mutate |
Non-Breaking | Description for Input field AnnouncementDeleteMutationInput.id changed from None to ID of the "AnnouncementType" to mutate |
Non-Breaking | RequirementValueCreateMutationPayload.requirementValue description changed from None to The mutated object. |
Non-Breaking | RequirementValueCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field StarRdTestMutationInput.id changed from None to ID of the "RdTestType" to mutate |
Non-Breaking | Description for type AnnouncementMarkAsReadMutationPayload changed from None to Announcement can be marked as read per user. For this purpose, an entry of the type AnnouncementUser is created. |
Non-Breaking | AnnouncementMarkAsReadMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type MilestoneTypeEdge changed from None to A Relay edge containing a MilestoneType and its cursor. |
Non-Breaking | MilestoneTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | MilestoneTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | MdmRequirementUpdateMutationPayload.mdmRequirement description changed from None to The mutated object. |
Non-Breaking | MdmRequirementUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | CollectionTagCreateMutationPayload.collectionTag description changed from None to The mutated object. |
Non-Breaking | CollectionTagCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | UserNotificationCreateMutationPayload.userNotification description changed from None to The mutated object. |
Non-Breaking | UserNotificationCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | CalculationRuleUpsertMutationPayload.calculationRule description changed from None to The mutated object. |
Non-Breaking | CalculationRuleUpsertMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | MdmThresholdDeleteMutationPayload.mdmThreshold description changed from None to The mutated object. |
Non-Breaking | MdmThresholdDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | GridSettingDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | GridSettingDeleteMutationPayload.gridSetting description changed from None to The mutated object. |
Non-Breaking | Description for type RdTestType changed from None to A database model for resultdata-tests. |
Non-Breaking | RdTestType.attachments description changed from None to The test to which the attachment belongs |
Non-Breaking | Argument testId_In: [ID] added to RdTestType.attachments |
Non-Breaking | Argument testId: ID added to RdTestType.attachments |
Non-Breaking | Description for argument orderBy on field RdTestType.attachments changed from None to Ordering |
Non-Breaking | RdTestType.besProject description changed from None to The project within the backend to which this test belongs |
Non-Breaking | RdTestType.objectPermissions description changed from None to A list of permissions that the current user has for this object |
Non-Breaking | RdTestType.createdAtInBes description changed from None to Timestamp when the test has been created in it's backend |
Non-Breaking | RdTestType.id description changed from None to The ID of the object |
Non-Breaking | RdTestType.updatable description changed from None to True if test is updatable. I.e. whether it originates from a third-party system with which the dataset can be updated. |
Non-Breaking | RdTestType.idInBes description changed from None to The id of the test in it's backend |
Non-Breaking | RdTestType.tasks description changed from None to Link to the tasks related to the test. Here you can see which task was last triggered, whether any are queued, running or completed. |
Non-Breaking | Argument userId: ID added to RdTestType.tasks |
Non-Breaking | Argument workerId: ID added to RdTestType.tasks |
Non-Breaking | Description for argument orderBy on field RdTestType.tasks changed from None to Ordering |
Non-Breaking | RdTestType.name description changed from None to The name of the test |
Non-Breaking | RdTestType.testType description changed from None to The type of the test |
Non-Breaking | RdTestType.attributes description changed from None to The test to which the attribute belongs |
Non-Breaking | Argument testId: ID added to RdTestType.attributes |
Non-Breaking | Description for argument orderBy on field RdTestType.attributes changed from None to Ordering |
Non-Breaking | RdTestType.starred description changed from None to True if test is starred by the user which made the request. |
Non-Breaking | Description for Input field ClientStateTagDeleteMutationInput.id changed from None to ID of the "ClientStateTagType" to mutate |
Non-Breaking | Description for Input field ProjectDeleteMutationInput.id changed from None to ID of the "ProjectType" to mutate |
Non-Breaking | Description for type RequirementValueType changed from None to This model represents the actual value to a specific timestamp. It belongs to a project requirement but is independent to a requirement version. The lookup, which value was the actual one is done by the date the value was added. |
Non-Breaking | RequirementValueType.user description changed from None to The user who added the value. |
Non-Breaking | RequirementValueType.objectPermissions description changed from None to A list of permissions that the current user has for this object |
Non-Breaking | RequirementValueType.value description changed from None to The value of the entry. |
Non-Breaking | RequirementValueType.comment description changed from None to An optional comment |
Non-Breaking | RequirementValueType.id description changed from None to The ID of the object |
Non-Breaking | RequirementValueType.referenceTest description changed from None to The reference test that this value is coming from |
Non-Breaking | RequirementValueType.projectrequirementattachmentSet description changed from None to The requirement value the attachment belongs to. |
Non-Breaking | Argument requirementValueId: ID added to RequirementValueType.projectrequirementattachmentSet |
Non-Breaking | Argument requirementValueId_In: [ID] added to RequirementValueType.projectrequirementattachmentSet |
Non-Breaking | Description for argument orderBy on field RequirementValueType.projectrequirementattachmentSet changed from None to Ordering |
Non-Breaking | RequirementValueType.mdmThresholdRankOverride description changed from None to A manual set MDM rank overwriting the calculated one for any value-version relation |
Non-Breaking | RequirementValueType.mdmThresholdRank description changed from None to The calculated MDM rank the entry belongs to. |
Non-Breaking | RequirementValueType.projectRequirement description changed from None to The project requirement the value belongs to. |
Non-Breaking | MdmAttributeTypeUpdateMutationPayload.mdmAttributeType description changed from None to The mutated object. |
Non-Breaking | MdmAttributeTypeUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | ProjectDocumentUpdateMutationPayload.projectDocument description changed from None to The mutated object. |
Non-Breaking | ProjectDocumentUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | ProjectAttributeUpdateMutationPayload.projectAttribute description changed from None to The mutated object. |
Non-Breaking | ProjectAttributeUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type ProjectAttributeTypeEdge changed from None to A Relay edge containing a ProjectAttributeType and its cursor. |
Non-Breaking | ProjectAttributeTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | ProjectAttributeTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | RdTestAttachmentTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | RdTestAttachmentTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | RdTestAttachmentTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | RdTestTypeDeleteMutationPayload.rdTestType description changed from None to The mutated object. |
Non-Breaking | RdTestTypeDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | ProjectObjectPermissionAddMutationPayload.permissions description changed from None to A list of current permissions |
Non-Breaking | ProjectObjectPermissionAddMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field ClientStateCreateMutationInput.content changed from None to State of the client in JSON format |
Non-Breaking | Description for Input field ClientStateCreateMutationInput.tags changed from None to Arbitrary tags that help the client to distinguish different kinds of state |
Non-Breaking | Description for Input field ClientStateCreateMutationInput.public changed from None to Determines whether the state is public |
Non-Breaking | Description for Input field ClientStateCreateMutationInput.default changed from None to Determines whether the state is default |
Non-Breaking | Description for Input field ClientStateCreateMutationInput.name changed from None to A name for the state chosen by the user |
Non-Breaking | Description for type MutationErrorType changed from None to An error that happened in a mutation. |
Non-Breaking | MutationErrorType.field description changed from None to The field that caused the error, or null if it isn't associated with any particular field. |
Non-Breaking | MutationErrorType.message description changed from None to The error message. |
Non-Breaking | Description for type MdmAttributeComponentTypeEdge changed from None to A Relay edge containing a MdmAttributeComponentType and its cursor. |
Non-Breaking | MdmAttributeComponentTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | MdmAttributeComponentTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for type ProjectAttributeType changed from None to An attribute of a project The value attribute is directly coupled to related MDM Attribute value. Any change in the MDM Attribute value will be directly visible by all Project Attribute with this attribute value. If an MDM Attribute value is linked to a project attribute, it cannot be deleted anymore. |
Non-Breaking | ProjectAttributeType.attribute description changed from None to The attribute to specify |
Non-Breaking | ProjectAttributeType.value description changed from None to The value of the attribute |
Non-Breaking | ProjectAttributeType.project description changed from None to The project to which the attribute belongs |
Non-Breaking | ProjectAttributeType.id description changed from None to The ID of the object |
Non-Breaking | ProjectTypeTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | ProjectTypeTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | ProjectTypeTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for Input field GridSettingCreateMutationInput.user changed from None to User who created/own the setting |
Non-Breaking | Description for Input field GridSettingCreateMutationInput.isActive changed from None to Active status of the setting |
Non-Breaking | Description for Input field GridSettingCreateMutationInput.gridType changed from None to Grid for which the setting applies |
Non-Breaking | Description for Input field GridSettingCreateMutationInput.filterModel changed from None to Defined filters for single columns in JSON format |
Non-Breaking | Description for Input field GridSettingCreateMutationInput.name changed from None to Name of the settings view |
Non-Breaking | Description for Input field GridSettingCreateMutationInput.columnStates changed from None to Column state information in JSON format |
Non-Breaking | Description for Input field GridSettingCreateMutationInput.rowGroupColumns changed from None to Row group column infomation in JSON format |
Non-Breaking | Description for Input field GridSettingCreateMutationInput.groupStates changed from None to Group state information in JSON format |
Non-Breaking | Description for type CustomToolTypeEdge changed from None to A Relay edge containing a CustomToolType and its cursor. |
Non-Breaking | CustomToolTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | CustomToolTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | MdmAttributeTypeUpsertMutationPayload.mdmAttributeType description changed from None to The mutated object. |
Non-Breaking | MdmAttributeTypeUpsertMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type TaskLogType changed from None to Task log file content. |
Non-Breaking | MdmUnitCreateMutationPayload.mdmUnit description changed from None to The mutated object. |
Non-Breaking | MdmUnitCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | ProjectRequirementDeleteMutationPayload.projectRequirement description changed from None to The mutated object. |
Non-Breaking | ProjectRequirementDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type MdmTestCaseType changed from None to Database model for mdm test cases. A test case is for example a collision test of vehicles under realistic controlled conditions. These conditions are described in our system via linked association groups. A load case aims to test and fulfill a collection of requirements. These requirements are referenced on the model via a ManyToMany relationship. |
Non-Breaking | MdmTestCaseType.description description changed from None to A description of the test case. |
Non-Breaking | MdmTestCaseType.lastModifiedBy description changed from None to The user who last modified the test case |
Non-Breaking | MdmTestCaseType.id description changed from None to The ID of the object |
Non-Breaking | MdmTestCaseType.locked description changed from None to Locked and only be editable by system users |
Non-Breaking | MdmTestCaseType.sourceId description changed from None to Original ID of the imported object used within the external storage |
Non-Breaking | MdmTestCaseType.requirements description changed from None to Requirements which belong to this test case. |
Non-Breaking | Description for argument orderBy on field MdmTestCaseType.requirements changed from None to Ordering |
Non-Breaking | MdmTestCaseType.contextCondition description changed from None to Context information about the object, formulated as a condition. |
Non-Breaking | MdmTestCaseType.name description changed from None to Name of the test case. |
Non-Breaking | MdmTestCaseType.obsolete description changed from None to Whether this test case is obsolete or not. |
Non-Breaking | Description for type WorkerType changed from None to Represents a worker - a client which process background task asynchronously. |
Non-Breaking | WorkerType.id description changed from None to The ID of the object |
Non-Breaking | WorkerType.enabled description changed from None to Set a worker's state to disabled or enabled. Disabled workers won't run any tasks. |
Non-Breaking | WorkerType.queue description changed from None to Task queue the worker belongs to |
Non-Breaking | WorkerType.lastHeartbeat description changed from None to Last time a heartbeat has been received |
Non-Breaking | PersonCreateMutationPayload.person description changed from None to The mutated object. |
Non-Breaking | PersonCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type GroupTypeEdge changed from None to A Relay edge containing a GroupType and its cursor. |
Non-Breaking | GroupTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | GroupTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | RdTestTypeUpdateMutationPayload.rdTestType description changed from None to The mutated object. |
Non-Breaking | RdTestTypeUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | ProjectRequirementTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | ProjectRequirementTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | ProjectRequirementTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | RdTestTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | RdTestTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | RdTestTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for Input field CustomToolCreateMutationInput.customtoolversionSetAttributes changed from None to `` |
Non-Breaking | Description for Input field CustomToolCreateMutationInput.crontabSchedule changed from None to Cron schedule defines how frequent this custom tool is going to run |
Non-Breaking | Description for Input field CustomToolCreateMutationInput.contact changed from None to A contact person responsible for this custom tool. |
Non-Breaking | Description for Input field CustomToolCreateMutationInput.presets changed from None to The presets to which the custom tool belongs |
Non-Breaking | Description for Input field CustomToolCreateMutationInput.enabled changed from None to If this custom tool should be available to the users |
Non-Breaking | Description for type A custom tool version belongs to a custom tool and contains data that can differ between versions of the same custom tool. A custom tool version consists of two parts: a frontend part and a backend part. Neither is required but a frontend part makes usually sense in order to trigger a backend job.` |
Non-Breaking | CustomToolVersionType.description description changed from None to Short description of the purpose of the custom tool |
Non-Breaking | CustomToolVersionType.desktop description changed from None to A flag indicating whether this custom tool is only available in the desktop version |
Non-Breaking | CustomToolVersionType.author description changed from None to The author of this custom tool |
Non-Breaking | CustomToolVersionType.identifier description changed from None to A identifier for the custom tool version. The identifier must be the same in all versions belonging to a single custom tool. Allowed are up to 50 letters, numbers, underscores, hyphens or dots. |
Non-Breaking | CustomToolVersionType.interfaces description changed from None to Specifies the interfaces that the custom tool implements |
Non-Breaking | CustomToolVersionType.version description changed from None to The current version of the custom tool |
Non-Breaking | CustomToolVersionType.id description changed from None to The ID of the object |
Non-Breaking | CustomToolVersionType.data description changed from None to The container containing the custom tool bundle. |
Non-Breaking | CustomToolVersionType.changelog description changed from None to Changes from previous custom tool version |
Non-Breaking | CustomToolVersionType.name description changed from None to A unique name for the custom tool version |
Non-Breaking | CustomToolVersionType.uploader description changed from None to The user that uploaded this custom tools |
Non-Breaking | Description for type LoadProjectRequirementsType changed from None to Response type for a project requirement association group. |
Non-Breaking | Field testCaseName was added to object type LoadProjectRequirementsType |
Non-Breaking | Field privateStatusDisplayName was added to object type LoadProjectRequirementsType |
Non-Breaking | Field statusDisplayName was added to object type LoadProjectRequirementsType |
Non-Breaking | LoadProjectRequirementsType.privateAutomaticStatusAssessmentColor description changed from None to The color of the threshold rank that was assigned based on the value |
Non-Breaking | LoadProjectRequirementsType.privateStatusValue description changed from None to The actual value of the project requirement |
Non-Breaking | LoadProjectRequirementsType.automaticStatusAssessmentName description changed from None to The name of the threshold rank that was assigned based on the value |
Non-Breaking | LoadProjectRequirementsType.thresholds description changed from None to List of thresholds for this requirement |
Non-Breaking | LoadProjectRequirementsType.automaticStatusAssessmentRank description changed from None to The threshold rank that was assigned based on the value |
Non-Breaking | LoadProjectRequirementsType.statusId description changed from None to The ID of the actual value of the project requirement |
Non-Breaking | LoadProjectRequirementsType.createdAt description changed from None to The time when the project requirement is created |
Non-Breaking | LoadProjectRequirementsType.name description changed from None to The name of the project requirement |
Non-Breaking | LoadProjectRequirementsType.description description changed from None to The description of the project requirement |
Non-Breaking | LoadProjectRequirementsType.statusAssessmentName description changed from None to The name of the threshold rank that the value matches |
Non-Breaking | LoadProjectRequirementsType.privateStatusAssessmentColor description changed from None to The color of the threshold rank that the value matches |
Non-Breaking | LoadProjectRequirementsType.privateStatusId description changed from None to The ID of the actual value of the project requirement |
Non-Breaking | LoadProjectRequirementsType.statusComment description changed from None to Comment on the current requirement value |
Non-Breaking | LoadProjectRequirementsType.createdByDisplayName description changed from None to The display name of the user who created the project requirement |
Non-Breaking | LoadProjectRequirementsType.privateStatusUpdatedAt description changed from None to The date and time when the status was updated |
Non-Breaking | LoadProjectRequirementsType.privateStatusCreatedAt description changed from None to The date and time when the status was reported |
Non-Breaking | LoadProjectRequirementsType.mdmAttributeName description changed from None to The name of the MDM attribute to which the requirement belongs |
Non-Breaking | LoadProjectRequirementsType.mdmAttributeUnit description changed from None to The unit of the status value |
Non-Breaking | LoadProjectRequirementsType.privateAutomaticStatusAssessmentRank description changed from None to The threshold rank that was assigned based on the value |
Non-Breaking | LoadProjectRequirementsType.privateStatusAssessmentName description changed from None to The name of the threshold rank that the value matches |
Non-Breaking | LoadProjectRequirementsType.statusCreatedAt description changed from None to The date and time when the status was reported |
Non-Breaking | LoadProjectRequirementsType.associations description changed from None to A mapping of association names to value lists |
Non-Breaking | LoadProjectRequirementsType.id description changed from None to The ID of the project requirement |
Non-Breaking | LoadProjectRequirementsType.statusAssessmentColor description changed from None to The color of the threshold rank that the value matches |
Non-Breaking | LoadProjectRequirementsType.statusUpdatedAt description changed from None to The date and time when the status was updated |
Non-Breaking | LoadProjectRequirementsType.privateStatusUsername description changed from None to Username of the user who reported the status |
Non-Breaking | LoadProjectRequirementsType.mdmAttributeIdentifier description changed from None to The identifier of the MDM attribute to which the requirement belongs |
Non-Breaking | LoadProjectRequirementsType.privateStatusComment description changed from None to Comment on the current requirement value |
Non-Breaking | LoadProjectRequirementsType.privateAutomaticStatusAssessmentName description changed from None to The name of the threshold rank that was assigned based on the value |
Non-Breaking | LoadProjectRequirementsType.statusUsername description changed from None to Username of the user who reported the status |
Non-Breaking | LoadProjectRequirementsType.groupCount description changed from None to The number of items in the group if a group is returned |
Non-Breaking | LoadProjectRequirementsType.statusValue description changed from None to The actual value of the project requirement |
Non-Breaking | LoadProjectRequirementsType.statusAssessmentRank description changed from None to The threshold rank that the value matches |
Non-Breaking | LoadProjectRequirementsType.statusPrivate description changed from None to Whether the latest requirement value is private |
Non-Breaking | LoadProjectRequirementsType.createdBy description changed from None to The user who created the project requirement |
Non-Breaking | LoadProjectRequirementsType.automaticStatusAssessmentColor description changed from None to The color of the threshold rank that was assigned based on the value |
Non-Breaking | LoadProjectRequirementsType.privateStatusAssessmentRank description changed from None to The threshold rank that the value matches |
Non-Breaking | MdmAttributeComponentCreateMutationPayload.mdmAttributeComponent description changed from None to The mutated object. |
Non-Breaking | MdmAttributeComponentCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type UserTokenCreateMutationPayload changed from None to Mutation to create a user token |
Non-Breaking | UserTokenCreateMutationPayload.userToken description changed from None to The mutated object. |
Non-Breaking | UserTokenCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type Versions of this model can be accessed via .history at the model. The versions of the ProjectRequirement are saved in the table HistorizedProjectRequirement. Every time the project requirement is edited, the current :class: A project requirement can be added to a project test case which bundles several project requirements. However, a project requirement can only be part of one project test case. If a project requirement should be part of multiple project test cases, the project requirement has to be cloned.` |
Non-Breaking | Field testCase was added to object type ProjectRequirementType |
Non-Breaking | ProjectRequirementType.description description changed from None to A description of the requirement. |
Non-Breaking | ProjectRequirementType.projectThresholds description changed from None to The project requirement to which the threshold belongs. |
Non-Breaking | Argument orderBy: String added to ProjectRequirementType.projectThresholds |
Non-Breaking | Argument projectRequirementId: ID added to ProjectRequirementType.projectThresholds |
Non-Breaking | Argument projectRequirementId_In: [ID] added to ProjectRequirementType.projectThresholds |
Non-Breaking | ProjectRequirementType.requirementvalueprivateSet description changed from None to The project requirement the value belongs to. |
Non-Breaking | Description for argument orderBy on field ProjectRequirementType.requirementvalueprivateSet changed from None to Ordering |
Non-Breaking | ProjectRequirementType.id description changed from None to The ID of the object |
Non-Breaking | ProjectRequirementType.mdmRequirement description changed from None to The original requirement from which this one has been derived, if any. |
Non-Breaking | ProjectRequirementType.createdBy description changed from None to The user who created the version |
Non-Breaking | ProjectRequirementType.contextCondition description changed from None to Context information about the object, formulated as a condition. |
Non-Breaking | ProjectRequirementType.mdmAttribute description changed from None to An attribute that can be assigned to the requirement. |
Non-Breaking | ProjectRequirementType.name description changed from None to Name of the requirement. |
Non-Breaking | ProjectRequirementType.requirementvalueSet description changed from None to The project requirement the value belongs to. |
Non-Breaking | Argument projectRequirementId: ID added to ProjectRequirementType.requirementvalueSet |
Non-Breaking | Argument projectRequirementId_In: [ID] added to ProjectRequirementType.requirementvalueSet |
Non-Breaking | Description for argument orderBy on field ProjectRequirementType.requirementvalueSet changed from None to Ordering |
Non-Breaking | Description for type DateTime changed from None to The DateTime scalar type represents a DateTime value as specified by [iso8601](https://en.wikipedia.org/wiki/ISO_8601). |
Non-Breaking | PermissionTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | PermissionTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for Input field RequirementValuePrivateAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed |
Non-Breaking | Description for Input field RequirementValuePrivateAttributesInputType.projectrequirementattachmentSetAttributes changed from None to `` |
Non-Breaking | WorkerDataTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | WorkerDataTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | WorkerDataTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | MdmThresholdRankDeleteMutationPayload.mdmThresholdRank description changed from None to The mutated object. |
Non-Breaking | MdmThresholdRankDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | LoadUserResponseType.rows description changed from None to A list of rows |
Non-Breaking | LoadUserResponseType.count description changed from None to The total number of existing rows for the applied filters |
Non-Breaking | RdTestAttributeTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | RdTestAttributeTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | RdTestAttributeTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | ProjectTestCaseUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | ProjectTestCaseUpdateMutationPayload.projectTestCase description changed from None to The mutated object. |
Non-Breaking | Description for type RdTestAttributeUpdateMutationPayload changed from None to Mutation to update a test attribute. |
Non-Breaking | RdTestAttributeUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | RdTestAttributeUpdateMutationPayload.rdTestAttribute description changed from None to The mutated object. |
Non-Breaking | Description for Input field UnStarRdTestMutationInput.id changed from None to ID of the "RdTestType" to mutate |
Non-Breaking | Field project was added to object type ProjectTestCaseDeriveMutationPayload |
Non-Breaking | ProjectTestCaseDeriveMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | GridSettingCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | GridSettingCreateMutationPayload.gridSetting description changed from None to The mutated object. |
Non-Breaking | ProjectTestCaseDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | ProjectTestCaseDeleteMutationPayload.projectTestCase description changed from None to The mutated object. |
Non-Breaking | UserCreateMutationPayload.user description changed from None to The mutated object. |
Non-Breaking | UserCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type AnnouncementUserType changed from None to AnnouncementUser(created_at, updated_at, id, read_at, user, announcement) |
Non-Breaking | AnnouncementUserType.user description changed from None to User who read the notification |
Non-Breaking | AnnouncementUserType.id description changed from None to The ID of the object |
Non-Breaking | AnnouncementUserType.announcement description changed from None to Notification the user has read |
Non-Breaking | MdmThresholdRankUpdateMutationPayload.mdmThresholdRank description changed from None to The mutated object. |
Non-Breaking | MdmThresholdRankUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | MilestoneGroupTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | MilestoneGroupTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | MilestoneGroupTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for type RdTestAttributeTypeEdge changed from None to A Relay edge containing a RdTestAttributeType and its cursor. |
Non-Breaking | RdTestAttributeTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | RdTestAttributeTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | CollectionUpdateMutationPayload.collection description changed from None to The mutated object. |
Non-Breaking | CollectionUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field ArtifactCreateMutationInput.file changed from None to The artifact file itself |
Non-Breaking | Description for Input field ArtifactCreateMutationInput.task changed from None to Task the artifact belongs to |
Non-Breaking | LoadProjectTestCaseType.description description changed from None to A description of the project test case |
Non-Breaking | LoadProjectTestCaseType.lastModifiedBy description changed from None to The user who last modified the project test case |
Non-Breaking | LoadProjectTestCaseType.groupCount description changed from None to The number of items in the group if a group is returned |
Non-Breaking | LoadProjectTestCaseType.projectRequirements description changed from None to Project requirements that are connected to this project test case |
Non-Breaking | LoadProjectTestCaseType.project description changed from None to Project to which the project test case belongs |
Non-Breaking | LoadProjectTestCaseType.contextCondition description changed from None to Context information about the object, formulated as a condition. |
Non-Breaking | LoadProjectTestCaseType.name description changed from None to Name of the project test case |
Non-Breaking | LoadProjectTestCaseType.obsolete description changed from None to Whether this project test case is obsolete or not |
Non-Breaking | Description for type ProjectRequirementTypeEdge changed from None to A Relay edge containing a ProjectRequirementType and its cursor. |
Non-Breaking | ProjectRequirementTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | ProjectRequirementTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for Input field RdTestAttributeDeleteMutationInput.id changed from None to ID of the "RdTestAttributeType" to mutate |
Non-Breaking | MdmDimensionCreateMutationPayload.mdmDimension description changed from None to The mutated object. |
Non-Breaking | MdmDimensionCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | MdmAttributeUpsertMutationPayload.mdmAttribute description changed from None to The mutated object. |
Non-Breaking | MdmAttributeUpsertMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | RdTestTemplateCategoryUpdateMutationPayload.rdTestTemplateCategory description changed from None to The mutated object. |
Non-Breaking | RdTestTemplateCategoryUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | RdTestTemplateAttributeDeleteMutationPayload.rdTestTemplateAttribute description changed from None to The mutated object. |
Non-Breaking | RdTestTemplateAttributeDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type LoadMdmRequirementsThresholdType changed from None to Response type for thresholds that are returned for the mdm requirements. |
Non-Breaking | LoadMdmRequirementsThresholdType.description description changed from None to The description of the threshold |
Non-Breaking | LoadMdmRequirementsThresholdType.requirementId description changed from None to The ID of the project requirement version that the threshold belongs to |
Non-Breaking | LoadMdmRequirementsThresholdType.opLowerBoundary description changed from None to The operator of the lower boundary of the threshold if the threshold is a float range |
Non-Breaking | LoadMdmRequirementsThresholdType.id description changed from None to The ID of the threshold |
Non-Breaking | LoadMdmRequirementsThresholdType.opUpperBoundary description changed from None to The operator of the upper boundary of the threshold if the threshold is a float range |
Non-Breaking | LoadMdmRequirementsThresholdType.rankValue description changed from None to The rank of the threshold |
Non-Breaking | LoadMdmRequirementsThresholdType.lowerBoundary description changed from None to The lower boundary of the threshold if the threshold is a float range |
Non-Breaking | LoadMdmRequirementsThresholdType.rankColor description changed from None to The color of the threshold rank |
Non-Breaking | LoadMdmRequirementsThresholdType.rankName description changed from None to The name of the rank of this threshold |
Non-Breaking | LoadMdmRequirementsThresholdType.upperBoundary description changed from None to The upper boundary of the threshold if the threshold is a float range |
Non-Breaking | LoadMdmRequirementsThresholdType.discreteValue description changed from None to If the threshold is a single value, then this is it |
Non-Breaking | MdmThresholdRankTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | MdmThresholdRankTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | MdmThresholdRankTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | AnnouncementTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | AnnouncementTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | AnnouncementTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for type Example: Imagine RdTest has an attribute “ShoulderDisplacementX”. The corresponding MdmAttribute (for this it should have “ShoulderDisplacementX” as its identifier) gives the additional information, that this attribute is of type “result” and the datatype is “number” and that it should be displayed to the user in unit “mm”.` |
Non-Breaking | MdmAttributeType.description description changed from None to A description of what information is represented by this attribute |
Non-Breaking | MdmAttributeType.attributeType description changed from None to The type of the attribute |
Non-Breaking | MdmAttributeType.displayUnit description changed from None to a value of this attribute, should be displayed in this unit, presuming the datatype of this attribute is number |
Non-Breaking | MdmAttributeType.identifier description changed from None to Identifier of the attribute |
Non-Breaking | MdmAttributeType.id description changed from None to The ID of the object |
Non-Breaking | MdmAttributeType.component description changed from None to The component this attribute is assigned to |
Non-Breaking | MdmAttributeType.locked description changed from None to Locked and only be editable by system users |
Non-Breaking | MdmAttributeType.isAssociationAttribute description changed from None to Whether this attribute may be used as an association attribute |
Non-Breaking | MdmAttributeType.sourceId description changed from None to Original ID of the imported object used within the external storage |
Non-Breaking | MdmAttributeType.valueList description changed from None to value_list describing the possible values for this attribute |
Non-Breaking | MdmAttributeType.name description changed from None to Human readable name of the attribute |
Non-Breaking | MdmAttributeType.datatype description changed from None to Datatype of the attribute |
Non-Breaking | MdmAttributeType.obsolete description changed from None to Whether this attribute is obsolete or not |
Non-Breaking | PresetCreateMutationPayload.preset description changed from None to The mutated object. |
Non-Breaking | PresetCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field GridSettingUpdateMutationInput.user changed from None to User who created/own the setting |
Non-Breaking | Description for Input field GridSettingUpdateMutationInput.id changed from None to ID of the "GridSettingType" to mutate |
Non-Breaking | Description for Input field GridSettingUpdateMutationInput.isActive changed from None to Active status of the setting |
Non-Breaking | Description for Input field GridSettingUpdateMutationInput.filterModel changed from None to Defined filters for single columns in JSON format |
Non-Breaking | Description for Input field GridSettingUpdateMutationInput.gridType changed from None to Grid for which the setting applies |
Non-Breaking | Description for Input field GridSettingUpdateMutationInput.name changed from None to Name of the settings view |
Non-Breaking | Description for Input field GridSettingUpdateMutationInput.columnStates changed from None to Column state information in JSON format |
Non-Breaking | Description for Input field GridSettingUpdateMutationInput.rowGroupColumns changed from None to Row group column infomation in JSON format |
Non-Breaking | Description for Input field GridSettingUpdateMutationInput.groupStates changed from None to Group state information in JSON format |
Non-Breaking | AnnouncementCreateMutationPayload.announcement description changed from None to The mutated object. |
Non-Breaking | AnnouncementCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | RdTestTemplateCategoryDeleteMutationPayload.rdTestTemplateCategory description changed from None to The mutated object. |
Non-Breaking | RdTestTemplateCategoryDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | MdmTestCaseCreateMutationPayload.mdmTestCase description changed from None to The mutated object. |
Non-Breaking | MdmTestCaseCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field MdmAttributeConfigurationUpdateMutationInput.requiredAttribute changed from None to The attribute which will be required. |
Non-Breaking | Description for Input field MdmAttributeConfigurationUpdateMutationInput.id changed from None to ID of the "MdmAttributeConfigurationType" to mutate |
Non-Breaking | Description for Input field MdmAttributeConfigurationUpdateMutationInput.scope changed from None to The model type on which this definition should be active. |
Non-Breaking | Description for Input field MdmAttributeConfigurationUpdateMutationInput.prerequisiteAttribute changed from None to If filled, the attribute set under 'Required attribute' is only required if the attribute defined here exists, otherwise it will be always required. |
Non-Breaking | LoadUserTokenResponseType.rows description changed from None to A list of rows |
Non-Breaking | LoadUserTokenResponseType.count description changed from None to The total number of existing rows for the applied filters |
Non-Breaking | Description for type RdTestAttributeCreateMutationPayload changed from None to Mutation to create a test attribute. |
Non-Breaking | RdTestAttributeCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | RdTestAttributeCreateMutationPayload.rdTestAttribute description changed from None to The mutated object. |
Non-Breaking | Description for Input field PersonUpdateMutationInput.lastName changed from None to Surname of the person. |
Non-Breaking | Description for Input field PersonUpdateMutationInput.title changed from None to Title of the person. |
Non-Breaking | Description for Input field PersonUpdateMutationInput.firstName changed from None to First name of the person. |
Non-Breaking | Description for Input field PersonUpdateMutationInput.id changed from None to ID of the "PersonType" to mutate |
Non-Breaking | Description for Input field PersonUpdateMutationInput.phone changed from None to Phone number of the person. |
Non-Breaking | Description for Input field PersonUpdateMutationInput.department changed from None to Department within the organization for which the person works. |
Non-Breaking | Description for Input field PersonUpdateMutationInput.email changed from None to Email adress of the person. |
Non-Breaking | Description for Input field PersonUpdateMutationInput.organization changed from None to Organization for which the person works. |
Non-Breaking | MdmThresholdTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | MdmThresholdTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | MdmThresholdTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for type A custom tool together with its latest custom tool version is a kind of plugin that enhances the functionality of the original application. It can be provided by a customer or by the application developers. A custom tool can have multiple versions. The latest version is the last version according to its creation date.` |
Non-Breaking | Field customtoolsettingSet was added to object type CustomToolType |
Non-Breaking | CustomToolType.crontabSchedulable description changed from None to Flag defining whether custom tool is schedulable or not |
Non-Breaking | CustomToolType.latestVersion description changed from None to Reference to the latest version of the custom tool |
Non-Breaking | CustomToolType.id description changed from None to The ID of the object |
Non-Breaking | CustomToolType.crontabNextRun description changed from None to The next time this custom tool is scheduled to run |
Non-Breaking | CustomToolType.crontabSchedule description changed from None to Cron schedule defines how frequent this custom tool is going to run |
Non-Breaking | CustomToolType.contact description changed from None to A contact person responsible for this custom tool. |
Non-Breaking | CustomToolType.presets description changed from None to The presets to which the custom tool belongs |
Non-Breaking | Argument contactId: ID added to CustomToolType.presets |
Non-Breaking | Argument disciplineId: ID added to CustomToolType.presets |
Non-Breaking | Description for argument orderBy on field CustomToolType.presets changed from None to Ordering |
Non-Breaking | CustomToolType.customtoolversionSet description changed from None to The customtool this object belongs to |
Non-Breaking | CustomToolType.enabled description changed from None to If this custom tool should be available to the users |
Non-Breaking | Description for type MultiFileScalar changed from None to MultiFileField Scalar Description |
Non-Breaking | Input Field projectAttributes: ProjectAttributesInputType was added to input type ProjectTestCaseAttributesInputType |
Non-Breaking | Description for Input field ProjectTestCaseAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed |
Non-Breaking | Description for Input field ProjectTestCaseAttributesInputType.projectrequirementSetAttributes changed from None to `` |
Non-Breaking | Description for Input field MdmAttributeValueListCreateMutationInput.description changed from None to A description of the value list |
Non-Breaking | Description for Input field MdmAttributeValueListCreateMutationInput.entriesAttributes changed from None to `` |
Non-Breaking | Description for Input field MdmAttributeValueListCreateMutationInput.locked changed from None to Locked and only be editable by system users |
Non-Breaking | Description for Input field MdmAttributeValueListCreateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage |
Non-Breaking | Description for Input field MdmAttributeValueListCreateMutationInput.name changed from None to The name of the value list |
Non-Breaking | Description for Input field MdmAttributeValueListCreateMutationInput.obsolete changed from None to Whether this value list is obsolete or not |
Non-Breaking | Description for Input field MdmUnitDeleteMutationInput.id changed from None to ID of the "MdmUnitType" to mutate |
Non-Breaking | RdTestCloneMutationPayload.rdTest description changed from None to The mutated object. |
Non-Breaking | RdTestCloneMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field RdTestTemplateAttributeDeleteMutationInput.id changed from None to ID of the "RdTestTemplateAttributeType" to mutate |
Non-Breaking | Description for Input field MdmAttributeComponentCreateMutationInput.description changed from None to Description for the MdmAttributeComponent |
Non-Breaking | Description for Input field MdmAttributeComponentCreateMutationInput.locked changed from None to Locked and only be editable by system users |
Non-Breaking | Description for Input field MdmAttributeComponentCreateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage |
Non-Breaking | Description for Input field MdmAttributeComponentCreateMutationInput.name changed from None to The name for the MdmAttributeComponent |
Non-Breaking | Description for Input field MdmAttributeComponentCreateMutationInput.obsolete changed from None to Whether this MdmAttributeComponent is obsolete or not. |
Non-Breaking | BackendSystemCreateMutationPayload.backendSystem description changed from None to The mutated object. |
Non-Breaking | BackendSystemCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field CustomToolUpdateMutationInput.id changed from None to ID of the "CustomToolType" to mutate |
Non-Breaking | Description for Input field CustomToolUpdateMutationInput.customtoolversionSetAttributes changed from None to `` |
Non-Breaking | Description for Input field CustomToolUpdateMutationInput.crontabSchedule changed from None to Cron schedule defines how frequent this custom tool is going to run |
Non-Breaking | Description for Input field CustomToolUpdateMutationInput.contact changed from None to A contact person responsible for this custom tool. |
Non-Breaking | Description for Input field CustomToolUpdateMutationInput.presets changed from None to The presets to which the custom tool belongs |
Non-Breaking | Description for Input field CustomToolUpdateMutationInput.enabled changed from None to If this custom tool should be available to the users |
Non-Breaking | Description for type GridSettingType changed from None to This model holds the settings information for grid views for single user. |
Non-Breaking | GridSettingType.user description changed from None to User who created/own the setting |
Non-Breaking | GridSettingType.objectPermissions description changed from None to A list of permissions that the current user has for this object |
Non-Breaking | GridSettingType.id description changed from None to The ID of the object |
Non-Breaking | GridSettingType.isActive description changed from None to Active status of the setting |
Non-Breaking | GridSettingType.filterModel description changed from None to Defined filters for single columns in JSON format |
Non-Breaking | GridSettingType.name description changed from None to Name of the settings view |
Non-Breaking | GridSettingType.gridType description changed from None to Grid for which the setting applies |
Non-Breaking | GridSettingType.columnStates description changed from None to Column state information in JSON format |
Non-Breaking | GridSettingType.rowGroupColumns description changed from None to Row group column infomation in JSON format |
Non-Breaking | GridSettingType.groupStates description changed from None to Group state information in JSON format |
Non-Breaking | Description for type BesProjectType changed from None to A project that is defined in a certain backend. |
Non-Breaking | BesProjectType.sync description changed from None to If True, project data is automatically synchronized with the backend system and thus kept up-to-date. |
Non-Breaking | BesProjectType.rdtestSet description changed from None to The project within the backend to which this test belongs |
Non-Breaking | Argument besProjectId_In: [ID] added to BesProjectType.rdtestSet |
Non-Breaking | Argument besProject_ProjectId: ID added to BesProjectType.rdtestSet |
Non-Breaking | Argument besProjectId: ID added to BesProjectType.rdtestSet |
Non-Breaking | Argument besProject_ProjectId_In: [ID] added to BesProjectType.rdtestSet |
Non-Breaking | Description for argument orderBy on field BesProjectType.rdtestSet changed from None to Ordering |
Non-Breaking | BesProjectType.backend description changed from None to The backend system from which this project was loaded |
Non-Breaking | BesProjectType.objectPermissions description changed from None to A list of permissions that the current user has for this object |
Non-Breaking | BesProjectType.project description changed from None to The associated internal main project |
Non-Breaking | BesProjectType.id description changed from None to The ID of the object |
Non-Breaking | BesProjectType.name description changed from None to The name of the project within the backend |
Non-Breaking | ProjectRequirementUpdateMutationPayload.projectRequirement description changed from None to The mutated object. |
Non-Breaking | ProjectRequirementUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field RdTestTemplateCategoryUpdateMutationInput.name changed from None to Name of the template category |
Non-Breaking | Description for Input field RdTestTemplateCategoryUpdateMutationInput.rdtesttemplateSet changed from None to Set list of rd test templates |
Non-Breaking | Description for Input field RdTestTemplateCategoryUpdateMutationInput.id changed from None to ID of the "RdTestTemplateCategoryType" to mutate |
Non-Breaking | Description for Input field RdTestTemplateAttributeCreateMutationInput.template changed from None to The template this attribute belongs to |
Non-Breaking | Description for Input field RdTestTemplateAttributeCreateMutationInput.value changed from None to The value of the attribute |
Non-Breaking | Description for Input field RdTestTemplateAttributeCreateMutationInput.comment changed from None to A comment for the attribute |
Non-Breaking | Description for Input field RdTestTemplateAttributeCreateMutationInput.name changed from None to The attribute label/caption |
Non-Breaking | Description for Input field RdTestTemplateAttributeCreateMutationInput.isoCode changed from None to The iso-code of the attribute |
Non-Breaking | Description for Input field MilestoneCreateMutationInput.description changed from None to Description of the Milestone. |
Non-Breaking | Description for Input field MilestoneCreateMutationInput.parentMilestone changed from None to `` |
Non-Breaking | Description for Input field MilestoneCreateMutationInput.milestoneGroup changed from None to The group the milestone belongs to |
Non-Breaking | Description for Input field MilestoneCreateMutationInput.plannedAt changed from None to The point in time at which the milestone is to be fulfilled. |
Non-Breaking | Description for Input field MilestoneCreateMutationInput.dateShift changed from None to The number of days between the base milestone and this one. |
Non-Breaking | Description for Input field MilestoneCreateMutationInput.name changed from None to Name of the Milestone |
Non-Breaking | Description for type ProjectTestCaseTypeEdge changed from None to A Relay edge containing a ProjectTestCaseType and its cursor. |
Non-Breaking | ProjectTestCaseTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | ProjectTestCaseTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | WorkerDataUpdateMutationPayload.workerData description changed from None to The mutated object. |
Non-Breaking | WorkerDataUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | ProjectDocumentTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | ProjectDocumentTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | ProjectDocumentTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for type RdTestTypeEdge changed from None to A Relay edge containing a RdTestType and its cursor. |
Non-Breaking | RdTestTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | RdTestTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for Input field ClientStateDeleteMutationInput.id changed from None to ID of the "ClientStateType" to mutate |
Non-Breaking | Description for type PersonTypeEdge changed from None to A Relay edge containing a PersonType and its cursor. |
Non-Breaking | PersonTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | PersonTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | MdmAttributeUpdateMutationPayload.mdmAttribute description changed from None to The mutated object. |
Non-Breaking | MdmAttributeUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type A preset brick is a part of a preset that can be included in several presets.` |
Non-Breaking | PresetBrickType.id description changed from None to The ID of the object |
Non-Breaking | PresetBrickType.data description changed from None to The preset brick file |
Non-Breaking | PresetBrickType.contact description changed from None to A contact person responsible for this preset brick. |
Non-Breaking | Argument contactId: ID added to PresetBrickType.presets |
Non-Breaking | Argument disciplineId: ID added to PresetBrickType.presets |
Non-Breaking | Description for argument orderBy on field PresetBrickType.presets changed from None to Ordering |
Non-Breaking | PresetBrickType.name description changed from None to A unique name of the preset brick |
Non-Breaking | ProjectToggleFavoriteMutationPayload.project description changed from None to The mutated object. |
Non-Breaking | ProjectToggleFavoriteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | MdmAttributeValueDeleteMutationPayload.mdmAttributeValue description changed from None to The mutated object. |
Non-Breaking | MdmAttributeValueDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field RdTestTemplateUpdateMutationInput.disciplines changed from None to The disciplines this template is relevant to |
Non-Breaking | Description for Input field RdTestTemplateUpdateMutationInput.description changed from None to Description describing the purpose of the template |
Non-Breaking | Description for Input field RdTestTemplateUpdateMutationInput.id changed from None to ID of the "RdTestTemplateType" to mutate |
Non-Breaking | Description for Input field RdTestTemplateUpdateMutationInput.category changed from None to Category used to filter templates by specific use case |
Non-Breaking | Description for Input field RdTestTemplateUpdateMutationInput.name changed from None to The name for the Test Template |
Non-Breaking | Description for Input field RdTestTemplateUpdateMutationInput.rdtesttemplateattributeSetAttributes changed from None to `` |
Non-Breaking | MdmAttributeConfigurationUpdateMutationPayload.mdmAttributeConfiguration description changed from None to The mutated object. |
Non-Breaking | MdmAttributeConfigurationUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type ProjectRequirementAttachmentCreateMutationPayload changed from None to Mutation to upload a new project requirement attachment |
Non-Breaking | ProjectRequirementAttachmentCreateMutationPayload.projectRequirementAttachment description changed from None to The mutated object. |
Non-Breaking | ProjectRequirementAttachmentCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | DisciplineTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | DisciplineTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | DisciplineTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for type RequirementValuePrivateType changed from None to This model represents the actual value to a specific timestamp. It belongs to a project requirement but is independent to a requirement version. The lookup, which value was the actual one is done by the date the value was added. |
Non-Breaking | RequirementValuePrivateType.user description changed from None to The user who added the value. |
Non-Breaking | RequirementValuePrivateType.objectPermissions description changed from None to A list of permissions that the current user has for this object |
Non-Breaking | RequirementValuePrivateType.value description changed from None to The value of the entry. |
Non-Breaking | RequirementValuePrivateType.comment description changed from None to An optional comment |
Non-Breaking | RequirementValuePrivateType.id description changed from None to The ID of the object |
Non-Breaking | RequirementValuePrivateType.referenceTest description changed from None to The reference test that this value is coming from |
Non-Breaking | RequirementValuePrivateType.projectrequirementattachmentSet description changed from None to The private requirement values the attachment belongs to. |
Non-Breaking | Argument requirementValueId: ID added to RequirementValuePrivateType.projectrequirementattachmentSet |
Non-Breaking | Argument requirementValueId_In: [ID] added to RequirementValuePrivateType.projectrequirementattachmentSet |
Non-Breaking | Description for argument orderBy on field RequirementValuePrivateType.projectrequirementattachmentSet changed from None to Ordering |
Non-Breaking | RequirementValuePrivateType.mdmThresholdRankOverride description changed from None to A manual set MDM rank overwriting the calculated one for any value-version relation |
Non-Breaking | RequirementValuePrivateType.mdmThresholdRank description changed from None to The calculated MDM rank the entry belongs to. |
Non-Breaking | RequirementValuePrivateType.projectRequirement description changed from None to The project requirement the value belongs to. |
Non-Breaking | Description for Input field CalculationRuleDeleteMutationInput.id changed from None to ID of the "CalculationRuleType" to mutate |
Non-Breaking | Description for type JSONDict changed from None to JSON Scalar that returns a dict instead of a string |
Non-Breaking | Description for Input field GridSettingDeleteMutationInput.id changed from None to ID of the "GridSettingType" to mutate |
Non-Breaking | Description for Input field RdTestUpdateMutationInput.attributesAttributes changed from None to `` |
Non-Breaking | Description for Input field RdTestUpdateMutationInput.attachmentsAttributes changed from None to `` |
Non-Breaking | Description for Input field RdTestUpdateMutationInput.besProject changed from None to The project within the backend to which this test belongs |
Non-Breaking | Description for Input field RdTestUpdateMutationInput.createdAtInBes changed from None to Timestamp when the test has been created in it's backend |
Non-Breaking | Description for Input field RdTestUpdateMutationInput.id changed from None to ID of the "RdTestType" to mutate |
Non-Breaking | Description for Input field RdTestUpdateMutationInput.idInBes changed from None to The id of the test in it's backend |
Non-Breaking | Description for Input field RdTestUpdateMutationInput.syncSuccessfulAt changed from None to The time of the last successful synchronization of the test with the backend |
Non-Breaking | Description for Input field RdTestUpdateMutationInput.name changed from None to The name of the test |
Non-Breaking | Description for Input field RdTestUpdateMutationInput.testType changed from None to The type of the test |
Non-Breaking | Description for Input field ProjectToggleFavoriteMutationInput.id changed from None to ID of the "ProjectType" to mutate |
Non-Breaking | Description for type SSRMColumnValueObjectType changed from None to Represent a column definition. |
Non-Breaking | LoadProjectTestCaseResponseType.rows description changed from None to A list of rows |
Non-Breaking | LoadProjectTestCaseResponseType.count description changed from None to The total number of existing rows for the applied filters |
Non-Breaking | Description for Input field RdTestDeleteMutationInput.id changed from None to ID of the "RdTestType" to mutate |
Non-Breaking | ProjectTestCaseTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | ProjectTestCaseTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | ProjectTestCaseTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for Input field RdTestTemplateAttributeAttributesInputType.templateAttributes changed from None to The template this attribute belongs to |
Non-Breaking | Description for Input field RdTestTemplateAttributeAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed |
Non-Breaking | CalculationRuleTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | CalculationRuleTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | CalculationRuleTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for Input field RdTestCloneMutationInput.id changed from None to ID of the "RdTestType" to mutate |
Non-Breaking | ProjectTypeDeleteMutationPayload.projectType description changed from None to The mutated object. |
Non-Breaking | ProjectTypeDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | RdTestCreateMutationPayload.rdTest description changed from None to The mutated object. |
Non-Breaking | RdTestCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field ProjectRequirementAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed |
Non-Breaking | Description for Input field ProjectRequirementAttributesInputType.projectThresholdsAttributes changed from None to `` |
Non-Breaking | Description for Input field ProjectRequirementAttributesInputType.testCaseAttributes changed from None to Test case to which the requirement belongs |
Non-Breaking | Field objectPermissions was added to object type AuditLogType |
Non-Breaking | AuditLogType.id description changed from None to The ID of the object |
Non-Breaking | AuditLogType.type description changed from None to Type of this audit log entry |
Non-Breaking | AuditLogType.modelId description changed from None to The instance ID of the one that has been changed |
Non-Breaking | AuditLogType.createdBy description changed from None to The user who made the changes and created the entry |
Non-Breaking | AuditLogType.modelLabel description changed from None to The model label of the instance that has been changed |
Non-Breaking | Description for type RdTestAttachmentTypeEdge changed from None to A Relay edge containing a RdTestAttachmentType and its cursor. |
Non-Breaking | RdTestAttachmentTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | RdTestAttachmentTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | WorkerTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | WorkerTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | WorkerTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for Input field RdTestAttachmentAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed |
Non-Breaking | Description for Input field RdTestAttachmentAttributesInputType.testAttributes changed from None to The test to which the attachment belongs |
Non-Breaking | Description for type ClientStateUseMutationPayload changed from None to Mutation to use an existing client state. |
Non-Breaking | ClientStateUseMutationPayload.clientState description changed from None to The mutated object. |
Non-Breaking | ClientStateUseMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field MdmRequirementCreateMutationInput.description changed from None to A description of the requirement. |
Non-Breaking | Description for Input field MdmRequirementCreateMutationInput.thresholdsAttributes changed from None to `` |
Non-Breaking | Description for Input field MdmRequirementCreateMutationInput.locked changed from None to Locked and only be editable by system users |
Non-Breaking | Description for Input field MdmRequirementCreateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage |
Non-Breaking | Description for Input field MdmRequirementCreateMutationInput.mdmrequirementdocumentSetAttributes changed from None to `` |
Non-Breaking | Description for Input field MdmRequirementCreateMutationInput.contextCondition changed from None to Context information about the object, formulated as a condition. |
Non-Breaking | Description for Input field MdmRequirementCreateMutationInput.mdmAttribute changed from None to An attribute that can be assigned to the requirement. |
Non-Breaking | Description for Input field MdmRequirementCreateMutationInput.name changed from None to Name of the requirement. |
Non-Breaking | Description for Input field MdmRequirementCreateMutationInput.obsolete changed from None to Whether this requirement is obsolete or not. |
Non-Breaking | Description for Input field ProjectCreateMutationInput.projectType changed from None to `` |
Non-Breaking | Description for Input field ProjectCreateMutationInput.description changed from None to Description of the project. |
Non-Breaking | Description for Input field ProjectCreateMutationInput.besProjects changed from None to Set list of bes projects |
Non-Breaking | Description for Input field ProjectCreateMutationInput.image changed from None to Images for the project. |
Non-Breaking | Description for Input field ProjectCreateMutationInput.name changed from None to Name of the project |
Non-Breaking | Input Field mdmtestcaseattachmentSetAttributes: [MdmTestCaseAttachmentAttributesInputType] was added to input type MdmTestCaseCreateMutationInput |
Non-Breaking | Description for Input field MdmTestCaseCreateMutationInput.description changed from None to A description of the test case. |
Non-Breaking | Description for Input field MdmTestCaseCreateMutationInput.locked changed from None to Locked and only be editable by system users |
Non-Breaking | Description for Input field MdmTestCaseCreateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage |
Non-Breaking | Description for Input field MdmTestCaseCreateMutationInput.requirements changed from None to Requirements which belong to this test case. |
Non-Breaking | Description for Input field MdmTestCaseCreateMutationInput.contextCondition changed from None to Context information about the object, formulated as a condition. |
Non-Breaking | Description for Input field MdmTestCaseCreateMutationInput.name changed from None to Name of the test case. |
Non-Breaking | Description for Input field MdmTestCaseCreateMutationInput.obsolete changed from None to Whether this test case is obsolete or not. |
Non-Breaking | Description for Input field MdmRequirementCloneMutationInput.id changed from None to ID of the "MdmRequirementType" to mutate |
Non-Breaking | Description for type UserOidcTokenType changed from None to User oidc token for authentication |
Non-Breaking | UserOidcTokenType.accessToken description changed from None to A token which is used to grant a user access to a resource |
Non-Breaking | UserOidcTokenType.idToken description changed from None to A security token granted by an OpenID Provider that contains information about an End-User |
Non-Breaking | Description for Input field GroupCreateMutationInput.permissions changed from None to `` |
Non-Breaking | Description for Input field GroupCreateMutationInput.userSet changed from None to Set list of users |
Non-Breaking | Description for Input field MdmThresholdUpdateMutationInput.description changed from None to A description of the threshold. |
Non-Breaking | Description for Input field MdmThresholdUpdateMutationInput.opLowerBoundary changed from None to Operator of the comparison against the lower boundary value. The lower boundary is the left operand. |
Non-Breaking | Description for Input field MdmThresholdUpdateMutationInput.obsolete changed from None to Whether this threshold is obsolete or not. |
Non-Breaking | Description for Input field MdmThresholdUpdateMutationInput.id changed from None to ID of the "MdmThresholdType" to mutate |
Non-Breaking | Description for Input field MdmThresholdUpdateMutationInput.locked changed from None to Locked and only be editable by system users |
Non-Breaking | Description for Input field MdmThresholdUpdateMutationInput.opUpperBoundary changed from None to Operator of the comparison against the upper boundary value. The upper boundary is the right operand. |
Non-Breaking | Description for Input field MdmThresholdUpdateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage |
Non-Breaking | Description for Input field MdmThresholdUpdateMutationInput.lowerBoundary changed from None to The lower boundary of the object. |
Non-Breaking | Description for Input field MdmThresholdUpdateMutationInput.rank changed from None to Threshold rank (esp. color) of this threshold. |
Non-Breaking | Description for Input field MdmThresholdUpdateMutationInput.upperBoundary changed from None to The upper boundary of the object. |
Non-Breaking | Description for Input field MdmThresholdUpdateMutationInput.discreteValue changed from None to Value of the threshold. If used the boundary fields must be empty. |
Non-Breaking | Description for type RdTestTypeType changed from None to The type of a resultdata-test, e.g., test or simulation |
Non-Breaking | RdTestTypeType.name description changed from None to The name of the test type |
Non-Breaking | RdTestTypeType.id description changed from None to The ID of the object |
Non-Breaking | Description for Input field PersonDeleteMutationInput.id changed from None to ID of the "PersonType" to mutate |
Non-Breaking | MdmAttributeValueListDeleteMutationPayload.mdmAttributeValueList description changed from None to The mutated object. |
Non-Breaking | MdmAttributeValueListDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | MdmUnitUpdateMutationPayload.mdmUnit description changed from None to The mutated object. |
Non-Breaking | MdmUnitUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field UserTokenCreateMutationInput.name changed from None to Optional name of the token |
Non-Breaking | Description for Input field UserTokenCreateMutationInput.expiresAt changed from None to Expiration date of the token |
Non-Breaking | Description for type MdmAttributeValueListTypeEdge changed from None to A Relay edge containing a MdmAttributeValueListType and its cursor. |
Non-Breaking | MdmAttributeValueListTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | MdmAttributeValueListTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for Input field ArtifactDeleteMutationInput.id changed from None to ID of the "ArtifactType" to mutate |
Non-Breaking | Description for type BigInt changed from None to The BigIntscalar type represents non-fractional whole numeric values. BigIntis not constrained to 32-bit like the Int type and thus is a less compatible type. |
Non-Breaking | LoadProjectRequirementsContext.name description changed from None to The name of the MDM attribute |
Non-Breaking | LoadProjectRequirementsContext.id description changed from None to ID of the MDM attribute |
Non-Breaking | LoadProjectRequirementsContext.unit description changed from None to The unit of the MDM attribute |
Non-Breaking | LoadProjectRequirementsContext.datatype description changed from None to The data type of the MDM attribute |
Non-Breaking | Description for type MdmRequirementDocumentType changed from None to Database model for documents that belong to a MDM requirement. |
Non-Breaking | MdmRequirementDocumentType.user description changed from None to The user who uploaded the attachment. |
Non-Breaking | MdmRequirementDocumentType.id description changed from None to The ID of the object |
Non-Breaking | MdmRequirementDocumentType.mdmRequirement description changed from None to The MDM requirement to which the document belongs |
Non-Breaking | MdmRequirementDocumentType.file description changed from None to The attachment with its derivatives |
Non-Breaking | MdmRequirementDocumentType.name description changed from None to The name of the attachment |
Non-Breaking | MdmRequirementDocumentType.fileSize description changed from None to The size of the attachment in bytes. |
Non-Breaking | Description for type The permission system is used by the Django admin site, but may also be useful in your own code. The Django admin site uses permissions as follows:
Permissions are set globally per type of object, not per specific object instance. It is possible to say “Mary may change news stories,” but it’s not currently possible to say “Mary may change news stories, but only the ones she created herself” or “Mary may only change news stories that have a certain status or publication date.” The permissions listed above are automatically created for each model.` |
Non-Breaking | PermissionType.id description changed from None to The ID of the object |
Non-Breaking | Description for type MdmDimensionTypeEdge changed from None to A Relay edge containing a MdmDimensionType and its cursor. |
Non-Breaking | MdmDimensionTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | MdmDimensionTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for type ClientStateShareMutationPayload changed from None to Mutation to share an existing client state. |
Non-Breaking | ClientStateShareMutationPayload.clientState description changed from None to The mutated object. |
Non-Breaking | ClientStateShareMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field MilestoneGroupUpdateMutationInput.description changed from None to Description of the milestone group |
Non-Breaking | Description for Input field MilestoneGroupUpdateMutationInput.isMaster changed from None to Marking Milestone group as master |
Non-Breaking | Description for Input field MilestoneGroupUpdateMutationInput.id changed from None to ID of the "MilestoneGroupType" to mutate |
Non-Breaking | Description for Input field MilestoneGroupUpdateMutationInput.name changed from None to Name of the milestone group |
Non-Breaking | MdmAttributeTypeDeleteMutationPayload.mdmAttributeType description changed from None to The mutated object. |
Non-Breaking | MdmAttributeTypeDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type RoleTypeEdge changed from None to A Relay edge containing a RoleType and its cursor. |
Non-Breaking | RoleTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | RoleTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | ProjectDocumentCreateMutationInput.name type changed from String! to String |
Non-Breaking | Description for Input field ProjectDocumentCreateMutationInput.name changed from None to The name of the attachment |
Non-Breaking | Description for Input field ProjectDocumentCreateMutationInput.project changed from None to The project to which the document belongs |
Non-Breaking | Description for Input field ProjectDocumentCreateMutationInput.file changed from None to The attachment with its derivatives |
Non-Breaking | Description for type MdmThresholdType changed from None to A database model for mdm thresholds. |
Non-Breaking | MdmThresholdType.description description changed from None to A description of the threshold. |
Non-Breaking | MdmThresholdType.opLowerBoundary description changed from None to Operator of the comparison against the lower boundary value. The lower boundary is the left operand. |
Non-Breaking | MdmThresholdType.discreteValue description changed from None to Value of the threshold. If used the boundary fields must be empty. |
Non-Breaking | MdmThresholdType.id description changed from None to The ID of the object |
Non-Breaking | MdmThresholdType.locked description changed from None to Locked and only be editable by system users |
Non-Breaking | MdmThresholdType.requirement description changed from None to The mdm requirement to which the threshold belongs. |
Non-Breaking | MdmThresholdType.opUpperBoundary description changed from None to Operator of the comparison against the upper boundary value. The upper boundary is the right operand. |
Non-Breaking | MdmThresholdType.sourceId description changed from None to Original ID of the imported object used within the external storage |
Non-Breaking | MdmThresholdType.lowerBoundary description changed from None to The lower boundary of the object. |
Non-Breaking | MdmThresholdType.rank description changed from None to Threshold rank (esp. color) of this threshold. |
Non-Breaking | MdmThresholdType.upperBoundary description changed from None to The upper boundary of the object. |
Non-Breaking | MdmThresholdType.obsolete description changed from None to Whether this threshold is obsolete or not. |
Non-Breaking | Description for type Variables of this type must be set to null in mutations. They will be replaced with a filename from a following multipart part containing a binary file. See: https://github.com/jaydenseric/graphql-multipart-request-spec` |
Non-Breaking | MdmRequirementDocumentUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | MdmRequirementDocumentUpdateMutationPayload.mdmRequirementDocument description changed from None to The mutated object. |
Non-Breaking | Description for type CustomToolVersionTypeEdge changed from None to A Relay edge containing a CustomToolVersionType and its cursor. |
Non-Breaking | CustomToolVersionTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | CustomToolVersionTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | MdmAttributeCreateMutationPayload.mdmAttribute description changed from None to The mutated object. |
Non-Breaking | MdmAttributeCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | MdmAttributeValueListUpdateMutationPayload.mdmAttributeValueList description changed from None to The mutated object. |
Non-Breaking | MdmAttributeValueListUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type ClientStateTagUpdateMutationPayload changed from None to Mutation to update an existing client state tag. |
Non-Breaking | ClientStateTagUpdateMutationPayload.clientStateTag description changed from None to The mutated object. |
Non-Breaking | ClientStateTagUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | LoadMdmTestCasesContext.name description changed from None to The name of the MDM attribute |
Non-Breaking | LoadMdmTestCasesContext.id description changed from None to ID of the MDM attribute |
Non-Breaking | LoadMdmTestCasesContext.unit description changed from None to The unit of the MDM attribute |
Non-Breaking | LoadMdmTestCasesContext.datatype description changed from None to The data type of the MDM attribute |
Non-Breaking | CollectionTagUpdateMutationPayload.collectionTag description changed from None to The mutated object. |
Non-Breaking | CollectionTagUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field PresetBrickUpdateMutationInput.id changed from None to ID of the "PresetBrickType" to mutate |
Non-Breaking | Description for Input field PresetBrickUpdateMutationInput.data changed from None to The preset brick file |
Non-Breaking | Description for Input field PresetBrickUpdateMutationInput.contact changed from None to A contact person responsible for this preset brick. |
Non-Breaking | Description for type ProjectThresholdTypeEdge changed from None to A Relay edge containing a ProjectThresholdType and its cursor. |
Non-Breaking | ProjectThresholdTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | ProjectThresholdTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for Input field ProjectTestCaseCreateMutationInput.description changed from None to A description of the project test case |
Non-Breaking | Description for Input field ProjectTestCaseCreateMutationInput.project changed from None to Project to which the project test case belongs |
Non-Breaking | Description for Input field ProjectTestCaseCreateMutationInput.projectrequirementSetAttributes changed from None to `` |
Non-Breaking | Description for Input field ProjectTestCaseCreateMutationInput.contextCondition changed from None to Context information about the object, formulated as a condition. |
Non-Breaking | Description for Input field ProjectTestCaseCreateMutationInput.name changed from None to Name of the project test case |
Non-Breaking | Description for Input field ProjectTestCaseCreateMutationInput.obsolete changed from None to Whether this project test case is obsolete or not |
Non-Breaking | Input Field referenceTest: ID was added to input type RequirementValuePrivateUpdateMutationInput |
Non-Breaking | Description for Input field RequirementValuePrivateUpdateMutationInput.value changed from None to The value of the entry. |
Non-Breaking | Description for Input field RequirementValuePrivateUpdateMutationInput.comment changed from None to An optional comment |
Non-Breaking | Description for Input field RequirementValuePrivateUpdateMutationInput.id changed from None to ID of the "RequirementValuePrivateType" to mutate |
Non-Breaking | Description for Input field RequirementValuePrivateUpdateMutationInput.projectrequirementattachmentSetAttributes changed from None to `` |
Non-Breaking | Description for Input field RequirementValuePrivateUpdateMutationInput.mdmThresholdRankOverride changed from None to A manual set MDM rank overwriting the calculated one for any value-version relation |
Non-Breaking | Description for Input field RequirementValuePrivateUpdateMutationInput.projectRequirement changed from None to The project requirement the value belongs to. |
Non-Breaking | Field projectTestCase was added to object type ProjectRequirementDeriveMutationPayload |
Non-Breaking | ProjectRequirementDeriveMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | CalculationRuleUpdateMutationPayload.calculationRule description changed from None to The mutated object. |
Non-Breaking | CalculationRuleUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field MdmDimensionDeleteMutationInput.id changed from None to ID of the "MdmDimensionType" to mutate |
Non-Breaking | MdmAttributeValueListCreateMutationPayload.mdmAttributeValueList description changed from None to The mutated object. |
Non-Breaking | MdmAttributeValueListCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | RequirementValuePrivateUpdateMutationPayload.requirementValuePrivate description changed from None to The mutated object. |
Non-Breaking | RequirementValuePrivateUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type TaskTypeEdge changed from None to A Relay edge containing a TaskType and its cursor. |
Non-Breaking | TaskTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | TaskTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for type PresetBrickTypeEdge changed from None to A Relay edge containing a PresetBrickType and its cursor. |
Non-Breaking | PresetBrickTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | PresetBrickTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for type Example: Imagine an RdTestAttribute with the name “LeftRighthandDrive”. Imagine this attribute has a corresponding entry as MdmAttribute with a valuelist. This list could have two MdmAttributeValues. The first has the name “0” with label “Linkslenker” and the second one has the name “1” with label “Rechtslenker”.` |
Non-Breaking | MdmAttributeValueType.description description changed from None to A description of the value |
Non-Breaking | MdmAttributeValueType.id description changed from None to The ID of the object |
Non-Breaking | MdmAttributeValueType.locked description changed from None to Locked and only be editable by system users |
Non-Breaking | MdmAttributeValueType.sourceId description changed from None to Original ID of the imported object used within the external storage |
Non-Breaking | MdmAttributeValueType.label description changed from None to Human readable version of the raw value |
Non-Breaking | MdmAttributeValueType.valueList description changed from None to The value list to which the attribute value belongs |
Non-Breaking | MdmAttributeValueType.name description changed from None to The raw value without any meta-info |
Non-Breaking | MdmAttributeValueType.obsolete description changed from None to Whether this value list entry is obsolete or not |
Non-Breaking | Description for type RdTestAttributeType changed from None to An attribute of a test |
Non-Breaking | RdTestAttributeType.valueDatetime description changed from None to The raw value converted into a datetime |
Non-Breaking | RdTestAttributeType.displayValue description changed from None to The respective value from a value list, if the attribute has an associated value list |
Non-Breaking | RdTestAttributeType.objectPermissions description changed from None to A list of permissions that the current user has for this object |
Non-Breaking | RdTestAttributeType.value description changed from None to The value of the attribute |
Non-Breaking | RdTestAttributeType.comment description changed from None to A comment for the attribute |
Non-Breaking | RdTestAttributeType.id description changed from None to The ID of the object |
Non-Breaking | RdTestAttributeType.valueTextHuman description changed from None to The human-readable (display) value of the raw value |
Non-Breaking | RdTestAttributeType.valueNumber description changed from None to The raw value converted into a decimal |
Non-Breaking | RdTestAttributeType.test description changed from None to The test to which the attribute belongs |
Non-Breaking | RdTestAttributeType.valueBoolean description changed from None to The raw value converted into a boolean |
Non-Breaking | RdTestAttributeType.name description changed from None to The attribute label/caption |
Non-Breaking | RdTestAttributeType.valueDate description changed from None to The raw value converted into a date |
Non-Breaking | RdTestAttributeType.isoCode description changed from None to The iso-code of the attribute |
Non-Breaking | ArtifactUpdateMutationPayload.artifact description changed from None to The mutated object. |
Non-Breaking | ArtifactUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | CustomToolVersionTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | CustomToolVersionTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | CustomToolVersionTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for Input field MdmRequirementDocumentDeleteMutationInput.id changed from None to ID of the "MdmRequirementDocumentType" to mutate |
Non-Breaking | Description for Input field BackendSystemUpsertMutationInput.identifier changed from None to The name of the backend system |
Non-Breaking | Description for Input field BackendSystemUpsertMutationInput.userTokenRequired changed from None to Determines if a user token is required to access this backend |
Non-Breaking | Description for Input field BackendSystemUpsertMutationInput.updatable changed from None to Marks the backend system to support polling for updates |
Non-Breaking | Description for Input field BackendSystemUpsertMutationInput.name changed from None to A human-friendly name of the backend system |
Non-Breaking | Description for type GenericScalar changed from None to The GenericScalar scalar type represents a generic GraphQL scalar value that could be: String, Boolean, Int, Float, List or Object. |
Non-Breaking | Description for type ArtifactType changed from None to An artifact is an arbitrary file created by the background task and uploaded through the API. It can be any binary file - a PDF, an archive enclosing several files and directories or a logfile which is saved for further investigations. |
Non-Breaking | ArtifactType.id description changed from None to The ID of the object |
Non-Breaking | ArtifactType.task description changed from None to Task the artifact belongs to |
Non-Breaking | ArtifactType.file description changed from None to The artifact file itself |
Non-Breaking | ArtifactType.objectPermissions description changed from None to A list of permissions that the current user has for this object |
Non-Breaking | GridSettingUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | GridSettingUpdateMutationPayload.gridSetting description changed from None to The mutated object. |
Non-Breaking | PersonDeleteMutationPayload.person description changed from None to The mutated object. |
Non-Breaking | PersonDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type CollectionTagType changed from None to Database model that represents a tag for a collection. |
Non-Breaking | CollectionTagType.description description changed from None to A description what this tag describes |
Non-Breaking | CollectionTagType.id description changed from None to The ID of the object |
Non-Breaking | CollectionTagType.name description changed from None to The name of the tag |
Non-Breaking | Description for Input field MdmRequirementDocumentUpdateMutationInput.name changed from None to The name of the attachment |
Non-Breaking | Description for Input field MdmRequirementDocumentUpdateMutationInput.id changed from None to ID of the "MdmRequirementDocumentType" to mutate |
Non-Breaking | Description for Input field MdmRequirementDocumentUpdateMutationInput.file changed from None to The attachment with its derivatives |
Non-Breaking | Description for Input field BackendSystemDeleteMutationInput.id changed from None to ID of the "BackendSystemType" to mutate |
Non-Breaking | Description for type CalculationRuleType changed from None to A database model for calculation rules. Calculation rules define how a set of input attribute values is used to calculate a result attribute value. |
Non-Breaking | Field definitions was added to object type CalculationRuleType |
Non-Breaking | CalculationRuleType.description description changed from None to A description of the calculation rule |
Non-Breaking | CalculationRuleType.id description changed from None to The ID of the object |
Non-Breaking | CalculationRuleType.locked description changed from None to Locked and only be editable by system users |
Non-Breaking | CalculationRuleType.code description changed from None to Code of the calculation rule |
Non-Breaking | CalculationRuleType.sourceId description changed from None to Original ID of the imported object used within the external storage |
Non-Breaking | CalculationRuleType.contextCondition description changed from None to Context information about the object, formulated as a condition. |
Non-Breaking | CalculationRuleType.name description changed from None to Name of the calculation rule |
Non-Breaking | CalculationRuleType.obsolete description changed from None to Whether this calculation rule is obsolete or not |
Non-Breaking | Description for type WorkerDataType changed from None to Database model for worker data. A worker data instance is a simple key value object. |
Non-Breaking | WorkerDataType.key description changed from None to A unique key for the worker data. |
Non-Breaking | WorkerDataType.value description changed from None to Value of this worker data key |
Non-Breaking | WorkerDataType.id description changed from None to The ID of the object |
Non-Breaking | RequirementValuePrivateDeleteMutationPayload.requirementValuePrivate description changed from None to The mutated object. |
Non-Breaking | RequirementValuePrivateDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type MdmRequirementCloneMutationPayload changed from None to Clones a MDM Requirement by the given ID |
Non-Breaking | MdmRequirementCloneMutationPayload.mdmRequirement description changed from None to The mutated object. |
Non-Breaking | MdmRequirementCloneMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | MdmRequirementDocumentTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | MdmRequirementDocumentTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | MdmRequirementDocumentTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | MdmTestCaseTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | MdmTestCaseTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | MdmTestCaseTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | PersonUpdateMutationPayload.person description changed from None to The mutated object. |
Non-Breaking | PersonUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type CustomToolUpdateMutationPayload changed from None to Mutation to update an existing custom tool. |
Non-Breaking | CustomToolUpdateMutationPayload.customTool description changed from None to The mutated object. |
Non-Breaking | CustomToolUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type LogEntryType changed from None to Type of log entries |
Non-Breaking | Description for Input field CollectionDeleteMutationInput.id changed from None to ID of the "CollectionType" to mutate |
Non-Breaking | Description for type ProjectTypeEdge changed from None to A Relay edge containing a ProjectType and its cursor. |
Non-Breaking | ProjectTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | ProjectTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for Input field ProjectObjectPermissionDeleteMutationInput.objectId changed from None to The relay ID of the object that is effected by permission change |
Non-Breaking | Description for Input field ProjectObjectPermissionDeleteMutationInput.entityId changed from None to The relay ID of the entity i.e. User, Group |
Non-Breaking | Description for Input field ProjectObjectPermissionDeleteMutationInput.permissions changed from None to Permissions to add or delete |
Non-Breaking | Description for Input field ProjectObjectPermissionDeleteMutationInput.roles changed from None to Roles to add or delete |
Non-Breaking | MdmDimensionDeleteMutationPayload.mdmDimension description changed from None to The mutated object. |
Non-Breaking | MdmDimensionDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field UserNotificationUpdateMutationInput.user changed from None to User the notification belongs to |
Non-Breaking | Description for Input field UserNotificationUpdateMutationInput.title changed from None to The notification's title |
Non-Breaking | Description for Input field UserNotificationUpdateMutationInput.priority changed from None to Priority class of the notification, defaults to 'info' |
Non-Breaking | Description for Input field UserNotificationUpdateMutationInput.id changed from None to ID of the "UserNotificationType" to mutate |
Non-Breaking | Description for Input field UserNotificationUpdateMutationInput.message changed from None to The notification's text |
Non-Breaking | Description for Input field MdmThresholdRankUpdateMutationInput.description changed from None to A description of the threshold rank. |
Non-Breaking | Description for Input field MdmThresholdRankUpdateMutationInput.color changed from None to Color of the threshold rank. |
Non-Breaking | Description for Input field MdmThresholdRankUpdateMutationInput.id changed from None to ID of the "MdmThresholdRankType" to mutate |
Non-Breaking | Description for Input field MdmThresholdRankUpdateMutationInput.rank changed from None to Rank of the threshold rank. |
Non-Breaking | Description for Input field MdmThresholdRankUpdateMutationInput.name changed from None to Name of the threshold rank. |
Non-Breaking | Description for Input field MdmThresholdRankUpdateMutationInput.obsolete changed from None to Whether this threshold rank is obsolete or not. |
Non-Breaking | MdmAttributeTypeTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | MdmAttributeTypeTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | MdmAttributeTypeTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | ProjectRequirementAttachmentTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | ProjectRequirementAttachmentTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | ProjectRequirementAttachmentTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for type SettingType changed from None to Model for a key-value setting. |
Non-Breaking | SettingType.description description changed from None to A short description of the setting. |
Non-Breaking | SettingType.value description changed from None to The value of this setting. |
Non-Breaking | SettingType.id description changed from None to The ID of the object |
Non-Breaking | SettingType.worker description changed from None to Indicates whether this settings is forwarded to any worker, i.e., it is publicly available. |
Non-Breaking | SettingType.key description changed from None to A unique key for this setting. |
Non-Breaking | Description for type CustomToolCreateMutationPayload changed from None to Mutation to upload a new custom tool. |
Non-Breaking | CustomToolCreateMutationPayload.customTool description changed from None to The mutated object. |
Non-Breaking | CustomToolCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | ProjectThresholdTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | ProjectThresholdTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | ProjectThresholdTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for Input field BackendSystemUpdateMutationInput.identifier changed from None to The name of the backend system |
Non-Breaking | Description for Input field BackendSystemUpdateMutationInput.userTokenRequired changed from None to Determines if a user token is required to access this backend |
Non-Breaking | Description for Input field BackendSystemUpdateMutationInput.id changed from None to ID of the "BackendSystemType" to mutate |
Non-Breaking | Description for Input field BackendSystemUpdateMutationInput.updatable changed from None to Marks the backend system to support polling for updates |
Non-Breaking | Description for Input field BackendSystemUpdateMutationInput.name changed from None to A human-friendly name of the backend system |
Non-Breaking | CustomToolTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | CustomToolTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | CustomToolTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for type LoadMdmTestCasesInput changed from None to Extra input arguments to filter mdm test cases. |
Non-Breaking | Description for Input field LoadMdmTestCasesInput.pivotCols changed from None to Columns that have pivot on them |
Non-Breaking | Description for Input field LoadMdmTestCasesInput.startRow changed from None to First row requested or undefined for all rows |
Non-Breaking | Description for Input field LoadMdmTestCasesInput.valueCols changed from None to Columns that have aggregations on them |
Non-Breaking | Description for Input field LoadMdmTestCasesInput.quickFilter changed from None to Filter over all items by a simple string value |
Non-Breaking | Description for Input field LoadMdmTestCasesInput.endRow changed from None to Index after the last requested row or undefined for all rows |
Non-Breaking | Description for Input field LoadMdmTestCasesInput.pivotMode changed from None to Defines if pivot mode is on or off |
Non-Breaking | Description for Input field LoadMdmTestCasesInput.groupKeys changed from None to What groups the user is viewing |
Non-Breaking | Description for Input field LoadMdmTestCasesInput.filterModel changed from None to If filtering, what the filter model is |
Non-Breaking | Description for Input field LoadMdmTestCasesInput.sortModel changed from None to If sorting, what the sort model is |
Non-Breaking | Description for Input field LoadMdmTestCasesInput.rowGroupCols changed from None to Columns that are currently row grouped |
Non-Breaking | Description for Input field PresetBrickCreateMutationInput.contact changed from None to A contact person responsible for this preset brick. |
Non-Breaking | Description for Input field PresetBrickCreateMutationInput.data changed from None to The preset brick file |
Non-Breaking | Description for type ClientStateUpdateMutationPayload changed from None to Mutation to update an existing client state. |
Non-Breaking | ClientStateUpdateMutationPayload.clientState description changed from None to The mutated object. |
Non-Breaking | ClientStateUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field RoleUpdateMutationInput.id changed from None to ID of the "RoleType" to mutate |
Non-Breaking | Description for Input field RoleUpdateMutationInput.default changed from None to If true, this role will be applied to all newly created users. |
Non-Breaking | Description for Input field RoleUpdateMutationInput.name changed from None to The name of the role. |
Non-Breaking | Description for Input field RoleUpdateMutationInput.permissions changed from None to A list of permissions that this role has. |
Non-Breaking | Description for Input field RoleUpdateMutationInput.contentType changed from None to `` |
Non-Breaking | RdTestTypeUpsertMutationPayload.rdTestType description changed from None to The mutated object. |
Non-Breaking | RdTestTypeUpsertMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type ProjectRequirementCloneMutationPayload changed from None to Clones a Project Requirement by the given ID |
Non-Breaking | ProjectRequirementCloneMutationPayload.projectRequirement description changed from None to The mutated object. |
Non-Breaking | ProjectRequirementCloneMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field RdTestTemplateCategoryDeleteMutationInput.id changed from None to ID of the "RdTestTemplateCategoryType" to mutate |
Non-Breaking | RoleTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | RoleTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | RoleTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for type MdmAttributeTypeEdge changed from None to A Relay edge containing a MdmAttributeType and its cursor. |
Non-Breaking | MdmAttributeTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | MdmAttributeTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | DisciplineDeleteMutationPayload.discipline description changed from None to The mutated object. |
Non-Breaking | DisciplineDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | MdmRequirementDocumentCreateMutationInput.name type changed from String! to String |
Non-Breaking | Description for Input field MdmRequirementDocumentCreateMutationInput.name changed from None to The name of the attachment |
Non-Breaking | Description for Input field MdmRequirementDocumentCreateMutationInput.mdmRequirement changed from None to The MDM requirement to which the document belongs |
Non-Breaking | Description for Input field MdmRequirementDocumentCreateMutationInput.file changed from None to The attachment with its derivatives |
Non-Breaking | MdmUnitDeleteMutationPayload.mdmUnit description changed from None to The mutated object. |
Non-Breaking | MdmUnitDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field UserNotificationCreateMutationInput.user changed from None to User the notification belongs to |
Non-Breaking | Description for Input field UserNotificationCreateMutationInput.title changed from None to The notification's title |
Non-Breaking | Description for Input field UserNotificationCreateMutationInput.priority changed from None to Priority class of the notification, defaults to 'info' |
Non-Breaking | Description for Input field UserNotificationCreateMutationInput.message changed from None to The notification's text |
Non-Breaking | Description for Input field CollectionUpdateMutationInput.description changed from None to A description of the collection |
Non-Breaking | Description for Input field CollectionUpdateMutationInput.tags changed from None to `` |
Non-Breaking | Description for Input field CollectionUpdateMutationInput.id changed from None to ID of the "CollectionType" to mutate |
Non-Breaking | Description for Input field CollectionUpdateMutationInput.tests changed from None to `` |
Non-Breaking | Description for Input field CollectionUpdateMutationInput.discipline changed from None to The discipline to which the collection belongs |
Non-Breaking | Description for Input field CollectionUpdateMutationInput.name changed from None to Name of the collection |
Non-Breaking | Description for Input field CollectionUpdateMutationInput.accessRight changed from None to Specifies how users other than the creator can access the collection |
Non-Breaking | MdmAttributeComponentDeleteMutationPayload.mdmAttributeComponent description changed from None to The mutated object. |
Non-Breaking | MdmAttributeComponentDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type UserTokenTypeEdge changed from None to A Relay edge containing a UserTokenType and its cursor. |
Non-Breaking | UserTokenTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | UserTokenTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for Input field MdmAttributeUpsertMutationInput.description changed from None to A description of what information is represented by this attribute |
Non-Breaking | Description for Input field MdmAttributeUpsertMutationInput.attributeType changed from None to The type of the attribute |
Non-Breaking | Description for Input field MdmAttributeUpsertMutationInput.displayUnit changed from None to a value of this attribute, should be displayed in this unit, presuming the datatype of this attribute is number |
Non-Breaking | Description for Input field MdmAttributeUpsertMutationInput.identifier changed from None to Identifier of the attribute |
Non-Breaking | Description for Input field MdmAttributeUpsertMutationInput.component changed from None to The component this attribute is assigned to |
Non-Breaking | Description for Input field MdmAttributeUpsertMutationInput.locked changed from None to Locked and only be editable by system users |
Non-Breaking | Description for Input field MdmAttributeUpsertMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage |
Non-Breaking | Description for Input field MdmAttributeUpsertMutationInput.valueList changed from None to value_list describing the possible values for this attribute |
Non-Breaking | Description for Input field MdmAttributeUpsertMutationInput.name changed from None to Human readable name of the attribute |
Non-Breaking | Description for Input field MdmAttributeUpsertMutationInput.datatype changed from None to Datatype of the attribute |
Non-Breaking | Description for Input field MdmAttributeUpsertMutationInput.isAssociationAttribute changed from None to Whether this attribute may be used as an association attribute |
Non-Breaking | Description for Input field MdmAttributeUpsertMutationInput.obsolete changed from None to Whether this attribute is obsolete or not |
Non-Breaking | RoleCreateMutationPayload.role description changed from None to The mutated object. |
Non-Breaking | RoleCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type Use of this type is not recommended as you lose the benefits of having a defined, static schema (one of the key benefits of GraphQL).` |
Non-Breaking | Description for type ProjectDocumentTypeEdge changed from None to A Relay edge containing a ProjectDocumentType and its cursor. |
Non-Breaking | ProjectDocumentTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | ProjectDocumentTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for Input field DisciplineCreateMutationInput.name changed from None to A readable name for the discipline |
Non-Breaking | Description for Input field DisciplineCreateMutationInput.identifier changed from None to A unique identifier for the discipline |
Non-Breaking | PresetDeleteMutationPayload.preset description changed from None to The mutated object. |
Non-Breaking | PresetDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type RoleType changed from None to Define a user role that collects model level permissions. |
Non-Breaking | RoleType.id description changed from None to The ID of the object |
Non-Breaking | RoleType.default description changed from None to If true, this role will be applied to all newly created users. |
Non-Breaking | RoleType.name description changed from None to The name of the role. |
Non-Breaking | Argument extension_Roles_Id: ID added to RoleType.groupSet |
Non-Breaking | Description for argument orderBy on field RoleType.groupSet changed from None to Ordering |
Non-Breaking | RoleType.permissions description changed from None to A list of permissions that this role has. |
Non-Breaking | Description for argument orderBy on field RoleType.permissions changed from None to Ordering |
Non-Breaking | RoleType.userSet description changed from None to The roles this user belongs to. A user will get all permissions granted to each of their roles. |
Non-Breaking | Argument roles_Id_In: [ID] added to RoleType.userSet |
Non-Breaking | Argument roles_Id: ID added to RoleType.userSet |
Non-Breaking | Description for argument orderBy on field RoleType.userSet changed from None to Ordering |
Non-Breaking | Description for Input field ProjectTypeCreateMutationInput.name changed from None to Name of the project type |
Non-Breaking | Description for Input field UserCreateMutationInput.disciplines changed from None to List of disciplines the user belongs to |
Non-Breaking | Description for Input field UserCreateMutationInput.userPermissions changed from None to Specific permissions for this user. |
Non-Breaking | Description for Input field UserCreateMutationInput.displayName changed from None to A human readable username |
Non-Breaking | Description for Input field UserCreateMutationInput.username changed from None to Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only. |
Non-Breaking | Description for Input field UserCreateMutationInput.layout changed from None to Frontend layout the user has been chosen. |
Non-Breaking | Description for Input field UserCreateMutationInput.isActive changed from None to Designates whether this user should be treated as active. Unselect this instead of deleting accounts. |
Non-Breaking | Description for Input field UserCreateMutationInput.external changed from None to A flag indicating whether the user authenticated via an external IDP. |
Non-Breaking | Description for Input field UserCreateMutationInput.isStaff changed from None to Designates whether the user can log into this admin site. |
Non-Breaking | Description for Input field UserCreateMutationInput.isSuperuser changed from None to Designates that this user has all permissions without explicitly assigning them. |
Non-Breaking | Description for Input field UserCreateMutationInput.groups changed from None to The groups this user belongs to. A user will get all permissions granted to each of their groups. |
Non-Breaking | Description for Input field UserCreateMutationInput.roles changed from None to The roles this user belongs to. A user will get all permissions granted to each of their roles. |
Non-Breaking | ArtifactTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | ArtifactTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | ArtifactTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for type GridSettingTypeEdge changed from None to A Relay edge containing a GridSettingType and its cursor. |
Non-Breaking | GridSettingTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | GridSettingTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | CalculationRuleCreateMutationPayload.calculationRule description changed from None to The mutated object. |
Non-Breaking | CalculationRuleCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field MilestoneDeleteMutationInput.id changed from None to ID of the "MilestoneType" to mutate |
Non-Breaking | Description for type RdTestAttachmentDeleteMutationPayload changed from None to Mutation to delete a test attachment. |
Non-Breaking | RdTestAttachmentDeleteMutationPayload.rdTestAttachment description changed from None to The mutated object. |
Non-Breaking | RdTestAttachmentDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type UUID changed from None to Leverages the internal Python implementation of UUID (uuid.UUID) to provide native UUID objects in fields, resolvers and input. |
Non-Breaking | Description for type MdmRequirementType changed from None to A database model for mdm requirements. Mdm requirements are meta-requirements. |
Non-Breaking | MdmRequirementType.description description changed from None to A description of the requirement. |
Non-Breaking | MdmRequirementType.lastModifiedBy description changed from None to The user who last modified the requirement |
Non-Breaking | MdmRequirementType.id description changed from None to The ID of the object |
Non-Breaking | MdmRequirementType.thresholds description changed from None to The mdm requirement to which the threshold belongs. |
Non-Breaking | Argument requirementId_In: [ID] added to MdmRequirementType.thresholds |
Non-Breaking | Argument requirementId: ID added to MdmRequirementType.thresholds |
Non-Breaking | Description for argument orderBy on field MdmRequirementType.thresholds changed from None to Ordering |
Non-Breaking | MdmRequirementType.sourceId description changed from None to Original ID of the imported object used within the external storage |
Non-Breaking | MdmRequirementType.contextCondition description changed from None to Context information about the object, formulated as a condition. |
Non-Breaking | MdmRequirementType.mdmAttribute description changed from None to An attribute that can be assigned to the requirement. |
Non-Breaking | MdmRequirementType.name description changed from None to Name of the requirement. |
Non-Breaking | MdmRequirementType.obsolete description changed from None to Whether this requirement is obsolete or not. |
Non-Breaking | Description for type MdmRequirementTypeEdge changed from None to A Relay edge containing a MdmRequirementType and its cursor. |
Non-Breaking | MdmRequirementTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | MdmRequirementTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for Input field MdmDimensionUpdateMutationInput.name changed from None to The name of the dimension |
Non-Breaking | Description for Input field MdmDimensionUpdateMutationInput.id changed from None to ID of the "MdmDimensionType" to mutate |
Non-Breaking | Description for Input field MdmDimensionUpdateMutationInput.identifier changed from None to The ISO identifier of the dimension |
Non-Breaking | Input Field referenceTest: ID was added to input type RequirementValueCreateMutationInput |
Non-Breaking | Description for Input field RequirementValueCreateMutationInput.value changed from None to The value of the entry. |
Non-Breaking | Description for Input field RequirementValueCreateMutationInput.comment changed from None to An optional comment |
Non-Breaking | Description for Input field RequirementValueCreateMutationInput.projectrequirementattachmentSetAttributes changed from None to `` |
Non-Breaking | Description for Input field RequirementValueCreateMutationInput.mdmThresholdRankOverride changed from None to A manual set MDM rank overwriting the calculated one for any value-version relation |
Non-Breaking | Description for Input field RequirementValueCreateMutationInput.projectRequirement changed from None to The project requirement the value belongs to. |
Non-Breaking | Description for Input field GroupDeleteMutationInput.id changed from None to ID of the "GroupType" to mutate |
Non-Breaking | ClientStateTagTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | ClientStateTagTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | ClientStateTagTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | MdmAttributeValueCreateMutationPayload.mdmAttributeValue description changed from None to The mutated object. |
Non-Breaking | MdmAttributeValueCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field MdmThresholdRankDeleteMutationInput.id changed from None to ID of the "MdmThresholdRankType" to mutate |
Non-Breaking | Description for Input field GroupUpdateMutationInput.id changed from None to ID of the "GroupType" to mutate |
Non-Breaking | Description for Input field GroupUpdateMutationInput.permissions changed from None to `` |
Non-Breaking | Description for Input field GroupUpdateMutationInput.userSet changed from None to Set list of users |
Non-Breaking | MdmUnitTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | MdmUnitTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | MdmUnitTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | MdmTestCaseDeleteMutationPayload.mdmTestCase description changed from None to The mutated object. |
Non-Breaking | MdmTestCaseDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type ProjectTypeType changed from None to Database model for storing the list of available project model types. |
Non-Breaking | ProjectTypeType.name description changed from None to Name of the project type |
Non-Breaking | ProjectTypeType.id description changed from None to The ID of the object |
Non-Breaking | Description for Input field ProjectRequirementAttachmentAttributesInputType.requirementValueAttributes changed from None to The requirement value the attachment belongs to. |
Non-Breaking | Description for Input field ProjectRequirementAttachmentAttributesInputType.privateRequirementValuesAttributes changed from None to The private requirement values the attachment belongs to. |
Non-Breaking | Description for Input field ProjectRequirementAttachmentAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed |
Non-Breaking | Description for type UserNotificationMarkAllAsReadMutation changed from None to Update all user notifications that belong to the current user and are not read already. Same for the superuser. |
Non-Breaking | UserUpdateMutationPayload.user description changed from None to The mutated object. |
Non-Breaking | UserUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field ProjectRequirementAttachmentCreateMutationInput.name changed from None to The name of the attachment |
Non-Breaking | Description for Input field ProjectRequirementAttachmentCreateMutationInput.file changed from None to The attachment with its derivatives |
Non-Breaking | Description for type ContentTypeTypeEdge changed from None to A Relay edge containing a ContentTypeType and its cursor. |
Non-Breaking | ContentTypeTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | ContentTypeTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for type ClientStateCreateMutationPayload changed from None to Mutation to upload a new client state. |
Non-Breaking | ClientStateCreateMutationPayload.clientState description changed from None to The mutated object. |
Non-Breaking | ClientStateCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field DisciplineDeleteMutationInput.id changed from None to ID of the "DisciplineType" to mutate |
Non-Breaking | Description for type LoadColumnValuesInput changed from None to Input arguments to filter column values. |
Non-Breaking | Description for Input field LoadColumnValuesInput.startRow changed from None to First row requested or undefined for all rows |
Non-Breaking | Description for Input field LoadColumnValuesInput.quickFilter changed from None to Filter over all items by a simple string value |
Non-Breaking | Description for Input field LoadColumnValuesInput.projects changed from None to A list of selected projects |
Non-Breaking | Description for Input field LoadColumnValuesInput.collections changed from None to A list of selected collections |
Non-Breaking | Description for Input field LoadColumnValuesInput.column changed from None to The column for which to retrieve the values |
Non-Breaking | Description for Input field LoadColumnValuesInput.endRow changed from None to Index after the last requested row or undefined for all rows |
Non-Breaking | Description for Input field LoadColumnValuesInput.preset changed from None to The ID of the selected preset |
Non-Breaking | Description for Input field LoadColumnValuesInput.filterModel changed from None to If filtering, what the filter model is |
Non-Breaking | Description for Input field LoadColumnValuesInput.scenarios changed from None to A list of selected scenarios |
Non-Breaking | Input Field mdmtestcaseattachmentSetAttributes: [MdmTestCaseAttachmentAttributesInputType] was added to input type MdmTestCaseUpdateMutationInput |
Non-Breaking | Description for Input field MdmTestCaseUpdateMutationInput.description changed from None to A description of the test case. |
Non-Breaking | Description for Input field MdmTestCaseUpdateMutationInput.id changed from None to ID of the "MdmTestCaseType" to mutate |
Non-Breaking | Description for Input field MdmTestCaseUpdateMutationInput.locked changed from None to Locked and only be editable by system users |
Non-Breaking | Description for Input field MdmTestCaseUpdateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage |
Non-Breaking | Description for Input field MdmTestCaseUpdateMutationInput.requirements changed from None to Requirements which belong to this test case. |
Non-Breaking | Description for Input field MdmTestCaseUpdateMutationInput.contextCondition changed from None to Context information about the object, formulated as a condition. |
Non-Breaking | Description for Input field MdmTestCaseUpdateMutationInput.name changed from None to Name of the test case. |
Non-Breaking | Description for Input field MdmTestCaseUpdateMutationInput.obsolete changed from None to Whether this test case is obsolete or not. |
Non-Breaking | Description for Input field MdmThresholdAttributesInputType._destroy changed from None to A flag indicating whether the provided object should be destroyed |
Non-Breaking | Description for Input field MdmThresholdAttributesInputType.requirementAttributes changed from None to The mdm requirement to which the threshold belongs. |
Non-Breaking | Description for Input field MdmAttributeValueUpdateMutationInput.description changed from None to A description of the value |
Non-Breaking | Description for Input field MdmAttributeValueUpdateMutationInput.id changed from None to ID of the "MdmAttributeValueType" to mutate |
Non-Breaking | Description for Input field MdmAttributeValueUpdateMutationInput.locked changed from None to Locked and only be editable by system users |
Non-Breaking | Description for Input field MdmAttributeValueUpdateMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage |
Non-Breaking | Description for Input field MdmAttributeValueUpdateMutationInput.label changed from None to Human readable version of the raw value |
Non-Breaking | Description for Input field MdmAttributeValueUpdateMutationInput.name changed from None to The raw value without any meta-info |
Non-Breaking | Description for Input field MdmAttributeValueUpdateMutationInput.obsolete changed from None to Whether this value list entry is obsolete or not |
Non-Breaking | RdTestTemplateAttributeCreateMutationPayload.rdTestTemplateAttribute description changed from None to The mutated object. |
Non-Breaking | RdTestTemplateAttributeCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type UserNotificationMarkAsReadMutationPayload changed from None to Update a user notification if it belongs to the current user and is not read already. Same for the superuser. |
Non-Breaking | UserNotificationMarkAsReadMutationPayload.userNotification description changed from None to The mutated object. |
Non-Breaking | UserNotificationMarkAsReadMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type CollectionTagTypeEdge changed from None to A Relay edge containing a CollectionTagType and its cursor. |
Non-Breaking | CollectionTagTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | CollectionTagTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | GroupCreateMutationPayload.group description changed from None to The mutated object. |
Non-Breaking | GroupCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field DisciplineUpdateMutationInput.name changed from None to A readable name for the discipline |
Non-Breaking | Description for Input field DisciplineUpdateMutationInput.id changed from None to ID of the "DisciplineType" to mutate |
Non-Breaking | Description for Input field DisciplineUpdateMutationInput.identifier changed from None to A unique identifier for the discipline |
Non-Breaking | Description for type Example with respect to a Crashtest (RdTest): An attribute could be of type “D” standing for “definition” describing attributes that are known in the process of the crash set-up. Or of type “R” standing for “result” describing attributes holding values measured while the car was racing against the wall.` |
Non-Breaking | MdmAttributeTypeType.description description changed from None to A description of the type |
Non-Breaking | MdmAttributeTypeType.identifier description changed from None to Identifier of the attribute type |
Non-Breaking | MdmAttributeTypeType.id description changed from None to The ID of the object |
Non-Breaking | MdmAttributeTypeType.name description changed from None to Human readable name of the attribute type |
Non-Breaking | MdmAttributeTypeType.obsolete description changed from None to Whether this attribute type is obsolete or not |
Non-Breaking | Description for type MilestoneType changed from None to Database model for storing milestone-related details. |
Non-Breaking | MilestoneType.description description changed from None to Description of the Milestone. |
Non-Breaking | MilestoneType.milestoneGroup description changed from None to The group the milestone belongs to |
Non-Breaking | MilestoneType.plannedAt description changed from None to The point in time at which the milestone is to be fulfilled. |
Non-Breaking | MilestoneType.id description changed from None to The ID of the object |
Non-Breaking | MilestoneType.dateShift description changed from None to The number of days between the base milestone and this one. |
Non-Breaking | MilestoneType.name description changed from None to Name of the Milestone |
Non-Breaking | LoadMdmRequirementsContext.name description changed from None to The name of the MDM attribute |
Non-Breaking | LoadMdmRequirementsContext.id description changed from None to ID of the MDM attribute |
Non-Breaking | LoadMdmRequirementsContext.unit description changed from None to The unit of the MDM attribute |
Non-Breaking | LoadMdmRequirementsContext.datatype description changed from None to The data type of the MDM attribute |
Non-Breaking | MilestoneTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | MilestoneTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | MilestoneTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | RdTestTemplateCreateMutationPayload.rdTestTemplate description changed from None to The mutated object. |
Non-Breaking | RdTestTemplateCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field ClientStateTagUpdateMutationInput.description changed from None to A detailed description what the purpose of the tag is and what it is used for |
Non-Breaking | Description for Input field ClientStateTagUpdateMutationInput.identifier changed from None to Unique identifier for client state tag |
Non-Breaking | Description for Input field ClientStateTagUpdateMutationInput.id changed from None to ID of the "ClientStateTagType" to mutate |
Non-Breaking | Description for Input field ClientStateTagUpdateMutationInput.label changed from None to A short human-readable label that makes the tag easily distinguishable |
Non-Breaking | Description for type MilestoneGroupTypeEdge changed from None to A Relay edge containing a MilestoneGroupType and its cursor. |
Non-Breaking | MilestoneGroupTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | MilestoneGroupTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for type ProjectRequirementAttachmentTypeEdge changed from None to A Relay edge containing a ProjectRequirementAttachmentType and its cursor. |
Non-Breaking | ProjectRequirementAttachmentTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | ProjectRequirementAttachmentTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | GridSettingTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | GridSettingTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | GridSettingTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for type This model holds the state of the client in JSON format and related information such as User who saved the state, tags which are attached to the state, whether the state is public or not and whether the state is default or not.` |
Non-Breaking | ClientStateType.content description changed from None to State of the client in JSON format |
Non-Breaking | ClientStateType.tags description changed from None to Arbitrary tags that help the client to distinguish different kinds of state |
Non-Breaking | Description for argument orderBy on field ClientStateType.tags changed from None to Ordering |
Non-Breaking | ClientStateType.id description changed from None to The ID of the object |
Non-Breaking | ClientStateType.public description changed from None to Determines whether the state is public |
Non-Breaking | ClientStateType.default description changed from None to Determines whether the state is default |
Non-Breaking | ClientStateType.createdBy description changed from None to The user who saved the state |
Non-Breaking | Argument roles_Id_In: [ID] added to ClientStateType.users |
Non-Breaking | Argument roles_Id: ID added to ClientStateType.users |
Non-Breaking | Description for argument orderBy on field ClientStateType.users changed from None to Ordering |
Non-Breaking | ClientStateType.name description changed from None to A name for the state chosen by the user |
Non-Breaking | Description for type ContentTypeType changed from None to ContentType(id, app_label, model) |
Non-Breaking | ContentTypeType.id description changed from None to The ID of the object |
Non-Breaking | ContentTypeType.appLabeledName description changed from None to app labeled model name |
Non-Breaking | ContentTypeType.name description changed from None to verbose name of the model |
Non-Breaking | Description for type LoadColumnValuesResponse changed from None to Response type for retrieving a list of available values of a column. |
Non-Breaking | LoadColumnValuesResponse.rows description changed from None to A list of rows |
Non-Breaking | LoadColumnValuesResponse.count description changed from None to The total number of existing rows for the applied filters |
Non-Breaking | PersonTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | PersonTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | PersonTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | MdmDimensionTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | MdmDimensionTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | MdmDimensionTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | BesProjectTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | BesProjectTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | BesProjectTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | WorkerDataCreateMutationPayload.workerData description changed from None to The mutated object. |
Non-Breaking | WorkerDataCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type BackendSystemTypeEdge changed from None to A Relay edge containing a BackendSystemType and its cursor. |
Non-Breaking | BackendSystemTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | BackendSystemTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | Description for Input field ArtifactUpdateMutationInput.id changed from None to ID of the "ArtifactType" to mutate |
Non-Breaking | Description for Input field ArtifactUpdateMutationInput.file changed from None to The artifact file itself |
Non-Breaking | CustomToolRunMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | PresetBrickDeleteMutationPayload.presetBrick description changed from None to The mutated object. |
Non-Breaking | PresetBrickDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | WorkerDataUpsertMutationPayload.workerData description changed from None to The mutated object. |
Non-Breaking | WorkerDataUpsertMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type OnUpdateRdTestAttachment changed from None to Subscription for updated or newly created test attachments. |
Non-Breaking | UserDeleteMutationPayload.user description changed from None to The mutated object. |
Non-Breaking | UserDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field RdTestAttachmentDeleteMutationInput.id changed from None to ID of the "RdTestAttachmentType" to mutate |
Non-Breaking | LoadUserTokenType.user description changed from None to The user for whom the token is valid |
Non-Breaking | LoadUserTokenType.key description changed from None to The user token |
Non-Breaking | LoadUserTokenType.groupCount description changed from None to The number of items in the group if a group is returned |
Non-Breaking | LoadUserTokenType.userDisplayName description changed from None to A human readable username |
Non-Breaking | LoadUserTokenType.isActive description changed from None to Flag that indicates whether the token is still active or already expired |
Non-Breaking | LoadUserTokenType.api description changed from None to Boolean value indicating whether token is an api token |
Non-Breaking | LoadUserTokenType.expiresAt description changed from None to Expiration date of the token |
Non-Breaking | LoadUserTokenType.lastUsed description changed from None to Last time the token was used for authentication |
Non-Breaking | LoadUserTokenType.name description changed from None to Optional name of the token |
Non-Breaking | LoadUserTokenType.userUsername description changed from None to Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only. |
Non-Breaking | RoleDeleteMutationPayload.role description changed from None to The mutated object. |
Non-Breaking | RoleDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for type RdTestTaskType changed from None to Represents a background job, which is processed by asynchronously. |
Non-Breaking | Field comment was added to object type RdTestTaskType |
Non-Breaking | RdTestTaskType.priority description changed from None to Priority of the task. Tasks of a higher priority will be executed before tasks with a lower one. |
Non-Breaking | RdTestTaskType.id description changed from None to The ID of the object |
Non-Breaking | RdTestTaskType.status description changed from None to Current status of the task |
Non-Breaking | RdTestTaskType.worker description changed from None to Worker which handled the task |
Non-Breaking | RdTestTaskType.queue description changed from None to Queue the task belongs to |
Non-Breaking | RdTestTaskType.method description changed from None to Name of the method which should be called on the worker |
Non-Breaking | RdTestTaskType.name description changed from None to Human readable task name |
Non-Breaking | RoleUpdateMutationPayload.role description changed from None to The mutated object. |
Non-Breaking | RoleUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | RdTestTaskTypeConnection.totalCount description changed from None to The total count of objects in this query. |
Non-Breaking | RdTestTaskTypeConnection.pageInfo description changed from None to Pagination data for this connection. |
Non-Breaking | RdTestTaskTypeConnection.edges description changed from None to Contains the nodes in this connection. |
Non-Breaking | Description for type UserNotificationTypeEdge changed from None to A Relay edge containing a UserNotificationType and its cursor. |
Non-Breaking | UserNotificationTypeEdge.node description changed from None to The item at the end of the edge |
Non-Breaking | UserNotificationTypeEdge.cursor description changed from None to A cursor for use in pagination |
Non-Breaking | ProjectDeleteMutationPayload.project description changed from None to The mutated object. |
Non-Breaking | ProjectDeleteMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | MdmThresholdUpdateMutationPayload.mdmThreshold description changed from None to The mutated object. |
Non-Breaking | MdmThresholdUpdateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | ProjectTestCaseCreateMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | ProjectTestCaseCreateMutationPayload.projectTestCase description changed from None to The mutated object. |
Non-Breaking | MdmAttributeValueListUpsertMutationPayload.mdmAttributeValueList description changed from None to The mutated object. |
Non-Breaking | MdmAttributeValueListUpsertMutationPayload.errors description changed from None to List of errors that occurred while executing the mutation. |
Non-Breaking | Description for Input field MdmAttributeComponentUpsertMutationInput.description changed from None to Description for the MdmAttributeComponent |
Non-Breaking | Description for Input field MdmAttributeComponentUpsertMutationInput.locked changed from None to Locked and only be editable by system users |
Non-Breaking | Description for Input field MdmAttributeComponentUpsertMutationInput.sourceId changed from None to Original ID of the imported object used within the external storage |
Non-Breaking | Description for Input field MdmAttributeComponentUpsertMutationInput.name changed from None to The name for the MdmAttributeComponent |
Non-Breaking | Description for Input field MdmAttributeComponentUpsertMutationInput.obsolete changed from None to Whether this MdmAttributeComponent is obsolete or not. |
Non-Breaking | Description for type RdTestTemplateAttributeType changed from None to An attribute of a TestTemplate |
Non-Breaking | RdTestTemplateAttributeType.displayValue description changed from None to The respective value from a value list, if the attribute has an associated value list |
Non-Breaking | RdTestTemplateAttributeType.template description changed from None to The template this attribute belongs to |
Non-Breaking | RdTestTemplateAttributeType.value description changed from None to The value of the attribute |
Non-Breaking | RdTestTemplateAttributeType.comment description changed from None to A comment for the attribute |
Non-Breaking | RdTestTemplateAttributeType.id description changed from None to The ID of the object |
Non-Breaking | RdTestTemplateAttributeType.name description changed from None to The attribute label/caption |
Non-Breaking | RdTestTemplateAttributeType.isoCode description changed from None to The iso-code of the attribute |
Non-Breaking | Description for Input field PersonCreateMutationInput.lastName changed from None to Surname of the person. |
Non-Breaking | Description for Input field PersonCreateMutationInput.title changed from None to Title of the person. |
Non-Breaking | Description for Input field PersonCreateMutationInput.firstName changed from None to First name of the person. |
Non-Breaking | Description for Input field PersonCreateMutationInput.phone changed from None to Phone number of the person. |
Non-Breaking | Description for Input field PersonCreateMutationInput.department changed from None to Department within the organization for which the person works. |
Non-Breaking | Description for Input field PersonCreateMutationInput.email changed from None to Email adress of the person. |
Non-Breaking | Description for Input field PersonCreateMutationInput.organization changed from None to Organization for which the person works. |